-
Notifications
You must be signed in to change notification settings - Fork 1
/
resources.html
331 lines (277 loc) · 19.5 KB
/
resources.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
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
320
321
322
323
324
325
326
327
328
329
330
331
<!DOCTYPE html>
<html lang="en">
<head lang="en-us">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:url" content="https://hacknc.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="HackNC 2022">
<meta property="og:description" content="UNC-Chapel Hill's Annual Fall Hackathon" />
<link rel="icon" type="image/x-icon" href="./static/assets/images/icons/favicon.ico">
<title>HackNC 2022</title>
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/nav.css">
<link rel="stylesheet" href="static/css/resources.css">
<link rel="stylesheet" href="static/css/footer.css">
<script src="https://kit.fontawesome.com/be677f01a1.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="./static/js/mobile-menu.js"></script>
<script type="text/javascript" src="./static/js/sticky-nav.js"></script>
<script type="text/javascript" src="./static/js/toggle-panels.js"></script>
<script src="./static/js/slideshow.js" defer></script>
</head>
<a id="mlh-trust-badge" class="badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:15px;top:0;width:10%;z-index:10000" href="https://mlh.io/na?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2023-season&utm_content=gray" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2023/mlh-trust-badge-2023-gray.svg" alt="Major League Hacking 2023 Hackathon Season" style="width:100%"></a>
<body>
</div>
<main id="content container">
<div class="nav-container">
<a class="logo-flex" href="./index.html">
<img class="logo" src="./static/assets/images/icons/logo.png">
</a>
<nav class="nav-bar">
<ul>
<li class="nav-item"><a class="nav-link" href="live.html">Live</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="schedule.html#start_date=2022-11-06">Schedule</a></li>
<li class="nav-item"><a class="nav-link" href="resources.html">Resources</a></li>
</ul>
</nav>
</div>
<div class="section top">
<div class="row mobile-bar">
<img src='./static/assets/images/icons/hamburger.svg' id='hamburger' class='hamburger' onClick="showMobileMenu()" />
<nav class="mobile-nav" id="mobile-nav">
<img src='./static/assets/images/icons/x.svg' id='hamburger-x' class='hamburger-x' onClick="closeMobileMenu()" />
<a class="mobile-nav-link" href="index.html">Home</a><br>
<a class="mobile-nav-link" href="live.html">Live</a><br>
<a class="mobile-nav-link" href="about.html">About</a><br>
<a class="mobile-nav-link" href="schedule.html#start_date=2022-11-06">Schedule</a><br>
<a class="mobile-nav-link" href="resources.html">Resources</a><br>
</nav>
</div>
<h1 class="heading">Resources</h1>
</div>
<div class="waves-container" id="waves-container">
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
</defs>
<g class="parallax">
<use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(255,255,255,0.7" />
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(255,255,255,0.5)" />
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(255,255,255,0.3)" />
<use xlink:href="#gentle-wave" x="48" y="7" fill="#fff" />
</g>
</svg>
</div>
<div class = "past-winner-section">
<div class="flex-container">
<h3 class="past-winners-header">Past Winners</h3>
<p>Hover to find out more about these cool projects!</p>
<div class="slideshowContainer">
<div class="mySlides fade">
<a href="https://devpost.com/software/commently" class="slidelink"><img src="./static/assets/images/past-winners/commently.png"
class="slideshowimg" alt="2021 project winner"></a>
<div class="pieceinfo">
<div class="piecetext">
<a href="https://devpost.com/software/commently" class="slidelink" target="_blank">Commently</a> <br><br>
<div class="boldtext">Prize(s): </div>HackNC Entertainment Track, Infosys Best Junior Hacker<br><br>
<div class="boldtext">Team: </div>Aan Patel, Yufei Dong, and Irene<br><br>
Originally made to remedy disabled YouTube comments,
Commently enables people to comment on any webpage, enabling them to find community and
have good times wherever they go, all over the internet.
</div>
</div>
</div>
<div class="mySlides fade">
<a href="https://devpost.com/software/find-my-study-spot" class="slidelink"><img
src="static/assets/images/past-winners/findmy.png" class="slideshowimg" alt="2021 project winner"></a>
<div class="pieceinfo">
<div class="piecetext">
<a href="https://devpost.com/software/find-my-study-spot" class="slidelink" target="_blank">Find My Study Spot</a><br><br>
<div class="boldtext">Prize(s): </div>HackNC Social Good Track<br><br>
<div class="boldtext">Team: </div>Dheya Madhani, Vivian Deng, and Meghan Sun<br><br>
Use this website to find the perfect study spot!
This website provides ratings for study spots based on accessibility
features, COVID precautions, and more to find a place fit for your concerns.
</div>
</div>
</div>
<div class="mySlides fade">
<a href="https://devpost.com/software/reviewer-io-su5k0l" class="slidelink"><img src="static/assets/images//past-winners/reviewer2.png"
class="slideshowimg" alt="2020 project winner"></a>
<div class="pieceinfo">
<div class="piecetext"><a href="https://devpost.com/software/reviewer-io-su5k0l" class="slidelink" target="_blank">Reviewer.io</a><br><br>
<div class="boldtext">Prize(s): </div>Wolfram Award Best Hack for Education - Explorer, Top 20 Hack<br><br>
<div class="boldtext">Team: </div>Mathew Chanda, Sankalp Boorugu, Ananya Gupta, and Harshal Suthar<br><br>
Reviewer.io is a digital open platform
that allows users to ask questions and receive answers from professors and
past students. Reviewer.io gives the necessary information for students to
see if a course is an ideal course that fits their needs and requirements.</div>
</div>
</div>
<div class="mySlides fade">
<a href="https://devpost.com/software/drizzle" class="slidelink"><img src="static/assets/images/past-winners/drizzle.jpg"
class="slideshowimg" alt="2020 project winnner"></a>
<div class="pieceinfo">
<div class="piecetext"><a href="https://devpost.com/software/drizzle" class="slidelink" target="_blank">drizzle</a><br><br>
<div class="boldtext">Prize(s): </div>1st Place Overall, Wolfram Award, Best General Hack - Explorer, Top 20 Hack<br><br>
<div class="boldtext">Team: </div>Ben Stewart and Brian Rui<br><br>
drizzle uses a variety of instrumental samples and machine learning algorithms to generate calming Lo-Fi hip-hop music. It also provides beautiful images that match your time and weather.</div>
</div>
</div>
<div class="mySlides fade">
<a href="https://devpost.com/software/posturenet-z4omku" class="slidelink"><img src="static/assets/images/past-winners/posture.png"
class="slideshowimg" alt="2019 project winner"></a>
<div class="pieceinfo">
<div class="piecetext"><a href="https://devpost.com/software/posturenet-z4omku" class="slidelink" target="_blank">PostureNet</a></br><br>
<div class="boldtext">Prize(s): </div>Best Health Hack<br><br>
<div class="boldtext">Team: </div>Matthew Finley and David Lu<br><br>
PostureNet utilizes Machine Learning to
improve your posture. It accomplishes this with the help of the Tensorflow
and PoseNet frameworks to gather human posture keypoints, which it then runs
calculations on to find specific areas of weakness in your posture.</div>
</div>
</div>
<div class="mySlides fade">
<a href="https://devpost.com/software/the-great-lampini-8iqcpr" class="slidelink"><img src="static/assets/images/past-winners/lamp.jpg" class="slideshowimg"
alt="2018 project winner"></a>
<div class="pieceinfo">
<div class="piecetext"><a href="https://devpost.com/software/the-great-lampini-8iqcpr" class="slidelink" target="_blank">The Great Lampini</a></br><br>
<div class="boldtext">Prize(s): </div>The Wolfram Award<br><br>
<div class="boldtext">Team: </div>Vincent Yang, Jamie Weathers, and Samy Bencherif<br><br>
The lamp uses speech recognition to
parse commands to turn it on or off, additionally it uses sensors and algorithms
to determine statistics related to power consumption.</div>
</div>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<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>
<span class="dot" onclick="currentSlide(4)"></span>
<span class="dot" onclick="currentSlide(5)"></span>
<span class="dot" onclick="currentSlide(6)"></span>
</div>
<!-- <div class="background-container">
<img src="static/assets/images/blob1.svg" class="background">
<img src="static/assets/images/blob2.svg" class="background">
</div> -->
</div>
<div class = "past-winner-container">
<a href="https://hacknc2018.devpost.com/project-gallery" class = "HackNCButton2020" target="_blank">
HackNC 2018
</a>
<a href="https://hacknc2019.devpost.com/project-gallery" class = "HackNCButton2020" target="_blank" >
HackNC 2019
</a>
<a href="https://hacknc2020.devpost.com/project-gallery" class = "HackNCButton2020" target="_blank" >
HackNC 2020
</a>
<a href="https://hacknc2021.devpost.com/project-gallery" class = "HackNCButton2020" target="_blank" >
HackNC 2021
</a>
</div>
</div>
<div class = "past-winner-section">
<div class="flex-container">
<h3>Past Event Pictures</h3>
</div>
<div class = "past-winner-container">
<img alt = "Old Pics!" class = "pic" src = "static/assets/images/past pictures/pic1.png">
<img alt = "Old Pics!" class = "pic" src = "static/assets/images/past pictures/pic2.png">
<img alt = "Old Pics!" class = "pic" src = "static/assets/images/past pictures/pic3.png">
<img alt = "Old Pics!" class = "pic" src = "static/assets/images/past pictures/pic4.png">
<img alt = "Old Pics!" class = "pic" src = "static/assets/images/past pictures/pic5.png">
<img alt = "Old Pics!" class = "pic" src = "static/assets/images/past pictures/pic6.png">
<img alt = "Old Pics!" class = "pic" src = "static/assets/images/past pictures/pic7.png">
<img alt = "Old Pics!" class = "pic" src = "static/assets/images/past pictures/pic8.png">
</div>
</div>
</div>
</div>
<div class = "past-winner-section">
<div class="flex-container">
<h3>Guiding Questions</h3>
<div class = "past-winner-container">
<div class = "track-box" onClick="togglepanel1()">
<h1 class="track">General</h1>
<div class="panell" id="panel1">
<p>What are some problems in today's world? What can be improved / more efficient in my daily routine? Where can technology improve people's lives? What target audience or opportunity area do I want to focus on?</p>
</div>
</div>
<div class = "track-box" onClick="togglepanel2()">
<h1 class="track">Beginners</h1>
<div class="panell" id="panel2">
<p>What is a simple website or app that doesn't exist but people would find useful? What is a simple game that people would enjoy playing? How can I use what the workshops taught me to make a cool project?</p>
</div>
</div>
</div>
</div>
</div>
<div class = "past-winner-section">
<div class="flex-container">
<h3>Basic Resources</h3>
</div>
<div class = "past-winner-container">
<a href="https://medium.com/hackathons-anonymous/wtf-is-a-hackathon-92668579601" class = "resource-button" target="_blank" >
<p class="resource-text">WTF is a Hackathon?</p>
</a>
<a href="https://sendgrid.com/blog/prepare-hackathon/" class = "resource-button" target="_blank" >
<p class="resource-text">How to Prepare for a Hackathon</p>
</a>
<a href="https://news.mlh.io/your-first-hackathon-10-07-2013" class = "resource-button" target="_blank">
<p class="resource-text">Your First Hackathon</p>
</a>
<a href="https://medium.com/@xinisterlayer/hackathon-ing-as-a-non-developer-ec994e50458c" class = "resource-button" target="_blank" >
<p class="resource-text">Hackathon-ing as a Non-Developer</p>
</a>
<a href="https://www.wolframcloud.com/objects/microsites/ProjectGenerator/idea?n=526" class = "resource-button" target="_blank" >
<p class="resource-text">Hackathon Idea Generator</p>
</a>
<a href="https://hackthenorth.medium.com/building-projects-effectively-at-hackathons-997e5b1c2b1d" class = "resource-button" target="_blank" >
<p class="resource-text">Building Projects at Hackathons</p>
</a>
<a href="https://techcrunch.com/2014/09/01/how-to-crush-your-hackathon-demo/" class = "resource-button" target="_blank" >
<p class="resource-text">How to Crush Your Hackathon Demo</p>
</a>
<a href="https://girlknowstech.com/10-tips-win-hackathon/" class = "resource-button" target="_blank" >
<p class="resource-text">10 Tips to Win Your Next Hackathon</p>
</a>
</div>
</div>
</main>
<div class="footer">
<div class="footer-row">
<div style="flex: 40vw; text-align: center; margin-left: 5vw;">
<br>
<h1 class="footer-title">HackNC 2022</h1>
<p class="footer-text"> Contact us at <a class="footer-email"
href="mailto:[email protected]">[email protected]!</a></p>
<p style="font-size: 1rem"><a class="footer-link" href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">MLH code of conduct</a></p>
</div>
<div style="flex: 20vw; margin-left: 5vw;">
<h2 class="footer-text">Site Map</h2>
<a class="footer-link" href="./index.html">Home</a><br>
<a class="footer-link" href="./live.html">Live</a><br>
<a class="footer-link" href="./about.html">About</a><br>
<a class="footer-link" href="./schedule.html#start_date=2022-11-06">Schedule</a><br>
<a class="footer-link" href="./resources.html">Resources</a><br>
</div>
<div class="footer-icons">
<a class="footer-icon" href="https://www.facebook.com/thehacknc/" target="_blank">
<i class="fa-brands fa-facebook-square fa-2xl"></i></a>
<a class="footer-icon" href="https://twitter.com/theHackNC" target="_blank">
<i class="fa-brands fa-twitter-square fa-2xl"></i></a>
<a class="footer-icon" href="https://www.instagram.com/thehacknc/?hl=en" target="_blank">
<i class="fa-brands fa-instagram-square fa-2xl"></i></a>
<a class="footer-icon" href="mailto:[email protected]" target="_blank">
<i class="fa-solid fa-envelope fa-2xl"></i></a>
</div>
</div>
<br>
</div>
</body>
</html>