-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (46 loc) · 1.95 KB
/
index.html
File metadata and controls
49 lines (46 loc) · 1.95 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UW Statistics InternPrep</title>
<link rel="stylesheet" href="https://use.typekit.net/vfa4ecn.css" />
<!-- custom css -->
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="wrapper">
<div class="navBar">
<ul>
<li class="home"><a href="#" id="home">InternPrep</a></li>
<li>
<a target="_self" href="resources.html" id="resources"><span>Resources</span></a>
</li>
<li>
<a target="_self" href="events.html" id="past"><span>Past Events</span></a>
</li>
</ul>
</div>
<div class="body">
<div class="title">Internship Preparation Program</h1>
<div class="under-text">About</div>
<p>
The Internship Preparation Program aims to help students in the
Department of Statistics at the University of Washington find
industry internships in various roles. The first program was organized by <a
href="https://langliu95.github.io/" target="_blank">Lang Liu</a>
and <a href="https://ronakdm.github.io/" target="_blank">Ronak Mehta</a> in Autumn 2022. We held a workshop to
explain the overall process of internship applications and provide <a href="resources.html"
target="_self">Resources</a> and
tips for interviews. We also conducted mock interviews and connected
participants with alumni currently working in industry.
</p>
<p>
If you would like to be involved as a participant or mock interviewer in the 2023 workshop, please contact <a
href="https://ronakdm.github.io/contact.html" target="_blank">Ronak</a> for more information!
</p>
</div>
</div>
</body>
</html>