-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
277 lines (257 loc) · 9.65 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Student Initiated Courses</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Social Media -->
<meta property="og:image" content="http://stics.umd.edu/img/social.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<!-- Website Description -->
<meta name="description" content="The Student Initiated Courses (STICs) program at The University of Maryland gives students the opportunity to design, develop, and teach courses on a variety of subjects under the guidance of a faculty advisor.">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="./css/main.css">
<link href="https://cdn.rawgit.com/noelboss/featherlight/1.7.13/release/featherlight.min.css" type="text/css" rel="stylesheet" />
<link rel="shortcut icon" href="./assets/favicon.ico" />
</head>
<body>
<umd-utility-header></umd-utility-header>
<article class="nav">
<div class="container">
<ul>
<li>
<a class="logo-link" href="./index.html">
<img class="logo" src="./img/logo.svg" alt="STICs">
</a>
</li>
<!-- <li>
<a class="active" href="./index.html">about</a>
</li> -->
<span class="d-none d-sm-block">
<li>
<a href="./enroll.html">enroll</a>
</li>
<li>
<a href="./catalog.html">catalog</a>
</li>
<li>
<a href="./faq.html">faq</a>
</li>
<li>
<a href="./team.html">team</a>
</li>
<li>
<a class="red" href="./apply.html">apply now →</a>
</li>
</span>
<div id="hamburger" class="hamburger d-sm-none">
<span></span>
<span></span>
<span></span>
</div>
<div id="hamburger-menu" class="hamburger-menu">
<a href="./enroll.html">enroll</a>
<a href="./catalog.html">catalog</a>
<a href="./faq.html">faq</a>
<a href="./team.html">team</a>
<br>
<a class="red" href="./apply.html">apply now →</a>
</div>
</ul>
</article>
<article class="hero">
<img id="apple" class="apple-bg" src="./img/red-apple.svg" alt="">
<div class="container">
<div class="row">
<div class="col-md-8">
<h3><a target="_blank" href="https://umd.edu/">University of Maryland</a></h3>
<h1 id="title">Design, develop, & teach your own course today.</h1>
<div class="row">
<div class="col-md-8">
<p id="subtitle">
The Student Initiated Courses (STICs) program helps students lead their own courses under the guidance of a faculty advisor.
</p>
</div>
</div>
<a id="btn1" class="button button-red" href="./apply.html">apply now →</a>
<a id="btn2" class="button" href="./catalog.html">view catalog</a>
</div>
</div>
</div>
<br>
<br>
<br>
<div class="container">
<strong>We've had STICs in...</strong>
<br>
<br>
<div class="row">
<div class="col-md-4">
<ul>
<li>BMGT - Business and Management</li>
<li>BSCI - Biological Sciences</li>
<li>CMSC - Computer Science</li>
<li>AASP - African American Studies</li>
<li>ENST - Environmental Science & Technology</li>
<li>IDEA - The Academy for Innovation & Entrepreneurship</li>
<li>GVPT - Government and Politics</li>
</ul>
</div>
<div class="col-md-4">
<ul>
<li>INST - Information Studies</li>
<li>ENME - Mechanical Engineering</li>
<li>MATH - Mathematics</li>
<li>BCHM - Biochemistry</li>
<li>ENSP - Environmental Science & Policy</li>
<li>MUSC - Music</li>
<li>AART - Art</li>
</ul>
</div>
</div>
<br>
<p>
If you're interested in teaching a STIC in a department not listed here, <br> reach out to us and we'll see if we can make it work!
</p>
</div>
</article>
<article class="home-intro">
<div class="container">
<div class="row text-center">
<div class="col-4">
<h1>19</h1>
<h4>active courses</h4>
</div>
<div class="col-4">
<h1>65+</h1>
<h4>facilitators since we started</h4>
</div>
<div class="col-4">
<h1>400+</h1>
<h4>students</h4>
</div>
</div>
</div>
</article>
<article class="home-info">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>about us.</h2>
<span class="divider"></span>
<p>
The <strong>Student Initiated Courses (STICs)</strong> program at The University of Maryland gives students the opportunity to design, develop, and teach courses on a variety of subjects under the guidance of a faculty advisor. We are a student-run experimental program with support from the Academy for Innovation and Entrepreneurship out of the Office of the Provost. Initial schools and departments at UMD who have partnered with STICs include Computer Science, Business and Management, Mathematics, Music, Environmental Science, and more to come.
</p>
</div>
<!-- </div> -->
<!-- <div class="row"> -->
<div class="col-md-6">
<h2>apply now.</h2>
<span class="divider"></span>
<p>
Facilitating a STIC is one of the most rewarding learning opportunities available to undergrads. Any student interested in teaching an undergraduate course can apply to teach an official 1-2 credit class. You and your faculty advisor come up with the course topic, design all the material and assignments, and decide how to deliver the content to the class. Visit <a href="./apply.html">apply now</a> to get started.
</p>
</div>
</div>
<div class="row image-row">
<div class="col-md-3 col-6">
<a href="#" data-featherlight="./img/1.jpg">
<img src="./img/1.jpg" alt="">
</a>
</div>
<div class="col-md-3 col-6">
<a href="#" data-featherlight="./img/2.jpg">
<img src="./img/2.jpg" alt="">
</a>
</div>
<div class="col-md-3 col-6">
<a href="#" data-featherlight="./img/3.jpg">
<img src="./img/3.jpg" alt="">
</a>
</div>
<div class="col-md-3 col-6">
<a href="#" data-featherlight="./img/4.jpg">
<img src="./img/4.jpg" alt="">
</a>
</div>
</div>
<div class="row dept-row">
<!-- <div class="col-md-12"> -->
<!-- <h2>view our catalog.</h2> -->
<!-- <span class="divider"></span> -->
<!-- </div> -->
<div class="col-md-3">
<a target="_blank" href="https://www.arhu.umd.edu/">
<img src="./img/depts/artt.png" alt="">
</a>
</div>
<div class="col-md-3">
<a target="_blank" href="https://www.rhsmith.umd.edu/">
<img src="./img/depts/bmgt.png" alt="">
</a>
</div>
<div class="col-md-3">
<a target="_blank" href="http://www.cs.umd.edu/">
<img src="./img/depts/cmsc.png" alt="">
</a>
</div>
<div class="col-md-3">
<a target="_blank" href="https://www-math.umd.edu/">
<img src="./img/depts/math.png" alt="">
</a>
</div>
<div class="col-md-3">
<a target="_blank" href="https://cmns.umd.edu/">
<img src="./img/depts/cmns.png" alt="">
</a>
</div>
<div class="col-md-3">
<a target="_blank" href="https://aasd.umd.edu/">
<img src="./img/depts/aasp.png" alt="">
</a>
</div>
<div class="col-md-3">
<a target="_blank" href="http://innovation.umd.edu/">
<img src="./img/depts/idea.png" alt="">
</a>
</div>
<div class="col-md-3">
<a target="_blank" href="http://agnr.umd.edu/">
<img src="./img/depts/agnr.png" alt="">
</a>
</div>
<div class="col-md-3">
<a target="_blank" href="https://www.music.umd.edu/">
<img src="./img/depts/musc.png" alt="">
</a>
</div>
</div>
</div>
</article>
<article id="contact" class="contact">
<div class="container text-center">
<h2>contact us.</h2>
<!-- <span class="divider"></span> -->
<!-- <span class="divider white"></span> -->
<p>
Reach out to us at <strong><a class="email" href="#">[email protected]</a></strong>
</p>
<!-- <a target="_blank" href="https://www.facebook.com/umdstics/?ref=br_rs">
<img src="./img/fb.svg" alt="">
</a> -->
<a target="_blank" href="https://www.linkedin.com/company/student-initiated-courses/">
<img src="./img/in.svg" alt="">
</a>
</div>
</article>
<article class="footer">
<p>© Copyright 2018 STICs UMD</p>
</article>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdn.rawgit.com/noelboss/featherlight/1.7.13/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript " src="./js/main.js "></script>
<script type="module" src="./js/university-header.js"></script>
</body>
</html>