This repository has been archived by the owner on Mar 5, 2022. It is now read-only.
-
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
21 changed files
with
658 additions
and
195 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
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,37 +1,26 @@ | ||
# Site settings | ||
title: Zero Waste Sud Grand Paris | ||
email: [email protected] | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
Groupe local de Zero Waste France opérant sur le bassin sud-ouest | ||
du grand Paris (Malakoff, Vanves, Issy-Les-Moulineaux, Montrouge, | ||
Chatillon, Clamart). | ||
keywords: Zero Waste | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
url: "https://www.zerowastesgp.fr" # the base hostname & protocol for your site, e.g. http://example.com | ||
github_username: zerowastesgp | ||
facebook_username: ZeroWasteSudGrandParis | ||
instagram_username: zerowaste_sudgrandparis | ||
email: [email protected] | ||
favicon_img_path: /assets/images/favicon.ico | ||
|
||
avatar: yes | ||
avatar_img_path: assets/images/main-logo.jpg | ||
|
||
front_img: yes | ||
front_img_path: assets/images/landing-page-landscape.jpg | ||
# Plugins | ||
plugins: | ||
- jekyll-feed | ||
- jekyll-sitemap | ||
|
||
# Build settings | ||
markdown: kramdown | ||
theme: minima | ||
plugins: | ||
- jekyll-feed | ||
excerpt_separator: "<!--more-->" | ||
|
||
sass: | ||
style: compressed | ||
|
||
# Exclude from processing. | ||
# The following items will not be processed, by default. Create a custom list | ||
# to override the default setting. | ||
# exclude: | ||
# - Gemfile | ||
# - Gemfile.lock | ||
# - node_modules | ||
# - vendor/bundle/ | ||
# - vendor/cache/ | ||
# - vendor/gems/ | ||
# - vendor/ruby/ | ||
# Outputting | ||
permalink: :year/:month/:day/:title/ | ||
timezone: Europe/Paris |
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,17 @@ | ||
address: | ||
- line: Maison de la vie associative | ||
- line: 26 rue Victor Hugo | ||
- line: 92240 Malakoff | ||
|
||
# List of the available icons: https://fontawesome.com/v4.7.0/icons/ | ||
social: | ||
- title: facebook | ||
url: https://www.facebook.com/ZeroWasteSudGrandParis | ||
- title: instagram | ||
url: https://www.instagram.com/zerowaste_sudgrandparis | ||
- title: github | ||
url: https://github.com/zerowastesgp | ||
- title: envelope-o | ||
url: mailto:[email protected] | ||
|
||
copyright: Zero Waste Sud Grand Paris |
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,3 @@ | ||
name,link | ||
Nous rejoindre,https://www.helloasso.com/associations/zero-waste-sud-grand-paris/adhesions/zero-waste-sgp-cotisations-2020 | ||
Nous soutenir,https://www.helloasso.com/associations/zero-waste-sud-grand-paris/formulaires/1 |
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,47 @@ | ||
<!-- Footer --> | ||
<footer class="text-center"> | ||
<div class="footer-above"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="footer-col col-md-4"> | ||
<h3>Adresse</h3> | ||
<p> | ||
{% for adress in site.data.info.address %} | ||
{{ adress.line }} <br> | ||
{% endfor %} | ||
</p> | ||
</div> | ||
<div class="footer-col col-md-4"> | ||
<h3>Nos liens sociaux</h3> | ||
<ul class="list-inline"> | ||
{% for network in site.data.info.social %} | ||
<li> | ||
<a href="{{ network.url }}" class="btn-social btn-outline"><i class="fa fa-fw fa-{{ network.title }}"></i></a> | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
</div> | ||
<div class="footer-col col-md-4"> | ||
<h3>{{ site.footer.credits }}</h3> | ||
<p>{{ site.credits }}</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer-below"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-12"> | ||
Copyright © {{ site.data.info.copyright }} 20{{ site.time | date: '%y' }} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) --> | ||
<div class="scroll-top page-scroll visible-xs visible-sm"> | ||
<a class="btn btn-primary" href="#page-top"> | ||
<i class="fa fa-chevron-up"></i> | ||
</a> | ||
</div> |
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,14 @@ | ||
<!-- Header --> | ||
<header> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-12"> | ||
<img class="main-logo" src="assets/images/main-logo.png" alt=""> | ||
<div class="intro-text"> | ||
<hr class="separator"> | ||
<span class="sub-text">{{ site.description }}</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> |
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,13 @@ | ||
<!-- jQuery Version 1.11.0 --> | ||
<script src="{{ "/assets/js/jquery-1.11.0.js" }}"></script> | ||
|
||
<!-- Bootstrap Core JavaScript --> | ||
<script src="{{ "/assets/js/bootstrap.min.js" }}"></script> | ||
|
||
<!-- Plugin JavaScript --> | ||
<script src="{{ "/assets/js/jquery.easing.min.js" }}"></script> | ||
<script src="{{ "/assets/js/classie.js" }}"></script> | ||
<script src="{{ "/assets/js/cbpAnimatedHeader.js" }}"></script> | ||
|
||
<!-- Custom Theme JavaScript --> | ||
<script src="{{ "/assets/js/freelancer.js" }}"></script> |
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,29 @@ | ||
<!-- Navigation --> | ||
<nav class="navbar navbar-default navbar-fixed-top"> | ||
<div class="container"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header page-scroll"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="#page-top">{{ site.title }}</a> | ||
</div> | ||
|
||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li class="hidden"> | ||
<a href="#page-top"></a> | ||
</li> | ||
{% for item in site.data.nav %} | ||
<li class="page-scroll"> | ||
<a href="{{ item.link }}">{{ item.name}}</a> | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> |
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
Oops, something went wrong.