-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
315 lines (288 loc) · 15.4 KB
/
index.html
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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en">
<head>
<title>Schulich Ignite</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<meta name="Description" content="Schulich Ignite is an 8 week program where you learn to program. These weekly sessions are a fun way to learn the fundamentals of coding with lots of hands-on experience.
You are partnered with a mentor who can help you out with your learning experience (and give you general advice as a university student as well). Sessions run for 1 hour and 30 minutes, and you can choose to attend either the Wednesday evening sessions or the Saturday morning session.
No prior coding experience necessary!">
<meta property="og:title" content="Schulich Ignite" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://schulichignite.com" />
<meta property="og:image" content="images/opengraph_logo-min.jpg" />
<meta property="og:description"
content="Schulich Ignite is an 8 week program where you learn to program. These weekly sessions are a fun way to learn the fundamentals of coding with lots of hands-on experience.
You are partnered with a mentor who can help you out with your learning experience (and give you general advice as a university student as well). Sessions run for 1 hour and 30 minutes, and you can choose to attend either the Wednesday evening sessions or the Saturday morning session.
No prior coding experience necessary!" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li> <img class="brand-logo" src="images/ignite-logo.svg" style="display:inline;" alt="schulich ignite logo"></li>
<li><a href="#sessions-slides">Sessions & Slides</a></li>
<li><a href="#one">Sign-up</a></li>
<li><a href="#three">Contact</a></li>
</ul>
</nav>
</div>
</section>
<!-- Start of content -->
<body class="is-preload">
<div id="wrapper" >
<!-- Hero block -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>Schulich Ignite</h1>
<div class="row gtr-uniform">
<div class="col-4" style="position: absolute;right: 50px;width: 1100px;padding: 10px;"><p >Free computer coding courses led by<p style="margin-top:-40px;">University of Calgary student mentors</p></p></div>
</div>
<ul class="actions" style="padding-top:30px;margin-bottom:80px;">
<li><a href="#one" class="button scrolly" style="position: absolute;right: 50px;">Sign Up</a></li>
</ul>
</div>
</section>
<!-- Sessions -->
<section id="sessions-slides">
<!-- <h2 id="table-heading">Upcoming Sessions</h2>
<div class="table-wrapper" >
<table class="alt">
<thead>
<tr>
<th>When</th>
<th>Where</th>
<th>Programming Language</th>
</tr>
</thead>
<tbody>
<tr>
<td>Wednesdays: 6-7:30 pm, Jul 8 - Aug 26</td>
<td>
<a href="https://www.google.com/maps/place/University+of+Calgary/@51.0780212,-114.1383189,17.25z/data=!4m5!3m4!1s0x53717db7481cb3b1:0x36aff4a9e3c803fb!8m2!3d51.0775908!4d-114.140695">
University of Calgary </a>
</br><a href="https://ucmapspro.ucalgary.ca/RoomFinder/?Building=ENG&Room=203">ENG 203</a>
Online <br />
(using Zoom)
</td>
<td>Python <br />(Using <a href="https://py.processing.org/">Processing</a>)</td>
</tr>
</tbody>
</table>
</div> -->
<h2 id="slides">Session slides (Fall 2020)</h2>
<div class="table-wrapper">
<table class="alt">
<thead>
<tr>
<th>Week</th>
<th>Session Topic</th>
<th>Link to slides</th>
</tr>
</thead>
<tbody>
<tr>
<td>1
</td>
<td>Variables, Mouse Movement, setup() and draw()</td>
<td><a href="https://docs.google.com/presentation/d/1ru_3UVmvgfu5FsuI5kJYGPqSw1F3Cn_TplyuX3XRtjs/edit?usp=sharing" target="_blank">View slides</a></td>
</tr>
<tr>
<td>2
</td>
<td>Operators, Moving objects</td>
<td><a href="https://docs.google.com/presentation/d/1V7_0j6OnVLLeyaxystdpt3v5mFVkTJFk8mQETUQSpe4/edit?usp=sharing" target="_blank">View slides</a></td>
</tr>
<tr>
<td>3
</td>
<td>If-Statements, Logical Operators</td>
<td>
<a href="https://docs.google.com/presentation/d/177R-Qf3Ae_VJrtkrTyCqw6m8JRnz7ix6Fo65YJU_P-M/edit?usp=sharing" target="_blank">View slides</a>
</td>
</tr>
<tr>
<td>4
</td>
<td>Lists, and loops</td>
<td>
<a href="https://docs.google.com/presentation/d/1lyTs5PiP7F7yL-5iIosYCirKeW2qlAzrN5b0D69KLZ8/edit?usp=sharing" target="_blank">View slides</a>
</td>
</tr>
<!-- <tr>
<td>5
</td>
<td>Loops continued, and advanced input</td>
<td>
<a href="https://docs.google.com/presentation/d/1cOMT0zu0TsPiuc_g7_NtT6JHVbWvlIJvAKqU6NrKfUI/edit?usp=sharing">View slides</a>
</td>
</tr>
<tr>
<td>6
</td>
<td>Functions</td>
<td>
<a href="assets/summer_2020/session_6.pptx">View Slides</a>
</td>
</tr>
<tr>
<td>7
</td>
<td>Extra topics: Projectiles and collisions</td>
<td>
<a href="assets/summer_2020/session_7.pptx">View Slides</a>
</td>
</tr>
<tr>
<td>8
</td>
<td>Extra topics: Challenge example walkthrough</td>
<td>
<a href="assets/summer_2020/session_8.pptx">View Slides</a>
</td>
</tr> -->
</tbody>
</table>
</div>
<h2 id="table-heading">Ignite points</h2>
<div class="table-wrapper">
<table class="alt">
<tbody>
<tr>
<td>More information about ignite points</td>
<td>
<a href="https://docs.google.com/spreadsheets/d/1iyzEQ-rgPnUfVVIvJK2HBrGn6l6HatGrT6i3GLoxdUM/edit?usp=sharing">Link</a>
</td>
</tr>
<tr>
<td>Where to submit Bug Busters exercises (both in-session and social media)</td>
<td>
<a href="https://forms.gle/i9wBksTAbuGmYRWRA">Link</a>
</td>
</tr>
<tr>
<td>Where to submit Pythonic Lava exercises (both in-session and social media)</td>
<td>
<a href="https://forms.gle/CV4HBe3Pra6EAALw6">Link</a>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- One sign-up links -->
<section id="one" class="wrapper style2 spotlights light-background">
<section id="want-to-learn">
<a href="https://forms.gle/Jk8iK1SC2W84sxJG8" class="image" aria-label="Sign up as a mentee to learn how to code." target="_blank"><img src="images/bloke-coding-min.jpg" loading="lazy" alt="mentee-signup" data-position="center center" /></a>
<div class="content">
<div class="inner">
<h2>Want to learn?</h2>
<p>Looking to become a mentee? click the button below for details on how to sign up</p>
<ul class="actions">
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSe4fThK2EJ76m5MPLg99AMpNCjl6y5xPYeYbzXxwEu-RKA5Vg/viewform" class="button" target="_blank">Sign up for the program</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSepTkUYnVUBxMl81mweXdpheayWUJsKfQApofSAq5IrBqtQ_w/viewform?usp=sf_link" class="image" aria-label="Sign up as a mentor to teach how to code."><img src="images/mentor-min.jpg" loading="lazy" alt="mentor-signup" data-position="top center" /></a>
<div class="content">
<div class="inner">
<h2>Want to help teach?</h2>
<p>Click the button below to apply to become a mentor.</p>
<ul class="actions">
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSfV0jYFt7V08Xdf-2kZAvaD5Ths4WCmTJn-8gjbIsnTOb-pDA/viewform" class="button">Apply as a mentor</a></li>
</ul>
</div>
</div>
</section>
</section>
<!-- Three Contact/get in touch -->
<section id="three" class="wrapper style1 fade-up">
<div class="inner footer" style="padding-top:15px;">
<h2>Get in touch</h2>
<p>Have any additional questions? Reach out to us with the form below.</p>
<div class="split style1">
<section>
<!-- Formspree form-->
<form action="https://formspree.io/[email protected]" method="POST">
<div class="fields">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="5"></textarea>
</div>
</div>
<ul class="actions">
<li><a href="" class="button submit">Send Message</a></li>
</ul>
</form>
</section>
<section>
<ul class="contact">
<li>
<h3>Or email us directly</h3>
<a href="maito:[email protected]" aria-label="Link email us directly">[email protected]</a>
</li>
<li>
<h3>Be sure to also check out our other social media</h3>
<ul class="icons">
<li><a href="//www.facebook.com/SchulichIgnite/" class="icon brands fa-facebook-f" aria-label="Link to our Facebook page." target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="//instagram.com/schulichignite/" class="icon brands fa-instagram" aria-label="Link to our Instagram page." target="_blank"><span class="label">Instagram</span></a></li>
<li><a href="https://www.youtube.com/channel/UC7tNvdbu952HOUl_4nK7iww" class="icon brands fa-youtube" aria-label="Link to our YouTube channel." target="_blank"><span class="label">YouTube</span></a></li>
</ul>
</li>
</ul>
</section>
</div>
</div>
</section>
</div> <!-- End of wrapper-->
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="row gtr-uniform">
<div class="col-12" id="our-sponsors-message">
<h2> Our Sponsors</h2>
</div>
</div>
</div>
<div class="box alt">
<div class="row gtr-uniform">
<div class="col-4 col-12-medium col-12-small"><span class="image fit"><img loading="lazy" src="images/schulich_logo-min.png" alt="Schulich school of engineering logo" /></span></div>
<div class="col-4 col-12-medium col-12-small"><span class="image fit"><img loading="lazy" src="images/IEEE-min.png" alt="Institute of Electrical and Electronics Engineers logo" /></span></div>
<div class="col-4 col-12-medium col-12-small"><span class="image fit"><img loading="lazy" src="images/wise_logo-min.png" alt="WISE (women in STEM and engineering) logo" /></span></div>
<div class="col-1 col-1-medium col-1-small spacer"> <span class="image fit"></span></div>
<div class="col-4 col-12-medium col-12-small"><span class="image fit"><img loading="lazy" src="images/mindfuel.jpg" alt="Mindfuel logo" /></span></div>
<div class="col-1 col-1-medium col-1-small spacer"><span class="image fit"></span></div>
<div class="col-4 col-12-medium col-12-small"><span class="image fit"><img loading="lazy" src="images/canada-funding.jpg" alt="Government of Canada logo" /></span></div>
<div class="col-1 col-1-medium col-1-small spacer"><span class="image fit"></span></div>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>