-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
249 lines (217 loc) · 11.8 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
<!DOCTYPE html>
<html>
<title>Summit Tahoma Hack Club</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-wide w3-padding-8 w3-card-2">
<a href="#home" class="w3-margin-left w3-bar-item w3-button"><b>Summit Tahoma</b> Hack Club</a>
<!-- Float links to the right. Hide them on small screens -->
<div class="w3-right w3-hide-small">
<a href="#about" class="w3-bar-item w3-button">About</a>
<a href="#calendar" class="w3-bar-item w3-button">Calendar</a>
<a href="#members" class="w3-bar-item w3-button">Members</a>
<a href="#attendance" class="w3-bar-item w3-button">Attendance</a>
</div>
</div>
</div>
<!-- Header -->
<header class="w3-display-container w3-content w3-wide" style="max-width:1500px;" id="home">
<img class="w3-image" src="header5.jpg" alt="Architecture" width="1500" height="800">
<div class="w3-display-middle w3-margin-top w3-center">
<h1 class="w3-xxlarge w3-text-white"><span class="w3-padding w3-black w3-opacity-min"><b>ST</b></span> <span class="w3-hide-small w3-text-light-grey">Hack Club</span></h1>
</div>
</header>
<!-- Page content -->
<div class="w3-content w3-padding" style="max-width:1564px">
<!-- About Section -->
<div class="w3-container w3-padding-32" id="about">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-12">About</h3>
<p>
Welcome to the official website for the Summit Tahoma
<font color="#e42d40"><a href="https://hackclub.com/" target="_blank">Hack Club</a></font>!
</p>
<p>
Founded in
2015, the Summit Tahoma Hack Club has committed itself to enriching the
lives of members with hands-on coding workshops. Summit Tahoma Hack Club is part of the
international organization <font color="#e42d40"><a href="https://hackclub.com/" target="_blank">Hack Club</a></font>,
a San Francisco based nonprofit that works with high schoolers to start after-school coding clubs.
The club's President and
Founder is Teela Huff (<a href="mailto:trfylh@gmail.com">trfylh@gmail.com</a>),
and the club's Vice President is Justin Butera
(<a href="mailto:jbutera.ta@mysummitps.org">jbutera.ta@mysummitps.org</a>).
The club's teacher advisor is Mr. Dowe
(<a href="mailto:bdowe@summitps.org">bdowe@summitps.org</a>).
</p>
</div>
<!-- Calendar Section -->
<div class="w3-container w3-padding-32" id="calendar">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-12">Calendar</h3>
<table style="width:100%">
<tr>
<td valign="top">
<p>Monday 4/10</p>
<p>1) <a href="https://github.com/hackclub/hackclub/tree/master/workshops/collaborative_sketch" target="_blank">Collab Sketch Workshop 1/3</a></p>
<p>2) <a href="http://tahomahackclub.tech/" target="_blank">http://tahomahackclub.tech/</a></p>
<p>3) <a href="https://goo.gl/forms/SIqdJT2nb2FvYr4j1" target="_blank">DODGE SURVEY HERE</a></p>
<td valign="top">
<p>Monday 4/24</p>
<p>1) <a href="https://github.com/hackclub/hackclub/tree/master/workshops/collaborative_sketch" target="_blank">Collab Sketch Workshop 2/3</a></p>
</td>
<td valign="top">
<p>Monday 5/1</p>
<p>1) <a href="https://github.com/hackclub/hackclub/tree/master/workshops/collaborative_sketch" target="_blank">Collab Sketch Workshop 3/3</a></p>
</td>
</tr>
</table>
</div>
<!-- Members Section -->
<div class="w3-container w3-padding-32" id="members">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-12">Members</h3>
<div class="w3-row-padding w3-grayscale">
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="TeelaH.jpg" alt="Teela" style="width:100%">
<h3>Teela Huff</h3>
<p class="w3-opacity">President & Founder</p>
<a href="mailto:trfylh@gmail.com"><p>trfylh@gmail.com</p></a>
<p><a href="https://trfylh.github.io/" class="w3-button w3-block" target="_blank">Website</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="tempicon.png" alt="Justin" style="width:100%">
<h3>Justin Butera</h3>
<p class="w3-opacity">Vice President</p>
<a href="mailto:jbutera.ta@mysummitps.org"><p>jbutera.ta@mysummitps.org</p></a>
<p><a href="https://trfylh.github.io/" class="w3-button w3-block" target="_blank">Website in Progress</a></p>
</div>
</div>
<p></p>
<div class="w3-row-padding w3-grayscale">
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="BenjaminB.png" alt="Mike" style="width:100%">
<h3>Benjamin B.</h3>
<a href="mailto:bebirnbaum.ta@mysummitps.org"><p>bebirnbaum.ta@mysummitps.org</p></a>
<p><a href="https://bebirnbaumta.github.io/" class="w3-button w3-block" target="_blank">Website</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="tempicon.png" alt="Dan" style="width:100%">
<h3>Sara C.</h3>
<a href="mailto:scenters.ta@mysummitps.org"><p>scenters.ta@mysummitps.org</p></a>
<p><a href="https://trfylh.github.io/" class="w3-button w3-block" target="_blank">Website in Progress</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="JustinC.jpg" alt="Dan" style="width:100%">
<h3>Justin C.</h3>
<a href="mailto:jcornwell.ta@mysummitps.org"><p>jcornwell.ta@mysummitps.org</p></a>
<p><a href="https://trfylh.github.io/" class="w3-button w3-block" target="_blank">Website in Progress</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="VaibhavG.jpg" alt="Dan" style="width:100%">
<h3>Vaibhav G.</h3>
<a href="mailto:vgopalalakrishnan.ta@mysummitps.org"><p>vgopalalakrishnan.ta@mysummitps.org</p></a>
<p><a href="https://trfylh.github.io/" class="w3-button w3-block" target="_blank">Website in Progress</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="tempicon.png" alt="Dan" style="width:100%">
<h3>Anthony H.</h3>
<a href="mailto:ahoang.ta@mysummitps.org"><p>ahoang.ta@mysummitps.org</p></a>
<p><a href="https://trfylh.github.io/" class="w3-button w3-block" target="_blank">Website in Progress</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="LiamSJ.jpg" alt="Dan" style="width:100%">
<h3>Liam St. J.</h3>
<a href="mailto:lst.john.ta@mysummitps.org"><p>lst.john.ta@mysummitps.org</p></a>
<p><a href="https://lstjohnta.github.io/" class="w3-button w3-block" target="_blank">Website</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="AramisSL.jpg" alt="Dan" style="width:100%">
<h3>Aramis St. L.</h3>
<a href="mailto:ast.laurant.ta@mysummitps.org"><p>ast.laurant.ta@mysummitps.org</p></a>
<p><a href="https://aramis2813.github.io/" class="w3-button w3-block" target="_blank">Website</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="LisaL.png" alt="Dan" style="width:100%">
<h3>Lisa L.</h3>
<a href="mailto:lle.ta@mysummitps.org"><p>lle.ta@mysummitps.org</p></a>
<p><a href="https://trfylh.github.io/" class="w3-button w3-block" target="_blank">Website in Progress</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="DillonL.png" alt="Dan" style="width:100%">
<h3>Dillon L.</h3>
<a href="mailto:dleigh.ta@mysummitps.org"><p>dleigh.ta@mysummitps.org</p></a>
<p><a href="https://dleighta.github.io/" class="w3-button w3-block" target="_blank">Website in Progress</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="BenjaminL.jpg" alt="Dan" style="width:100%">
<h3>Benjamin L.</h3>
<a href="mailto:bleigh.ta@mysummitps.org"><p>bleigh.ta@mysummitps.org</p></a>
<p><a href="https://bleighta.github.io/" class="w3-button w3-block" target="_blank">Website</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="JonathanM.jpg" alt="Dan" style="width:100%">
<h3>Jonathan M.</h3>
<a href="mailto:jmeans.ta@mysummitps.org"><p>jmeans.ta@mysummitps.org</p></a>
<p><a href="https://www.digitalelephant.org/TedShif/basePage.php/" class="w3-button w3-block" target="_blank">Website**</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="MatthewM.png" alt="Dan" style="width:100%">
<h3>Matthew M.</h3>
<a href="mailto:mmichelsen.ta@mysummitps.org"><p>mmichelsen.ta@mysummitps.org</p></a>
<p><a href="https://trfylh.github.io/" class="w3-button w3-block" target="_blank">Website in Progress</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="KeithN.jpg" alt="Dan" style="width:100%">
<h3>Keith N.</h3>
<a href="mailto:kng.ta@mysummitps.org"><p>kng.ta@mysummitps.org</p></a>
<p><a href="https://preview.c9users.io/metalsnake10/projects/index.html?_c9_id=livepreview4&_c9_host=https://ide.c9.io" class="w3-button w3-block" target="_blank">Website**</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="AdryannaN.jpg" alt="Dan" style="width:100%">
<h3>Adryanna N.</h3>
<a href="mailto:anguyen.ta@mysummitps.org"><p>anguyen.ta@mysummitps.org</p></a>
<p><a href="https://projects-kitzuki.c9users.io/?_c9_id=livepreview2&_c9_host=https://ide.c9.io/" class="w3-button w3-block" target="_blank">Website**</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="DavidP.jpg" alt="Dan" style="width:100%">
<h3>David P.</h3>
<a href="mailto:dprovazek.ta@mysummitps.org"><p>dprovazek.ta@mysummitps.org</p></a>
<p><a href="https://trfylh.github.io/" class="w3-button w3-block" target="_blank">Website in Progress</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="GlebR.jpg" alt="Dan" style="width:100%">
<h3>Gleb R.</h3>
<a href="mailto:grunov.ta@mysummitps.org"><p>grunov.ta@mysummitps.org</p></a>
<p><a href="https://trfylh.github.io/" class="w3-button w3-block" target="_blank">Website in Progress</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="ShraddhaT.jpg" alt="Dan" style="width:100%">
<h3>Shraddha T.</h3>
<a href="mailto:sthanukrishnamurthy.ta@mysummitps.org"><p>sthanukrishnamurthy.ta@mysummitps.org</p></a>
<p><a href="https://trfylh.github.io/" class="w3-button w3-block" target="_blank">Website in Progress</a></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="DevanY.jpg" alt="Dan" style="width:100%">
<h3>Devan Y.</h3>
<a href="mailto:dyoung.ta@mysummitps.org"><p>dyoung.ta@mysummitps.org</p></a>
<p><a href="https://github.com/CheeseWhiz/alargecheese/" class="w3-button w3-block" target="_blank">Website**</a></p>
</div>
</div>
</div>
<!-- Attendance Section -->
<!-- <iframe src="https://docs.google.com/spreadsheets/d/1I5C857XCQC4IWoKhBxlqJ4uCapcPMVpFK90vgJsO2Gc/edit?rm=minimal#gid=798529897usp=sharingwidget=true&headers=false" height="800" width="1300"></iframe> -->
<div class="w3-container w3-padding-32" id="attendance">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-12">Attendance</h3>
<iframe src="https://docs.google.com/spreadsheets/d/1aGupXCVjdP-qTHi4rbb6Vxyj6ujTL0sQsiVyBEK_rgw/edit?rm=minimal#gid=798529897usp=sharingwidget=true&headers=false " height="620" width="1300"></iframe>
</div
<!-- End page content -->
</div>
<p></p>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-16">
<p><a href="http://crouton.net/" target="_blank"><img src="crouton.png" alt="crouton"></a> Will code for food <a href="http://crouton.net/" target="_blank"><img src="crouton.png" alt="Crouton"></a></p>
</footer>
</body>
</html>