Skip to content

Commit

Permalink
Moved the linkes to all of the GCC presentation slides
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallAsch committed Sep 13, 2019
1 parent 12ab7bd commit 0751648
Show file tree
Hide file tree
Showing 12 changed files with 159 additions and 31 deletions.
24 changes: 21 additions & 3 deletions _posts/events/2014-10-08-guelph-coding-community.html
Expand Up @@ -4,7 +4,13 @@
categories: [events, gcc]
event_time: "7:00pm-9:00pm"
speakers: "Daniel Robinson, Max Gomes and Alex Pennells"
files: "https://drive.google.com/folderview?id=0B22nHCJ9j4kTTlBmNkJIdTFUeVU&usp=sharing"
files:
- slides: "https://drive.google.com/file/d/0B9DDeOOQGAPkQTZ3YnVmZlpfWkE/view?usp=sharing"
author: "Daniel Robinson"
- slides: "https://drive.google.com/file/d/0B9DDeOOQGAPkSU9HNHgxWVJFR0U/view?usp=sharing"
author: "Alex Pennells"
- folder: "https://drive.google.com/drive/folders/0B9DDeOOQGAPkXy0wXzNKOHdOTkk?usp=sharing"
author: "Max Gomes"
---
<div class="container">
<div class="col-md-8 col-md-offset-2">
Expand All @@ -27,10 +33,22 @@ <h2 class="title indent">{{ page.title }}</h2>
<p>SOCIS's own Alex Pennells will be talking about how we run socis.ca and how you can apply those concepts to your own personal site.</p>
<br>
<p>As always there will be plenty of time for socializing after the talks as well. Hope to see everyone there!</p>
{% if page.files != "none" %}

{% if page.files %}
<hr class="grey">
<a class="view-event-files" target="_blank" href="{{ page.files }}">View Presentations on Google Drive</a>
{% endif %}


<div id="slides">
{% for file in page.files %}
{% if file.folder %}
<a class="view-event-folder" target="_blank" href="{{ file.folder }}">View folder {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% elsif file.slides %}
<a class="view-event-slides" target="_blank" href="{{ file.slides }}">View Presentations slides {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% endif %}
{% endfor %}
</div>

</article>

<article class="article-container">
Expand Down
23 changes: 20 additions & 3 deletions _posts/events/2014-10-22-guelph-coding-community.html
Expand Up @@ -4,7 +4,13 @@
categories: [events, gcc]
event_time: "7:00pm-9:00pm"
speakers: "Anuj Bhatia, Hugo Possani and Andrew Welton"
files: "https://drive.google.com/folderview?id=0B22nHCJ9j4kTTUtkOFpCaW5SRHc&usp=sharing"
files:
- slides: "https://docs.google.com/presentation/d/1JaePMyALateaOp0Hw2SCKlK0iwEDNAkqKxMLSk9tuPQ/edit?usp=sharing"
author: "Andrew Welton"
- slides: "https://drive.google.com/file/d/0B22nHCJ9j4kTS3Z2ZF8tZERCNDQ/view?usp=sharing"
author: "Anuj Bhatia"
- slides: "https://docs.google.com/presentation/d/1GutwgQUH1oDMbmKEmAGBUyh5I9EUV1TAYjqcpyayVz4/edit?usp=sharing"
author: "Hugo Possani"
---
<div class="container">
<div class="col-md-8 col-md-offset-2">
Expand All @@ -23,10 +29,21 @@ <h2 class="title indent">{{ page.title }}</h2>
<p>Anuj Bhatia: The goal of the presentation is to teach people about creating their own WordPress theme instead of buying ones or using free ones which can be difficult to customize because you don't know their code. I want to show them how to organize their code in order for Wordpress to recognize it.</p>
<p>Hugo Possani: A talk about sonification, a project to help teach the blind mathematical and statistical concepts through the use of technology and audio.</p>
<p>As always there will be plenty of time for socializing after the talks as well. Hope to see everyone there!</p>
{% if page.files != "none" %}

{% if page.files %}
<hr class="grey">
<a class="view-event-files" target="_blank" href="{{ page.files }}">View Presentations on Google Drive</a>
{% endif %}

<div id="slides">
{% for file in page.files %}
{% if file.folder %}
<a class="view-event-folder" target="_blank" href="{{ file.folder }}">View folder {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% elsif file.slides %}
<a class="view-event-slides" target="_blank" href="{{ file.slides }}">View Presentations slides {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% endif %}
{% endfor %}
</div>

</article>

<article class="article-container">
Expand Down
19 changes: 16 additions & 3 deletions _posts/events/2014-11-05-guelph-coding-community.html
Expand Up @@ -4,7 +4,9 @@
categories: [events, gcc]
event_time: "7:00pm-9:00pm"
speakers: "Luis Gustavo Pampolini, Sebastian Lenartowicz and Julian Horvat"
files: "https://drive.google.com/a/socis.ca/folderview?id=0B7SbmDOkhbl1Z1h6THRBUWhvaEE&usp=sharing"
files:
- slides: "https://drive.google.com/file/d/0B7SbmDOkhbl1VGRvYWM3Yk9CZzA/view?usp=sharing"
author: "Sebastian Lenartowicz"
---
<div class="container">
<div class="col-md-8 col-md-offset-2">
Expand All @@ -31,10 +33,21 @@ <h2 class="title indent">{{ page.title }}</h2>
<p>
As always there will be plenty of time for socializing after the talks as well. Hope to see everyone there!
</p>
{% if page.files != "none" %}

{% if page.files %}
<hr class="grey">
<a class="view-event-files" target="_blank" href="{{ page.files }}">View Presentations on Google Drive</a>
{% endif %}

<div id="slides">
{% for file in page.files %}
{% if file.folder %}
<a class="view-event-folder" target="_blank" href="{{ file.folder }}">View folder {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% elsif file.slides %}
<a class="view-event-slides" target="_blank" href="{{ file.slides }}">View Presentations slides {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% endif %}
{% endfor %}
</div>

</article>

<article class="article-container">
Expand Down
17 changes: 14 additions & 3 deletions _posts/events/2014-12-03-guelph-coding-community.html
Expand Up @@ -4,7 +4,7 @@
categories: [events, gcc]
event_time: "7:00pm-9:00pm"
speakers: "Luis Gustavo Pampolini, Sebastian Lenartowicz and Julian Horvat"
files: "none"
files:
---
<div class="container">
<div class="col-md-8 col-md-offset-2">
Expand All @@ -25,10 +25,21 @@ <h2 class="title indent">{{ page.title }}</h2>
<p>
As always there will be plenty of time for socializing after the talks as well. Hope to see everyone there!
</p>
{% if page.files != "none" %}

{% if page.files %}
<hr class="grey">
<a class="view-event-files" target="_blank" href="{{ page.files }}">View Presentations on Google Drive</a>
{% endif %}

<div id="slides">
{% for file in page.files %}
{% if file.folder %}
<a class="view-event-folder" target="_blank" href="{{ file.folder }}">View folder {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% elsif file.slides %}
<a class="view-event-slides" target="_blank" href="{{ file.slides }}">View Presentations slides {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% endif %}
{% endfor %}
</div>

</article>

<article class="article-container">
Expand Down
24 changes: 20 additions & 4 deletions _posts/events/2018-11-28-guelph-coding-community.html
Expand Up @@ -3,8 +3,14 @@
title: "Guelph Coding Community Tech Talks"
categories: [events, gcc]
event_time: "7:00pm-9:00pm"
speakers: "Marshall Asch,Ryan Taylor and Jacob Knarr"
files: "https://drive.google.com/drive/folders/1sowKFKBL6Dtuu_2SIzRui2mkmU1yH6kS?usp=sharing"
speakers: "Marshall Asch, Ryan Taylor, and Jacob Knarr"
files:
- slides: "https://docs.google.com/presentation/d/1y9hjnAbdH3CsGSAS_5XDnKx-YqV0EYxU4Sk9GdkhkQI/edit?usp=sharing"
author: "Marshall Asch"
- slides: "https://docs.google.com/presentation/d/16dsE3g3yIiDFEKRf8TwZcYys1ZVnZWhjKUMMvW_aYeY/edit?usp=sharing"
author: "Ryan Taylor"
- slides: "https://docs.google.com/presentation/d/1y7BSrpbQ-AasXNan8TiK_39FQY04LpbmsMSh7b1l-4A/edit?usp=sharing"
author: "Jacob Knarr"
---
<div class="container">
<div class="col-md-8 col-md-offset-2">
Expand All @@ -27,10 +33,20 @@ <h2 class="title indent">{{ page.title }}</h2>
<p>Jacob Knarr will be talking about Fragments and Dialogs in Android Development.</p>
<br>
<p>As always there will be plenty of time for socializing after the talks as well. Hope to see everyone there!</p>
{% if page.files != "none" %}
{% if page.files %}
<hr class="grey">
<a class="view-event-files" target="_blank" href="{{ page.files }}">View Presentations on Google Drive</a>
{% endif %}

<div id="slides">
{% for file in page.files %}
{% if file.folder %}
<a class="view-event-folder" target="_blank" href="{{ file.folder }}">View folder {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% elsif file.slides %}
<a class="view-event-slides" target="_blank" href="{{ file.slides }}">View Presentations slides {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% endif %}
{% endfor %}
</div>

</article>

<article class="article-container">
Expand Down
18 changes: 15 additions & 3 deletions _posts/events/2019-04-01-guelph-coding-community.html
Expand Up @@ -4,7 +4,9 @@
categories: [events, gcc]
event_time: "7:00pm-9:00pm"
speakers: "Marshall Asch, Jeremie Fraeys de Veubeke"
files: "https://drive.google.com/drive/folders/1KqiCfAvhd-XNf3sFms-4WWYTuReQNdXL?usp=sharing"
files:
- slides: "https://docs.google.com/presentation/d/1dWpbzXw5vkmE7RxYasoeiMPadfrY3Ulr206_k9vtfvE/edit?usp=sharing"
author: "Marshall Asch"
---
<div class="container">
<div class="col-md-8 col-md-offset-2">
Expand All @@ -25,10 +27,20 @@ <h2 class="title indent">{{ page.title }}</h2>
<p>Jeremie Fraeys de Veubeke is presenting his work on Data Science with Educational Data.</p>
<br>
<p>As always there will be plenty of time for socializing after the talks as well. Hope to see everyone there!</p>
{% if page.files != "none" %}
{% if page.files %}
<hr class="grey">
<a class="view-event-files" target="_blank" href="{{ page.files }}">View Presentations on Google Drive</a>
{% endif %}

<div id="slides">
{% for file in page.files %}
{% if file.folder %}
<a class="view-event-folder" target="_blank" href="{{ file.folder }}">View folder {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% elsif file.slides %}
<a class="view-event-slides" target="_blank" href="{{ file.slides }}">View Presentations slides {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% endif %}
{% endfor %}
</div>

</article>

<article class="article-container">
Expand Down
18 changes: 15 additions & 3 deletions _posts/events/2019-09-09-guelph-coding-community.html
Expand Up @@ -4,7 +4,8 @@
categories: [events, gcc]
event_time: "5:30pm-6:30pm"
speakers: "Marshall Asch"
files: "https://docs.google.com/presentation/d/1QupJwEoIhAnymkUQ4gepa8JnQ7j-bQCfgnNEU8IJwX8/edit?usp=sharing"
files:
- slides: "https://docs.google.com/presentation/d/1QupJwEoIhAnymkUQ4gepa8JnQ7j-bQCfgnNEU8IJwX8/edit?usp=sharing"
---
<div class="container">
<div class="col-md-8 col-md-offset-2">
Expand All @@ -29,10 +30,21 @@ <h2 class="title indent">{{ page.title }}</h2>
<br>
<br>
<p>As always there will be plenty of time for socializing after the talks as well. Hope to see everyone there!</p>
{% if page.files != "none" %}

{% if page.files %}
<hr class="grey">
<a class="view-event-files" target="_blank" href="{{ page.files }}">View Presentations on Google Drive</a>
{% endif %}

<div id="slides">
{% for file in page.files %}
{% if file.folder %}
<a class="view-event-folder" target="_blank" href="{{ file.folder }}">View folder {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% elsif file.slides %}
<a class="view-event-slides" target="_blank" href="{{ file.slides }}">View Presentations slides {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% endif %}
{% endfor %}
</div>

</article>

<article class="article-container">
Expand Down
16 changes: 13 additions & 3 deletions _posts/events/2019-09-16-guelph-coding-community.html
Expand Up @@ -4,7 +4,7 @@
categories: [events, gcc]
event_time: "5:30pm-6:30pm"
speakers: "Marshall Asch"
files: "none"
files:
---
<div class="container">
<div class="col-md-8 col-md-offset-2">
Expand All @@ -29,10 +29,20 @@ <h2 class="title indent">{{ page.title }}</h2>
<br>
<br>
<p>As always there will be plenty of time for socializing after the talks as well. Hope to see everyone there!</p>
{% if page.files != "none" %}
{% if page.files %}
<hr class="grey">
<a class="view-event-files" target="_blank" href="{{ page.files }}">View Presentations on Google Drive</a>
{% endif %}

<div id="slides">
{% for file in page.files %}
{% if file.folder %}
<a class="view-event-folder" target="_blank" href="{{ file.folder }}">View folder {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% elsif file.slides %}
<a class="view-event-slides" target="_blank" href="{{ file.slides }}">View Presentations slides {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% endif %}
{% endfor %}
</div>

</article>

<article class="article-container">
Expand Down
17 changes: 14 additions & 3 deletions _posts/events/2019-09-19-guelph-coding-community.html
Expand Up @@ -4,7 +4,7 @@
categories: [events, gcc]
event_time: "6:00pm-7:00pm"
speakers: "Ori Talmor"
files: "none"
files:
---
<div class="container">
<div class="col-md-8 col-md-offset-2">
Expand All @@ -27,10 +27,21 @@ <h2 class="title indent">{{ page.title }}</h2>
<br>
<br>
<p>As always there will be plenty of time for socializing after the talks as well. Hope to see everyone there!</p>
{% if page.files != "none" %}

{% if page.files %}
<hr class="grey">
<a class="view-event-files" target="_blank" href="{{ page.files }}">View Presentations on Google Drive</a>
{% endif %}

<div id="slides">
{% for file in page.files %}
{% if file.folder %}
<a class="view-event-folder" target="_blank" href="{{ file.folder }}">View folder {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% elsif file.slides %}
<a class="view-event-slides" target="_blank" href="{{ file.slides }}">View Presentations slides {%if file.author %} - ({{ file.author }}) {% endif %}</a>
{% endif %}
{% endfor %}
</div>

</article>

<article class="article-container">
Expand Down
10 changes: 9 additions & 1 deletion css/main.scss
Expand Up @@ -252,14 +252,22 @@ footer {
}

/* Link to google drive on an event page */
.view-event-files {
.view-event-folder {
background: url('../img/folder.png');
background-size: 40px 40px;
background-repeat: no-repeat;
display: block;
padding: 12px 0 10px 50px;
font-weight: bold;
}
.view-event-slides {
background: url('../img/slides.png');
background-size: 40px 40px;
background-repeat: no-repeat;
display: block;
padding: 12px 0 10px 50px;
font-weight: bold;
}

/* Link to google drive on the GCC events page */
.view-past-gcc-event-files {
Expand Down
4 changes: 2 additions & 2 deletions gcc/index.html
Expand Up @@ -48,8 +48,8 @@ <h3><a href="{{ post.url }}">{{ post.date | date: '%B %d, %Y' }}</a></h3>
<p>Presenters: {{ post.speakers }}</p>
</div>
<div class="col-lg-6">
{% if post.files != "none" %}
<a class="view-past-gcc-event-files" target="_blank" href="{{ post.files }}">View Presentations</a>
{% if post.files %}
<a class="view-past-gcc-event-files" target="_blank" href="{{ post.url }}#slides">View Presentations</a>
{% endif %}
</div>
</div>
Expand Down
Binary file added img/slides.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0751648

Please sign in to comment.