Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
GabLeRoux committed Oct 25, 2017
2 parents e5041fe + 82ae261 commit 751decf
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 17 deletions.
17 changes: 11 additions & 6 deletions _data/authors.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
emileber:
name: Émile Bergeron
twitter: prismalstudio
website: http://www.prismalstudio.com/
name: Émile Bergeron
twitter: prismalstudio
website: http://www.prismalstudio.com/

gableroux:
name: Gabriel Le Breton
twitter: gableroux
website: https://gableroux.com/
name: Gabriel Le Breton
twitter: gableroux
website: https://gableroux.com/

yanick_ouellet:
name: Yanick Ouellet (Club Asimov)
twitter: ClubAsimov
website: https://www.facebook.com/ClubAsimov/
17 changes: 14 additions & 3 deletions _data/io-events.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
- title: "IO Hardware à l'UQAC"
date: 20 novembre 2017, à 18h00
event_url: "https://www.facebook.com/events/1316410948471000"
location: UQAC_Aquarium
talks:
-
title: "Club Asimov: Démonstration musicale et graphique complètement robotisée!"
description: S’inscrivant dans le mouvement « Makers », le club Asimov rassemble des étudiants du Cégep de Chicoutimi de programmes variés réunis pour fabriquer des appareils, des robots, des machines originales et inventives à partir de recyclage et de microcontrôleur électronique Arduino.
authors:
- yanick_ouellet

- title: "IO Hacktoberfest - Spécial open source"
date: 17 octobre 2017, à 18h00
event_url: "https://www.facebook.com/events/120214745326424"
location: bistro-du-centre
location: bistro_du_centre
talks:
-
title: "To pull or not to pull? Ma première contribution open source"
description: De la première à la dernière étape pour contribuer à un projet sur Github.
authors:
- gableroux
- gableroux
-
title: "Nouveau site web du Saglac IO"
description: "Un nouveau design bien mérité."
authors:
- emileber
- emileber

- title: "IO de Septembre 2017"
date: 19 septembre, à 18h00
Expand Down
22 changes: 15 additions & 7 deletions _data/locations.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
bistro-du-centre:
name: Café Bistro du Centre
address: 2750 Rue de la Salle, Jonquière, QC G7S 2A6
url: http://cafebistroducentre.ca/
facebook: https://www.facebook.com/cafebistroducentre
description: Nourriture, café, bière et autres breuvages disponibles.
map: <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2647.783320665328!2d-71.17780699500557!3d48.42230405889264!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfbe482df2860dac4!2sCaf%C3%A9+Du+Centre!5e0!3m2!1sfr!2sca!4v1508129703053" width="100%" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
bistro_du_centre:
name: Café Bistro du Centre
address: 2750 Rue de la Salle, Jonquière, QC G7S 2A6
url: http://cafebistroducentre.ca/
facebook: https://www.facebook.com/cafebistroducentre
description: Nourriture, café, bières et autres breuvages disponibles.
map: <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2647.783320665328!2d-71.17780699500557!3d48.42230405889264!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xfbe482df2860dac4!2sCaf%C3%A9+Du+Centre!5e0!3m2!1sfr!2sca!4v1508129703053" width="100%" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>

UQAC_Aquarium:
name: Université du Québec à Chicoutimi (UQAC)
address: 555, boulevard de l'Université, Chicoutimi, QC G7H 2B1
url: http://www.uqac.ca/
facebook: https://www.facebook.com/uqac.ca
description: Dans l'aquarium au fond de la cafétéria. Pizzas et bières disponibles sur place. Le stationnement est payant, mais plusieurs stationnements gratuits sont disponibles dans les quartiers autour.
map: <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2647.9083644300003!2d-71.05437638412025!3d48.419903539433456!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4cc020b61fb009bd%3A0x1add0ff6a51f8b10!2s555+Boulevard+de+l&#39;Universit%C3%A9%2C+Chicoutimi%2C+QC+G7H+2B1!5e0!3m2!1sfr!2sca!4v1508891813115" width="100%" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
4 changes: 3 additions & 1 deletion _includes/next-io.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ <h4>{{ location.address }}</h4>
<p>
{{ location.description }}
</p>
{{ location.map }}

</div>
</section>

{{ location.map }}

{% comment %} {% if next_io.sponsor %}
<h3 class='sponsor'>COMMANDITE: {{next_io.sponsor}}</h3> {% endif %} {% if next_io.eventbrite_id %}
<a href="https://www.eventbrite.ca/e/{{next_io.eventbrite_id}}" class="button alert inscription">Inscription!</a> {% endif %} {% endcomment %}
Expand Down

0 comments on commit 751decf

Please sign in to comment.