This repository was archived by the owner on Sep 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
203 lines (203 loc) · 10.7 KB
/
Copy pathabout.html
File metadata and controls
203 lines (203 loc) · 10.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
---
layout: default
title: About
---
<div id="AboutUs" class="container">
<div class="row">
<div class="col-md-12">
<h1>About Us</h1>
<p class="lead">We're a group of programmers interested in learning everything we can.</p>
<p>The Guelph Coding Community was created in response to a growing interest in the annual CS Games as an avenue for training students in programming topics that aren't covered in a traditional university environment.</p>
<p>Since its inception in the spring of 2013 the ambition has grown. We want to recruit as many great programmers as possible and establish Guelph as a great city for coders.</p>
<p>The executive team helps to manage the day to day operations and keep the lights on in the event space. We're all very passionate about what we do and would love to talk to you about your interests. After all, it's the members who build the community.</p>
<p>So invite your geeks, suggest ideas, get involved.</p>
<a href="mailto:guelphcodingcommunity@gmail.com"><i class="fa fa-envelope"></i> Get in touch</a>
</div>
</div>
</div>
<div id="Execs" class="container">
<h1>Execs</h1>
<p></p>
<div class="row">
<div class="col-md-2">
<a href="#CoreyModal" role="button" data-toggle="modal">
<img class="img-responsive" src="img/corey-professional.png"/>
<label>Corey Alexander</label>
</a>
<div id="CoreyModal" class="modal fade" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Corey Alexander</h3>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-6">
<img class="img-responsive" src="img/corey-professional.png" />
<a href="http://ca.linkedin.com/pub/corey-alexander/8b/a61/397"><i class="fa fa-linkedin-square fa-3x"></i></a>
</div>
<div class="col-md-6">
<p>Corey is a computer science student at Guelph who aspires to design games. Current interests in computer science are new technologies such as the <a href="https://www.thalmic.com/en/myo/">Myo Armband</a> and the <a href="https://www.leapmotion.com/">Leap Motion Controller.</a></p>
<p>In his free time Corey enjoys gaming, shooting pool with friends or longboarding around.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-2">
<a href="#DaniModal" role="button" data-toggle="modal">
<img class="img-responsive" src="img/dani-professional.png"/>
<label>Dani Fudger</label>
</a>
<div id="DaniModal" class="modal fade" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Dani Fudger</h3>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-6">
<img class="img-responsive" src="img/dani-professional.png" />
</div>
<div class="col-md-6">
<p>Dani is passionate about mobile development, responsive web design and creating usable interfaces for every possible user. She is preparing to graduate with a software engineering degree from the University of Guelph this December.</p>
<p>When not developing, Dani can be found horseback riding or watching anything filmed by Joss Whedon.</p>
<p>To contact, or learn more about Dani, visit her website <a href="http://dfudger.com">dfudger.com</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-2">
<a href="#JonModal" role="button" data-toggle="modal">
<img class="img-responsive" src="img/jon-professional.png"/>
<label>Jon Snowdon</label>
</a>
<div id="JonModal" class="modal fade" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Jon Snowdon</h3>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-6">
<img class="img-responsive" src="img/jon-professional.png" />
<a href="mailto:jonathansnowdon2@gmail.com"><i class="fa fa-envelope fa-3x"></i></a>
</div>
<div class="col-md-6">
<p>Jonathan is a fourth year bachelor of computing student majoring in software engineering at the University of Guelph. He enjoys diving deep into software security and enjoys all means of cryptography.</p>
<p>When Jon's doesn't have his nose in software security books, you can find him out fishing, hiking and playing every sport you can think of.</p>
<p>Jon's Recommended Read: <a href="http://www.amazon.ca/Code-Book-Science-Secrecy-Cryptography/dp/0385495323/">The Code Book</a> by Simon Singh</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-2">
<a href="#Lee-JayModal" role="button" data-toggle="modal">
<img class="img-responsive" src="img/leejay-professional.png"/>
<label>Lee-Jay Cluskey-Belanger</label>
</a>
<div id="Lee-JayModal" class="modal fade" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Lee-Jay Cluskey-Belanger</h3>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-6">
<img class="img-responsive" src="img/leejay-professional.png" />
<a href="https://www.facebook.com/leejaycb"><i class="fa fa-facebook-square fa-3x"></i></a>
<a href="https://twitter.com/leejaycb"><i class="fa fa-twitter-square fa-3x"></i></a>
<a href="http://ca.linkedin.com/in/leejaycb"><i class="fa fa-linkedin-square fa-3x"></i></a>
</div>
<div class="col-md-6">
<p>Lee-Jay is a computer science major at the University of Guelph. He is passionate about mobile and web development, as well as working on community engaged projects.</p>
<p>In his free time, Lee-Jay is one of the lead developers for the Farm To Fork project. He also enjoys music, gaming, dirt biking, and tinkering with new technologies.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-2">
<a href="#RyanModal" role="button" data-toggle="modal">
<img class="img-responsive" src="img/ryan-professional.png"/>
<label>Ryan Wilson-Perkin</label>
</a>
<div id="RyanModal" class="modal fade" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Ryan Wilson-Perkin</h3>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-6">
<img class="img-responsive" src="img/ryan-professional.png" />
<a href="https://www.facebook.com/ryan.wilsonperkin"><i class="fa fa-facebook-square fa-3x"></i></a>
<a href="https://twitter.com/psychboo"><i class="fa fa-twitter-square fa-3x"></i></a>
<a href="http://ca.linkedin.com/pub/ryan-wilson-perkin/41/31/476/"><i class="fa fa-linkedin-square fa-3x"></i></a>
<a href="https://github.com/ryanwilsonperkin"><i class="fa fa-github-square fa-3x"></i></a>
</div>
<div class="col-md-6">
<p>Ryan is a computer science major at the University of Guelph. He is passionate about security, human computer interaction, and software design.</p>
<p>In his free time, Ryan likes spending time at his cottage, reading, and longboarding through the streets of Guelph.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="SpecialThanks" class="container">
<h1>Special Thanks</h1>
<p></p>
<div class="row">
<div class="col-md-2">
<a href="#DanModal" role="button" data-toggle="modal">
<img class="img-responsive" src="img/dan-professional.png"/>
<label>Dan Gillis</label>
</a>
<div id="DanModal" class="modal fade" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Dan Gillis</h3>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-6">
<img class="img-responsive" src="img/dan-professional.png" />
</div>
<div class="col-md-6">
<p>Dr. Dan Gillis is an Assistant Professor and Statistician in the School of Computer Science at the University of Guelph. His position is co-sponsored by the Saugeen Ojibway First Nations (comprised of the Chippewas of Nawash Unceded First Nation and the Saugeen First Nation) and the University of Guelph.</p>
<p>Dan's research involves studying spatial temporal statistics, ecological and public health risk assessment, alternative data collection methods, user interface and systems design, and community engaged scholarship.</p>
<p>He is co-founder of the <a href="http://farm-to-fork.ca/">Farm To Fork</a> project, and a member of the <a href="http://gwpoverty.ca/get_involved/the-seed-community-food-hub/">Guelph-Wellington Seed Community Food Hub</a>. He is an avid runner and cyclist, a lover of yoga, an adventurer, and suffers from wanderlust. Sometimes he sleeps.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>