-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
108 changed files
with
2,419 additions
and
1,432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Not Found | ||
description: This page doesn't exist! | ||
image: https://source.unsplash.com/BcoGknSqlDc/2000x1322?a=.png | ||
permalink: /404.html | ||
layout: page | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
source "https://rubygems.org" | ||
gemspec | ||
source 'https://rubygems.org' | ||
|
||
gem 'jekyll', '3.8.4' | ||
|
||
group :jekyll_plugins do | ||
gem 'jekyll-archives', '2.1.1' | ||
gem 'jekyll-feed', '0.11.0' | ||
gem 'jekyll-paginate', '1.1.0' | ||
gem 'jekyll-seo-tag', '2.5.0' | ||
gem 'jekyll-sitemap', '1.2.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.5.2) | ||
public_suffix (>= 2.0.2, < 4.0) | ||
colorator (1.1.0) | ||
concurrent-ruby (1.0.5) | ||
em-websocket (0.5.1) | ||
eventmachine (>= 0.12.9) | ||
http_parser.rb (~> 0.6.0) | ||
eventmachine (1.2.7) | ||
ffi (1.9.25) | ||
forwardable-extended (2.6.0) | ||
http_parser.rb (0.6.0) | ||
i18n (0.9.5) | ||
concurrent-ruby (~> 1.0) | ||
jekyll (3.8.4) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
em-websocket (~> 0.5) | ||
i18n (~> 0.7) | ||
jekyll-sass-converter (~> 1.0) | ||
jekyll-watch (~> 2.0) | ||
kramdown (~> 1.14) | ||
liquid (~> 4.0) | ||
mercenary (~> 0.3.3) | ||
pathutil (~> 0.9) | ||
rouge (>= 1.7, < 4) | ||
safe_yaml (~> 1.0) | ||
jekyll-archives (2.1.1) | ||
jekyll (>= 2.4) | ||
jekyll-feed (0.11.0) | ||
jekyll (~> 3.3) | ||
jekyll-paginate (1.1.0) | ||
jekyll-sass-converter (1.5.2) | ||
sass (~> 3.4) | ||
jekyll-seo-tag (2.5.0) | ||
jekyll (~> 3.3) | ||
jekyll-sitemap (1.2.0) | ||
jekyll (~> 3.3) | ||
jekyll-watch (2.0.0) | ||
listen (~> 3.0) | ||
kramdown (1.17.0) | ||
liquid (4.0.0) | ||
listen (3.1.5) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
ruby_dep (~> 1.2) | ||
mercenary (0.3.6) | ||
pathutil (0.16.1) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (3.0.3) | ||
rb-fsevent (0.10.3) | ||
rb-inotify (0.9.10) | ||
ffi (>= 0.5.0, < 2) | ||
rouge (3.3.0) | ||
ruby_dep (1.5.0) | ||
safe_yaml (1.0.4) | ||
sass (3.6.0) | ||
sass-listen (~> 4.0.0) | ||
sass-listen (4.0.0) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
jekyll (= 3.8.4) | ||
jekyll-archives (= 2.1.1) | ||
jekyll-feed (= 0.11.0) | ||
jekyll-paginate (= 1.1.0) | ||
jekyll-seo-tag (= 2.5.0) | ||
jekyll-sitemap (= 1.2.0) | ||
|
||
BUNDLED WITH | ||
1.16.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: Our Partners | ||
description: Climate acuity is rooted in impact-focused academic research. | ||
image: https://i.ibb.co/sjbzdgk/plant.jpg | ||
--- | ||
|
||
<section class="hero" style="background-image: url(https://i.ibb.co/sjbzdgk/plant.jpg)"> | ||
<div class="inner-hero text-container"> | ||
<div class="hero-text-container"> | ||
<h1 class="editable">Our Partners</h1> | ||
<p class="subtext editable"> | ||
<a href="/index">The Sustainability and Climate Advisory Network</a> is a network of close collaborators, curated with care to ensure we have the breadth and depth of expertise necessary to meet your needs. If you are interested in joining SCAN, <a href="https://nat17-hue.github.io/Carbon-Site-Builder---https-SustainableOfferProject/contact/">Get in touch</a>. </p> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
--- | ||
title: Our Toolkits | ||
description: Climate acuity is rooted in impact-focused academic research. | ||
image: https://source.unsplash.com/BcoGknSqlDc/2000x1322?a=.png | ||
--- | ||
|
||
<section class="hero" style="background-image: url({% include relative-src.html src=page.image %})"> | ||
<div class="inner-hero text-container"> | ||
<div class="hero-text-container"> | ||
<h1 class="editable">Our Toolkits</h1> | ||
<p class="subtext editable"> | ||
<a href="https://nat17-hue.github.io/Carbon-Site-Builder---https-SustainableOfferProject/index">Climate acuity</a> is rooted in impact-focused academic research. We want to be as transparent as we can about our evidence, tools, and methods. We open-source wherever possible. </p> | ||
</div> | ||
</div> | ||
|
||
<div class="learn-more"><a href="#learn-more">Learn more <span class="arrow">▼</span></a></div> | ||
</section> | ||
|
||
<div class="content"> | ||
<section class="info" id="learn-more"> | ||
<div class="container flex"> | ||
<div class="text"> | ||
|
||
<p class="editable"> Our <a href="https://docs.google.com/presentation/d/1T08KqkOaDPCbWX5MuUuceSEbYffDygYGtyKxsM_txZs/edit">Digital Sustainability Game</a> is the core of our digital sustainability workshops. Get in touch if you'd like us to run a session. Or with a little preparation, you can can run the game within your organization, or deliver to external audiences. The game is open source under a permissive CC license, so you can even adapt it to create your own versions. | ||
</p> | ||
|
||
</div> | ||
|
||
<div class="image"> | ||
<img class="editable" style="padding-top: 5%; height:60%; width:auto;" src="https://i.ibb.co/vBjv8tB/Game-workshop-pic-1.jpg" alt="Game"> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="info"> | ||
<div class="container flex"> | ||
<div class="text"> | ||
<p class="editable"><b>We have also contributed to the following:</b> | ||
</p> | ||
<p class="editable"> <a href="https://communicating-climate-risk.org/">Communicating Climate Risk: A Toolkit</a> is a comprehensive interdisciplinary guide to communicating climate risk across science, business, finance, policy, education, and community contexts.</p> | ||
|
||
<p class="editable"> <b>The Climate Futures Storytelling Collection. </b><i>This includes: </i> | ||
<ul> | ||
<li><a href="https://imagine-alternatives.com/">Kampala Yénkya</a</li> | ||
<li><a href="https://imagine-alternatives.com/">Kampala Yénkya Multiverse</a></li> | ||
<li> <a href="https://openpress.sussex.ac.uk/creatingwithuncertainty/">Creating With Uncertainty</a></li> | ||
<li><a href="https://doi.org/10.31273/978-1-911675-13-6">The Serious Games Cookbook</a> </li> | ||
<li><a href="https://zenodo.org/doi/10.5281/zenodo.8226493">Climate Uncertainty and the Arts</a></li> | ||
</ul> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div class="container flex"> | ||
<div class="image"> | ||
<img class="editable" style="padding-top:5%; height:2%; width:auto"> | ||
<img src="https://i.ibb.co/Yk3BsnW/cropped-image3.png" alt="cropped-image3"> | ||
</div> | ||
</div> | ||
|
||
<div class="container flex"> | ||
<div class="text"> | ||
<p class="editable"> The <a href="https://sas-dhrh.github.io/dhcc-toolkit/">Digital Humanities Climate Coalition Toolkit</a> is an open source, community-led project with a focus on improving the environmental impacts of digital technologies within the digital humanities, the arts and humanities, and academia and cultural heritage organizations generally. </p> | ||
</div> | ||
</div> | ||
|
||
<div class="container flex"> | ||
<div class="image"> <img class="editable" style="height:10%; width:auto;"> | ||
<img src="https://i.ibb.co/BPkzMZV/DCHH-FINAL-LOWER-CASE-HAZARD.png" alt="DCHH-FINAL-LOWER-CASE-HAZARD" style="border:none;"> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,116 @@ | ||
# Site Build Settings | ||
# ---- | ||
# Site | ||
|
||
# jekyll-paginate configuration | ||
paginate: 1 | ||
title: Climate Acuity | ||
url: | ||
baseurl: | ||
google_analytics_key: | ||
google_maps_javascript_api_key: | ||
disqus_shortname: | ||
|
||
# Build settings | ||
markdown: kramdown | ||
highlighter: rouge | ||
permalink: /:title | ||
plugins: [jekyll-paginate, jekyll-sitemap, jekyll-feed, jekyll-seo-tag] | ||
# Values for the jekyll-seo-tag gem (https://github.com/jekyll/jekyll-seo-tag) | ||
logo: /siteicon.png | ||
description: App marketing template for Jekyll. | ||
author: | ||
name: | ||
email: | ||
twitter: # twitter username without the @ symbol | ||
social: | ||
name: | ||
links: | ||
- https://github.com/CloudCannon/frisco-jekyll-template | ||
|
||
# Customise atom feed settings (this is where Jekyll-Feed gets configuration information) | ||
title: "Climate Acuity" | ||
description: "low-carbon static website with green hosting" | ||
author: "Jekyll GitHub Jamstacks and Fast Familiar" | ||
# ----- | ||
# Build | ||
|
||
# RSS 2.0 can be used instead of Atom by uncommenting following two lines | ||
#feed: | ||
# path: rss-feed.xml | ||
timezone: Etc/UTC | ||
|
||
permalink: pretty | ||
|
||
plugins: | ||
- jekyll-sitemap | ||
- jekyll-seo-tag | ||
- jekyll-feed | ||
- jekyll-paginate | ||
- jekyll-archives | ||
|
||
exclude: | ||
- Gemfile | ||
- Gemfile.lock | ||
- README.md | ||
- LICENCE | ||
|
||
collections: | ||
staff_members: | ||
_hide_content: true | ||
_icon: account_circle | ||
|
||
paginate: 10 | ||
paginate_path: "/blog/:num/" | ||
|
||
jekyll-archives: | ||
enabled: ['categories'] | ||
|
||
defaults: | ||
- | ||
scope: | ||
path: "" | ||
type: "staff_members" | ||
values: | ||
_options: | ||
image_path: | ||
width: 440 | ||
height: 440 | ||
uploads_dir: "/images/staff_members" | ||
- | ||
scope: | ||
path: "" | ||
values: | ||
layout: "default" | ||
- | ||
scope: | ||
type: "posts" | ||
values: | ||
layout: "post" | ||
_options: | ||
image: | ||
width: 2000 | ||
height: 1322 | ||
resize_style: cover | ||
uploads_dir: "/images/post_uploads" | ||
content: | ||
width: 1500 | ||
height: 2000 | ||
uploads_dir: "/images/post_uploads" | ||
- | ||
scope: | ||
path: "contact-success.html" | ||
values: | ||
layout: "page" | ||
- | ||
scope: | ||
path: "" | ||
type: "pages" | ||
values: | ||
image: | ||
width: 2000 | ||
height: 1322 | ||
resize_style: cover | ||
bottom_image: | ||
width: 2000 | ||
height: 1322 | ||
resize_style: cover | ||
|
||
# ----------- | ||
# CloudCannon | ||
|
||
social_icons: | ||
# - YouTube | ||
# - RSS | ||
|
||
_comments: | ||
description: Text shown when sharing on social media | ||
blurb: Short bio or description of this person |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
left_links: | ||
- name: Blog | ||
link: /blog/ | ||
- name: About | ||
link: /about/ | ||
- name: Contact | ||
link: /contact/ | ||
right_links: | ||
- name: | ||
link: https://facebook.com/cloudcannon | ||
new_window: true | ||
social_icon: Facebook | ||
- name: | ||
link: https://twitter.com/cloudcannon | ||
social_icon: Twitter | ||
new_window: true | ||
- name: | ||
link: https://youtube.com/c/cloudcannon | ||
social_icon: YouTube | ||
new_window: true | ||
- name: | ||
link: https://instagram.com/ | ||
social_icon: Instagram | ||
new_window: true | ||
- name: | ||
link: /feed.xml | ||
social_icon: RSS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- name: Home | ||
link: /index | ||
- name: What we do | ||
link: /about/ | ||
- name: News and events | ||
link: /blog/ | ||
- name: Our toolkits | ||
link: /Toolkits/ | ||
- name: Our partners | ||
link: /Partners/ | ||
- name: Contact | ||
link: /contact/ |
Oops, something went wrong.