-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
753 lines (720 loc) · 30.9 KB
/
index.html
File metadata and controls
753 lines (720 loc) · 30.9 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
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
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Decaf 2018</title>
<meta name="description" content="Disciplines in Engineering Career Fair">
<meta name="author" content="TESC UCSD">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#1fd46d">
<link rel="icon" href="assets/favicon.png">
<link rel="stylesheet" href="css/decaf.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<section class="hero" id="hero">
<div class="container">
<nav class="nav flex-row align-items-md-center align-items-start">
<div class="flex-row">
<img class="nav__logo" src="assets/decaf-icon.svg" />
</div>
<ul class="nav__links flex-row ml-md-auto d-none d-md-flex align-items-center">
<li class="nav__link-item">
<a class="nav__link active" href="#">Home</a>
</li>
<li class="nav__link-item">
<a class="nav__link" href="#about">About</a>
</li>
<li class="nav__link-item">
<a class="nav__link" href="https://tesc.typeform.com/to/AanaXp">Upload Resume</a>
</li>
<li class="nav__link-item">
<a class="nav__link" href="#flo">FLO</a>
</li>
<li class="nav__link-item">
<a class="nav__link" href="#tabling">Attending Companies</a>
</li>
<li class="nav__link-item">
<a class="nav__link" href="#contact">Contact</a>
</li>
<li class="nav__link-item white-button white-button--inline">
<a class="nav__link nav__link--no-color" href="sponsors.html">For Companies</a>
</li>
</ul>
<div class="flex-column ml-auto d-flex d-md-none">
<button class="navbar-toggler hamburger__toggler" type="button" data-toggle="collapse" data-target="#hamburgerMenu">
<span class="navbar-toggler-icon hamburger__toggle-icon"></span>
</button>
</div>
</nav>
</div>
<div class="hamburger collapse flex-column" id="hamburgerMenu">
<ul class="hamburger__links">
<li class="hamburger__link-item">
<a class="hamburger__link" href="#">Home</a>
</li>
<li class="hamburger__link-item">
<a class="hamburger__link" href="#about">About</a>
</li>
<li class="hamburger__link-item">
<a class="hamburger__link" href="https://tesc.typeform.com/to/AanaXp">Upload Resume</a>
</li>
<li class="hamburger__link-item">
<a class="hamburger__link" href="#flo">FLO</a>
</li>
<li class="hamburger__link-item">
<a class="hamburger__link" href="#tabling">Attending Companies</a>
</li>
<li class="hamburger__link-item">
<a class="hamburger__link" href="#contact">Contact</a>
</li>
<li class="hamburger__link-item hamburger__link-item--cta">
<a class="hamburger__link hamburger__link--no-color" href="sponsors.html">For Companies</a>
</li>
</ul>
</div>
<div class="container">
<div class="hero__feature row">
<div class="hero__info text-center text-md-left col-md-6 my-4">
<img class="hero__logo" src="assets/decaf-logo.svg" />
<div class="hero__location">
PC Ballrooms, UC San Diego
</div>
<div class="hero__date">
January 18, 2018 // 10AM - 3PM
</div>
<div class="hero__cta">
<a href="https://tesc.typeform.com/to/AanaXp" class="white-button">Upload Resume <small>(Optional)</small></a>
</div>
</div>
<div class="hero__image text-center col-md-6 d-none d-md-block my-4">
<img class="hero__feature-image" src="assets/decaf-graphic.svg" />
</div>
</div>
</div>
</section>
<section class="about" id="about">
<div class="container">
<h1 class="about__header mb-5">What is Decaf?</h1>
<p class="about__contents">
Decaf, which stands for Disciplines in Engineering Career Fair, is an annual student-run career fair which will provide you with a great opportunity to meet and connect with representatives from some of the top engineering companies.
</p>
</div>
</section>
<section class="map" id="map">
<div class="container">
<h1 class="map__header mb-5">Room Maps</h1>
<a class="btn map__button" href="assets/decaf_maps.pdf" target="_new">
<img class="map__image" src="assets/map-button.png"/><br/>
Download Map
</a>
</div>
</section>
<section class="faq faq--student" id="faq">
<div class="container">
<h1 class="faq__header mb-5">Frequently Asked Questions <small>(for Students)</small></h1>
<div class="accordian">
<input class="accordian__input" id="accordian-one" type="checkbox" name="faq">
<label class="accordian__label" for="accordian-one">How can I get the most up to date information about Decaf?</label>
<div class="accordian__content">
Our <a href="https://www.facebook.com/events/1629042697157443/">Facebook Page</a>
</div>
</div>
<div class="accordian">
<input class="accordian__input" id="accordian-two" type="checkbox" name="faq">
<label class="accordian__label" for="accordian-two">What time should I get there?</label>
<div class="accordian__content">
The lines will be long, so as soon as possible! The door will open at 10:00 AM for general admission, and at 9:00 AM for F.L.O. early access.
</div>
</div>
<div class="accordian">
<input class="accordian__input" id="accordian-three" type="checkbox" name="faq">
<label class="accordian__label" for="accordian-three">What is the check-in procedure?</label>
<div class="accordian__content">
We will be checking people in ONLY from the West Ballroom. Please come in through the stairs up to PC from the YogurtWorld side(near the Perks entrance). The line will be shaped like an ‘L’ along the Lyman Lane, bending around the Triton Statue and extend all the way to the Sixth college.<br/>
After we’ve scanned your valid UCSD ID card from the West Ballroom, you will be given a wristband. The wristband will allow you to enter the PC West and East Ballroom. In order to control the number of people inside the East Ballroom, you might still need to wait in the line in front of the East Ballroom until one of our volunteers lets you in. <br/>
<span class="font-weight-bold">F.L.O. Early Access</span><br/>
If you have attended any 1 of our 3 F.L.O event and have received a ticket confirmation, you can come in to the West Ballroom from the libray walk side(It will be the same entrance as that of regular line, except that the regular line will go towards the sixth college). Your ticket will be verified at the door. No exceptions.
</div>
</div>
<div class="accordian">
<input class="accordian__input" id="accordian-four" type="checkbox" name="faq">
<label class="accordian__label" for="accordian-four">Who can attend?</label>
<div class="accordian__content">
All UCSD students(both Undergraduate, Graduate and PHD students) and alumni with a valid UCSD ID.
</div>
</div>
<div class="accordian">
<input class="accordian__input" id="accordian-five" type="checkbox" name="faq">
<label class="accordian__label" for="accordian-five">What companies are attending this year?</label>
<div class="accordian__content">
Please refer to the <a href="#tabling">company list</a> below.
</div>
</div>
<div class="accordian">
<input class="accordian__input" id="accordian-six" type="checkbox" name="faq">
<label class="accordian__label" for="accordian-six">What is the dress code for the event?</label>
<div class="accordian__content">
There is no dress code for the event, but business casual is recommended.
</div>
</div>
<div class="accordian">
<input class="accordian__input" id="accordian-seven" type="checkbox" name="faq">
<label class="accordian__label" for="accordian-seven">What should I bring to Decaf?</label>
<div class="accordian__content">
<ul>
<li>UCSD ID</li>
<li>~20-25 copies of your updated resume</li>
<li>30 second elevator pitch to sell yourself to a company representative</li>
<li>Umbrella or rain jacket in cause of inclement weather</li>
<li>Bright smile and a positive energy!</li>
</ul>
</div>
</div>
<div class="accordian">
<input class="accordian__input" id="accordian-eight" type="checkbox" name="faq">
<label class="accordian__label" for="accordian-eight">Is there any way I can get early access?</label>
<div class="accordian__content">
Yes there is! Please attend at least <span class="font-italic">one</span> of three F.L.O. early access events organized by the engineering student organizations to get into Decaf an hour earlier than any other student. Please see our Facebook page for an updated list of F.L.O. events.<br/>
The first 100 students who attended each of the events will be issued a non-transferable eventbrite ticket, which will need to be presented to get early access.<br/>
Only F.L.O. students are allowed entry into the fair between 9:00 and 10:00, after which all students will be allowed on a first come first serve basis, dependent on room.
</div>
</div>
</div>
</section>
<section class="companies" id="companies">
<div class="container">
<h1 class="companies__header mb-5">Corporate Sponsors</h1>
<div class="companies__grid row">
<div class="col-lg-3 col-md-4">
<a href="http://www.ga.com/" class="d-block mb-4 h-100">
<img class="companies__logo img-fluid img-thumbnail"
src="assets/sponsors/general_atomics.png" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4">
<a href="http://www.hp.com/" class="d-block mb-4 h-100">
<img class="companies__logo img-fluid img-thumbnail companies__logo--padded"
id="hp" src="assets/sponsors/hp.png" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4">
<a href="https://www.hunterindustries.com/" class="d-block mb-4 h-100">
<img class="companies__logo img-fluid img-thumbnail"
src="assets/sponsors/hunter.png" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4">
<a href="https://www.ibm.com/" class="d-block mb-4 h-100">
<img class="companies__logo img-fluid img-thumbnail companies__logo--padded"
id="ibm" src="assets/sponsors/ibm.png" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4">
<a href="https://www.l3t.com/" class="d-block mb-4 h-100">
<img class="companies__logo img-fluid img-thumbnail"
src="assets/sponsors/l3.png" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4">
<a href="https://www.leidos.com/" class="d-block mb-4 h-100">
<img class="companies__logo img-fluid img-thumbnail"
src="assets/sponsors/leidos.png" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4">
<a href="https://www.playstation.com/" class="d-block mb-4 h-100">
<img class="companies__logo img-fluid img-thumbnail companies__logo--padded"
id="playstation" src="assets/sponsors/playstation.png" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4">
<a href="https://www.viasat.com/" class="d-block mb-4 h-100">
<img class="companies__logo img-fluid img-thumbnail"
src="assets/sponsors/viasat.png" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4">
<a href="https://www.oath.com/" class="d-block mb-4 h-100">
<img class="companies__logo img-fluid img-thumbnail"
src="assets/sponsors/oath.png" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4">
<a href="https://www.servicenow.com/" class="d-block mb-4 h-100">
<img class="companies__logo img-fluid img-thumbnail"
src="assets/sponsors/servicenow.png" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4">
<a href="https://www.workday.com/" class="d-block mb-4 h-100">
<img class="companies__logo img-fluid img-thumbnail"
src="assets/sponsors/workday.png" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4">
<a href="https://www.teradata.com/" class="d-block mb-4 h-100">
<img class="companies__logo img-fluid img-thumbnail"
src="assets/sponsors/teradata.png" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4">
<a href="http://www.mitchell.com/" class="d-block mb-4 h-100">
<img class="companies__logo img-fluid img-thumbnail"
src="assets/sponsors/mitchell.png" alt="">
</a>
</div>
</div>
</div>
</section>
<section class="tabling" id="tabling">
<div class="container">
<h1 class="tabling__header mb-5">Attending Companies</h1>
</div>
<div class="container table-responsive-md">
<table class="table company-table">
<tr class="company-table__header">
<th>Company</th>
<th>
<div class="dropdown">
<button class="filter industry-filter btn dropdown-toggle" type="button" id="industryDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Industry
</button>
<div class="filter__options dropdown-menu industry-filter__options" aria-labelledby="industryDropdown">
</div>
</div>
</th>
<th>
<div class="dropdown">
<button class="filter position-filter btn dropdown-toggle" type="button" id="positionDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Position
</button>
<div class="filter__options dropdown-menu position-filter__options" aria-labelledby="industryDropdown">
</div>
</div>
</th>
<th>
<div class="dropdown">
<button class="filter authorisation-filter btn dropdown-toggle" type="button" id="workAuthDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Work Authorisation
</button>
<div class="filter__options dropdown-menu authorisation-filter__options" aria-labelledby="industryDropdown">
</div>
</div>
</th>
</tr>
<tr>
<td>General Atomics</td>
<td>Materials & Structural/Civil, Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>ID Tech</td>
<td>Software, Hardware</td>
<td>Instructors, Assistant Directors, Directors</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>AppFolio</td>
<td>Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>Hunter Industries</td>
<td>Materials & Structural/Civil, Mechanical & Aerospace, Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>IBM</td>
<td>Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>FactSet Research Systems Inc.</td>
<td>Software, Hardware</td>
<td>Full-time</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Bentley Systems</td>
<td>Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>L3 Technologies</td>
<td>Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Integrity Applications Incorporated</td>
<td>Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>ViaSat</td>
<td>Materials & Structural/Civil, Mechanical & Aerospace, Software, Hardware</td>
<td>Software and Systems Test Engineers, Hardware Engineer</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>Amazon A9</td>
<td>Software, Hardware</td>
<td>Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>HP Inc</td>
<td>Life & Physical Science, Materials & Structural/Civil, Mechanical & Aerospace, Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>Cubic Corporation</td>
<td>Mechanical & Aerospace, Software, Hardware</td>
<td>Full-time, Part-time, Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>Leidos</td>
<td>Mechanical & Aerospace, Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>PlayStation</td>
<td>Software, Hardware</td>
<td>Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>Hughes Network Systems</td>
<td>Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>Oath (formerly Yahoo!)</td>
<td>Software, Hardware</td>
<td>Full-time, Part-time</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>Air Force Test Center</td>
<td>Mechanical & Aerospace</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Arista Networks</td>
<td>Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>Webroot</td>
<td>Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Amazon Lab126</td>
<td>Mechanical & Aerospace, Software, Hardware</td>
<td>Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Supplyframe</td>
<td>Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>412 Test Engineering Group</td>
<td>Mechanical & Aerospace</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Reflexion Health</td>
<td>Software, Hardware</td>
<td>Full-time, Part-time, Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Moebius Solutions</td>
<td>Software, Hardware</td>
<td>Full-time</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>NuVasive</td>
<td>Life & Physical Science</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Workday</td>
<td>Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Synopsys</td>
<td>Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>TrellisWare Technologies</td>
<td>Software, Hardware</td>
<td>Full-time</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Peregrine Semiconductor</td>
<td>Environment/Energy, Life & Physical Science, Materials & Structural/Civil, Mechanical & Aerospace, Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>ServiceNow</td>
<td>Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Varioscale Inc</td>
<td>Software, Hardware</td>
<td>Full-time</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Visa Inc</td>
<td>Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Mitchell International</td>
<td>Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>Teradata</td>
<td>Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>Los Angeles Department of Water and Power</td>
<td>Environment/Energy, Materials & Structural/Civil, Mechanical & Aerospace</td>
<td>Full-time</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>MeridianLink</td>
<td>Software, Hardware</td>
<td>Full-time</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Brain Corp</td>
<td>Software, Hardware, Start-up</td>
<td>Full-time, Part-time, Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Cognex Corporation</td>
<td>Software, Hardware</td>
<td>Full-time, Part-time, Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>MagCanica</td>
<td>Mechanical & Aerospace, Software, Hardware</td>
<td>Full-time, Part-time, Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>Quartus Engineering Incorporated</td>
<td>Mechanical & Aerospace, Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Aruba (a Hewlett Packard Enterprise Company)</td>
<td>Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>San Diego Composites</td>
<td>Mechanical & Aerospace</td>
<td>Full-time</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Intel</td>
<td>Software, Hardware</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>NewBlue</td>
<td>Software, Hardware</td>
<td>Full-time, Part-time, Internship</td>
<td>U.S. Citizen, International Student</td>
</tr>
<tr>
<td>StemoniX</td>
<td>Life & Physical Science</td>
<td>Full-time, Part-time, Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Greenlee Communications</td>
<td>Software, Hardware</td>
<td>Internship</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Oracle</td>
<td>Materials & Structural/Civil, Mechanical & Aerospace, Software, Hardware</td>
<td>Full-time</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>AuptiX</td>
<td>Software, Hardware, Start-up</td>
<td>Full-time</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>Ad-Juster, Inc</td>
<td>Software, Hardware</td>
<td>Full-time</td>
<td>U.S. Citizen</td>
</tr>
<tr>
<td>San Diego Gas & Electric</td>
<td>Environment/Energy</td>
<td>Full-time, Internship</td>
<td>U.S. Citizen</td>
</tr>
</table>
</div>
</section>
<section class="flo" id="flo">
<div class="container">
<h1 class="flo__header mb-5">Front of Line Opportunities</h1>
<p class="flo__contents">
Get up to 1 hour early access to Decaf as part of F.L.O. Attend any one of the following workshops hosted by organisations in association with TESC.
</p>
<div class="flo__cards d-md-flex">
<div class="event col-md-4">
<div class="event__header">
<a class="event__header-link"
href="https://www.facebook.com/events/2012999565625427/">
Resume Workshop & Alumni Networking Night
</a>
<div class="event__date">
Jan 8
</div>
</div>
<div class="event__location">
Qualcomm Conference Room<br/>
6:00PM - 8:00PM
</div>
<div class="event__host">
Hosted by <a class="event__host-link" href="https://www.facebook.com/tbpucsd/">Tau Beta Pi</a> &
<a class="event__host-link" href="https://www.facebook.com/UCSDTriangle/">UCSD Triangle</a>
</div>
</div>
<div class="event col-md-4">
<div class="event__header event__header--secondary">
<a class="event__header-link"
href="#">Resume Critique & Mock Interviews
</a>
<div class="event__date">
Jan 11
</div>
</div>
<div class="event__location">
Qualcomm Conference Center<br/>
4:30PM
</div>
<div class="event__host">
Hosted by <a class="event__host-link" href="https://www.facebook.com/ieeeucsd/">IEEE</a> &
<a class="event__host-link" href="https://www.facebook.com/thetatau.ucsd/">Theta Tau</a>
</div>
</div>
<div class="event col-md-4">
<div class="event__header event__header--tertiary">
<a class="event__header-link"
href="https://www.facebook.com/events/335631973586166/">
Career Fair Tips & Elevator Pitch
</a>
<div class="event__date">
Jan 16
</div>
</div>
<div class="event__location">
Structural and Materials Engineering Building, Cymer Conference Center<br/>
5:00PM - 7:00PM
</div>
<div class="event__host">
Hosted by <a class="event__host-link" href="https://www.facebook.com/groups/aicheucsd/">AIChE</a> &
<a class="event__host-link" href="https://www.facebook.com/UCSDTRC/">TRC</a>
</div>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="container d-flex align-items-center h-100">
<h1 class="contact__header m-auto">
<a class="contact__link" href="mailto:rtlin@tesc.ucsd.edu">Let us know</a> if you have any
other questions.</h1>
</div>
</section>
<footer class="footer" id="footer">
<div class="container">
<ul class="footer__links flex-column ml-md-auto d-flex flex-md-row justify-content-between text-center text-md-left">
<li class="footer__link-item">
<a class="footer__link" href="#">Home</a></li>
<li class="footer__link-item">
<a class="footer__link" href="#about">About</a></li>
<li class="footer__link-item footer__link-item--logo">
<a class="footer__link" href="//tesc.ucsd.edu" target="_new">
<img src="assets/tesc-logo.png" />
</a>
</li>
<li class="footer__link-item">
<a class="footer__link" href="https://tesc.typeform.com/to/AanaXp">Upload Resume</a></li>
<li class="footer__link-item">
<a class="footer__link" href="#faq">FAQ</a></li>
</ul>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="js/sortElements.js"></script>
<script src="js/company-table.js?1602"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js"
integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"
integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<script src="https://use.fontawesome.com/releases/v5.0.4/js/solid.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.4/js/fontawesome.js"></script>
</body>
</html>