-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoin_us.html
73 lines (69 loc) · 3.94 KB
/
join_us.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>PLENUM</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/plenum-og-logo-raster.png"/>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
</head>
<body>
<!--Navigation bar-->
<nav>
<div id="nav-placeholder">
</div>
<script>
$(function(){
$("#nav-placeholder").load("nav.html");
});
</script>
</nav>
<!--end of Navigation bar-->
<div class="py-0 bg-image-full" style="background-image: url('assets/conf.jpg')">
<!-- Put anything you want here! The spacer below with inline CSS is just for demo purposes!-->
<div style="height: 20rem"></div>
</div>
<div id="paper_subs">
<section class="py-5">
<div class="row justify-content-center">
<div class="col-lg-9 my-4">
<h2>Join Us!</h2>
<p class="mb-2 my-4"><b>Why join us?</b></p>
<ul class="mb-0">
<li>Build your resume</li>
<li>Learn more about Geography, data, and research</li>
<li>Gain formal reviewer training/experience</li>
<li>Become familiar with the academic publication process</li>
<li>Engage with our campus</li>
<li>Networking opportunities</li>
<li>Win prizes & awards</li>
<li>Have fun!</li>
</ul>
<p class="mb-0 my-2">Your work will be shared with the Geography undergraduate community throughout our various social media platforms including email, Instagram, Twitter , or LinkedIn. You will be tagged and appropriately credited. Reach out by email or DM'ing us on any of these platforms!</p>
</div>
<div class="col-lg-9 my-4">
<h2>Open Roles</h2>
<p class="mb-2 my-4"><b>Position open until filled.</b></p>
<p class="mb-0 my-2">To apply for any of the roles listed below, simply send us an email at [email protected]. Please state your name, year, major, desired role, and why you're interested in joining Plenum. If you have a relevant portfolio or related experience feel free to include that as well. Selection in this year’s application cycle will make you eligible for positions on the 2021-2022 Plenum Editing Board.</p>
</div>
<div class="col-lg-9 my-4">
<h3>Peer Reviewers</h3>
<a href="https://forms.gle/ohScXWxLqGtsmzH58" class="btn btn-primary my-1" role="button" target="_blank">Apply Here</a>
<p class="mb-0 my-2">We're always looking for peer reviewers to help guide us through the submission selection process. Peer reviewers have the important role of reviewing submissions and providing valuable feedback to the students. Please provide a sample of writing produced by you that you are most proud of (doesn't need to be Geography specifically). Core responsibilities include:</p>
<ul class="mb-0">
<li>Review submissions</li>
<li>Critique, provide edits and feedback</li>
<li>Ensure submissions meet requirements</li>
<li>Help decide which pieces to move forward with</li>
</ul>
</div>
</div>
</section>
</div>
</body>
</html>