-
Notifications
You must be signed in to change notification settings - Fork 1
/
resume-hackathon.html
443 lines (435 loc) · 23.4 KB
/
resume-hackathon.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
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hackathon - Match My Resume</title>
<link rel="icon" href="images/icon-logo.png" type="image/png" />
<link rel="stylesheet" href="css/resume-hack.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header>
<a class="header-logo" href="index.html">
<img src="images/assets/hero/gdsc_logo.svg" width="200" alt="DSC icon">
</a>
<ul class="header-links">
<li class="header-link"><a class="header-link" href="#about">About</a></li>
<li class="header-link"><a href="#technologies" class="header-link">Programs</a></li>
<li class="header-link"><a href="learn.html" class="header-link">Events</a></li>
<li class="header-link"><a href="#workshops" class="header-link">Blogs</a></li>
<li class="header-link"><a href="#team" class="header-link">Team</a></li>
</ul>
<a href="http://dscunilag.dev/join" class="header-cta" rel="noreferrer" target="_blank">Join GDSC</a>
<span class="menubar">☰</span>
</header>
<nav>
<span class="close">✖</span>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#technologies">Programs</a></li>
<li><a href="learn.html">Events</a></li>
<li><a href="#workshops">Blogs</a></li>
<li><a href="#team">Team</a></li>
</ul>
</nav>
<main>
<section class="intro">
<div class="content">
<h1>Hack Your Resume Game: Match My Resume Hackathon!</h1>
<p>Young people everywhere are struggling to tailor their resumes for their dream jobs.
Their applications go unnoticed, leading to frustration and discouragement.
Unfortunately, they are not alone—many face the same challenge.
Securing that ideal job often depends on having a perfectly matched resume. What if there was a
way to bridge the gap between your skills and the perfect job description? Introducing Resume
Match. We're challenging you to develop an innovative solution at the Match My Resume Hackathon.
</p>
</div>
<img src="images/image4.png" class="scribbles right" alt="">
<img src="images/image5.png" class="scribbles left" alt="">
</section>
<section class="programs">
<div class="content">
<img class="vector-blocks" src="images/assets/vector-blocks.png" alt="">
<!-- <div class="program upcoming">
<h4>Upcoming Program</h4>
<div class="program-cards row g-5 mt-4">
<div class="card red col-12 col-lg-4">
<img src="images/hackathons/rectangle.png" alt="Event Card" class="card-img-top">
<div class="card-body">
<p class="rank float-end">Beginner</p>
<h5 class="card-title">Open Hack Week</h5>
<p class="card-text">
<i class="fa-solid fa-calendar"></i>
1st June, 2024 - 5th June, 2024
</p>
<p class="card-text">
<i class="fa-solid fa-location-dot"></i>
LH 20, Main Campus
</p>
<p class="card-text">
<i class="fa-solid fa-clock"></i>
10:00am - 12:00pm
</p>
<a href="#" class="attend float-end">Attend</a>
</div>
</div>
<div class="card yellow col-12 col-lg-4">
<img src="images/hackathons/rectangle.png" alt="Event Card" class="card-img-top">
<div class="card-body">
<p class="rank float-end">Intermediate</p>
<h5 class="card-title">Open Hack Week</h5>
<p class="card-text">
<i class="fa-solid fa-calendar"></i>
1st June, 2024 - 5th June, 2024
</p>
<p class="card-text">
<i class="fa-solid fa-location-dot"></i>
LH 20, Main Campus
</p>
<p class="card-text">
<i class="fa-solid fa-clock"></i>
10:00am - 12:00pm
</p>
<a href="#" class="attend float-end">Attend</a>
</div>
</div>
<div class="card green col-12 col-lg-4">
<img src="images/hackathons/rectangle.png" alt="Event Card" class="card-img-top">
<div class="card-body">
<p class="rank float-end">Expert</p>
<h5 class="card-title">Open Hack Week</h5>
<p class="card-text">
<i class="fa-solid fa-calendar"></i>
1st June, 2024 - 5th June, 2024
</p>
<p class="card-text">
<i class="fa-solid fa-location-dot"></i>
LH 20, Main Campus
</p>
<p class="card-text">
<i class="fa-solid fa-clock"></i>
10:00am - 12:00pm
</p>
<a href="#" class="attend float-end">Attend</a>
</div>
</div>
</div>
<img src="images/image7.png" class="scribbles" alt="">
</div>
<div class="program past">
<h4>Past Program</h4>
<div class="program-cards row mt-4">
<div class="card blue col-12 col-lg-4">
<img src="images/hackathons/rectangle.png" alt="Event Card" class="card-img-top">
<div class="card-body">
<p class="rank float-end">Beginner</p>
<h5 class="card-title">Open Hack Week</h5>
<p class="card-text">
<i class="fa-solid fa-calendar"></i>
1st June, 2024 - 5th June, 2024
</p>
<p class="card-text">
<i class="fa-solid fa-location-dot"></i>
LH 20, Main Campus
</p>
<p class="card-text">
<i class="fa-solid fa-clock"></i>
10:00am - 12:00pm
</p>
<a href="#" class="attend float-end">Attend</a>
</div>
</div>
<div class="card red col-12 col-lg-4">
<img src="images/hackathons/rectangle.png" alt="Event Card" class="card-img-top">
<div class="card-body">
<p class="rank float-end">Beginner</p>
<h5 class="card-title">Open Hack Week</h5>
<p class="card-text">
<i class="fa-solid fa-calendar"></i>
1st June, 2024 - 5th June, 2024
</p>
<p class="card-text">
<i class="fa-solid fa-location-dot"></i>
LH 20, Main Campus
</p>
<p class="card-text">
<i class="fa-solid fa-clock"></i>
10:00am - 12:00pm
</p>
<a href="#" class="attend float-end">Attend</a>
</div>
</div>
<div class="card yellow col-12 col-lg-4">
<img src="images/hackathons/rectangle.png" alt="Event Card" class="card-img-top">
<div class="card-body">
<p class="rank float-end">Intermediate</p>
<h5 class="card-title">Open Hack Week</h5>
<p class="card-text">
<i class="fa-solid fa-calendar"></i>
1st June, 2024 - 5th June, 2024
</p>
<p class="card-text">
<i class="fa-solid fa-location-dot"></i>
LH 20, Main Campus
</p>
<p class="card-text">
<i class="fa-solid fa-clock"></i>
10:00am - 12:00pm
</p>
<a href="#" class="attend float-end">Attend</a>
</div>
</div>
</div>
</div> -->
<!-- <div class="introduction">
<h5>Introduction</h5>
<p>Young people everywhere are struggling to tailor their resumes for their dream jobs.
Their applications go unnoticed, leading to frustration and discouragement.
Unfortunately, they are not alone—many face the same challenge.
Securing that ideal job often depends on having a perfectly matched resume. What if there was a
way to bridge the gap between your skills and the perfect job description? Introducing Resume
Match. We're challenging you to develop an innovative solution at the Match My Resume Hackathon.
</p>
</div> -->
<div class="challenge">
<h5>Challenge</h5>
<hr>
<p>Develop an AI-powered tool that helps young people match their resumes to job descriptions.
Your solution should analyze resumes and job postings, and then provide personalized suggestions
to improve the fit between a candidate's skills and the job requirements.
This could involve tailoring keywords, highlighting relevant accomplishments, or suggesting
adjustments to the resume structure and so on…
Remember, this tool is for everyone! So design a user-friendly interface that makes it easy for
students to upload their resumes and access personalized recommendations. Beyond that, it should
be accurate, and able to handle a variety of job sectors and roles.</p>
</div>
<div class="agenda">
<!-- <img src="images/image5.png" class="scribbles agenda-scribble" alt=""> -->
<h5>Agenda</h5>
<hr>
<ul>
<li>
<strong>Day 1:</strong> Kickoff & Game Plan
<p>Get briefed on the challenge and form your dream team!</p>
</li>
<li>
<strong>Day 2-3:</strong> Code Like Crazy
<p>Develop your innovative solution with expert guidance.</p>
</li>
<li>
<strong>Day 4:</strong> Midpoint Check-in and Feature Enhancements
<p>Review progress and enhance your project features.</p>
</li>
<li>
<strong>Day 5:</strong> Final Development and Testing
<p>Complete development and thoroughly test your solution.</p>
</li>
<li>
<strong>Day 6:</strong> Demo Day!
<p>Show off your creation and compete for amazing prizes!</p>
</li>
</ul>
</div>
<div class="requirements">
<h5>Requirements</h5>
<hr>
<ul>
<li>
<strong>Team Size:</strong> Teams of 3-5 students
</li>
<li>
<strong>Development:</strong> Develop the tool from scratch using any programming language
</li>
</ul>
</div>
<div class="submission">
<h5>Submission</h5>
<hr>
<ul>
<li>
Working code for your tool. (Programming language is your choice)!</li>
<li>
Clear documentation explaining your solution.</li>
<li>
A killer demo video showcasing your creation.
</li>
</ul>
<p><strong>Submission Deadline: 11:59 PM on Day 6 (Don't be late)!</strong></p>
</div>
<div class="criteria">
<h5>Judging Criteria</h5>
<hr>
<ul>
<li>
<strong>Creativity and Innovation:</strong> Originality and creativity of the solution
</li>
<li>
<strong>Functionality and Performance:</strong> How well the tool functions and its
efficiency
</li>
<li>
<strong>User Experience:</strong> Intuitiveness and ease of use for the intended users
</li>
<li>
<strong>Code Quality and Documentation:</strong> Clarity, structure, and completeness of
code, along with accompanying documentation
</li>
</ul>
</div>
<div class="prize">
<h5>Prize Pool</h5>
<hr>
<ul>
<li>
<strong>1st Place:</strong> ₦[to be decided] + Match My Resume Championship Trophy!
</li>
<li>
<strong>2nd Place:</strong> ₦[**]
</li>
<li>
<strong>3rd Place:</strong> ₦[**]
</li>
</ul>
</div>
<div class="dont-miss">
<h5>Don't miss this chance to:</h5>
<ul>
<li><strong>Develop cutting-edge skills.</strong></li>
<li><strong>Boost your resume with a real-world project.</strong></li>
<li><strong>Win big prizes and bragging rights.</strong></li>
</ul>
</div>
<div class="register-now">
<p><strong>Register now and help people Match their Resume to Success!</strong></p>
<p>#MatchMyResumeHack #Hackathon</p>
</div>
</div>
</section>
</main>
<footer class="footer-section">
<div class="container-fluid">
<div class="row flex-column flex-sm-row flex-lg-row">
<div class="col-12 col-lg-3 align-self-center">
<div class="footer-widget first-of-footer-widget">
<img src="/images/icon-logo.png" class="logo-xsm mb-10"
alt="DSC University of Lagos footer logo">
<img src="/images/Frame53.png" class="logo-sm mb-10" alt="DSC University of Lagos footer logo">
</div>
</div>
<div class="col-12 col-lg-7">
<div class="row">
<div class="col-6 col-sm-4 col-md-3">
<div class="footer-widget">
<h4 class="footer-widget__title">Clubs</h4>
<ul class="list-unstyled">
<li>
<a href="#" target="_blank" rel="noreferrer">About GDSC</a>
</li>
<li>
<a href="#" target="_blank" rel="noreferrer">Core Team</a>
</li>
<li>
<a href="#" target="_blank" rel="noreferrer">Technologies</a>
</li>
</ul>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3">
<div class="footer-widget">
<h4 class="footer-widget__title">Resources</h4>
<ul>
<li class="list-unstyled">
<li>
<a href="#" target="_blank" rel="noreferrer">Blog</a>
</li>
<li>
<a href="#" target="_blank" rel="noreferrer">Learn</a>
</li>
<li>
<a href="#" target="_blank" rel="noreferrer">Join GDSC</a>
</li>
</ul>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3">
<div class="footer-widget">
<h4 class="footer-widget__title">Activities</h4>
<ul class="list-unstyled">
<li>
<a href="#" target="_blank" rel="noopener noreferrer">Programs</a>
</li>
<li>
<a href="#" target="_blank" rel="noopener noreferrer">Hackathon</a>
</li>
<li>
<a href="#" target="_blank" rel="noopener noreferrer">Open Source</a>
</li>
<li>
<a href="#" target="_blank" rel="noopener noreferrer">Workshops</a>
</li>
</ul>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3">
<div class="footer-widget">
<h4 class="footer-widget__title">Help and Support</h4>
<ul class="list-unstyled">
<li>
<a href="https://dscunilag.dev/guidelines" target="_blank"
rel="noopener noreferrer">Community Guidelines</a>
</li>
<li>
<a href="#" target="_blank" rel="noopener noreferrer">FAQs</a>
</li>
<li>
<a href="#" target="_blank" rel="noopener noreferrer">Contact Us</a>
</li>
<li>
<a href="#" target="_blank" rel="noopener noreferrer">Privacy Policy</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-2">
<div class="footer-widget">
<ul class="social-list__inline mt-10">
<li>
<a href="https://twitter.com/DSCUnilag">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a href="https://github.com/DSC-Unilag">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="https://dscunilag.slack.com">
<i class="fab fa-slack"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com/user/GoogleDevelopers" target="_blank" rel="noopener">
<i class="fab fa-youtube"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="mt-40">
<p class="m-0 text-center">Copyright ©
<script>document.write(new Date().getFullYear())</script>. All Rights Reserved.</span>
</div>
</div>
</footer>
<script src="js/vendors/bootstrap.bundle.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>