-
Notifications
You must be signed in to change notification settings - Fork 0
/
courses.html
220 lines (201 loc) · 10.2 KB
/
courses.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
<!DOCTYPE html>
<html>
<head>
<title>Courses | CMU Summit</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/summit.css" />
<link rel="stylesheet" href="css/uikit.min.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<script src="js/jquery.js"></script>
<script src="js/uikit.min.js"></script>
<script src="js/summit.js"></script>
</head>
<body>
<!-- Navigation Bar -->
<div class="navbar navbar-fixed uk-hidden-small">
<div class="navbar-wrapper">
<div class="logo">
<a href="index.html">SUMMIT</a>
</div>
<div class="navbar-links">
<a href="#" class="right-most-button">Register</a>
<a href="schedule.html">Schedule</a>
<a href="teach.html">Teach</a>
<a href="photos.html">Photos</a>
<a href="courses.html">Courses</a>
<a href="index.html#about">About Us</a>
</div>
</div>
</div>
<!--Mobile Navbar-->
<div class="mobile-nav uk-visible-small mobile-nav-dark">
<div class="mobile-nav-button" data-uk-offcanvas="{target:'#side-nav'}">
<i class="uk-icon-bars"></i>
</div>
<div class="mobile-nav-home">
<a href="index.html">SUMMIT</a>
</div>
<div id="side-nav" class="uk-offcanvas">
<div class="uk-offcanvas-bar">
<ul class="uk-nav uk-nav-offcanvas" data-uk-nav>
<li><a href="index.html#about">About Us</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="photos.html">Photos</a></li>
<li><a href="teach.html">Teach</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="#">Register</a></li>
</ul>
</div>
</div>
</div>
<div class="courses-page">
<div class="section-white">
<div class="section-wrapper">
<h1 class="header">Course Descriptions</h1>
<hr/>
<div class="uk-grid" data-uk-grid-margin>
<div class="uk-width-medium-1-2 uk-width-large-1-3">
<div class="uk-panel uk-panel-box">
<h3 class="uk-panel-title">Archery and Firearm Safety</h3>
Learn to shoot bows and arrows! Or take your hand at safely shooting firearms!
</div>
</div>
<div class="uk-width-medium-1-2 uk-width-large-1-3">
<div class="uk-panel uk-panel-box">
<h3 class="uk-panel-title">Magic and Balloon Animals</h3>
Learn some magic and how to make balloon animals! Walk away with a bunch
of brightly colored balloon creatures and things.
</div>
</div>
<div class="uk-width-medium-1-2 uk-width-large-1-3">
<div class="uk-panel uk-panel-box">
<h3 class="uk-panel-title">Sign Language Through Pop Music</h3>
Learn a brief introduction to sign language through the choruses of two popular songs!
We will learn words for greetings and typical conversation.
</div>
</div>
<div class="uk-width-medium-1-2 uk-width-large-1-3">
<div class="uk-panel uk-panel-box">
<h3 class="uk-panel-title">Bowling at Forward Lanes</h3>
Night Activity. Have a fun night out bowling and hang out with new friends.
You'll need to take a bus to the bowling location.
</div>
</div>
<div class="uk-width-medium-1-2 uk-width-large-1-3">
<div class="uk-panel uk-panel-box">
<h3 class="uk-panel-title">Cupcake Decorating and Board Games</h3>
Night Activity. Chill with new friends decorating cupcakes and playing board games!
Bring any games you might want to share. We'll have some games supplied :)
</div>
</div>
<div class="uk-width-medium-1-2 uk-width-large-1-3">
<div class="uk-panel uk-panel-box">
<h3 class="uk-panel-title">Glassblowing</h3>
Visit the Pittsburgh Glass Center to view the facilities and make a paperweight orb!
This class will take a full morning session or full afternoon session.
</div>
</div>
<div class="uk-width-medium-1-2 uk-width-large-1-3">
<div class="uk-panel uk-panel-box">
<h3 class="uk-panel-title">Ukulele Schmukulele</h3>
Learn some simple songs by being in this Ukulele workshop.
Do not expect to be genius musicians after 1.5 hours of this, though;
you only get bragging rights. For some reason, you may even get a whole
ukulele out of attending this session.
</div>
</div>
<div class="uk-width-medium-1-2 uk-width-large-1-3">
<div class="uk-panel uk-panel-box">
<h3 class="uk-panel-title">Color Me Mine</h3>
Come and spend some time painting your own pottery! Pieces will be fired and
returned to students in the beginning of the semester. No Sign up required.
Pop in, pick up a mug, and start painting! Mugs will be baked and given back
to you after SUMMIT.
</div>
</div>
<div class="uk-width-medium-1-2 uk-width-large-1-3">
<div class="uk-panel uk-panel-box">
<h3 class="uk-panel-title">YesPlus: An Introduction to your Englightened Side</h3>
During this workshop, we will experience a short glimpse of our full potential through
the practive of powerful breathing exercises and meditation. This is an introduction to
the cutting edge stress management and leadership program called the YesPlus retreat workshop.
</div>
</div>
<div class="uk-width-medium-1-2 uk-width-large-1-3">
<div class="uk-panel uk-panel-box">
<h3 class="uk-panel-title">Friendship Bracelet Making</h3>
Ever wanted to learn how to make cute knotted bracelets for your friends?
Ever wondered what a candy stripe is? We’ll be teaching this summer camp
staple here at Summit! If you already know how to make a bracelet and want
time to create a memento, please feel free to come by also! This course is
open to all skill levels and backgrounds. mbroidery thread and instructions
will be provided.
</div>
</div>
<div class="uk-width-medium-1-2 uk-width-large-1-3">
<div class="uk-panel uk-panel-box">
<h3 class="uk-panel-title">Ballroom Dancing 101</h3>
Ever wanted to learn how to dance the beautiful slow waltz, or feel the
rhythm of the cha-cha? Come learn a few steps from the members of the
Ballroom Dance Club, who will teach you all you need to know to impress
all of your friends and family! No dancing experience or partner required.
Each workshop will have two 45 min long lessons, so you will be able to
learn two new dances. The first workshop session will include Waltz and
Salsa dancing while the second session will include Tango and Rumba dancing.
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="footer">
<div class="section-wrapper">
<div class="uk-grid">
<div class="uk-width-medium-4-10 uk-width-1-1">
<h2>Contact</h2>
<ul class="uk-list">
<li>
<p>General Information and Inquires</p>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li>
<p>Thomas Rainey - Advisor</p>
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</div>
<div class="uk-width-medium-3-10 uk-width-1-1">
<h2>Organizers</h2>
<ul class="uk-list">
<li>Ann Rutt</li>
<li>Michelle Kyin</li>
<li>Velisa Li</li>
<li>Alex Reed</li>
<li>Kwanpo Cheng</li>
<li>Jeffrey He</li>
<li>Sam Gao</li>
</ul>
</div>
<div class="uk-width-medium-3-10 uk-width-1-1">
<h2>Links</h2>
<ul class="uk-list">
<li>
<a href="https://www.facebook.com/cmusummitorg"><i class="uk-icon-facebook"></i>Facebook</a>
</li>
<li>
<a href="https://thebridge.cmu.edu/organization/summit"><i class="uk-icon-road"></i>The Bridge</a>
</li>
</ul>
</div>
</div>
</div>
<div class="copyright">
<div class="footer-wrapper">
© CMU SUMMIT 2015-2016
</div>
</div>
</div>
</body>
</html>