-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
530 lines (489 loc) · 26.6 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
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
<!DOCTYPE HTML>
<!--
Ethereal by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Cyber Aware Day</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/main.js"></script>
<!-- <script>
var $ = jQuery.noConflict();
$(document).ready(function () {
init();
var showing_registration = false;
var showing_registration1 = false;
$('#RegistrationButton').click(function () {
if (showing_registration === true) {
showing_registration = false;
$("#RegistrationButton").prop('value', 'Register: Merced!');
// $("#ProjectButton").toggleClass('fa-ban fa-check');
}
else {
showing_registration = true;
$("#RegistrationButton").prop('value', '~ Hide Registration');
}
$('.Registration').toggle('fast', function () {
});
});
$('#RegistrationButton2').click(function () {
if (showing_registration1 === true) {
showing_registration1 = false;
$("#RegistrationButton2").prop('value', 'Register: SJSU!');
// $("#ProjectButton").toggleClass('fa-ban fa-check');
}
else {
showing_registration1 = true;
$("#RegistrationButton2").prop('value', '~ Hide Registration');
}
$('.Registration2').toggle('fast', function () {
});
});
});
function init() {
}
</script> -->
</head>
<body>
<!-- Page Wrapper -->
<div id="page-wrapper" style="background-image: linear-gradient(30deg, rgb(255, 255, 255, .95), rgba(46, 49, 65, 0.8)), url(images/background.jpg); background-size:contain">
<div style = "width:100%; height:100%; z-index:0; position: absolute; top:0px; left:0px" id = "particles-js"></div>
<!-- scripts -->
<script src="assets/js/particles.js"></script>
<script src="assets/js/app.js"></script>
<!-- Wrapper -->
<div id="wrapper">
<!-- Panel (Banner) -->
<section class="panel banner right">
<div class="content color1 span-3-75">
<h1 class="major">
Cyber Aware Day 2020
</h1>
<h2>
<a href="http://citris.ucmerced.edu">University of California, Merced</a>
<br>
<a href="http://sjsu.edu/">San Jose State University</a>
<br>
<br>
</h2>
<p style="text-align:justify; font-weight:600; color:white;">
Thank you for your interest in Cyber Aware Day 2020!
Date: March 11, 2020
</p>
<ul class="actions">
<li>
<a href="#info" class="button special color1 circle">Info</a>
</li>
<li>
<a href="#register" class="button special color1 circle">Register</a>
</li>
<li>
<a href="#schedule" class="button special color1 circle">Schedule</a>
</li>
</ul>
</div>
<div class="image filtered span-1-75" data-position="25% 25%">
<img src="images/shield_chip.png" alt="" />
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight medium right" id="info">
<div class="content span-7" style="background-image: inherit;">
<h2 class="major">Cyber security and privacy: A world of opportunities for every student</h2>
<p style="text-align:justify; font-weight:600; color:white;">
Cyber Aware Day is a unique event hosted in partnership between UC Merced and San Jose State University to raise awareness
around the cyber security sector and related opportunities for students of all backgrounds.
<br>
<br> Join an awesome line-up of speakers and industry experts who know first-hand that everybody belongs
in security and hear their stories of how they found their way to cyber security. You’ll have an
opportunity to also interact directly with like-minded companies who know the value of diversity.
</p>
</div>
<div class="image filtered tinted" data-position="top left">
<img src="images/board.jpg" alt="" />
</div>
</section>
<!-- Panel -->
<section id="register" class="panel" style="background-color: rgb(64,64,64); background-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.125) 50%, rgba(0, 0, 0, 0.175) 100%);">
<div class="intro joined">
<h2 class="major" style="text-align:justify">Join us!
<br>Everyone plays a role in cyber security and privacy</h2>
<p style="text-align:justify; font-weight:800; color:white;">
All majors are encouraged to attend;
<br>lunch provided ONLY for attendants registered before March 4th.
</p>
<ul class="actions">
<!--<a href="https://www.eventbrite.com/e/cyber-aware-day-2020-tickets-90412872335">
<input style="background:white; font-weight:800" id="RegistrationButton" type="button" name="answer" value="Register Now!"
class="button special color2" />
</a>
<!--<li style="margin:1em 0em 0em 0em"><a href="#RegistrationSection2">
<input style="background:white; font-weight:800" id="RegistrationButton2" type="button" name="answer" value="Registation Closed"
class="button special color2" />
</a></li>!-->
<!-- <li style="margin:1em 0em 0em 0em"><a id="RegistrationButton" style="font-weight:800; " class="button special color2 icon fa-user-plus"> Register </a></li>
-->
<li style="margin:1em 0em 0em 0em">
<a href="https://www.eventbrite.com/e/cyber-aware-day-2020-tickets-90412872335" style="font-weight:800; " class="button icon fa-diamond">Register Now</a>
</li>
<!--<li style="margin:1em 0em 0em 0em">
<a href="#contact" style="font-weight:800; " class="button icon fa-diamond">Become a Sponsor</a>
</li>
<li style="margin:1em 0em 0em 0em">
<a href="#contact" style="font-weight:800; " class="button icon fa-tv">Host a Demo Table</a>
</li>!-->
</ul>
</div>
<div class="inner">
<ul class="grid-icons three connected">
<li>
<span class="icon fa-floppy-o">
<span class="label">Lorem</span>
</span>
</li>
<li>
<span class="icon fa-chain">
<span class="label">Ipsum</span>
</span>
</li>
<li>
<span class="icon fa-cog">
<span class="label">Dolor</span>
</span>
</li>
<li>
<span class="icon fa-comments">
<span class="label">Sit</span>
</span>
</li>
<li>
<span class="icon fa-database">
<span class="label">Amet</span>
</span>
</li>
<li>
<span class="icon fa-code">
<span class="label">Nullam</span>
</span>
</li>
</ul>
</div>
</section>
<!-- <section class="panel Registration" style="display:none" id="RegistrationSection">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSerpHvO1wucW5f3wOa8y9chlnJzhRDdNjNtKnpVzC7UIHo3AA/viewform?embedded=true"
width="600" height="614" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</section>
<section class="panel Registration2" style="display:none" id="RegistrationSection2">
<iframe src="https://docs.google.com/forms/d/1Xo-6Y614VOZMP6oAjW3vl03PB7gjbxGj_RvR86EM8qw/viewform?embedded=true"
width="600" height="614" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</section> -->
<!-- Panel (Spotlight) -->
<section id="schedule" class="panel spotlight large left">
<div class="content span-5">
<h2 class="major">Schedule of Events, Merced</h2>
<p style="text-align:justify; font-weight:600; color:white;">
Date: March 11, 2020
<br> Time: 10:00 AM - 1:30 PM PST
<br /> Location: California Room, UC Merced
</p>
<!--<table>
<tr>
<td>10:00 am</td>
<td>Registration</td>
</tr>
<tr>
<td>10:30 am</td>
<td>Event Introduction: Lisa Yeo, Assistant Professor</td>
</tr>
<tr>
<td>10:40 am</td>
<td>Panel Discussion </td>
</tr>
<tr>
<td>11:45 am</td>
<td>Break</td>
</tr>
<tr>
<td>12:00 pm</td>
<td>Networking Lunch</td>
</tr>
<tr>
<td>1:00 pm</td>
<td>Conclude</td>
</tr>
</table>!-->
<a href="map.pdf" class="button special color1 circle">Event Location and Parking</a>
</div>
<div class="content span-5" style="padding:0">
<img src="images/map.png" alt="" style="height:100%" />
</div>
<div class="image filtered tinted" data-position="top right">
<img src="images/board2.jpg" alt="" />
</div>
</section>
<!-- Panel (Spotlight) -->
<section id="schedule" class="panel spotlight medium left">
<div class="content span-5">
<h2 class="major">Schedule of Events, San Jose</h2>
<p style="text-align:justify; font-weight:600; color:white;">
Date: To be announced
<br> Time: To be announced
<br /> Location: San Jose State University, room TBD
</p>
<!--<table>
<tr>
<td>9:00-10:00</td>
<td>Registration</td>
</tr>
<tr>
<td>10:00-10:15</td>
<td>Introduction</td>
</tr>
<tr>
<td>10:15-10:45</td>
<td>Keynote</td>
</tr>
<tr>
<td>11:00-12:00</td>
<td>Panel Session</td>
</tr>
<tr>
<td>12:00-1:00</td>
<td>Lunch</td>
</tr>
<tr>
<td>1:00-3:00</td>
<td>Open Floor</td>
</tr>
</table>!-->
</div>
<!-- <div class="content span-5"> -->
<!-- </div> -->
<div class="image filtered tinted" data-position="top right">
<img src="images/board2.jpg" alt="" />
</div>
</section>
<!-- Panel -->
<section class="panel">
<div class="intro color4 span-3">
<h4 class="major">Keynote Speaker: </h4>
<!--<p style="text-align:justify; font-weight:600; color:white;">
Lily Yeoh, CEO of CyberOne Security
</p>
<!-- <hr>-->
<h4 class="major">UC Merced Panel</h4>
<p style="text-align:justify; font-weight:600; color:white;">
<!---Lisa Yeo (UC Merced), Moderator
<!---<br> Ian Wells (Cisco)
<br> Lily Yeoh (CyberOne Security)
<br> Sean Cyone (Uber)
<br> Kai Weingarten (eBay)-->
<br> Stacy Martin, Senior Privacy Analyst, Intel Corporation
<br> Chipo Maringa, Data Scientist, Intel Corporation
</p>
<!---<h4 class="major">SJSU Panel</h4>
<p style="text-align:justify; font-weight:600; color:white;">
Manju Mude, (Oath)
<br> Hemanth Srinivasan (Head of Security, Autodesk)
<br> Limor Elbaz (Peerlyst)
<br> Mitchell Chang (TrendMicro)
<!-- <br>-->
</p>
</div>
<!-- <div class="gallery">
<div class="group span-3">
<a href="images/gallery/fulls/01.jpg" class="image filtered span-3" data-position="bottom">
<img src="images/sumo.png" alt="" />
</a>
<a href="images/gallery/fulls/02.jpg" class="image filtered span-1-5" data-position="center">
<img src="images/ucm.png" alt="" />
</a>
<a href="images/gallery/fulls/03.jpg" class="image filtered span-1-5" data-position="bottom">
<img src="images/sjsu.png" alt="" />
</a>
</div>
<div class="group span-4-5">
<a href="images/gallery/fulls/06.jpg" class="image filtered span-1-5" data-position="center">
<img src="images/citris.png" alt="" />
</a>
<a href="images/gallery/fulls/01.jpg" class="image filtered span-3" data-position="bottom">
<img src="images/oportun.jpg" alt="" />
</a>
<a href="images/gallery/fulls/07.jpg" class="image filtered span-1-5" data-position="bottom">
<img src="images/sentinel.png" alt="" />
</a>
<a href="images/gallery/fulls/07.jpg" class="image filtered span-1-5" data-position="bottom">
<img src="images/okta.png" alt="" />
</a>
</div>
</div> -->
</section>
<!-- Panel -->
<section class="panel">
<div class="intro color2 span-3">
<h2 class="major">Event Sponsor</h2>
<!--<p style="text-align:justify; font-weight:600; color:white;">
We wish to thank Autodesk and Oportun for being this year's Cyber Aware Day Event Sponsors!
</p>
<center>
<img style="width:100%" src="images/autodesk_unpadded.png" alt="" />
<br/>
<br/>
<img style="width:90%" src="images/oportun_plain.png" alt="" />
</center>!-->
</div>
<div class="intro color2 span-3">
<h2 class="major">Participating Sponsors</h2>
<!-- <p style="text-align:justify; font-weight:600; color:white;">
And we also wish to thank the many more sponsors who make this event possible.
</p> -->
<!-- <p style="text-align:justify; font-weight:600; color:white;">
We wish to thank Autodesk and Oportun for being this year's Cyber Aware Day Event Sponsors.
</p> -->
<!--<center>
<table style="width:100%; margin:0; padding:0">
<tbody>
<tr>
<td style="width:20%; padding:0;"><img style="width:100%" src="images/okta.png" alt="" /></td>
<td style="width:20%; padding:0;"><img style="width:100%" src="images/sentinel.png" alt="" /></td>
<td style="width:20%; padding:0;"><img style="width:100%" src="images/sumo.png" alt="" /></td>
<td style="width:20%; padding:0;"><img style="width:100%" src="images/trend-micro.png" alt="" /></td>
<td style="width:20%; padding:0;"><img style="width:100%" src="images/uber.png" alt="" /></td>
</tr>
</tbody>
</table>
<table style="width:100%; margin:0; padding:0">
<tbody>
<tr>
<td style="width:16.66%; padding:0;"><img style="width:100%" src="images/cisco.png" alt="" /></td>
<td style="width:16.66%; padding:0;"><img style="width:100%" src="images/cyberone.png" alt="" /></td>
<td style="width:16.66%; padding:0;"><img style="width:100%" src="images/intel.png" alt="" /></td>
<td style="width:16.66%; padding:0;"><img style="width:100%" src="images/ebay.png" alt="" /></td>
<td style="width:16.66%; padding:0;"><img style="width:100%" src="images/oath.png" alt="" /></td>
<td style="width:16.66%; padding:0;"><img style="width:100%" src="images/peerlyst.png" alt="" /></td>
</tr>
</tbody>
</table>
<table style="width:100%; margin:0; padding:0">
<tbody>
<tr>
<td style="width:20%; padding:0;"><img style="width:100%" src="images/empty.png" alt="" /></td>
<td style="width:20%; padding:0;"><img style="width:100%" src="images/citris.png" alt="" /></td>
<td style="width:20%; padding:0;"><img style="width:100%" src="images/sjsu.png" alt="" /></td>
<td style="width:20%; padding:0;"><img style="width:100%" src="images/ucm.png" alt="" /></td>
<td style="width:20%; padding:0;"><img style="width:100%" src="images/empty.png" alt="" /></td>
</tr>
</tbody>
</table>
<br/>
</center>!-->
<br/>
<br/>
</div>
<!-- <h2 class="major">Participating Sponsors</h2>
<p style="text-align:justify; font-weight:600; color:white;">
We also wish to thank the organizations and corporations who make this event possible, helping us raise awareness of the
need for cybersecurity and how we can engage students of all disciplines in this emerging field.
</p> -->
<!-- <div class="gallery">
<div class="group span-3">
<a href="https://www.sumologic.com/" class="image filtered span-3" data-position="bottom">
<img src="images/sumo.png" alt="" />
</a>
<a href="https://www.ucmerced.edu" class="image filtered span-1-5" data-position="center">
<img src="images/ucm.png" alt="" />
</a>
<a href="www.sjsu.edu" class="image filtered span-1-5" data-position="bottom">
<img src="images/sjsu.png" alt="" />
</a>
</div>
<div class="group span-4-5">
<a href="citris.ucmerced.edu/" class="image filtered span-1-5" data-position="center">
<img src="images/citris.png" alt="" />
</a>
<a href="https://www.oportun.com/en" class="image filtered span-3" data-position="bottom">
<img src="images/oportun.jpg" alt="" />
</a>
<a href="https://www.sentinelone.com" class="image filtered span-1-5" data-position="bottom">
<img src="images/sentinel.png" alt="" />
</a>
<a href="https://www.okta.com" class="image filtered span-1-5" data-position="bottom">
<img src="images/okta.png" alt="" />
</a>
<a href="https://www.intel.com" class="image filtered span-1-5" data-position="bottom">
<img src="images/intel.png" alt="" />
</a>
</div>
<div class="group span-1-5">
<a href="https://www.trendmicro.com/en_us/business.html" class="image filtered span-1-5" data-position="bottom">
<img src="images/trend-micro.png" alt="" />
</a>
<a href="images/gallery/fulls/06.jpg" class="image filtered span-1-5" data-position="center"><img src="images/citris.png" alt="" /></a>
</div> -->
</div>
</section>
<!-- Panel -->
<section class="panel color4-alt">
<!-- <div style="width:50rem; text-align:justify" id="contact" class="intro color4">
<h3 class="major">Support this important event! </h3>
<p>
Are you a company or organization looking to get involved with students of diverse backgrounds and support expanding the
cybersecurity sector? Join us on Wednesday, November 14!
<br>
</p>
<h4 class="major">Sponsor the event:</h4>
<p style="margin:0em">
Help make this event possible by underwriting some of the costs of hosting this event.
<br>
<br>
</p>
<h4 class="major">Host a networking table ($1,000 - $2,000):</h4>
<p style="margin:0em">
Host a table at one or both campuses to share your company and job opportunities with interested students.
<br>
<br>
</p>
<h4 class="major">Speak at our event:</h4>
<p style="margin:0em">
We are looking for panelists and speakers on both campuses! If you are interested in joining our panels and sharing your
stories, please contact us. If you are interested in any of the above or have a creative way you
would like to participate in Cyber Aware Day,
<a href="mailto:sumin.lee@oportun.com">please contact Sumin Lee</a>.
</p>
</div> -->
<div class="inner columns divided">
<div class="span-1-5">
<ul class="contact-icons color1">
<li class="icon fa-university">
<a href="http://ucmerced.edu">
<span class="label">UC Merced</span>
</a>
</li>
<li class="icon fa-university">
<a href="http://sjsu.edu/">
<span class="label">SJSU</span>
</a>
</li>
<li class="icon fa-envelope">
<a href="mailto:citris@ucmerced.edu">
<span class="label">Contact Us</span>
</a>
</li>
</ul>
</div>
</div>
</section>
</div>
</div>
</body>
</html>