-
Notifications
You must be signed in to change notification settings - Fork 1
/
careerfair.html
36 lines (32 loc) · 1.91 KB
/
careerfair.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Upsilon Pi Epsilon: The Computer Science Honor Society</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="navbar">
<div class="navbar-logo">
<a href="index.html">
<img src="img/logo.jpg" alt="logo">
</a>
</div>
<navigation-bar current="careerfair.html" sitemap="data/sitemap.json"></navigation-bar>
</div>
<div class="content">
<h1>Honors Society Career Fair</h1>
<img src="img\career fair\2023\career-fair.jpg" alt="" class="img-responsive">
<p>
<b> If you want more info on the Career Fair for 2024, see <a href="careerfair2024.html">here!</a>. </b>
Each November, Upsilon Pi Epsilon proudly organizes the Honor Society Career Fair, an exclusive gathering of WPI's most academically-distinguished engineering students. This event enables honor society members to network with companies seeking WPI's top talent.
</p>
<p>
Our pilot event in 2023 saw successful networking between honor society students and recruiters from 50 prominent engineering companies in the Greater Boston area. Spanning commercial, defense, and medical sectors, the inaugural event included attendees such as Dell, BAE Systems, Leidos, DuPont, and many more. The companies recruit across a variety of STEM majors, including Electrical and Computer Engineering, Robotics Engineering, Mechanical Engineering, and of course, Computer Science. We hold this event each year to foster meaningful connections and facilitate opportunities for our top engineering students.
</p>
</div>
</body>
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js"></script>
<script src="js/components.js" charset="utf-8"></script>
</html>