-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathevents.html
More file actions
265 lines (220 loc) · 11.7 KB
/
Copy pathevents.html
File metadata and controls
265 lines (220 loc) · 11.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q5VE4SE401"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Q5VE4SE401');
</script>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>ESUC - Events</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.ico" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Nova - v1.2.1
* Template URL: https://bootstrapmade.com/nova-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body class="page-services">
<!-- ======= Header ======= -->
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<img src="assets/img/logo.png" alt="ESUC Logo">
<!-- <h1 class="d-flex align-items-center">ESUC</h1> -->
</a>
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
<nav id="navbar" class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="engineering_calendar.html">Calendar</a></li>
<li><a href="photos.html">Photos</a></li>
<li><a href="board.html">Board</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li class="dropdown"><a href="events.html"><span>Events</span> <i class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="http://www.esuc.ucla.edu/bruin-engineers-week/" target="_blank" rel="noopener" class="esuc">Bruin Engineers Week</a></li>
<li><a href="https://www.esuc.ucla.edu/winter-orgs/" target="_blank" rel="noopener" class="esuc">W-SOAP</a></li>
<li><a href="https://www.esuc.ucla.edu/ewd-2025/" target="_blank" rel="noopener" class="esuc">EWD 2025</a></li>
<!-- <li class="dropdown"><a href="#"><span>Deep Dropdown</span> <i class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="#">Deep Dropdown 1</a></li>
<li><a href="#">Deep Dropdown 2</a></li>
<li><a href="#">Deep Dropdown 3</a></li>
<li><a href="#">Deep Dropdown 4</a></li>
<li><a href="#">Deep Dropdown 5</a></li>
</ul>
</li> -->
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<div class="breadcrumbs d-flex align-items-center" style="background-image: url('assets/img/photos/events/events8.jpg');">
<div class="container position-relative d-flex flex-column align-items-center">
<h2>Events</h2>
<ol>
<li><a href="index.html">Home</a></li>
<li>Events</li>
</ol>
</div>
</div><!-- End Breadcrumbs -->
<!--
======= Upcoming Events Section =======
<section id="recent-posts" class="recent-posts">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Upcoming Events</h2>
</div>
<div class="row gy-5">
<div class="col-xl-3 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="post-box">
<div class="meta">
<span class="post-date">Wed, April 12 @ 8-9PM</span>
<span class="post-author"> / Zoom</span>
</div>
<h3 class="post-title">Industry Night</h3>
<p>Meet with alumni and industry professionals in a
casual setting to get a jump start on your career!</p>
</div>
</div>
<div class="col-xl-3 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="post-box">
<div class="meta">
<span class="post-date">Thu, April 13 @ 4-6PM</span>
<span class="post-author"> / Boelter Floor 6 Corridor</span>
</div>
<h3 class="post-title">Rocket Egg Drop</h3>
<p>
Show off your creativity and engineering ability in this
egg drop competition with a twist where engineers will be
given a plethora of random materials to build the best device
to keep an egg safe from a launch off the roof!</p>
</div>
</div>
<div class="col-xl-3 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="post-box">
<div class="meta">
<span class="post-date">Fri, April 14 @ 6-8PM</span>
<span class="post-author"> / Bruin Reception Room</span>
</div>
<h3 class="post-title">Engineers Ball</h3>
<p>Engineers Ball is a semi-formal social event for UCLA
Engineering Students to have fun and step away from the
stress of classes. With provided food and entertainment,
students will be able to enjoy catching up with old
friends and making new ones. Sign up here:
https://tinyurl.com/e-ball-2023</p>
</div>
</div>
<div class="col-xl-3 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="post-box">
<div class="meta">
<span class="post-date">Fri, April 21 @ 9AM</span>
<span class="post-author"> / El Segundo</span>
</div>
<h3 class="post-title">Chevron Refinery Tour</h3>
<p>Come visit Chevron's El Segundo Refinery to learn how Chemical,
Mechanical, Environmental, Materials, Civil, Construction and Electrical
Engineers collaborate to safely produce Gasoline, Jet and Diesel Fuels
for one of the largest transportation fuels markets in the world.</p>
</div>
</div>
</div>
</div>
</section>End Recent Blog Posts Section -->
<!-- ======= Our Services Section ======= -->
<section id="services-list" class="services-list">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Event Websites</h2>
</div>
<div class="row gy-5 fle align-cards">
<div class="col-lg-4 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="100">
<div class="icon flex-shrink-0"><i class="bi bi-briefcase" style="color: #ffc72c;"></i></div>
<div>
<h4 class="title"><a href="https://www.esuc.ucla.edu/ewd-2023/" target="_blank" rel="noopener" class="stretched-link">Engineering Welcome Day</a></h4>
<p class="description">An event welcoming all the incoming freshmen and transfer students of the UCLA Samueli School of Engineering & Applied Science.</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-lg-4 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="200">
<div class="icon flex-shrink-0"><i class="bi bi-people" style="color: #ffc72c;"></i></div>
<div>
<h4 class="title"><a href="https://www.esuc.ucla.edu/winter-orgs/" target="_blank" rel="noopener" class="stretched-link">Winter Student Organization Activities Platform</a></h4>
<p class="description">A website that provides information about engineering organizations, their specific opportunities for winter onboarding, and meeting times.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="200">
<div class="icon flex-shrink-0"><i class="bi-calendar4-week" style="color: #ffc72c;"></i></div>
<div>
<h4 class="title"><a href="http://www.esuc.ucla.edu/bruin-engineers-week/" target="_blank" rel="noopener" class="stretched-link">Bruin Engineers Week</a></h4>
<p class="description">A week-long celebration of Bruin Engineers, filled with fun social events, professional development, and giving back to the community.</p>
</div>
</div><!-- End Service Item -->
</div>
</div>
</section><!-- End Our Services Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container d-md-flex py-4">
<!--
<div class="me-md-auto text-center text-md-start">
<div class="credits">
Developed by <strong><a href="https://www.philipdo.dev/">Philip Do</a>, Rahul Mallick, Rahul Ravi, & William Zhou</strong>
</div>
</div>
-->
<div class="social-links text-center text-md-right pt-3 pt-md-0">
<a href="https://forms.gle/1HVUK9Wc1mYgN6EEA" class="esuc"><i class="bi bi-envelope"></i></a>
<a href="https://linktr.ee/esuc" target="_blank" rel="noopener" class="uip-urp"><i class="bi bi-files"></i></a>
<a href="https://www.instagram.com/esucla/" target="_blank" rel="noopener" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="https://github.com/ESUC" target="_blank" rel="noopener" class="linkedin"><i class="bi bi-github"></i></a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>