-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareer-fair.html
219 lines (185 loc) · 9.11 KB
/
career-fair.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
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description"
content="Purdue Science Student Council (PSSC) provides academically-oriented, networking, and social events for Purdue's College of Science students, and acts as a liaison between students and the administration." />
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0; user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- CSS Stylesheet -->
<link rel="stylesheet" href="styles/css/main.css" />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png" />
<link rel="icon" type="image/x-icon" href="images/favicon/favicon.ico" />
<link rel="manifest" href="images/favicon/site.webmanifest" />
<!-- Title -->
<title>PSSC | Purdue Science Student Council</title>
</head>
<body>
<!-- Navigation Bar -->
<nav class="nav">
<div class="nav-logo">
<span class="nav-valign"></span><a href="./index.html" class="nav-logo-text">PSSC</a>
</div>
<ul class="nav-bar">
<li class="nav-bar-item nav-bar-item-active">
<span class="nav-valign"></span>
<a class="nav-bar-item-a" href="./index.html">Home</a>
</li>
<li class="nav-bar-item">
<span class="nav-valign"></span>
<a class="nav-bar-item-a" href="./about.html">About</a>
</li>
<li class="nav-bar-item dropdown">
<span class="nav-valign"></span>
<a class="nav-bar-item-a" href="#">More<span class="dropdown-arrow">▾</span></a>
<div class="dropdown-menu">
<!-- <a href="./meeting-minute.html">Meeting Minutes</a> -->
<a href="./snack-and-chat.html">Snack & Chat</a>
<a href="./new-student-orientation.html">New Student Orientation</a>
<a href="./outstanding-teacher-award.html">Outstanding Teacher Award</a>
<a href="./career-fair.html">Career Fair</a>
<a href="./resources.html">Resources</a>
<a href="./contributors.html">Contributors</a>
</div>
</li>
</ul>
</nav>
<nav id="js-m-nav" class="m-nav">
<div class="m-nav-top">
<div class="m-nav-top-item">
<span class="m-nav-top-item-valign"></span><a class="m-nav-top-item-logo">PSSC</a>
</div>
<div class="m-nav-top-item">
<span class="m-nav-top-item-valign"></span><button id="js-m-nav-click"
class="m-nav-top-item-hamburger"></button>
</div>
</div>
<ul class="m-nav-bar">
<li class="m-nav-bar-item">
<!--m-nav-bar-item-active-->
<a class="m-nav-bar-item-a" href="./index.html">Home</a>
</li>
<li class="m-nav-bar-item">
<a class="m-nav-bar-item-a" href="./about.html">About</a>
</li>
<!--li class="m-nav-bar-item">
<a class="m-nav-bar-item-a" href="./apply.html">Apply</a>
</li-->
<!--li class="m-nav-bar-item">
<a class="m-nav-bar-item-a" href="./events.html">Events</a>
</li-->
<!-- <li class="m-nav-bar-item">
<a class="m-nav-bar-item-a" href="./meeting-minute.html">Meeting Minutes</a>
</li> -->
<li class="m-nav-bar-item m-nav-bar-item-active">
<a class="m-nav-bar-item-a" href="./snack-and-chat.html">Snack & Chat</a>
</li>
<li class="m-nav-bar-item m-nav-bar-item-active">
<a class="m-nav-bar-item-a" href="./new-student-orientation.html">New Student Orientation</a>
</li>
<li class="m-nav-bar-item">
<a class="m-nav-bar-item-a" href="./outstanding-teacher-award.html">Outstanding Teacher Award</a>
</li>
<li class="m-nav-bar-item">
<a class="m-nav-bar-item-a" href="./career-fair.html">Career Fair</a>
</li>
<li class="m-nav-bar-item">
<a class="m-nav-bar-item-a" href="./resources.html">Resources</a>
</li>
<li class="m-nav-bar-item">
<a class="m-nav-bar-item-a" href="./contributors.html">Contributors</a>
</li>
<!--li class="m-nav-bar-item">
<a class="m-nav-bar-item-a" href="./scavenger-hunt.html">Scavenger Hunt</a>
</li-->
</ul>
</nav>
<!-- ---------- -->
<!--MAIN BODY-->
<main class="main-container">
<div class="page">
<h1 class="page-title">College of Science Career Fair </h1>
<hr class="page-divider">
<img src="./images/purdue/founders-park.jpg" alt="Purdue Founder's Park" class="component-poster-center" />
<p class="page-text">
Purdue's College of Science Career Fair is a student-led initiative established in 2023. Providing the
opportunity for Purdue students to connect with employers in their field, the College of Science Career
Fair continues to grow every year. Undergraduate and graduate students searching for internships,
co-ops, and full-time employment can network with key industry employers. Graduate schools also attend
for those looking to further their education. The career fair is open to all majors and primarily
targets College of Science majors. <br>
</p>
<p class="page-text">
<b> Date: </b> September 16, 2024 <br>
<b> Time: </b> 12:00 - 4:00 PM <br>
<b> Location: </b> STEW 214 @ 128 Memorial Mall Dr, West Lafayette, IN 47906<br>
</p>
<p class="page-text">
<b> Targeted majors: </b> Computer Science, Data Science, Artificial Intelligence, Mathematics, Applied
Sciences, Statistics, Biology, Chemistry, Health and Disease, Actuarial Science, Atmospheric Science,
Environmental Geoscience/Biology, Geology/Geophysics, and Planetary Sciences.
</p>
<p class="page-text">
<u><b> Attending Employers</b></u>
<p>
<p class="page-text">
<ul>
<li>ACES Power Marketing</li>
<li>BSI America Professional Services</li>
<li>City Year</li>
<li>Purdue Department of Public Health</li>
<li>Eli Lilly and Company</li>
<li>Indiana Biosciences Research Institute</li>
<li>Kerry Group</li>
<li>Midwestern Regional Climate Center</li>
<li>U.S. Navy NTAG Heartland</li>
</ul>
</p>
<p class="page-text">
<u><b> Graduate Schools/Programs</b></u>
</p>
<p class="page-text">
<ul>
<li>Marian University Accelerated Nursing Programs</li>
<li>Purdue University Graduate School</li>
<li>The University of Chicago Graduate School</li>
</ul>
</p>
<p class="page-text">
<b>Students</b> RSVP <a href="https://forms.gle/WMz2M24vmb2ecKpMA">here</a>.
<!--<b>Students:</b> coming soon!-->
</p>
<p class="page-text">
<b>Employers</b> Register <a
href="https://purdue-csm.symplicity.com/events/2024PSSC/overview">here</a>.
</p>
<p class="page-text">
Check out the pages below for more details!
</p>
<div class="components-container">
<div class="component">
<h4 class="masthead-header">Students</h4>
<hr class="page-divider">
<img src="./images/home/noun_School_1386096.png" class="component-image">
<a href="./career-fair-students.html"><button class="hack-button">Learn More</button></a>
</div>
<div class="component">
<h4 class="masthead-header">Employers</h4>
<hr class="page-divider">
<img src="./images/home/noun_job.png" class="component-image">
<a href="./career-fair-employers.html"><button class="hack-button">Learn More</button></a>
</div>
</div>
</div>
</main>
<script src="js/career-fair.js"></script>
<footer class="footer">
<span class="footer-span"></span>
<h6 class="footer-text">Purdue Science Student Council | <a class="page-text-a"
href="http://www.purdue.edu">Purdue University</a></h6>
</footer>
</body>
</html>