-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
486 lines (455 loc) · 18.8 KB
/
index.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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Danielle Scott, Archita Ganesh">
<meta name="description" content="WICS Jobs Experience Webpage">
<link
href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/style.css" />
<link
rel="stylesheet"
href="//cdn.datatables.net/1.10.22/css/jquery.dataTables.min.css"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/icon?family=Material+Icons"
/>
<link
href="https://fonts.googleapis.com/css?family=Russo+One"
rel="stylesheet"
type="text/css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<title>WICS Jobs</title>
</head>
<body>
<div class="background-image">
<div class="purple-square"></div>
<div class="blue-square"></div>
<svg width="200" height="200" fill="none" class="wave shapes">
<g>
<path
id="waves"
d="M288.063 509.377c23.095 10.804 13.171-20.638 39.569-8.055 26.398 12.583 18.283-22.913 43.197-7.285m-80.735 31.564c23.095 10.805 13.171-20.638 39.569-8.055 26.397 12.583 18.282-22.912 43.196-7.284m-78.672 32.158c23.095 10.805 13.171-20.638 39.569-8.055 26.398 12.583 18.283-22.913 43.197-7.285"
stroke-width="5"
stroke-linecap="round"
/>
</g>
</svg>
</div>
<div id="fixed-page-header" class="fixed-page-header">
<!-- TRIANGLE -->
<svg fill="none" class="triangle">
<path
id="triangle"
d="M121.717 -1.638l9.101 44.731-43.288-14.484 34.187-30.247z"
fill="#BA6EA2"
></path>
</svg>
<div class="nav-container">
<nav class="nav navbar-expand-md navbar-light">
<!-- Drawer view button -->
<button
class="navbar-toggler"
id="navToggler"
type="button"
data-toggle="collapse"
data-target="#collapsingNavbar"
>
<span class="navbar-toggler-icon"></span>
</button>
<!-- DRAWER VIEW-->
<div class="collapse navbar-collapse" id="collapsingNavbar">
<div>
<ul class="nav list-group">
<li id="about" class="nav-item drawer-link active-link">
<a>About & Summary</a>
</li>
<li id="sortAndContact" class="nav-item drawer-link">
<a> Browse Data </a>
</li>
<li id="submitRating" class="nav-item drawer-link">
<a> Submit Rating </a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<header id="headingFont" class="text-header">WICS Jobs</header>
<!-- Navbar for expanded window -->
<div class="nav-padding">
<nav class="nav navbar-expand-md navbar-light">
<div class="navbar-collapse collapse">
<li class="nav-item">
<div id="aboutView" class="card card-button">
About & Summary
<span class="nav-icons material-icons"> looks </span>
</div>
</li>
<li class="nav-item">
<div id="sortAndContactView" class="card card-button">
Browse Data
<span class="nav-icons material-icons"> compare_arrows </span>
</div>
</li>
<li class="nav-item">
<div id="submitRatingView" class="card card-button">
Submit Rating
<span class="nav-icons material-icons"> done_outline </span>
</div>
</li>
</div>
</nav>
</div>
</div>
<div class="page-body">
<!-- Container for full page body-->
<div class="container">
<div id="aboutViewContainer" class="collapse show">
<div class="section-margins-padding">
<div class="card body-cards">
<div
style="
margin-top: 15px;
background-color: #b8daff;
border-radius: 0.5em;
"
>
<h1 style="margin-top: 10px; margin-left: 10px">The Data</h1>
<div class="row">
<div class="col">
<div style="width: 100%">
<table
class="table-responsive align-middle summary-table"
id="summaryResults"
>
<tbody>
<tr>
<td colspan="2" class="summary-columns">
Total Participants:
</td>
<td id="participants"></td>
</tr>
<tr>
<td colspan="2" class="summary-columns">
Total Number of Companies:
</td>
<td id="companyCount"></td>
</tr>
<tr>
<td colspan="2" class="summary-columns">
Average Overall Job Rating:
</td>
<td id="averageOverallRating"></td>
</tr>
<tr>
<td colspan="2" class="summary-columns">
Average Learn & Grow Rating:
</td>
<td id="averageLearnGrowRating"></td>
</tr>
<tr>
<td colspan="2" class="summary-columns">
Average Recomendation to Others Rating:
</td>
<td id="averageRecRating"></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col" style="margin: auto; margin-right: 40px">
<img
src="./assets/images/anteatr.png"
alt="WICS Anteater"
style="float: right; width: 250px; height: 250px"
/>
</div>
</div>
</div>
</div>
<div class="card body-cards">
<h1 style="margin-top: 10px; margin-left: 10px">The Mission</h1>
<p>
The goal of this project was to create a tech job review system
that's more curated than what we see on Glassdoor and similar
websites. As members of Women in Information and Computer
Sciences (<a href="https://wics.ics.uci.edu/" target="_blank"
>WICS</a
>) at UCI, we have had the wonderful opportunity to be part of a
hard-working, supportive community, that we often lean on for
insight and advice when it comes to our career decisions. We
decided to create this webpage as a way to give back to the
organization that has done so much for us, by creating a single
space to gather peer-reviewed information about the experiences
of people like us. The experience of womxn at tech companies is
going to be unique in comparison to the general public,
therefore highlighting the importance of providing access to
reviews submitted primarily by womxn, and any committee members
that identify as our allies. An additional perk of this platform
is the ability to reach out to members that have worked in a
company or position of interest, with our provided contact
section. We hope that this collection of honest, anonymous
reviews, paired with the possibility of networking with a curent
or former employee of listed companies, will empower our fellow
WICS members to make informed career decisions.
</p>
</div>
<div class="card body-cards">
<h1 style="margin-top: 10px; margin-left: 10px">The Creators</h1>
<p>
Hi, we're Danielle and Archita, former WICS board and committee
members. We created this project just before graduating as a way
to do something for WICS that will allow us to continue
contributing and remain involved, no matter where life takes us.
Thanks for taking the time to check out what we've made!
</p>
</div>
</div>
</div>
<div id="sortAndContactViewContainer" class="collapse">
<div class="section-margins-padding">
<div class="row">
<div class="col-sm-2">
<div class="sidenav">
<a id="mapView" class="side-nav-item nav-link active-link">
<span class="material-icons">place</span>Map</a
>
<a
id="summaryView"
class="side-nav-item nav-link inactive-link"
>
<span class="material-icons">table_rows</span>Table</a
>
<a
id="contactView"
class="side-nav-item nav-link inactive-link contact-nav-link"
>
<span class="material-icons">contact_page</span>Contact</a
>
</div>
</div>
<div class="col-sm-10">
<div class="data-section-body">
<!-- The map container -->
<div id="mapViewContainer" class="collapse show">
<div style="margin-right: 21%">
<div class="card map-card">
<!-- Map image -->
<div
id="map"
style="
margin-top: 10px;
width: 380px;
height: 270px;
margin: auto;
margin-bottom: -10px;
"
></div>
</div>
<div class="card state-card">
<div style="text-align: center; padding-top: 10px">
<div id="stateName" class="state-name"></div>
</div>
<div id="stateInfo">
Click a state to see the summary data.<br>
<small
>States containing job data are pink in color, with
level of contrast reflecting data amount.</small
>
</div>
<table
id="stateCompanyData"
class="table-responsive align-middle state-table"
>
<thead>
<tr>
<th class="wrapped-th">Company</th>
<th class="wrapped-th">Review Count</th>
<th class="wrapped-th">Overall Rating (Mean)</th>
</tr>
</thead>
<tbody id="stateInfoBody"></tbody>
</table>
</div>
</div>
</div>
</div>
<!-- The tables container -->
<div id="summaryViewContainer" class="collapse">
<div class="container">
<!-- Buttons to switch between summaries and individual reviews -->
<div
style="
padding-top: 20px;
text-align: center;
margin-right: 16%;
"
>
<button
id="overallView"
type="button"
class="view-switch-button btn btn-primary active"
>
Summary View
</button>
<button
id="individualView"
type="button"
class="view-switch-button btn btn-primary"
>
Individual Reviews
</button>
</div>
<!-- Summary view container -->
<div id="overallViewContainer" class="collapse show">
<div class="table-container">
<table
class="display"
id="companyCountTable"
style="width: 100%"
>
<thead>
<tr>
<th>Company</th>
<th>Review Count</th>
<th>Overall Rating (Mean)</th>
<th>Learning & Growth (Mean)</th>
<th>Recomendation Rating (Mean)</th>
</tr>
</thead>
<tbody id="companyCountBody"></tbody>
</table>
</div>
</div>
<!-- The individual review container -->
<div id="individualViewContainer" class="collapse">
<div class="table-container">
<table
class="display"
id="individualReviewTable"
style="width: 30px"
>
<thead>
<tr>
<th>Company</th>
<th>Position</th>
<th>Job Type</th>
<th>Duration</th>
<th>Overall Rating</th>
<th>Learning & Growth</th>
<th>Rec. Rating</th>
<th>Additional Details</th>
</tr>
</thead>
<tbody id="individualReviewBody"></tbody>
</table>
</div>
</div>
</div>
</div>
<div id="contactViewContainer" class="collapse">
<div class="container table-container">
<div style="width: 90%">
<p class="instruction-text">
Flip the cards below to connect with previous/current
WICS Committee members who have worked at that company.
</p>
</div>
<div id="card-container"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="submitRatingViewContainer" class="collapse">
<div class="container" style="padding-bottom: 50px">
<div style="margin-top: 20px; position: relative">
<div class="section-headers">Submit Your Rating</div>
<iframe
id="contactForm"
onload="window.parent.scrollTo(0,0)"
style="
z-index: 1;
display: block;
margin: auto;
margin-top: 15px;
width: 100%;
border: 0;
"
src="https://docs.google.com/forms/d/e/1FAIpQLSfNbVQoo6_imVDuyeV3ZIurws5-6GGl2liFOagCl2alDoVN7w/viewform?embedded=true"
height="900"
>
</iframe>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjs/5.1.2/math.min.js"></script>
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
<script src="//cdn.datatables.net/1.10.22/js/jquery.dataTables.min.js"></script>
<script src="js/libraries/raphael.js"></script>
<script src="js/libraries/usmap.js"></script>
<script src="js/data/stateAbbreviations.js"></script>
<script src="js/data/getContactData.js"></script>
<script src="js/data/getReviewData.js"></script>
<script src="js/data/stateFacts.js"></script>
<script src="js/contact.js"></script>
<script src="js/job.js"></script>
<script src="js/view.js"></script>
<script src="js/parseAndCalcData.js"></script>
<script src="js/mapsAndTables.js"></script>
<script src="js/parseContactData.js"></script>
<script>
var header = document.getElementById("fixed-page-header");
var sticky = header.offsetTop;
</script>
</body>
</html>