-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
262 lines (234 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
<!DOCTYPE html>
<!--[if lte IE 6]><html class="preIE7 preIE8 preIE9"><![endif]-->
<!--[if IE 7]><html class="preIE8 preIE9"><![endif]-->
<!--[if IE 8]><html class="preIE9"><![endif]-->
<!--[if gte IE 9]><!--><html><!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta name="description" content="SMU Computer Science and Mathematics Society Website">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SMUCSM - SMU Computer Science and Mathematics Society</title>
<!-- <link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon"> -->
<link href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en" rel="stylesheet">
<!-- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> -->
<link rel="stylesheet" href="css/material.min.css" type="text/css"> <!-- This one has customized colors -->
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body class="mdl-demo mdl-color--grey-100 mdl-color-text--grey-700 mdl-base">
<!-- Main mdl wrapper -->
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<!-- Title & Nav -->
<header class="mdl-layout__header mdl-layout__header--scroll mdl-color--primary">
<!-- Title -->
<div class="mdl-layout--large-screen-only mdl-layout__header-row"></div><!-- Spacer -->
<div class="mdl-layout--large-screen-only mdl-layout__header-row">
<h3>SMU Computer Science and Mathematics Society</h3>
</div>
<div class="mdl-layout--large-screen-only mdl-layout__header-row"></div><!-- Spacer -->
<!-- /Title -->
<!-- Nav -->
<div class="mdl-layout__tab-bar mdl-js-ripple-effect mdl-color--primary-dark">
<a href="#events" class="mdl-layout__tab is-active">Events</a>
<a href="#resources" class="mdl-layout__tab">Resources</a>
</div>
<!-- /Nav -->
</header>
<!-- /Title & Nav -->
<!-- Content -->
<main class="mdl-layout__content">
<!-- Events -->
<div class="mdl-layout__tab-panel is-active" id="events">
<!-- Event overview -->
<section class="section--center mdl-grid mdl-grid--no-spacing">
<div class="mdl-cell mdl-cell--12-col">
<div class="mdl-grid mdl-grid--no-spacing">
<h4 class="mdl-cell mdl-cell--12-col">Overview</h4>
<div class="mdl-cell mdl-cell--12-col">
The society runs regular events for the benefits of students and the community as all are welcome and free to attend. We have three standard types of events
<br><br>
</div>
<div class="section__circle-container mdl-cell mdl-cell--1-col mdl-cell--1-col-phone">
<div class="section__circle-container__circle mdl-color--red"></div>
</div>
<div class="section__text mdl-cell mdl-cell--11-col-desktop mdl-cell--6-col-tablet mdl-cell--3-col-phone">
<h5>Teach Me How To</h5>
An event where a student or guest speaker teaches about a topic they know. Past events have included Linux, Unity, Ruby, etc.
</div>
<div class="section__circle-container mdl-cell mdl-cell--1-col mdl-cell--1-col-phone">
<div class="section__circle-container__circle mdl-color--green"></div>
</div>
<div class="section__text mdl-cell mdl-cell--11-col-desktop mdl-cell--6-col-tablet mdl-cell--3-col-phone">
<h5>Challenge Night</h5>
A continuation of the previous Teach Me How To where students collaboratively code using the skills taught.
</div>
<div class="section__circle-container mdl-cell mdl-cell--1-col mdl-cell--1-col-phone">
<div class="section__circle-container__circle mdl-color--blue"></div>
</div>
<div class="section__text mdl-cell mdl-cell--11-col-desktop mdl-cell--6-col-tablet mdl-cell--3-col-phone">
<h5>Help Session</h5>
An event for students to get together and work on homework or discuss/<a href="https://www.wikiwand.com/en/Rubber_duck_debugging" target="_blank">rubber duck</a> problems they are experiencing.
</div>
<div class="section__circle-container last-circle mdl-cell mdl-cell--1-col mdl-cell--1-col-phone">
<div class="section__circle-container__circle mdl-color--orange"></div>
</div>
<div class="section__text mdl-cell mdl-cell--11-col-desktop mdl-cell--6-col-tablet mdl-cell--3-col-phone">
<h5>Special Event</h5>
A special event that the society runs.
</div>
</div>
</div>
</section>
<hr class="spaced-hr">
<!-- Event list -->
<section class="section--center mdl-grid mdl-grid--no-spacing">
<div class="mdl-cell mdl-cell--12-col">
<div class="mdl-grid mdl-grid--no-spacing event-list">
<h4 class="mdl-cell mdl-cell--12-col">Upcoming Events</h4>
<br><br>
<!-- To be filled via script -->
</div>
<br>
<div class="mdl-card__actions">
<a href="https://www.google.com/calendar/embed?src=smu.csm%40gmail.com&ctz=America/Halifax" target="_blank" class="mdl-button">
<button class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--colored">
View full calendar
</button>
</a>
<a href="https://www.google.com/calendar/ical/smu.csm%40gmail.com/public/basic.ics" target="_blank" class="mdl-button">
<button class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--colored">
Sync calendar
</button>
</a>
</div>
</div>
</section>
<!-- /Event list -->
<section></section> <!-- Spacer -->
<!-- /Event overview -->
</div>
<!-- /Events -->
<!-- Resources -->
<div class="mdl-layout__tab-panel" id="resources">
<section class="section--center mdl-grid mdl-grid--no-spacing">
<div class="mdl-cell mdl-cell--12-col">
<h4>Resources</h4>
A collection of links found useful by members of the society. Something missing? Something out of date? <a href="https://github.com/SMUCSM/SMUCSM.github.io/issues/new" target="_blank">Create an issue!</a> Or better yet a pull request!
<!-- Table of Contents -->
<ul class="toc">
<a href="#society-links">Society Links</a>
<a href="#cheatsheet-links">Cheatsheets</a>
<a href="#tools-links">Free Resources & Tools</a>
<a href="#learning-links">Learning Resources</a>
<a href="#online-environments">Online Development Environments</a>
<a href="#online-playgrounds">Online Development Playgrounds</a>
<a href="#awesome">Awesome Things</a>
</ul>
<!-- <a href="" target="_blank"></a> -->
<!-- Society Links -->
<h5 id="society-links">Society Links</h5>
<ul>
<li><a href="mailto:[email protected]">Email</a> - [email protected]</li>
<li><a href="https://www.google.com/calendar/embed?src=smu.csm%40gmail.com&ctz=America/Halifax" target="_blank">Google Calendar</a> - <a href="" target="_blank">Sync</a></li>
<li>
Google Drive
<ul>
<li><a href="https://drive.google.com/open?id=0BwbWqTMrQoJDY01DUlpaR05xbmc" target="_blank">Presentations</a></li>
<li><a href="https://drive.google.com/folderview?id=0BwbWqTMrQoJDM3JmbjU5Vy1XQ1U&usp=sharing#list" target="_blank">Public Documents</a></li>
</ul>
</li>
<li><a href="https://github.com/smucsm" target="_blank">GitHub Organization</a></li>
<li><a href="https://www.facebook.com/groups/519695784759020/" target="_blank">Facebook Group</a></li>
<li><a href="https://twitter.com/smu_csm" target="_blank">Twitter</a></li>
</ul>
<!-- If there are multiple per topic, nest them! -->
<h5 id="cheatsheet-links">Cheatsheets</h5>
<ul>
<li><a href="http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html" target="_blank">Vim</a></li>
<li><a href="http://fosswire.com/post/2007/08/unixlinux-command-cheat-sheet/" target="_blank">Unix/Linux Commands</a></li>
<li><a href="https://training.github.com/kit/downloads/github-git-cheat-sheet.pdf" target="_blank">Git</a></li>
</ul>
<h5 id="tools-links">Free Resources & Tools</h5>
<ul>
<li><a href="http://www.smu.ca/academics/departments/math-and-cs-current-students-msdnaa.html" target="_blank">MSDNAA</a> - Microsoft tools & OS (Visaul Studio, Windows 7, etc.)</li>
<li><a href="https://education.github.com/pack" target="_blank">GitHub Student Developer Pack</a></li>
</ul>
<h5 id="learning-links">Learning Resources</h5>
<ul>
<li>
General
<ul>
<li><a href="https://www.codecademy.com/" target="_blank">CodeCademy</a></li>
<li><a href="" target="_blank">Khan Academy</a></li>
</ul>
</li>
<li>
Unity
<ul>
<li><a href="http://unity3d.com/learn" target="_blank">Official Tutorials</a></li>
<li><a href="http://catlikecoding.com/unity/tutorials/" target="_blank">Cat Like Coding</a></li>
<li><a href="https://cgcookie.com/learn-unity/" target="_blank">CG Cookie</a></li>
</ul>
</li>
<li>
Unix
<ul>
<li><a href="http://explainshell.com/" target="_blank">Explain Shell</a></li>
</ul>
</li>
<li>
Python
<ul>
<li><a href="http://learnpythonthehardway.org/book/" target="_blank">Learn Python the Hard Way</a></li>
</ul>
</li>
</ul>
<h5 id="online-environments">Online Development Environments</h5>
<ul>
<li><a href="https://pro.nitrous.io/" target="_blank">Nitrous</a></li>
<li><a href="https://c9.io/" target="_blank">Cloud9</a></li>
<li><a href="https://koding.com/" target="_blank">Koding</a></li>
</ul>
<h5 id="online-playgrounds">Online Development Playgrounds</h5>
<ul>
<li><a href="http://www.tutorialspoint.com/codingground.htm" target="_blank">Tutorials Point - Coding Ground</a></li>
<li><a href="https://jsbin.com/" target="_blank">JS Bin</a></li>
<li><a href="https://jsfiddle.net/" target="_blank">JS Fiddle</a></li>
<li><a href="http://codepen.io/" target="_blank">Code Pen</a></li>
<li><a href="http://www.tehplayground.com/" target="_blank">Teh Playground! (PHP)</a></li>
<li><a href="https://regex101.com/" target="_blank">Regex 101</a></li>
<li><a href="http://pythex.org/" target="_blank">Pythex (Python Regex)</a></li>
<li><a href="http://dillinger.io/" target="_blank">Dillinger (Markdown Editor)</a></li>
</ul>
<h5 id="awesome">Awesome Things</h5>
<ul>
<li><a href="https://github.com/sindresorhus/awesome" target="_blank">Currated list of awesome lists</a></li>
</ul>
</div>
</section>
<section></section><!-- Spacer -->
</div>
<!-- /Resources -->
<footer class="mdl-mega-footer">
<div class="mdl-mega-footer--bottom-section">
<ul class="mdl-mega-footer--link-list">
<li><a href="mailto:[email protected]">Email</a></li>
<li><a href="https://www.google.com/calendar/embed?src=smu.csm%40gmail.com&ctz=America/Halifax" target="_blank">Calendar</a></li>
<li><a href="https://www.facebook.com/groups/519695784759020/" target="_blank">Facebook</a></li>
<li><a href="https://twitter.com/smu_csm" target="_blank">Twitter</a></li>
<li><a href="https://github.com/orgs/SMUCSM" target="_blank">Github</a></li>
</ul>
</div>
</footer>
</main>
<!-- /Content -->
</div>
<!-- /Main mdl wrapper -->
<script src="js/material.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.linkify.min.js"></script>
<script src="js/moment.min.js"></script>
<script src="js/underscore-min.js"></script>
<script src="js/events.js"></script>
</body>
</html>