-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.html
More file actions
176 lines (162 loc) · 6.83 KB
/
Copy pathevents.html
File metadata and controls
176 lines (162 loc) · 6.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Events - ECSA</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Navigation Bar -->
<nav>
<div class="nav-container">
<div class="logo">
<img src="public/ecsa-light.svg" alt="ECSA Logo">
<div class="logo-text"><span class="logo-ecsa">ECSA</span> <span class="logo-cusat">CUSAT</span></div>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="academics.html">Academics</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!-- Hero Section -->
<section class="hero">
<h1>ECSA Events</h1>
<p class="tagline">Learning, Collaborating, and Innovating Together</p>
</section>
<!-- Upcoming Events -->
<section>
<div class="container">
<div class="section-title">
<h2>Upcoming Events</h2>
</div>
<div class="grid-2">
<div class="card event-card">
<h3>IoT Workshop</h3>
<p class="event-date">April 20, 2024 | 2:00 PM - 5:00 PM</p>
<p>
Dive into the Internet of Things with hands-on experience. Learn to connect sensors, microcontrollers,
and cloud platforms. Perfect for beginners and those looking to expand their IoT knowledge.
</p>
<p><strong>Location:</strong> Electronics Lab, Building A</p>
<p><strong>Instructor:</strong> Dr. Sarah Chen</p>
</div>
<div class="card event-card">
<h3>Circuit Design Bootcamp</h3>
<p class="event-date">May 5, 2024 | 10:00 AM - 4:00 PM</p>
<p>
Master the fundamentals of analog and digital circuit design. This intensive bootcamp covers circuit
analysis, simulation tools, and PCB layout design. Bring your laptop and enthusiasm!
</p>
<p><strong>Location:</strong> Design Studio, Building B</p>
<p><strong>Instructor:</strong> Prof. Michael Rodriguez</p>
</div>
<div class="card event-card">
<h3>Robotics Challenge 2024</h3>
<p class="event-date">June 15, 2024 | 9:00 AM - 6:00 PM</p>
<p>
Teams compete in an exciting robotics challenge where they design and program autonomous robots to
navigate an obstacle course and complete various tasks. Showcase your creativity and technical skills!
</p>
<p><strong>Location:</strong> Sports Complex, Field A</p>
<p><strong>Registration Deadline:</strong> June 1, 2024</p>
</div>
<div class="card event-card">
<h3>Industry Networking Night</h3>
<p class="event-date">July 10, 2024 | 6:00 PM - 8:30 PM</p>
<p>
Connect with professionals from leading tech companies. Learn about career opportunities, internships,
and industry trends. Great food, great people, and great conversations!
</p>
<p><strong>Location:</strong> University Auditorium</p>
<p><strong>Sponsors:</strong> TechCorp, InnovateLabs, ElectroSoft</p>
</div>
<div class="card event-card">
<h3>Embedded Systems Masterclass</h3>
<p class="event-date">August 2, 2024 | 1:00 PM - 5:00 PM</p>
<p>
Learn advanced embedded systems programming. Cover real-time operating systems, interrupt handling,
memory management, and optimization techniques from an industry expert.
</p>
<p><strong>Location:</strong> Computer Lab 3, Building C</p>
<p><strong>Instructor:</strong> Eng. James Thompson</p>
</div>
<div class="card event-card">
<h3>Electronics Hackathon</h3>
<p class="event-date">September 20-22, 2024</p>
<p>
A 24-hour hackathon focused on electronics and hardware innovation. Form teams, prototype ideas,
and compete for prizes. Past projects include smart home systems, wearable devices, and environmental sensors.
</p>
<p><strong>Location:</strong> Engineering Center</p>
<p><strong>Prize Pool:</strong> $5,000</p>
</div>
</div>
</div>
</section>
<!-- Past Events -->
<section>
<div class="container">
<div class="section-title">
<h2>Past Events</h2>
</div>
<div class="grid-2">
<div class="card event-card" style="opacity: 0.8;">
<h3>Arduino Basics Workshop</h3>
<p class="event-date">March 15, 2024</p>
<p>
Introduced 150+ students to Arduino programming and prototyping. Participants built LED projects
and basic sensors. Great success with positive feedback!
</p>
<p><strong>Attendees:</strong> 150+ students</p>
</div>
<div class="card event-card" style="opacity: 0.8;">
<h3>Spring Seminar: AI in Electronics</h3>
<p class="event-date">February 28, 2024</p>
<p>
Explored the intersection of artificial intelligence and electronics. Guest speaker from leading
AI company shared insights on neural networks and smart devices.
</p>
<p><strong>Attendees:</strong> 200+ students</p>
</div>
<div class="card event-card" style="opacity: 0.8;">
<h3>Soldering Techniques Workshop</h3>
<p class="event-date">February 10, 2024</p>
<p>
Hands-on training on proper soldering techniques, PCB assembly, and quality control. Students built
small circuit projects and learned professional standards.
</p>
<p><strong>Attendees:</strong> 80 students</p>
</div>
<div class="card event-card" style="opacity: 0.8;">
<h3>Winter Networking Event</h3>
<p class="event-date">January 20, 2024</p>
<p>
Connected students with alumni working in the electronics and tech industry. Valuable discussions
about career paths and internship opportunities.
</p>
<p><strong>Attendees:</strong> 120+ students</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<p>© 2024 Electronics Students Association. All rights reserved.</p>
<p>Building innovation through electronics and technology.</p>
<div class="social-links">
<a href="#" title="Facebook">f</a>
<a href="#" title="Twitter">𝕏</a>
<a href="#" title="LinkedIn">in</a>
<a href="#" title="Instagram">📷</a>
</div>
</footer>
</body>
</html>