-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtracks.html
279 lines (263 loc) · 15 KB
/
tracks.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Protons Tracks</title>
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="#2196f3">
<!-- TODO: add description and keywords -->
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="IEEE AlexSB Software Development Committee">
<link rel="apple-touch-icon" sizes="76x76" href="icons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="icons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="icons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="icons/manifest.json">
<link rel="mask-icon" href="icons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-config" content="icons/browserconfig.xml">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.1/css/materialize.min.css">
<link rel="stylesheet" href="vendor/css/slick-custom.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/tracks.css">
</head>
<body>
<nav>
<div class="nav-wrapper white ">
<a href="index.html" id="brand-logo"><img src="media/protons-blue.png" alt="protons logo"></a>
<a href="#" data-activates="mobile-demo" id="button-collapse" class="button-collapse">
<div id="hamb">
<span class="blue"></span>
<span class="blue"></span>
<span class="blue"></span>
</div>
</a>
<ul class="right hide-on-med-and-down">
<li><a href="tracks.html" class="blue-text">Tracks</a></li>
<li><a href="history.html" class="blue-text">History</a></li>
<li><a href="faqs.html" class="blue-text">FAQs</a></li>
<li><a href="graduates.html" class="blue-text">Graduates</a></li>
</ul>
<ul class="side-nav" id="mobile-demo">
<li><a href="tracks.html">Tracks</a></li>
<li><a href="history.html">History</a></li>
<li><a href="faqs.html">FAQs</a></li>
<li><a href="graduates.html">Graduates</a></li>
</ul>
</div>
</nav>
<section id="head-sec" class="blue">
<div class="row">
<div id="head-tracks-text" class="col l5 offset-l1 m8 offset-m2 s12">
<img class="col l11 m12 s12" src="media/tracks/protons-tracks.png" alt="protons tracks">
</div>
<div id="head-tracks" class="col l4 offset-l1 m8 offset-m2 s12">
<img src="media/tracks/tracks-shadow.png" alt="tracks rounded">
</div>
</div>
</section>
<section id="prog-sec" class="cyan">
<div class="row">
<div class="track-title prog" id="prog-title">
<h4>Programming Track</h4>
</div>
</div>
<div class="row">
<div class="col m8 offset-m2 s10 offset-s1">
<div id="slick1">
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/idea.png" alt="computational thinking">
<h3>Computational Thinking</h3>
<p>Learn how to approach an unsolved problem and come up with correct, but more importantly efficient
solutions.
</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/scratch.png" alt="Scratch" width="150px">
<h3>Scratch</h3>
<p>Understand the key concepts to programming in any language and clone one of the most popular games
out there with MIT Media Lab’s Scratch.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/python-logo.svg" alt="Python" style="width: 250px">
<h3>Python</h3>
<p>Learn how to express your solutions by writing and debugging programs as you learn to use programming
to solve problems from different fields.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/algo.png" alt="Algorithms">
<h3>Algorithms</h3>
<p>Dive deeper into python while learning about a set of recipes to problems, called Algorithms.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/team.png" alt="Team Hackathon">
<h3>Team Hackathon</h3>
<p>Work with a team to create your first game in python using Pygame.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/oop.png" alt="OOP">
<h3>OOP</h3>
<p>Improve your game design using Object Oriented Programming.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/super-python.png" alt="Master Python">
<h3>Master Python</h3>
<p>Dive into python data structures, some advanced concepts like recursion and some of the behind the
scene details python is hiding.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/prog-contest.png" alt="Programming Contest">
<h3>Programming Contest</h3>
<p>A small peak at the world of competitive programming and coding challenges.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/project.png" alt="One Month Project">
<h3>One Month Project</h3>
<p>Team up and build something entirely your own.</p>
</div>
</div>
</div>
</div>
</section>
<section id="robotics-sec">
<div class="row">
<div class="track-title robotics" id="robotics-title">
<h4>Robotics Track</h4>
</div>
</div>
<div class="row">
<div class="col m8 offset-m2 s10 offset-s1">
<div id="slick2">
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/robot.png" alt="Mechanics in Robot Design">
<h3>Mechanics in Robot Design</h3>
<p>Learn about some physical concepts affecting your mechanical state of your robot and what factors
to account for while designing your robot.
</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/cad.png" alt="CAD">
<h3>CAD</h3>
<p>Use Solidworks to model and design robots and other bodies.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/electrical-engineering.png" alt="Intro to Electrical Engineering">
<h3>Intro to Electrical Engineering</h3>
<p>Learn basics such as current types and how to analyze different electrical circuits.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/prototyping.png" alt="Prototyping Electronics">
<h3>Prototyping Electronics</h3>
<p>Learn how to use both the simple breadboards and the more durable PCBs to model and design your circuits.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/motor.png" alt="Motors and Drivers">
<h3>Motors and Drivers</h3>
<p>Get things moving and study the characteristics therein.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/arduino-icon-2.png" alt="Arduino and C programming ">
<h3>Arduino and C Programming</h3>
<p>Learn how to write and upload C programs to an arduino while exploring the main interface of arduino
through its pins and the software tools within Arduino IDE.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/microcontroller.png" alt="Microcontroller">
<h3>Microcontroller I/O</h3>
<p>Learn about Digital and analog input/output usage and applications.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/prog-contest.png" alt="Team Project">
<h3>Team Project</h3>
<p>Build a low-cost and cool robot to accomplish a simple mission.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/project.png" alt="One Month Project">
<h3>One Month Project</h3>
<p>Team up and build something entirely your own.</p>
</div>
</div>
</div>
</div>
</section>
<section id="auto-sec" class="red">
<div class="row">
<div class="track-title auto" id="auto-title">
<h4>Automation Track</h4>
</div>
</div>
<div class="row">
<div class="col m8 offset-m2 s10 offset-s1">
<div id="slick3">
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/electrical-engineering.png" alt="Intro to Electrical Engineering">
<h3>Intro to Electrical Engineering</h3>
<p>Learn basics such as current types and how to analyze different electrical circuits.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/idea.png" alt="computational thinking">
<h3>Computational Thinking</h3>
<p>Learn how to approach an unsolved problem and come up with correct, but more importantly efficient
solutions.
</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/scratch.png" alt="Scratch" width="150px">
<h3>Scratch</h3>
<p>Understand the key concepts to programming in any language and clone one of the most popular games
out there with MIT Media Lab’s Scratch.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/c.png" alt="C Programming">
<h3>C Programming</h3>
<p>Learn how to express your solutions by writing and debugging programs as you learn to use programming
to control your system.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/arduino-icon-2.png" alt="Arduino">
<h3>Arduino</h3>
<p>Learn how to write and upload C programs to an arduino while exploring the main interface of arduino
through its pins and the software tools within Arduino IDE.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/prototyping.png" alt="Prototyping Electronics">
<h3>Prototyping Electronics</h3>
<p>Learn how to use both the simple breadboards and the more durable PCBs to model and design your circuits.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/arduino-icon-2.png" alt="Advanced C and Arduino">
<h3>Advanced C and Arduino</h3>
<p>
Learn about using different sensors while diving into more complex C language constructs.
</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/communication.png" alt="Communication Protocol">
<h3>Communication Protocols</h3>
<p>Make things chat with each other and understand the role of communication in small and large scale
autonomous systems.</p>
</div>
<div class="slick-block center-align">
<img class="center-block" src="media/tracks/project.png" alt="One Month Project">
<h3>One Month Project</h3>
<p>Team up and build something entirely your own.</p>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="row">
<img class="center-block" src="media/protons-black.png" alt="protons logo black">
</div>
<div class="row">
<h6 class="center-align">© IEEE AlexSB | Software Development Committee</h6>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.1/js/materialize.min.js"></script>
<script src="https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js"></script>
<script src="js/tracks.js"></script>
</body>
</html>