-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathindex.html
295 lines (275 loc) · 16.1 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Find tech conferences, cultural festivals, and exciting happenings in Bangalore with Eventica.">
<meta name="keywords" content="Eventica, events, meetups, tech conferences, Bangalore, events">
<meta name="author" content="Rakesh Roshan">
<meta name="copyright" content="Copyright Rakesh Roshan">
<link rel="icon" type="image/x-icon" href="./assets/images/favicons/favicon1.png">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./assets/customcursor.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap">
<script src="https://kit.fontawesome.com/4cf6385dfa.js" crossorigin="anonymous"></script>
<title>Eventica</title>
</head>
<body>
<!-- Custom cursor section -->
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<!-- Navigation bar section -->
<nav class="navbar">
<div class="navbar-container">
<a href="index.html" class="logo-container">
<img src="./assets/images/logos/logo1.png" alt="Logo" class="logo">
<span class="logo-text">Eventica</span>
</a>
<div class="nav-items">
<div class="search-container">
<input type="text" placeholder="Search events..." aria-label="Search events" class="search-input" name="search-events">
<button class="search-button" aria-label="Search">
<i class="fas fa-search"></i>
</button>
</div>
<ul class="nav-links">
<li><a href="./index.html#home"><i class="fas fa-house"></i> Home</a></li>
<li><a href="./assets/about/about.html"><i class="fas fa-circle-info"></i> About</a></li>
<li><a href="./index.html#events"><i class="fas fa-calendar-alt"></i> Upcoming Events</a></li>
<li><a href="./assets/pastevents/pastevents.html"><i class="fas fa-calendar-check"></i> Past Events</a></li>
<li><a href="assets/contributors/contributor.html"><i class="fa-solid fa-users"></i> Contributors</a></li>
<li><a href="./assets/contact/contact.html"><i class="fas fa-phone"></i> Contact</a></li>
<li><a href="./assets/register/register.html"><i class="fa-solid fa-user"></i> Register</a></li>
</ul>
</div>
<div class="theme-hamburger">
<div class="switcher">
<div class="theme-switcher">
<button id="theme-toggle" aria-label="Change theme color">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="5"/>
<path d="M12 1v2M12 21v2M4.2 4.2l1.4 1.4M18.4 18.4l1.4 1.4M1 12h2M21 12h2M4.2 19.8l1.4-1.4M18.4 5.6l1.4-1.4"/>
</svg>
</button>
<div class="theme-options">
<button class="theme-btn" data-color="blue" aria-label="Blue theme"></button>
<button class="theme-btn" data-color="red" aria-label="Red theme"></button>
<button class="theme-btn" data-color="yellow" aria-label="Yellow theme"></button>
<button class="theme-btn" data-color="green" aria-label="Green theme"></button>
<button class="theme-btn" data-color="purple" aria-label="Purple theme"></button>
</div>
</div>
<div class="dark-mode-switcher">
<button id="dark-mode-toggle" aria-label="Toggle dark mode">
<i class="fas fa-moon"></i>
</button>
</div>
</div>
<button class="mobile-menu-btn" aria-label="Toggle mobile menu" aria-expanded="false">
<i class="fas fa-bars"></i>
<i class="fas fa-times"></i>
</button>
</div>
</div>
</nav>
<!-- Main section -->
<header id="home" class="hero">
<div class="hero-content">
<h1>Discover Events & Meetups</h1>
<div class="highlight-text">BANGALORE</div>
<p>Explore the best vibrant events, tech conferences, and exciting happenings in the Silicon Valley of India.</p>
<a href="#events" class="explore-button">Explore Events</a>
</div>
</header>
<main>
<section id="events" class="events">
<div class="container">
<h1 class="section-title">Upcoming Events</h1>
<div class="event-grid" id="upcoming-events">
<!-- Upcoming event cards will be dynamically inserted here -->
</div>
</div>
</section>
</main>
<!-- Testimonials section -->
<section id="testimonials" class="testimonials">
<div class="testimonial-container">
<h1 class="section-title">What People Are Saying</h1>
<div class="testimonial-grid initial-testimonials">
<div class="testimonial-card blue">
<div class="rating">⭐⭐⭐⭐⭐</div>
<p class="testimonial-text">Eventica is my go-to platform for discovering tech meetups and cultural events in Bangalore. The interface is so intuitive!</p>
<div class="profile">
<img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Ananya Sharma" class="profile-img">
<div class="profile-info">
<h4>Ananya Sharma</h4>
<div class="role">Tech Enthusiast</div>
</div>
</div>
</div>
<div class="testimonial-card red">
<div class="rating">⭐⭐⭐⭐⭐</div>
<p class="testimonial-text">I love how organized Eventica is! I never miss out on exciting events happening in the city.</p>
<div class="profile">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Karthik Raj" class="profile-img">
<div class="profile-info">
<h4>Karthik Raj</h4>
<div class="role">Event Attendee</div>
</div>
</div>
</div>
<div class="testimonial-card green">
<div class="rating">⭐⭐⭐⭐⭐</div>
<p class="testimonial-text">As an event organizer, Eventica has helped me reach a larger audience. Highly recommend it to everyone!</p>
<div class="profile">
<img src="https://randomuser.me/api/portraits/women/45.jpg" alt="Priya Reddy" class="profile-img">
<div class="profile-info">
<h4>Priya Reddy</h4>
<div class="role">Event Organizer</div>
</div>
</div>
</div>
<div class="testimonial-card purple">
<div class="rating">⭐⭐⭐⭐⭐</div>
<p class="testimonial-text">Bangalore's dynamic culture is perfectly captured here. Thanks to Eventica, I always have something to look forward to.</p>
<div class="profile">
<img src="https://randomuser.me/api/portraits/men/67.jpg" alt="Ravi Kumar" class="profile-img">
<div class="profile-info">
<h4>Ravi Kumar</h4>
<div class="role">Regular Attendee</div>
</div>
</div>
</div>
</div>
<div class="testimonial-grid hidden extra-testimonials">
<!-- Additional testimonials from your second page -->
<div class="testimonial-card blue">
<div class="rating">⭐⭐⭐⭐⭐</div>
<p class="testimonial-text">Working with Eventica was an absolute pleasure. Their attention to detail and professional service made our corporate conference truly memorable.</p>
<div class="profile">
<img src="https://randomuser.me/api/portraits/men/22.jpg" alt="Lance Jarvis" class="profile-img">
<div class="profile-info">
<h4>Lance Jarvis</h4>
<div class="role">Marketing Director</div>
</div>
</div>
</div>
<div class="testimonial-card red">
<div class="rating">⭐⭐⭐⭐⭐</div>
<p class="testimonial-text">The team at Eventica went above and beyond our expectations. They created an unforgettable experience that our guests are still talking about.</p>
<div class="profile">
<img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Sarah Chen" class="profile-img">
<div class="profile-info">
<h4>Sarah Chen</h4>
<div class="role">Non-profit Director</div>
</div>
</div>
</div>
<div class="testimonial-card green">
<div class="rating">⭐⭐⭐⭐⭐</div>
<p class="testimonial-text">The team at Eventica went above and beyond our expectations. They created an unforgettable experience that our guests are still talking about.</p>
<div class="profile">
<img src="https://randomuser.me/api/portraits/men/46.jpg" alt="Sarah Chen" class="profile-img">
<div class="profile-info">
<h4>Tim Wilson</h4>
<div class="role">Director</div>
</div>
</div>
</div>
<div class="testimonial-card purple">
<div class="rating">⭐⭐⭐⭐⭐</div>
<p class="testimonial-text">The team at Eventica went above and beyond our expectations. They created an unforgettable experience that our guests are still talking about.</p>
<div class="profile">
<img src="https://randomuser.me/api/portraits/men/21.jpg" alt="Sarah Chen" class="profile-img">
<div class="profile-info">
<h4>Michael Angolo</h4>
<div class="role">Event Coordinator</div>
</div>
</div>
</div>
</div>
<button id="see-more-btn" class="see-more-btn">
See More <i class="fas fa-chevron-down"></i>
</button>
</div>
</section>
<!-- Footer section -->
<footer>
<div class="footer-container">
<div class="company-info">
<h1 class="company-name heading"><img src="./assets/images/logos/logo1.png">Eventica</h1>
<p>Eventica, an ultimate guide to the dynamic and diverse events in Bangalore.
As the heart of India's tech and cultural hub, Eventica is dedicated to bridging the gap between event organizers and eager participants, creating a vibrant community.</p>
</div>
<div class="quick-links">
<h1 class="heading">Quick Links</h1>
<ul class="footer-ul">
<li><a href="./index.html#home"><i class="fa fa-home" aria-hidden="true"></i> Home</a></li>
<li><a href="./assets/about/about.html"><i class="fa-solid fa-circle-info" aria-hidden="true"></i> About</a></li>
<li><a href="./index.html#events"><i class="fas fa-calendar-alt" aria-hidden="true"></i> Upcoming Events</a></li>
<li><a href="./assets/pastevents/pastevents.html"><i class="fas fa-calendar-check" aria-hidden="true"></i> Past Events</a></li>
<li><a href="assets/contributors/contributor.html"><i class="fa-solid fa-users" aria-hidden="true"></i> Contributors</a></li>
<li><a href="./assets/contact/contact.html"><i class="fa fa-phone" aria-hidden="true"></i> Contact</a></li>
</ul>
</div>
<div class="send-message">
<h1 class="heading">Keep In Touch</h1>
<form id="contact-form" name="Eventica Contact" autocomplete="off" netlify>
<div class="form-group group1">
<input type="text" id="name" name="name" placeholder="Enter your name" autocomplete="name" required oninput="validateName('name')">
<input type="email" id="email" name="email" placeholder="Enter your email" autocomplete="email" required oninput="validateEmail('email')">
</div>
<div class="form-group group1">
<textarea id="message" name="message" placeholder="Leave your message" required></textarea>
<button type="submit">SEND</button>
</div>
</form>
<div class="social">
<a class="user" href="https://rakesh9100.bio.link/" target="_blank"><i class="fa-solid fa-user socials"></i></a>
<a class="message" href="mailto:[email protected]" target="_blank"><i class="fa-solid fa-envelope"></i></a>
<a class="linkedin" href="https://www.linkedin.com/in/rakesh-roshan-9100/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a class="github" href="https://www.github.com/Rakesh9100" target="_blank"><i class="fa-brands fa-square-github"></i></a>
<a class="instagram" href="https://www.instagram.com/rakesh250602/" target="_blank"><i class="fa-brands fa-instagram"></i></a>
<a class="facebook" href="https://www.facebook.com/rakesh6203/" target="_blank"><i class="fa-brands fa-square-facebook"></i></a>
<a class="twitter" href="https://twitter.com/rakeshroshan73" target="_blank"><i class="fa-brands fa-square-x-twitter"></i></a>
<a class="discord" href="https://discord.com/users/944144134950748170" target="_blank"><i class="fa-brands fa-discord"></i></a>
</div>
</div>
</div>
<p class="copyright">Created By Rakesh Roshan ❤️ | ©
<script>
document.write(new Date().getFullYear());
</script>: All Rights Reserved
</p>
</footer>
<!-- Scroll to top button -->
<a href="#" class="to-top">
<i class="fas fa-chevron-up"></i>
</a>
<script src="./script.js"></script>
<script src="./assets/customcursor.js"></script>
</body>
</html>