-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweshack.html
More file actions
319 lines (314 loc) · 13.6 KB
/
weshack.html
File metadata and controls
319 lines (314 loc) · 13.6 KB
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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link rel="icon" href="img/favicon.png" type="image/png" />
<title>Daniel Knopf-WesHack</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="vendors/linericon/style.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css" />
<link rel="stylesheet" href="vendors/lightbox/simpleLightbox.css" />
<link rel="stylesheet" href="vendors/nice-select/css/nice-select.css" />
<link rel="stylesheet" href="vendors/animate-css/animate.css" />
<link rel="stylesheet" href="vendors/popup/magnific-popup.css" />
<!-- main css -->
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/responsive.css" />
</head>
<body>
<!--================Header Menu Area =================-->
<header class="header_area">
<div class="main_menu">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container box_1620">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="navbar-brand logo_h" href="index.html"
><img class="navbar-logo" src="img/daniel.png" alt=""
/></a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Collect the nav links, forms, and other content for toggling -->
<div
class="collapse navbar-collapse offset"
id="navbarSupportedContent"
>
<ul class="nav navbar-nav menu_nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#experience"
>Experience</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!--================Header Menu Area =================-->
<!--================Home Banner Area =================-->
<section class="project_banner_area">
<!-- <div class="box_1620">
<div class="banner_inner d-flex align-items-center">
<div class="container">
<div class="banner_content text-center"></div>
</div>
</div>
</div> -->
</section>
<!--================End Home Banner Area =================-->
<!-- Start Sample Area -->
<section class="main-content">
<div class="container">
<div class="row justify-content-content">
<div class="col-12 text-center">
<h1 class="title-color">WesHack</h1>
</div>
</div>
<div class="row justify-content-center pt-5">
<div class="col-10">
<img
class="img-fluid"
src="img/project_pages/weshack/landing_page.png"
/>
</div>
</div>
</div>
</section>
<section class="sample-text-area">
<div class="container">
<div class="text-left pt-5">
<h3 class="text-heading title_color">Overview</h3>
<p class="sample-text">
Ever since I went to my first hackathon as a sophomore, I've
lamented the lack of a hackathon at Wesleyan. Spring semester junior
year, I joined up with a few other likeminded invdividuals and
founded WesHack, Wesleyan's first hackathon. I handled most of the
overall organization, including (but not limited to!) running and
scheduling meetings, building the website, creating the hackathon's
brand and merch, and recruiting new members. We fundraised over
$2,500 from local restaurants and Wesleyan organizations, and hosted
a successful virtual event where over half of Wesleyan CS majors
participated, and 14 teams submitted projects! You can view the
WesHack website I built
<a href="https://weshack.github.io/">here</a> and the project
submissions
<a href="https://weshack.devpost.com/project-gallery">here!</a>
</p>
</div>
<div class="text-left pt-5">
<h3 class="text-heading title_color">
A Lack of Practical Opportunities
</h3>
<p class="sample-text">
Wesleyan has a great computer science department, but almost all of
the classes focus on the theoretical aspects of CS. These concepts
are definitely useful, but I always craved something more hands on,
more practical. For me, the obvious answer was hackathons and
projects, but I had to go outside of Wesleyan to find these
opportunities. Going to Hack@Brown or YaleHack was fun, but every
time I did a hackathon hosted by another school all I could think
was, "why doesn't Wesleyan have one of these?"
</p>
</div>
<div class="text-left pt-5">
<h3 class="text-heading title_color">Code_Wes x Daniel Knopf</h3>
<p class="sample-text">
I was planning to start a hackathon on my own junior year, but then
I heard that Code_Wes, the new coding club on campus, was planning
one. I eagerly joined in, excited to create a hackathon at Wes. It
became clear very quick that I was the most experienced one there,
as I was a year older and I had done 5 hackathons, while all the
Code_Wes people were sophomores and most had done only 1 hackathon,
if that. I quickly took on a leadership role as my experience proved
to be very helpful. I suggested we move the hackathon from February
to April to give us plenty of time to prepare, get sponsors, make a
website, and overall create a hackathon that was as high quality and
legit as that of other schools. I also set us up with weekly
scheduled meetings, a week-by-week schedule that went backtimed from
the hackathon date to the current moment, a website I built,
color-coded task assignment by week, and every other organizational
strategy I had learned while making The Great Invention Heist.
</p>
</div>
<div class="row justify-content-center pt-5">
<div class="col-10">
<img
class="img-fluid"
src="img/project_pages/weshack/logo_filled.png"
/>
</div>
</div>
<div class="text-left pt-5">
<h3 class="text-heading title_color">Beginner Friendly</h3>
<p class="sample-text">
When organizing WesHack, I made sure to emphasize throughout that
this was an event that should be
<strong
>open and inclusive to all, regardless of skill level.</strong
>
The lack of practical opportunities at Wes makes a lot of people
nervous about their skill level, believing that they aren't talented
enough or don't know enough for software engineering. Since
practical projects that grant that experience require the confidence
to seek them out at Wes, this is an ugly self-perpetuating cycle. I
wanted to make sure <i>all</i> CS students at Wes knew that WesHack
was a perfect fun and low-stakes opportunity for them to gain the
practical experience and confidence that they wanted. We emphasized
this idea in every single email we sent out, in multiple places on
our website, in every blurb, in every Instagram post, to really
hammer this idea home. I also made sure we hosted beginner workshops
on topics such as Github/HTML/CSS and Python Flask/Google App
Engine, which I hosted.
</p>
</div>
<div class="text-left pt-5">
<h3 class="text-heading title_color">Results</h3>
<p class="sample-text">
WesHack was a smashing success, over 60 students showed up, which is
over half of all CS majors at Wesleyan! We had 14 teams submit
wonderful projects, which can be viewed
<a href="https://weshack.devpost.com/project-gallery">here</a>. The
teams all had a ton of fun, attending virtual events like online
pictionary and trivia, and participating in an original CS meme
competition! We distributed prizes to the top 3 teams, the best new
hacker team, the team with the best social/environmental hack, and
the team with the best Wesleyan spirit! Here are the first place
team and the team spirit winners with their prizes, along with one
of the finalist memes! We look forward to hosting WesHack 2022 in
person, bigger and better than ever!
</p>
</div>
<div class="row justify-content-center pt-5">
<div class="col-10">
<img
class="img-fluid"
src="img/project_pages/weshack/first_place.jpeg"
/>
</div>
</div>
<div class="row justify-content-center pt-5">
<div class="col-10">
<img
class="img-fluid"
src="img/project_pages/weshack/team_spirit.jpeg"
/>
</div>
</div>
<div class="row justify-content-center pt-5">
<div class="col-10 text-center">
<img
class="img-fluid"
src="img/project_pages/weshack/cs_meme.png"
/>
</div>
</div>
<div class="row py-5">
<div class="col-md-6 col-12 pb-3">
<a
href="https://weshack.github.io/"
class="genric-btn e-large info circle"
>
Website</a
>
</div>
<div class="col-md-6 col-12 pb-3">
<a
href="https://www.instagram.com/wes.hack/"
class="genric-btn e-large info-border circle"
>
Instagram</a
>
</div>
</div>
</div>
</section>
<!--================Footer Area =================-->
<footer class="footer_area p_120" id="contact">
<div class="container">
<div class="row footer_inner">
<div class="col-12">
<div class="row">
<div class="col-lg-12 text-center">
<aside class="f_widget social_widget">
<div class="f_title">
<h2>Contact Me!</h2>
</div>
<ul class="list">
<li>
<a href="mailto:danielkn609@gmail.com"
><i class="fa fa-envelope"></i
></a>
</li>
<li>
<a href="https://twitter.com/knopython"
><i class="fa fa-twitter"></i
></a>
</li>
<li>
<a href="https://www.instagram.com/danielkn609/"
><i class="fa fa-instagram"></i
></a>
</li>
<li>
<a href="https://www.linkedin.com/in/daniel-knopf-609/"
><i class="fa fa-linkedin"></i
></a>
</li>
</ul>
</aside>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--================End Footer Area =================-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/stellar.js"></script>
<script src="vendors/lightbox/simpleLightbox.min.js"></script>
<script src="vendors/nice-select/js/jquery.nice-select.min.js"></script>
<script src="vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope.pkgd.min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="vendors/popup/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="vendors/counter-up/jquery.waypoints.min.js"></script>
<script src="vendors/counter-up/jquery.counterup.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/theme.js"></script>
</body>
</html>