-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
723 lines (663 loc) · 25.8 KB
/
index.html
File metadata and controls
723 lines (663 loc) · 25.8 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
<!DOCTYPE html>
<!--https://github.com/CodyHouse/schedule-template-->
<!--https://codyhouse.co/demo/schedule-template/index.html-->
<!--https://codepen.io/oltika/pen/GNvdgV-->
<html lang="en">
<head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-0PPMTGGPSZ"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-0PPMTGGPSZ");
</script>
<script>
document.getElementsByTagName("html")[0].className += " js";
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css"
/>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Martel+Sans:200"
rel="stylesheet"
/>
<link
rel="stylesheet"
type="text/css"
href="//fonts.googleapis.com/css?family=Open+Sans"
/>
<link
href="https://fonts.googleapis.com/css?family=Montserrat:700"
rel="stylesheet"
/>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/js/materialize.min.js"></script>
<script>
$(window)
.scroll(function () {
// selectors
var $window = $(window),
$body = $("body"),
$panel = $(".panel");
// Change 33% earlier than scroll position so colour is there when you arrive.
var scroll = $window.scrollTop() + $window.height() / 3;
$panel.each(function () {
var $this = $(this);
// if position is within range of this panel.
// So position of (position of top of div <= scroll position) && (position of bottom of div > scroll position).
// Remember we set the scroll to 33% earlier in scroll var.
if (
$this.position().top <= scroll &&
$this.position().top + $this.height() > scroll
) {
// Remove all classes on body with color-
$body.removeClass(function (index, css) {
return (css.match(/(^|\s)color-\S+/g) || []).join(" ");
});
// Add class of currently active div
$body.addClass("color-" + $(this).data("color"));
}
});
})
.scroll();
</script>
<script>
// Open the Modal
function openModal() {
document.getElementById("myModal").style.display = "flex";
}
function openModal2() {
document.getElementById("myModal2").style.display = "flex";
}
// Close the Modal
function closeModal() {
document.getElementById("myModal").style.display = "none";
document.getElementById("myModal2").style.display = "none";
}
var slideIndex = 1;
showSlides(slideIndex);
// Next/previous controls
function plusSlides(n) {
showSlides((slideIndex += n));
}
// Thumbnail image controls
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("demo");
var captionText = document.getElementById("caption");
var titleText = document.getElementById("img-title");
var authorText = document.getElementById("author");
if (n > slides.length) {
slideIndex = 1;
}
if (n < 1) {
slideIndex = slides.length;
}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex - 1].style.display = "flex";
dots[slideIndex - 1].className += " active";
captionText.innerHTML = dots[slideIndex - 1].dataset.caption;
titleText.innerHTML = dots[slideIndex - 1].dataset.title;
authorText.innerHTML = dots[slideIndex - 1].dataset.author;
var j;
var slides2 = document.getElementsByClassName("mySlides2");
var dots2 = document.getElementsByClassName("demo2");
var captionText2 = document.getElementById("caption2");
var titleText2 = document.getElementById("img-title2");
var authorText2 = document.getElementById("author2");
if (n > slides2.length) {
slideIndex = 1;
}
if (n < 1) {
slideIndex = slides2.length;
}
for (i = 0; i < slides2.length; i++) {
slides2[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots2[i].className = dots2[i].className.replace(" active", "");
}
slides2[slideIndex - 1].style.display = "flex";
dots2[slideIndex - 1].className += " active";
captionText2.innerHTML = dots2[slideIndex - 1].dataset.caption;
titleText2.innerHTML = dots2[slideIndex - 1].dataset.title;
authorText2.innerHTML = dots2[slideIndex - 1].dataset.author;
}
</script>
<link rel="stylesheet" href="assets/css/style.css" />
<title>ESUC Engineering Week 2021</title>
</head>
<body>
<header>
<nav>
<div class="nav-wrapper white-text">
<a href="http://www.esuc.ucla.edu/" class="brand-logo"
><img src="assets/img/logo-white.png"
/></a>
<a href="#" data-activates="mobile-demo" class="button-collapse"
><i class="material-icons">menu</i></a
>
<div id="title_wrapper" class="hide-on-med-and-down">
<div id="title" class="">Engineering Society at</div>
<div id="sub-title" class="">
University of California, Los Angeles
</div>
</div>
<ul class="right hide-on-med-and-down">
<li>
<a href="https://esuc-website.herokuapp.com/#about">ABOUT</a>
</li>
<!--<li><a href="/#blog">BLOG</a></li>-->
<li>
<a href="https://esuc-website.herokuapp.com/engineering_calendar"
>CALENDARS</a
>
</li>
<!-- <li><a href="#" class='dropdown-button' data-beloworigin="true" data-constrainwidth="false" data-hover="true" data-activates='calendar_dropdown'>CALENDARS</a></li> -->
<!-- <ul id='calendar_dropdown' class='dropdown-content white-text'>
<li><a href="/engineering_calendar">Engineering and Industry Calendars</a></li>
<li><a href="/lounge_calendar">ESUC Lounge Calendar</a></li>
<li class="divider"></li>
<li><a href="/add_event">Add Your Event</a></li>
</ul> -->
<!-- <li><a href="#" class='dropdown-button' data-beloworigin="true" data-constrainwidth="false" data-hover="true" data-activates='info_dropdown'>INFO</a></li>
<ul id='info_dropdown' class='dropdown-content white-text'>
<li><a href="/pinfo">Promotional Info</a></li>
<li><a href="/cinfo">Our Club Partners</a></li>
</ul> -->
<li>
<a href="https://esuc.github.io/ewd-2020/" target="_blank">EWD</a>
</li>
<li>
<a href="https://esuc-website.herokuapp.com/#officers"
>OFFICERS</a
>
</li>
<li>
<a href="https://esuc-website.herokuapp.com/#sponsors"
>SPONSORS</a
>
</li>
</ul>
<ul id="mobile-demo" class="side-nav">
<li>
<a href="https://esuc-website.herokuapp.com/#about">ABOUT</a>
</li>
<!--<li><a href="/#blog">BLOG</a></li>-->
<li><a href="#">CALENDARS</a></li>
<ul class="black-text">
<li>
<a
href="https://esuc-website.herokuapp.com/engineering_calendar"
>Engineering Calendar</a
>
</li>
</ul>
<li>
<a href="https://esuc.github.io/eweek-2021/" target="_blank"
>EWEEK</a
>
</li>
<li>
<a href="https://esuc-website.herokuapp.com/#officers"
>OFFICERS</a
>
</li>
<li>
<a href="https://esuc-website.herokuapp.com/#sponsors"
>SPONSORS</a
>
</li>
</ul>
</div>
</nav>
</header>
<br />
<br />
<br />
<br />
<br />
<div class="panel" data-color="white">
<header class="cd-main-header text-center flex flex-column flex-center">
<h1 class="text-xl">ESUC 2021 Eweek Schedule</h1>
<p>Spring Quarter Week 2</p>
<p>April 4th, 2021 - April 10th, 2021</p>
<body>
<a href="http://bit.ly/esuc-eweek-2021">Click here to sign up!</a>
</body>
<br />
<h5>Art Display</h5>
<p>
Come see the creative talents that UCLA engineers have to offer at our
virtual Art Display!
</p>
<a href="#art">Click here to view Art Display entires!</a>
</header>
<div class="content">
<!-- <div class="week-long-event">
<a href="art_display.html"><img src="assets/img/art_display_pic_edit.jpg" border="0"></a>
</div> -->
<div
class="cd-schedule cd-schedule--loading margin-top-lg margin-bottom-lg js-cd-schedule"
>
<div class="cd-schedule__timeline">
<ul>
<li><span>09:00</span></li>
<!-- <li><span>09:30</span></li> -->
<li><span>10:00</span></li>
<!-- <li><span>10:30</span></li> -->
<li><span>11:00</span></li>
<!-- <li><span>11:30</span></li> -->
<li><span>12:00</span></li>
<!-- <li><span>12:30</span></li> -->
<li><span>13:00</span></li>
<!-- <li><span>13:30</span></li> -->
<li><span>14:00</span></li>
<!-- <li><span>14:30</span></li> -->
<li><span>15:00</span></li>
<!-- <li><span>15:30</span></li> -->
<li><span>16:00</span></li>
<!-- <li><span>16:30</span></li> -->
<li><span>17:00</span></li>
<!-- <li><span>17:30</span></li> -->
<li><span>18:00</span></li>
<!-- <li><span>18:30</span></li> -->
<li><span>19:00</span></li>
<!-- <li><span>19:30</span></li> -->
<li><span>20:00</span></li>
<!-- <li><span>20:30</span></li> -->
<li><span>21:00</span></li>
<!-- <li><span>21:30</span></li> -->
<li><span>22:00</span></li>
<!-- <li><span>22:30</span></li> -->
<li><span>23:00</span></li>
</ul>
</div>
<div class="cd-schedule__events">
<ul>
<li class="cd-schedule__group">
<div class="cd-schedule__top-info"><span>Monday 4/5</span></div>
<ul>
<li class="cd-schedule__event">
<a
data-start="19:00"
data-end="20:00"
data-content="event-1-jeopardy"
data-event="event-1"
href="#0"
>
<em class="cd-schedule__name">Jeopardy</em>
</a>
</li>
</ul>
</li>
<li class="cd-schedule__group">
<div class="cd-schedule__top-info">
<span>Tuesday 4/6</span>
</div>
<ul>
<li class="cd-schedule__event">
<a
data-start="19:00"
data-end="20:00"
data-content="event-2-networking"
data-event="event-3"
href="#0"
>
<em class="cd-schedule__name">Networking Night</em>
</a>
</li>
</ul>
</li>
<li class="cd-schedule__group">
<div class="cd-schedule__top-info">
<span>Wednesday 4/7</span>
</div>
<ul>
<li class="cd-schedule__event">
<a
data-start="9:00"
data-end="12:00"
data-content="event-3-kids"
data-event="event-4"
href="#0"
>
<em class="cd-schedule__name">Kids Day</em>
</a>
</li>
</ul>
</li>
<li class="cd-schedule__group">
<div class="cd-schedule__top-info">
<span>Thursday 4/7</span>
</div>
<ul>
<li class="cd-schedule__event">
<a
data-start="20:00"
data-end="22:00"
data-content="event-4-talent"
data-event="event-5"
href="#0"
>
<em class="cd-schedule__name">Talent Show</em>
</a>
</li>
</ul>
</li>
<li class="cd-schedule__group">
<div class="cd-schedule__top-info"><span>Friday 5/1</span></div>
<ul>
<li class="cd-schedule__event">
<a
data-start="19:00"
data-end="21:00"
data-content="event-5-smash"
data-event="event-6"
href="#0"
>
<em class="cd-schedule__name"
>Smash Ultimate Tournament</em
>
</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="cd-schedule-modal">
<header class="cd-schedule-modal__header">
<div class="cd-schedule-modal__content">
<span class="cd-schedule-modal__date"></span>
<h3 class="cd-schedule-modal__name"></h3>
</div>
<div class="cd-schedule-modal__header-bg"></div>
</header>
<div class="cd-schedule-modal__body">
<div class="cd-schedule-modal__event-info"></div>
<div class="cd-schedule-modal__body-bg"></div>
</div>
<a href="#0" class="cd-schedule-modal__close text-replace">Close</a>
</div>
<div class="cd-schedule__cover-layer"></div>
</div>
<!-- .cd-schedule -->
</div>
</div>
<a name="art"></a>
<br />
<br />
<br />
<br />
<div class="panel" data-color="black">
<header class="cd-main-header text-center flex flex-column flex-center">
<h1 class="text-xl light">Art Display</h1>
<p class="light">Spring Quarter Week 2</p>
<p class="light">April 4th, 2021 - April 10th, 2021</p>
<p class="light">
Vote for your favorite piece here:
<a href="https://forms.gle/PqDffdZ9pPHFQdgr7"
>https://forms.gle/PqDffdZ9pPHFQdgr7</a
>
to be entered into a raffle for a $10 Amazon gift card.
</p>
<p class="light">
<em
>Make sure to login with your UCLA email to access the voting
form.</em
>
</p>
</header>
<br />
<br />
<br />
<h2 class="text-xl light text-center">For Review</h2>
<div class="row">
<div class="column">
<img
src="assets/img/art_display/ellie.png"
onclick="openModal();currentSlide(1)"
class="thumbnail hover-shadow"
/>
</div>
<div class="column">
<img
src="assets/img/art_display/rohit1.png"
onclick="openModal();currentSlide(2)"
class="thumbnail hover-shadow"
/>
</div>
<div class="column">
<img
src="assets/img/art_display/sumaiya.jpeg"
onclick="openModal();currentSlide(3)"
class="thumbnail hover-shadow"
/>
</div>
<div class="column">
<img
src="assets/img/art_display/zofiaorlowski1.png"
onclick="openModal();currentSlide(4)"
class="thumbnail hover-shadow"
/>
</div>
</div>
<br />
<br />
<br />
<h2 class="text-xl light text-center">For Display</h2>
<div class="row">
<div class="column">
<img
src="assets/img/art_display/rohit2.png"
onclick="openModal2();currentSlide(1)"
class="thumbnail hover-shadow"
/>
</div>
<div class="column">
<img
src="assets/img/art_display/rohit3.png"
onclick="openModal2();currentSlide(2)"
class="thumbnail hover-shadow"
/>
</div>
<div class="column">
<img
src="assets/img/art_display/zofiaorlowski2.jpg"
onclick="openModal2();currentSlide(3)"
class="thumbnail hover-shadow"
/>
</div>
<div class="column">
<img
src="assets/img/art_display/zofiaorlowski3.jpg"
onclick="openModal2();currentSlide(4)"
class="thumbnail hover-shadow"
/>
</div>
</div>
<div id="myModal" class="custom-modal">
<span class="close cursor" onclick="closeModal()">×</span>
<div class="modal-content">
<div class="mySlides">
<div class="numbertext">1 / 4</div>
<img src="assets/img/art_display/ellie.png" class="full-img" />
</div>
<div class="mySlides">
<div class="numbertext">2 / 4</div>
<img src="assets/img/art_display/rohit1.png" class="full-img" />
</div>
<div class="mySlides">
<div class="numbertext">3 / 4</div>
<img src="assets/img/art_display/sumaiya.jpeg" class="full-img" />
</div>
<div class="mySlides">
<div class="numbertext">4 / 4</div>
<img
src="assets/img/art_display/zofiaorlowski1.png"
class="full-img"
/>
</div>
<!-- Next/previous controls -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
<!-- Caption text -->
<div class="caption-container">
<h5 id="img-title"></h5>
<p id="caption"></p>
<em id="author"></em>
</div>
<!-- Thumbnail image controls -->
<div class="thumbnail-container">
<div class="column">
<img
src="assets/img/art_display/ellie.png"
onclick="currentSlide(1)"
class="thumbnail hover-shadow demo"
data-title="The Sun God"
data-caption="The sun god cries in liquid gold for the pain inside, untold."
data-author="Ellie Cheng, Computer Science and Engineering, 3rd Year"
/>
</div>
<div class="column">
<img
src="assets/img/art_display/rohit1.png"
onclick="currentSlide(2)"
class="thumbnail hover-shadow demo"
data-title="Your UID"
data-caption="Edited from a picture I hurriedly took running from CS 35Lto Covel (just before it closed), 'Your UID' aims to capture the serendipitous connection moments, sense of wonder, world of beauty that I use to measure my time at UCLA.
The film it is based on, 'Your Name,' chronicles the misadventures of two kids, separated by time, yet connected by magic and determination as they make sense of the world around them and each other's perspectives. The film's themes resonated with me deeply throughout my time at UCLA. During the past year, I craved that sense of undeniable connectedness with my peers and diversity of thought so much more, as I know many of my friends did too.
South Campus walk always reminded me of the final scene of the film, where the two protagonists finally meet. Sometimes I wonder if I'll get to accidentally bump into a friend like that on my way to lecture ever again. (also peep NEOWISE)
"
data-author="Rohit Tavare Computer Science, 4th Year"
/>
</div>
<div class="column">
<img
src="assets/img/art_display/sumaiya.jpeg"
onclick="currentSlide(3)"
class="thumbnail hover-shadow demo"
data-title="Chaiwalla"
data-caption="A recreation of a man I saw making chai in a bazaar in Karachi, Pakistan, made using acrylic on Bristol."
data-author="Sumaiya Kaiser, Bioengineering, 1st Year"
/>
</div>
<div class="column">
<img
src="assets/img/art_display/zofiaorlowski1.png"
onclick="currentSlide(4)"
class="thumbnail hover-shadow demo"
data-title="Blooming Heart"
data-caption="Pen and ink on paper of heart with flowers"
data-author="Zofia Orlowski, Mechanical Engineering, 2nd Year"
/>
</div>
</div>
</div>
</div>
<div id="myModal2" class="custom-modal">
<span class="close cursor" onclick="closeModal()">×</span>
<div class="modal-content">
<div class="mySlides2">
<div class="numbertext">1 / 4</div>
<img src="assets/img/art_display/rohit2.png" class="full-img" />
</div>
<div class="mySlides2">
<div class="numbertext">2 / 4</div>
<img src="assets/img/art_display/rohit3.png" class="full-img" />
</div>
<div class="mySlides2">
<div class="numbertext">3 / 4</div>
<img
src="assets/img/art_display/zofiaorlowski2.jpg"
class="full-img"
/>
</div>
<div class="mySlides2">
<div class="numbertext">4 / 4</div>
<img
src="assets/img/art_display/zofiaorlowski3.jpg"
class="full-img"
/>
</div>
<!-- Next/previous controls -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
<!-- Caption text -->
<div class="caption-container">
<h5 id="img-title2"></h5>
<p id="caption2"></p>
<em id="author2"></em>
</div>
<!-- Thumbnail image controls -->
<div class="thumbnail-container">
<div class="column">
<img
src="assets/img/art_display/rohit2.png"
onclick="currentSlide(1)"
class="thumbnail hover-shadow demo2"
data-title="Terminal Velocity"
data-caption="When you're doing something you like, something that feels so natural it's an extension of your body, at some point your mind just... clicks. Into the late hours of the night with that Study coffee, it's only you and the paper, only you and the code only you and the road."
data-author="Rohit Tavare, Computer Science, 4th Year"
/>
</div>
<div class="column">
<img
src="assets/img/art_display/rohit3.png"
onclick="currentSlide(2)"
class="thumbnail hover-shadow demo2"
data-title="Climb"
data-caption="I wonder if sometimes we tackle mountainous challenges, sacrifice our sleep, our wellbeing, just to tell people we accomplished something, instead of for the sake of scaling the challenge? Why do we build ourselves a world where we want to or are forced to pick the former instead of the latter? Does it have to be as black and white as this piece makes it out to be?"
data-author="Rohit Tavare, Computer Science, 4th Year"
/>
</div>
<div class="column">
<img
src="assets/img/art_display/zofiaorlowski2.jpg"
onclick="currentSlide(3)"
class="thumbnail hover-shadow demo2"
data-title="Blooming Soul"
data-caption="Pen and ink on paper of woman with flowers"
data-author="Zofia Orlowski, Mechanical Engineering, 2nd Year"
/>
</div>
<div class="column">
<img
src="assets/img/art_display/zofiaorlowski1.png"
onclick="currentSlide(4)"
class="thumbnail hover-shadow demo2"
data-title="Blooming Mind"
data-caption="Pen and ink on paper of head with flowers"
data-author="Zofia Orlowski, Mechanical Engineering, 2nd Year"
/>
</div>
</div>
</div>
</div>
</div>
<script src="assets/js/util.js"></script>
<!-- util functions included in the CodyHouse framework -->
<script src="assets/js/main.js"></script>
</body>
</html>