-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
196 lines (161 loc) · 8.71 KB
/
Copy pathindex.html
File metadata and controls
196 lines (161 loc) · 8.71 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
<!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 - Home</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-index">
<!-- ======= 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">Calendars</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 -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-xl-4">
<h2 data-aos="fade-up">Engineering Society <br>
<i class="bi bi-geo-alt" style="color: #fff;"></i> UCLA</h2>
<blockquote data-aos="fade-up" data-aos-delay="100">
<p>ESUC is the umbrella organization that facilitates communication and events between the engineering student body and the UCLA School of Engineering.</p>
</blockquote>
<div class="d-flex" data-aos="fade-up" data-aos-delay="200">
<a href="#recent-posts" class="btn-get-started">Get Started</a>
<a href="https://youtu.be/4IDuohbRnCA" class="glightbox btn-watch-video d-flex align-items-center"><i class="bi bi-play-circle"></i><span>Watch Video</span></a>
</div>
</div>
</div>
</div>
</section><!-- End Hero Section -->
<main id="main">
<!-- ======= Upcoming Events Section ======= -->
<section id="leadership-events" class="recent-posts">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Announcements</h2>
</div>
<br>
<div class="row gy-5">
<div class="container">
<h3 class="post-title">Apply to be an ESUC Intern</h3>
<p>
We're looking for students to join our team for the upcoming school year! Help facilitate communication between the engineering student body and UCLA School of Engineering. Some of the different departments include web development, finance, corporate, alumni relations, and marketing. Use this opportunity to spread even more opportunties to the engineering community at UCLA!
</p>
<p>If you're interested in becoming an intern, please fill out the form below.</p>
<a href="https://forms.gle/4PPU8SS9h2As2eKQA" class="btn-get-started" style="display: inline-block; padding: 10px 25px; background: #015785; color: #fff; border-radius: 30px; transition: 0.3s;">Become an Intern</a>
</div>
<br>
</div>
</div>
</section>
<!-- Upcoming Events Section -->
<!-- ======= Call To Action Section ======= -->
<section id="call-to-action" class="call-to-action">
<div class="container" data-aos="fade-up">
<div class="row justify-content-center">
<div class="col-lg-6 text-center">
<h3>ESUC Lounge Reservations</h3>
<p>Check here for ESUC Lounge availability! If you're representing a student organization, you can make a reservation here:</p>
<a class="cta-btn" href="https://calendly.com/esuc-ucla-ivp/esuc-room-reservations">ESUC Lounge Reservations</a>
</div>
</div>
</div>
</section><!-- End Call To Action 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>