All Projects → impactmakers → climatechoice

impactmakers / climatechoice

Licence: MIT license
Learn how you can help prevent earth’s climate breaking down.

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to climatechoice

awesome-forests
🌳 A curated list of ground-truth forest datasets for the machine learning and forestry community.
Stars: ✭ 111 (+88.14%)
Mutual labels:  climate-change
gatsby-starter-highlights
Gatsby.js V2 starter template based on highlights by HTML5 UP
Stars: ✭ 15 (-74.58%)
Mutual labels:  gatsby
gatsby-london-after-midnight
A free, open source, image-concentric starter for GatsbyJS
Stars: ✭ 37 (-37.29%)
Mutual labels:  gatsby
gatsby-starter-developer-diary
An official Gatsby blog template designed for web developers. Blazing fast, it includes beautful web developer topic tags and social-media links
Stars: ✭ 76 (+28.81%)
Mutual labels:  gatsby
open-energy-view
View resource consumption trends, history, analysis, and insights.
Stars: ✭ 32 (-45.76%)
Mutual labels:  climate-change
gatsby-starter-kit
A set of starters for Gatsby.js
Stars: ✭ 99 (+67.8%)
Mutual labels:  gatsby
open-climate-investing
Application and data for analyzing and structuring portfolios for climate investing.
Stars: ✭ 20 (-66.1%)
Mutual labels:  climate-change
gatsby-pwa-demo
PWA Example: Progressive Web App E-Commerce with Gatsby.js
Stars: ✭ 68 (+15.25%)
Mutual labels:  gatsby
docs.wpgraphql.com
DEPRECATED. The docs now exist within the WPGraphQL repo:
Stars: ✭ 23 (-61.02%)
Mutual labels:  gatsby
techlist-frontend-web
Explore a curated list of ~1200 companies changing the way legal is done.
Stars: ✭ 28 (-52.54%)
Mutual labels:  gatsby
cycling
🚴 My cycling trip from ShangHai to Wuhan in China.
Stars: ✭ 34 (-42.37%)
Mutual labels:  gatsby
static-web-apps-gallery-code-samples
A community showcase of projects built with Azure Static Web Apps 🎉 Visit: https://microsoft.github.io/static-web-apps-gallery-code-samples/
Stars: ✭ 96 (+62.71%)
Mutual labels:  gatsby
gatsby-personal-site
My personal site made with Gatsby
Stars: ✭ 31 (-47.46%)
Mutual labels:  gatsby
gatsby-starter-wordpress-advanced
Gatsby WordPress Starter Advanced - Tutorial
Stars: ✭ 63 (+6.78%)
Mutual labels:  gatsby
live-gatsby
This repository contains the code developed in the Gatsby live
Stars: ✭ 14 (-76.27%)
Mutual labels:  gatsby
gatsby-theme-egghead-blog
This is a theme version of our gatsby-starter-egghead-blog.
Stars: ✭ 18 (-69.49%)
Mutual labels:  gatsby
blog.scottspence.me
My personal blog made with Gatsbyjs
Stars: ✭ 15 (-74.58%)
Mutual labels:  gatsby
CODE-CAMP-2020
A Virtual Hackathon Camp for Developers, Build real products and win Swags in comfort of your home.
Stars: ✭ 30 (-49.15%)
Mutual labels:  gatsby
gatsby-source-behance
Gatsby source plugin for loading information from Behance
Stars: ✭ 17 (-71.19%)
Mutual labels:  gatsby
gatsby-plugin-tailwindcss
Plug Tailwind CSS to your Gatsby website
Stars: ✭ 46 (-22.03%)
Mutual labels:  gatsby

ClimateChoice Website - ClimateChoice.co 🌏

A project from Impact Makers — A global community of tech people who want to help fix the climate

Netlify Status

Installing

Clone the repo to your computer.

git clone [email protected]:impactmakers/climatechoice.git
cd climatechoice

Then install dependencies

yarn install

If you have not used Gatsby before, make sure to install the Gatsby CLI globally.

Running

Start the development server and visit http://localhost:8000/

gatsby develop

 

Branching and Deploying

When you begin working on something new please branch off master. When you're finished submit a Pull Request to master. When changes are ready to go live master should be pushed to Netlify.

Site Structure

Making changes to HTML/CSS/JS

The editable site is located in the src folder, it is structured as outlined below:

|--src                  // Everything in here will be built with Gatsby
|  |--components        // This is where reusable components live
|  |  |--component-name // Folder to group component files
|  |  |  |--index.js    // The JS and HTML of the component
|  |  |  |--styles.scss // The CSS for the component written in SASS
|  |--pages             // This is where page specific components and styles live
|  |--styles            // This is where site wide styles are defined
|  |--templates         // Components for blog elements

Blog posts

Netlify CMS is setup for the blog, any changes to blog content be made at https://climatechoice.netlify.com/admin/. When changes are published the site is redeployed automatically to Netlify.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].