-
Notifications
You must be signed in to change notification settings - Fork 2
/
enroll.html
199 lines (167 loc) · 7.34 KB
/
enroll.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
<!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 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="subpage-hero">
<div class="container">
<h1>Enroll</h1>
</div>
</article>
<br>
<br>
<!-- <article>
<div class="container">
<h2>Spring 2023 STICs registration is open!</h2>
<h3>Browse through the Spring 2023 <strong><a class="red" href="./catalog.html">STICs Catalog</a></strong>.</h3>
</div>
</article> -->
<article class="enroll">
<div class="container">
<br/>
<br/>
<div class="row">
<div class="enroll-allinfo">
<div class="enroll-infobox">
<h3 style="font-size: 30px;">What is a STIC?</h3>
<br>
<p>
A STIC is a Student Initated Course, with a curriculum developed and taught by students, under the guidance of a faculty advisor. STICs are 1-2 credit courses listed under a relevant, STIC-approved department.
</p>
</div>
<div class="enroll-infobox">
<h3 style="font-size: 30px;">Why should I take a STIC?</h3>
<br>
<p><strong>Explore a new field.</strong> Spend a semester diving into a new field in your major or even peek at a new one! STICs are a great opportunity to get an introduction to many different topics.</p>
<p><strong>Add new projects to your portfolio.</strong> Many STICs have students work on projects throughout the semester to gain a better understanding of relevant topics. You can add these to your portfolio or resume!</p>
<p><strong>Learn from like-minded peers.</strong> Meet students from other majors who have different academic backgrounds than yourself! Work alongside them and share the different perspectives you've adopted through your unique experiences and past courses.</p>
</div>
<div class="enroll-infobox">
<h3 style="font-size: 30px;">What are some examples of STICs?</h3>
<br>
<p>UI/UX Design (IDEA258U)</p>
<p>Git, Github and Project Management (CMSC389T)</p>
<p>Political Comedy: How Laughter Shapes Political Discourse (GVPT289U)</p>
<p>To view more STIC offerings for this semester or past semesters, take a look at the <a href="./catalog.html">STICs Catalog.</a></p>
</div>
<div style="margin-top: 50px; margin-bottom: 50px; margin-left: 25%">
<h2 style="text-align: center;">Related articles:</h2>
<p style="text-align: center;"><a target="_blank" href="https://dbknews.com/2022/10/13/class-roster-subject/">Student-initiated courses at UMD expand class offerings, bridge gaps in course content</a></p>
<p style="text-align: center;"><a target="_blank" href="https://dbknews.com/2020/02/20/umd-stic-student-initiated-courses-new-class/">UMD’s student-led class program has grown, but organizers want more humanities courses</a></p>
</div>
<br/>
<br/>
<!--
<div class="slideshow-container">
<div class="mySlides fade">
<div class="numbertext">1 / 3</div>
<img src="/img/diamondback2022.png" style="width:100%">
<div class="text">Caption Text</div>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 3</div>
<img src="2.jpg" style="width:100%">
<div class="text">Caption Two</div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 3</div>
<img src="img3.jpg" style="width:100%">
<div class="text">Caption Three</div>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
</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 type="text/javascript " src="./js/main.js "></script>
<script type="module" src="./js/university-header.js"></script>
</body>
</html>