-
Notifications
You must be signed in to change notification settings - Fork 1
/
becoming-a-mentor.html
66 lines (60 loc) · 3.91 KB
/
becoming-a-mentor.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
<html>
<head lang="en-us">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#3A3352">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>HackNC 2018</title>
<link rel="shortcut icon" type="image/png" type="image/png" href="static/assets/images/logo.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Comfortaa">
<link href="https://fonts.googleapis.com/css?family=Arvo|Lobster+Two|Montserrat|Pacifico|Philosopher|Quicksand" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/css/materialize.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
crossorigin="anonymous">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="static/css/main.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/js/materialize.min.js"></script>
</head>
<body>
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000"
href="https://mlh.io/seasons/na-2019/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2019-season&utm_content=white"
target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2019/mlh-trust-badge-2019-white.svg"
alt="Major League Hacking 2019 Hackathon Season" style="width:100%"></a>
<main id="content container">
<div class='section dark'>
<div class='container'>
<p> <a href="/"><< Back home</a> </p>
<h2>Mentoring at a Hackathon</h2>
<p>People come to hackathons to learn new things and build cool
stuff! Along the way, our hackers might run into technical
difficulties, and will need the help of those more experienced with
the technology they're working with. This is where our mentors come
in, our mentors will be an elite team of volunteers and corporate
sponsored devs standing by to help our hackers when issues
arise.</p>
<p>If you sign up to be a mentor, we'll ask you what technologies
you are familiar with and will get you in touch with the hackers via
a system known as <em>HelpQ</em>. In HelpQ, both hackathon
participants and mentors will register in the system. Mentors will
be able to list their areas of expertise. Participants who need
assistance will submit a request, list the technologies that they're
using, provide additional details about their problem, and give
their location in the venue. Mentors will be able to see a
list of all available requests and choose participants who
need help in the mentor's areas of expertise. After helping a
participant, mentors can either mark the request as resolved
or return the request to the queue. </p>
<p>Overall, it's a great experience as you help someone build
something wonderful, remember to <a
href="https://goo.gl/forms/ipmaTelKd5D1eY3f1">sign up</a> if
you wish to volunteer as a mentor, and if you are affiliated with
one of our sponsors, please email us at <a
href="mailto:[email protected]">[email protected]</a> to
obtain the sponsored attendee form.</p>
<p> <a href="/"><< Back home</a> </p>
</div>
</div>
</main>
</body>