-
Notifications
You must be signed in to change notification settings - Fork 2
/
mentor-undergrad.html1
132 lines (111 loc) · 5.95 KB
/
mentor-undergrad.html1
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>CITRIS and the Banatao Institute at UC Merced</title>
<link rel="icon" href="images/favicon.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body class="homepage">
<div id="page-wrapper">
<header id="header">
<div class="logo container">
<div>
<h1 id="logo">CITRIS EDGE in STEM Mentoring Program for Undergraduates </h1>
</div>
</div>
</header>
<!-- NAVIGATION: Controlled by HTML snippet in snippets/nav.html -->
<nav id="nav"></nav>
<!-- Banner -->
<span class="banner small">
<img src="images/banners/mentor-banner.png">
</span>
<!-- Main -->
<div id="main-wrapper">
<div id="main" class="container">
<div class="row">
<div class="12u">
<div class="content">
<article class="box page-content">
<header>
<h2 class=major2>CITRIS Expanding Diversity and Gender Equity<br><br> in STEM
Mentoring Program </h2>
</header>
<p>
Did you know that most job hires come from network referrals, and mentoring helps
expand your network?
</p>
<p>
<h1>Find a mentor today who shares your interests, skills, and experiences!</h1>
<div style="margin-left: 40px;">
<li>20-hour commitment over summer 2021 and </li>
<li>$75 mentoring completion award.</li>
</div>
</p>
<h2 class=major2>APPLY</h2>
<p><b>We are currently only accepting applications from UC Davis until June 2nd</b></p>
<p>
To apply, please submit by June 2nd, 2021 an essay of 250 words or less and a short
form:
<br> <i style="margin-left: 40px;">
What obstacles or challenges do historically underrepresented students face in
STEM
careers and fields? </i>
</p>
<h2 class="default" style="text-align:center;font-size:200%;">
<a class="button" href=https://forms.office.com/r/dbk2tTx00k target="_blank">Apply
today</a>
<br><br>Deadline to apply: June 2nd, 2021
</h2>
<hr>
<h1>Eligibility: To qualify for this program, you: </h1>
<p>
<div style="margin-left: 40px;">
<!-- <li>Must be currently enrolled in a STEM undergraduate program at UC Merced,
Berkeley or Davis.</li> -->
<li>Must be currently enrolled in a STEM undergraduate program at UC Davis.</li>
<li> <b>Students who identify as historically underrepresented in their field are
especially encouraged to apply.</b>
</li>
</div>
</p>
<br>
<div>
<h2 class=major2>Questions?</h2>
<p>Contact CITRIS <a href=mailto:[email protected]>[email protected]</a></p>
</div>
</article>
</div>
</div>
</div>
<!-- <div style="text-align: center;">
<a class="twitter-timeline" href="https://twitter.com/EDGEinTech?ref_src=twsrc%5Etfw"
data-height="500px">Tweets by EDGEinTech</a>
<script async="" src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div> -->
</div>
</div>
<!-- FOOTER: Controlled by HTML snippet in snippets/footer.html-->
<div id="footer">
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<script>
$(function () {
$("#nav").load("../snippets/nav.html"); /*Navigation: Controlled by HTML snippet in snippets/nav.html*/
$("#navPanel").load("snippets/nav.html"); /*Navigation: Controlled by HTML snippet in snippets/nav.html*/
$("#footer").load("snippets/footer.html"); /*FOOTER: Controlled by HTML snippet in snippets/footer.html*/
});
</script>
</body>
</html>