updated conferences page, modified front
|
@ -6,7 +6,7 @@
|
||||||
title:
|
title:
|
||||||
header-img: images/pexels-photo-113338_800.jpeg
|
header-img: images/pexels-photo-113338_800.jpeg
|
||||||
email: j.kidwell@bham.ac.uk
|
email: j.kidwell@bham.ac.uk
|
||||||
copyright_name: Haufe-Lexware GmbH & Co.KG
|
copyright_name:
|
||||||
description: finding common ground 2017
|
description: finding common ground 2017
|
||||||
headline: finding common ground
|
headline: finding common ground
|
||||||
|
|
||||||
|
@ -35,10 +35,6 @@ footer-links:
|
||||||
slideshare:
|
slideshare:
|
||||||
|
|
||||||
|
|
||||||
# Enter your Disqus shortname (not your username) to enable commenting on posts
|
|
||||||
# You can find your shortname on the Settings page of your Disqus account
|
|
||||||
disqus:
|
|
||||||
|
|
||||||
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
|
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
|
||||||
google_analytics:
|
google_analytics:
|
||||||
|
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
{% if page.comments %}
|
|
||||||
<div id="disqus_thread"></div>
|
|
||||||
<script type="text/javascript">
|
|
||||||
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
|
|
||||||
var disqus_shortname = 'haufelexware'; // required: replace example with your forum shortname
|
|
||||||
/* * * DON'T EDIT BELOW THIS LINE * * */
|
|
||||||
(function() {
|
|
||||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
|
||||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
|
||||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
|
||||||
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
|
||||||
{% endif %}
|
|
|
@ -1,17 +0,0 @@
|
||||||
{% if site.disqus %}
|
|
||||||
<div class="comments">
|
|
||||||
<div id="disqus_thread"></div>
|
|
||||||
<script type="text/javascript">
|
|
||||||
|
|
||||||
var disqus_shortname = '{{ site.disqus }}';
|
|
||||||
|
|
||||||
(function() {
|
|
||||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
|
||||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
|
||||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
|
||||||
})();
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
|
@ -71,7 +71,6 @@ layout: default
|
||||||
{% if page.subtitle %}
|
{% if page.subtitle %}
|
||||||
<h2 class="subheading">{{ page.subtitle }}</h2>
|
<h2 class="subheading">{{ page.subtitle }}</h2>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<span class="meta">Posted by {{ author_content }} {{ author_twitter }}{{ author_github }}{{ author_linkedin }} on {{ page.date | date: "%B %-d, %Y" }} {{ category_content }}{{ tags_content }}</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -82,13 +81,7 @@ layout: default
|
||||||
<article>
|
<article>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
|
||||||
<script src="//platform.linkedin.com/in.js" type="text/javascript"> lang: en_US</script>
|
|
||||||
<script type="IN/Share"></script>
|
|
||||||
<a href="https://twitter.com/share" class="twitter-share-button" data-text='"{{ page.title }}" blog post{{ tweet_link }}' data-via="HaufeDev">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
|
||||||
<a class="twitter-follow-button" data-show-count="false" href="https://twitter.com/HaufeDev">Follow @HaufeDev</a>
|
|
||||||
{{ twitter_follow_author }}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||||
|
@ -109,11 +102,6 @@ layout: default
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
{% include disqus.html %}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,24 +1,10 @@
|
||||||
---
|
---
|
||||||
layout: post
|
layout: post
|
||||||
title: There are hundreds of groups across Scotland
|
title: Getting Started
|
||||||
subtitle: making progress, creating change on environmental issues.
|
|
||||||
category: intro
|
category: intro
|
||||||
tags:
|
tags:
|
||||||
author: jeremy
|
author: jeremy
|
||||||
header-img: "images/bg-post.jpg"
|
header-img: "images/pexels-photo-112934_800px_light.jpg"
|
||||||
---
|
---
|
||||||
|
|
||||||
These groups are making progress and creating change on environmental issues.
|
We are in the midst of preparing workshops for this Spring in Scotland. We'll post more details here shortly, but in the meantime if you'd like to participate, please [get in touch](mailto:j.kidwell@bham.ac.uk)!
|
||||||
|
|
||||||
But these groups often work in isolation.
|
|
||||||
|
|
||||||
Come learn with us about the diversity of approaches in Scotlands grassroots.
|
|
||||||
|
|
||||||
Let us seek to find common ground...
|
|
||||||
|
|
||||||
### Host a workshop
|
|
||||||
|
|
||||||
### Learn about:
|
|
||||||
-Transition
|
|
||||||
-Permaculture
|
|
||||||
-Eco-Congregations
|
|
Before Width: | Height: | Size: 963 B |
Before Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 97 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 4.4 MiB |
Before Width: | Height: | Size: 3.9 MiB |
Before Width: | Height: | Size: 138 KiB |
Before Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 142 KiB |
Before Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 156 KiB |
Before Width: | Height: | Size: 179 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 181 KiB |
Before Width: | Height: | Size: 4.2 MiB |
Before Width: | Height: | Size: 4 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 126 KiB |
Before Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 142 KiB |
Before Width: | Height: | Size: 258 KiB |
Before Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 107 KiB |
Before Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 100 KiB |
Before Width: | Height: | Size: 165 KiB |
Before Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 2.1 MiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 154 KiB |
Before Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 130 KiB |
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 54 KiB |
30
index.html
|
@ -5,6 +5,7 @@ description: "creating new local low-carbon collaborations across Scotland"
|
||||||
|
|
||||||
{% for post in paginator.posts %}
|
{% for post in paginator.posts %}
|
||||||
<div class="post-preview">
|
<div class="post-preview">
|
||||||
|
{% comment %}
|
||||||
<a href="{{ post.url | prepend: site.baseurl }}">
|
<a href="{{ post.url | prepend: site.baseurl }}">
|
||||||
<h2 class="post-title"> {{ post.title }}
|
<h2 class="post-title"> {{ post.title }}
|
||||||
</h2>
|
</h2>
|
||||||
|
@ -25,7 +26,34 @@ description: "creating new local low-carbon collaborations across Scotland"
|
||||||
{% assign author_name = site.title %}
|
{% assign author_name = site.title %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<span class="post-meta">Posted by {{ author_name }} on {{ post.date | date: "%B %-d, %Y" }}</span>
|
<span class="post-meta">Posted by {{ author_name }} on {{ post.date | date: "%B %-d, %Y" }}</span>
|
||||||
<p itemprop="description">{{ post.excerpt | strip_html }}</p>
|
<p itemprop="description">{{ landing.excerpt | strip_html }}</p>
|
||||||
|
{% endcomment %}
|
||||||
|
|
||||||
|
<h3>There are hundreds of groups in Scotland making progress and creating change on environmental issues.</h3>
|
||||||
|
<div class="center"><img src="images/churches_poi.png"></div>
|
||||||
|
<p>But these groups often work in isolation.</p>
|
||||||
|
|
||||||
|
<p>Our research team would like to invite you to learn with us about the diversity of approaches in Scotlands grassroots.</p>
|
||||||
|
|
||||||
|
<h1>Let us seek to find common ground!</h1>
|
||||||
|
<br />
|
||||||
|
<hr />
|
||||||
|
<br />
|
||||||
|
<h2>Here's how you can get involved:</h2>
|
||||||
|
<h4><a href="http://findcommonground.uk/workshops">Host a workshop</a></h4>
|
||||||
|
<br />
|
||||||
|
<h4>Learn about:</h4>
|
||||||
|
<ul>
|
||||||
|
<li><a href="http://transitionscotland.weebly.com">Transition</a></li>
|
||||||
|
<li><a href="https://scotland.permaculture.org.uk">Permaculture</a></li>
|
||||||
|
<li><a href="http://www.ecocongregationscotland.org">Eco-Congregation Scotland</a></li>
|
||||||
|
<li><a href="http://dtascot.org.uk">Development Trusts</a></li>
|
||||||
|
<li><a href="http://scottishcommunitiescan.org.uk">Scottish Communities Climate Action Network</a></li>
|
||||||
|
<li><a href="http://www.scottishcommunityalliance.org.uk/about">Other members of the Scottish Community Alliance</a>
|
||||||
|
</ul>
|
||||||
|
<br />
|
||||||
|
<h4><a href="http://findcommonground/conference/">Attend our conference on "Faith Communities and Environmental Activism" in May 2017</a></h4>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|