-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
555 lines (479 loc) · 26.9 KB
/
index.html
File metadata and controls
555 lines (479 loc) · 26.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>UC Berkeley IEEE</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Favicon -->
<link rel="icon" href="assets/img/ieee-logo-blue.png" type="image/png">
<!-- Imported Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Imported 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/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body class="index-page">
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl position-relative d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center me-auto me-lg-0">
<!--<h1 class="sitename">UC Berkeley.</h1>-->
<span><img src="assets/img/ieee-logo.png" alt=""></span>
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="#hero" class="active">Home<br></a></li>
<li><a href="#about">About</a></li>
<!-- <li><a href="#decals">Industry</a></li> -->
<li><a href="#decals">Decals</a></li>
<li><a href="#portfolio">Events</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="committees.html">Committees</a></li>
<li class="dropdown"><a href="#"><span>Links</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="https://join.slack.com/t/berkeleyieee/shared_invite/zt-2n0hwwxpy-sEb3lHdXGlb4oy75WFB_jg" target="_blank" rel="noopener noreferrer">Slack</a></li>
<li><a href="https://discord.gg/CTgmxfKx4A" target="_blank" rel="noopener noreferrer">Discord</a></li>
<li><a href="https://berkie.ee/wiki" target="_blank" rel="noopener noreferrer">Wiki</a></li>
<li><a href="https://airtable.com/appybgPRhTf3clWII/pagJMNA7gOP4BNbtZ/form" target="_blank" rel="noopener noreferrer">General Member Sign up Form</a></li>
<li><a href="projects.html">Join a Project</a></li>
<li><a href="committees.html">Join a Committee</a></li>
</ul>
</li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
<!-- Evenetually go to new member page that has all the links-->
<a class="btn-getstarted" href="https://airtable.com/appybgPRhTf3clWII/pagJMNA7gOP4BNbtZ/form" target="_blank" rel="noopener noreferrer">Join IEEE today!</a>
</div>
</header>
<main class="main"><!-- hana was here -->
<!-- Hero Section -->
<section id="hero" class="hero section dark-background">
<img src="assets/img/hope-showcase-sp24.jpg" alt="" data-aos="fade-in">
<div class="container">
<div class="row justify-content-center text-center" data-aos="fade-up" data-aos-delay="100">
<div class="col-xl-6 col-lg-8">
<h2>UC BERKELEY IEEE<span></span></h2>
<p>ADVANCING TECHNOLOGY FOR HUMANITY</p>
</div>
</div>
<div class="row gy-4 mt-5 justify-content-center" data-aos="fade-up" data-aos-delay="200">
<div class="col-xl-2 col-md-4" data-aos="fade-up" data-aos-delay="300">
<a href="https://micromouse.berkie.ee/" target="_blank" rel="noopener noreferrer">
<div class="icon-box">
<i class="bi bi-car-front"></i>
<h3>Micromouse</h3>
</div>
</a>
</div>
<div class="col-xl-2 col-md-4" data-aos="fade-up" data-aos-delay="400">
<a href="https://hope.berkie.ee/?ref=ieee.berkeley.edu" target="_blank" rel="noopener noreferrer">
<div class="icon-box">
<i class="bi bi-cpu"></i>
<h3>HOPE</h3>
</div>
</a>
</div>
<div class="col-xl-2 col-md-4" data-aos="fade-up" data-aos-delay="500">
<a href="https://ape.berkie.ee/" target="_blank" rel="noopener noreferrer">
<div class="icon-box">
<i class="bi bi-lightning-charge"></i>
<h3>APE</h3>
</div>
</a>
</div>
<div class="col-xl-2 col-md-4" data-aos="fade-up" data-aos-delay="600">
<a href="https://151tapeout.berkie.ee/" target="_blank" rel="noopener noreferrer">
<div class="icon-box">
<i class="bi bi-device-ssd"></i>
<h3>151 Tapeout</h3>
</div>
</a>
</div>
<div class="col-xl-2 col-md-4" data-aos="fade-up" data-aos-delay="700">
<a href="projects.html">
<div class="icon-box">
<i class="bi bi-gear"></i>
<h3>Projects</h3>
</div>
</a>
</div>
</div>
</div>
</section><!-- /Hero Section -->
<!-- About Section -->
<section id="about" class="about section">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-6 order-1 order-lg-2">
<img src="assets/img/about.png" class="img-fluid" alt="">
</div>
<div class="col-lg-6 order-2 order-lg-1 content">
<h3>About</h3>
<p class="fst-italic">
The IEEE Student Branch at UC Berkeley, established in 1912, is one of the most active engineering student organizations on campus. Our members include undergraduate and graduate students from diverse fields including electrical engineering, computer science, mechanical engineering, bioengineering, and more.
</p>
<p>
The Institute of Electrical and Electronics Engineers is the world's largest technical and professional organization dedicated to advancing technology for humanity. We aim to promote professional development, encourage academic growth, and organize social activities within the greater engineering community at Berkeley.
</p>
<h4>What Do We Do?</h4>
<ul>
<li><i class="bi bi-check2-all"></i> <span>Host company "info-sessions" and recruitment fairs
</span></li>
<li><i class="bi bi-check2-all"></i> <span>Organize workshops, events, and socials for members
</span></li>
<li><i class="bi bi-check2-all"></i> <span>Participate in IEEE competitions and hackathons
</span></li>
<li><i class="bi bi-check2-all"></i> <span>Teach four technical student run DeCal courses (HOPE, APE, Micromouse, 151 Tapeout)
</span></li>
</ul>
</div>
</div>
</div>
</section><!-- /About Section -->
<!-- Call To Action Section -->
<section id="call-to-action" class="call-to-action section dark-background">
<img src="assets/img/cta-bg.jpg" alt="">
<div class="container">
<div class="row justify-content-center" data-aos="zoom-in" data-aos-delay="100">
<div class="col-xl-10">
<div class="text-center">
<h3>Join our community</h3>
<a class="cta-btn" href="https://join.slack.com/t/berkeleyieee/shared_invite/zt-2n0hwwxpy-sEb3lHdXGlb4oy75WFB_jg" target="_blank">Slack</a>
<a class="cta-btn" href="https://discord.gg/CTgmxfKx4A" target="_blank">Discord</a>
<p>
<ul>
<p>Berkeley IEEE Slack + Discord Server</p>
<p>Jobs and opportunities,</p>
<p>Company infosessions,</p>
<p>Social event,</p>
<p>Course advice,</p>
<p>Community outreach,</p>
<p>and more!</p>
<p>Members' Slack: IEEE-specific jobs and opportunities, Course advice, and more!</p>
<a class="cta-btn" href="https://airtable.com/appybgPRhTf3clWII/pagJMNA7gOP4BNbtZ/form" target="_blank">General Member Sign up Form</a>
<a class="cta-btn" href="committees.html">Join a Committee</a>
<a class="cta-btn" href="projects.html">Join a Project</a>
</div>
</div>
</div>
</div>
</section><!-- /Call To Action Section -->
<!-- industry Section -->
<section id="industry" class="industry section" ><!--style = "background-color: black;"-->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="swiper init-swiper">
<script type="application/json" class="swiper-config">
{
"loop": true,
"speed": 600,
"autoplay": {
"delay": 1000
},
"slidesPerView": "auto",
"pagination": {
"el": ".swiper-pagination",
"type": "bullets",
"clickable": true
},
"breakpoints": {
"320": {
"slidesPerView": 2,
"spaceBetween": 40
},
"480": {
"slidesPerView": 3,
"spaceBetween": 60
},
"640": {
"slidesPerView": 4,
"spaceBetween": 80
},
"992": {
"slidesPerView": 6,
"spaceBetween": 120
}
}
}
</script> <!-- To do: update photos with sponsor logos -->
<div class="swiper-wrapper align-items-center" >
<div class="swiper-slide"><img src="assets/img/sponsor-logos/apple.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/sponsor-logos/nvidia.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/sponsor-logos/meta.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/sponsor-logos/intel2.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/sponsor-logos/tsmc.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/sponsor-logos/roblox.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/sponsor-logos/ixl.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/sponsor-logos/cisco.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/sponsor-logos/texas-instruments.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/sponsor-logos/gm2.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/sponsor-logos/persona.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/sponsor-logos/sap.png" class="img-fluid" alt=""></div>
<!-- Add additional swiper-slides here -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- /industry Section -->
<!-- About Carousel Section -->
<section id="about" class="about section dark-background">
<img src="assets/img/about-bg.jpg" class="about-bg" alt="">
<div class="container"> <!-- data-aos="fade-up" data-aos-delay="100" -->
<div class="swiper init-swiper">
<script type="application/json" class="swiper-config">
{
"loop": true,
"speed": 600,
"autoplay": {
"delay": 5000
},
"slidesPerView": 1,
"pagination": {
"el": ".swiper-pagination",
"type": "bullets",
"clickable": true
}
}
</script>
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<div class="test-flex">
<img src="assets/img/antenna.jpg" class="img-fluid" alt="">
<h4 class="test-padding">IEEE members putting the final touches on Cory Hall's new Low-Earth-Orbit satellite ground terminal. This ground terminal is capable of 50W dual-band operation on the 2-meter and 70-centimeter amateur radio bands. <a href="https://supernode.berkeley.edu/about/#amateur-radio" target="_blank" rel="noopener noreferrer">Learn more about amateur radio at UC Berkeley.</a></h4>
</div>
</div>
</div><!-- End item -->
<div class="swiper-slide">
<div class="testimonial-item">
<div class="test-flex">
<img src="assets/img/hope.jpg" class="img-fluid" alt="">
<h4 class="test-padding">Students in IEEE's EE 198: Hands-On PCB Engineering class learn to design their own printed circuit boards. This student project is a 5x5 color LED matrix powered by an Arduino Nano. <a href="https://hope.berkie.ee/?ref=ieee.berkeley.edu" target="_blank" rel="noopener noreferrer">Find out more about Hands-On PCB Engineering.</a></h4>
</div>
</div>
</div><!-- End item -->
<div class="swiper-slide">
<div class="testimonial-item">
<div class="test-flex">
<img src="assets/img/micromouse.jpg" class="img-fluid" alt="">
<h4 class="test-padding">A maze-solving 'micromouse' zips its way to the finish line. Learn how to build your own record-setting micromouse by taking IEEE'S EE 198: Micromouse.</h4>
</div>
</div>
</div><!-- End item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- /about Section -->
<!-- 2nd About Section -->
<section id="features" class="features section">
<div class="container">
<div class="row gy-4">
<!-- <div class="features-image col-lg-6" data-aos="fade-up" data-aos-delay="100">
<div class="swiper init-swiper">
<script type="application/json" class="swiper-config">
{
"loop": true,
"speed": 600,
"autoplay": {
"delay": 5000
},
"slidesPerView": 1,
"pagination": {
"el": ".swiper-pagination",
"type": "bullets",
"clickable": true
}
}
</script>
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="assets/img/2nd_About/1.JPG" alt="" class="img-fluid">
</div>
<div class="swiper-slide">
<img src="assets/img/2nd_About/2.JPG" alt="" class="img-fluid">
</div>
<div class="swiper-slide">
<img src="assets/img/2nd_About/3.jpg" alt="" class="img-fluid">
</div>
<div class="swiper-slide">
<img src="assets/img/2nd_About/4.jpg" alt="" class="img-fluid">
</div>
<div class="swiper-slide">
<img src="assets/img/2nd_About/5.jpeg" alt="" class="img-fluid">
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div> -->
<div class="features-image col-lg-6"> <!-- data-aos="fade-up" data-aos-delay="100" --> <img src="assets/img/2nd_About/3.jpg" alt=""></div>
<div class="col-lg-6">
<div class="features-item d-flex ps-0 ps-lg-3 pt-4 pt-lg-0"> <!-- data-aos="fade-up" data-aos-delay="80" -->
<i class="bi bi-people flex-shrink-0"></i>
<div>
<h4>STUDENT LEADERS
</h4>
<p>The UC Berkeley IEEE student branch was established in 1912 and has been one of the most active engineering student organizations on campus ever since. We aim to promote professional development, encourage academic growth, and organize social activities within the greater engineering community. We host various events to encourage professional development within the EECS and greater engineering community at Berkeley, ranging from company info-sessions, to research mixers, and to becoming a part of the greater IEEE international community. Every semester, we host an exclusive startup-focused career fair in collaboration with CSUA and HKN, creating a comprehensive resume book distributed to all participating industry representatives.
</p>
</div>
</div><!-- End 2nd About Item-->
<div class="features-item d-flex mt-5 ps-0 ps-lg-3"> <!-- data-aos="fade-up" data-aos-delay="60" -->
<i class="bi bi-backpack2 flex-shrink-0"></i>
<div>
<h4>MEMBER OPPORTUNITIES</h4>
<p>IEEE members gain access to exclusive opportunities including subsidized conference travel and participation in national IEEE competitions. These exclusive opportunities include access to prestigious IEEE national conferences such as the IEEE International Conference on Circuits and Systems (ICCS) and the IEEE International Solid-State Circuits Conference (ISSCC), providing valuable networking and learning experiences. Members can also compete in the IEEE Micromouse Competition, showcasing their robotics skills, or test their coding abilities in the IEEEXtreme 24-Hour Programming Competition.
</p>
</div>
</div><!-- End 2nd About Item-->
<div class="features-item d-flex mt-5 ps-0 ps-lg-3"> <!-- data-aos="fade-up" data-aos-delay="100" -->
<i class="bi bi-heart flex-shrink-0"></i>
<div>
<h4>BUILD A COMMUNITY
</h4>
<p>IEEE also hosts social events aimed at connecting the engineering community within Berkeley, these include making fresh pizza in the Cory courtyard, board game nights, dinners, a ski retreat, top golf and much more. We're students, just like you! Come out and have fun with us; did we mention that many of the events are subsidized?
</p>
</div>
</div><!-- End 2nd About Item-->
</div>
</div>
</div>
</section><!-- /2nd About Section -->
<!-- DECALS Section -->
<section id="decals" class="decals section">
<div class="container section-title">
<h2>DECALS and 151 Tapeout</h2>
<p>Check Out Our Technical Courses</p>
</div>
<div class="container">
<div class="row gy-4">
<div class="col-lg-4 col-md-6">
<div class="decal-item position-relative">
<div class="icon">
<i class="bi bi-activity"></i>
</div>
<a href="https://hope.berkie.ee" class="stretched-link">
<h3 class="decal-title">HOPE</h3>
</a>
<p> Hands-On PCB Engineering is an introductory course to printed circuit board (PCB) design - an essential skill for any EE-related project. It is intended for students with some experience with circuits who are interested in learning about and gaining or improving PCB design and assembly skills, and perfect for students interested in hardware projects or engineering student organizations.</p>
<p><strong>Prerequisites:</strong> EECS 16A and 16B</p>
</div>
</div><!-- End decal Item -->
<div class="col-lg-4 col-md-6"> <!-- data-aos="fade-up" data-aos-delay="10" -->
<div class="decal-item position-relative">
<div class="icon">
<i class="bi bi-robot"></i>
</div>
<a href="https://ieee.berkeley.edu/micromouse/" class="stretched-link">
<h3 class="decal-title">Micromouse</h3>
</a>
<p>The Berkeley IEEE Student Branch's Micromouse DeCal is an immersive robotics course that empowers undergraduates to build autonomous, maze-solving robots from scratch. Teams of 2-5 students learn Arduino programming, autonomous navigation, sensor integration, PID control, and basic electrical engineering through hands-on labs and project milestones. With no prior experience required, participants develop technical skills while preparing for an in-class competition and potentially qualifying for regional IEEE robotics events.</p>
<p><strong>Prerequisites:</strong> None</p>
</div>
</div><!-- End decal Item -->
<div class="col-lg-4 col-md-6"> <!-- data-aos="fade-up" data-aos-delay="10" -->
<div class="decal-item position-relative">
<div class="icon">
<i class="bi bi-cpu-fill"></i>
</div>
<a href="https://ieee.berkeley.edu/ape/" class="stretched-link">
<h3 class="decal-title">APE</h3>
</a>
<p>This advanced PCB Engineering course builds upon HOPE, targeting students with previous PCB design experience and circuit design fundamentals. The course delves into complex topics like high-speed digital design, RF considerations, and power electronics, preparing students to develop sophisticated PCBs for class projects, research, and engineering team initiatives.</p>
<p><strong>Prerequisites:</strong> HOPE or EECS upper division class with circuits component</p>
</div>
</div><!-- End decal Item -->
<div class="col-lg-4 col-md-6"> <!-- data-aos="fade-up" data-aos-delay="10" -->
<div class="decal-item position-relative">
<div class="icon">
<i class="bi bi-cpu"></i>
</div>
<a href="https://ieee.berkeley.edu/eecs151tapeout/" class="stretched-link">
<h3 class="decal-title">EECS151 Tapeout</h3>
</a>
<p>This project-based course builds on EECS 151, diving into advanced System-on-Chip (SoC) design using Chisel and Chipyard. Students who previously designed a CPU core will integrate it into a full-scale SoC, gaining hands-on experience in parametrizable computer architecture. The course culminates in taping out a class SoC using the open-source Skywater 130nm process, providing practical, end-to-end semiconductor design experience.</p>
<p><strong>Prerequisites:</strong> EECS 151 + ASIC Lab</p>
</div>
</div><!-- End decal Item -->
</div>
</div>
</section><!-- /DECALS Section -->
<!-- Portfolio Section -->
<section id="portfolio" class="portfolio section">
<div class="container section-title" data-aos="fade-up">
<h2>Events Calendar</h2>
</div>
<div class="container">
<div class="calendar-wrapper" style="position: relative; padding-bottom: 75%; height: 0; overflow: hidden; max-width: 100%;">
<iframe
src="https://calendar.google.com/calendar/embed?src=berkeley.edu_9k08nrpdahaujiva7u1ss9j92s%40group.calendar.google.com&ctz=America%2FLos_Angeles"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;"
frameborder="0"
scrolling="no">
</iframe>
</div>
</div>
</section><!-- /Portfolio Section -->
</main>
<footer id="footer" class="footer dark-background">
<div class="footer-top">
<div class="container">
<div class="row gy-4">
<div class="col-lg-6 col-md-6 footer-about">
<a href="index.html" class="logo d-flex align-items-center">
<img src="assets/img/ieee-logo.png" alt="" class="footer-logo">
<div class="footer-title">
<span class="sitename">IEEE Student Branch</span>
<p>University of California, Berkeley</p>
</div>
</a>
<div class="footer-contact pt-3">
<p>UC Berkeley IEEE</p>
<p>EECS Department</p>
<p>288 Cory Hall #1770</p>
<p>Berkeley, CA 94720-1772</p>
<p><strong>Email:</strong> <span>ieee@berkeley.edu</span></p>
</div>
<div class="social-links d-flex mt-4">
<a href="https://www.instagram.com/ieeeucb/" target="_blank" rel="noopener noreferrer"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/company/ieee-ucb/" target="_blank" rel="noopener noreferrer"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-12 footer-newsletter">
<h4>Join Our Slack</h4>
<p>Join our Slack and receive updates about meetings, industry hiring conferences, and more!</p>
<a href="https://join.slack.com/t/berkeleyieee/shared_invite/zt-2n0hwwxpy-sEb3lHdXGlb4oy75WFB_jg" target="_blank" rel="noopener noreferrer" class="btn btn-large btn-primary slack-button">Join Slack</a>
</div>
</div>
</div>
</div>
<div class="copyright">
<div class="container text-center">
<p>© <span>Copyright</span> <strong class="px-1 sitename">2025 IEEE Student Branch At UC Berkeley</strong> <span>All Rights Reserved</span></p>
</div>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>