-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
388 lines (358 loc) Β· 17.8 KB
/
Copy pathindex.html
File metadata and controls
388 lines (358 loc) Β· 17.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css">
</head>
<body>
<header class="header">
<a href="#" class="logo">
<img src="logo.png" alt="">
</a>
<nav class="navbar">
<a href="#Home" class="active">Home</a>
<a href="#About">About</a>
<a href="#Gallery">Gallery</a>
<a href="#Register" id="Register">Register</a>
<a href="#Contact">Contact</a>
</nav>
<div class="icon">
<div class="fas fa-search" id="searchButton"></div>
<div class="fas fa-user" id="loginButton"></div>
<div class="fas fa-bars" id="menuButton"></div>
</div>
<div class="searchForm">
<input type="search" id="#searchBox" placeholder="Search here">
</div>
</header>
<div class="loginFormContainer">
<i class="fa fa-times" id="formClose"></i>
<form action="">
<h3>Login</h3>
<input type="email" id="email" class="box" placeholder="abc@gmail.com">
<input type="password" required id="password" class="box" placeholder="Enter your password">
<input type="submit" value="Login now" class="submit">
<input type="checkbox" id="remember">
<label for="remeber" >Remember Me</label>
<p>Forgot Password? <a href="#" onclick="openForgotPassword()">Click me</a></p>
<p>Don't have an account? <a href="#" class="now">Register now</a></p>
</form>
</div>
<div class="registrationFormContainer">
<form>
<div id="form1" class="close-btn">Γ</div>
<h3>Register</h3>
<div class="box">
<label for="username">Username</label>
<input type="text" id="username" name="username" placeholder="Enter your username">
</div>
<div class="box">
<label for="email">Email</label>
<input type="email" id="email" name="email" placeholder="Enter your email">
</div>
<div class="box">
<label for="password">Password</label>
<input type="password" id="password" name="password" placeholder="Enter your password">
</div>
<div class="box">
<label for="confirm-password">Confirm Password</label>
<input type="password" id="confirm-password" name="confirm-password" placeholder="Confirm your password">
</div>
<div class="box">
<button type="submit" class="submit1">Register</button>
</div>
<p>Already have an account? <a href="#" class="log">Login</a></p>
</form>
</div>
<!-- Forgot Password Form -->
<div class="forgotPasswordContainer" id="forgotPassword">
<form action="#">
<h3>Reset Password</h3>
<p>Enter your email address to receive a password reset link.</p>
<input type="email" placeholder="Your Email" class="box" required>
<button type="submit" class="submit">Send Reset Link</button>
<p><a href="#" onclick="closeForgotPassword()">Back to Login</a></p>
</form>
</div>
<section class="home" id="Home">
<div class="home-content">
<div class="left">
<h1>
<span class="green">Create</span><br>
<span class="bold">Unforgettable</span><br>
<span class="blue">College Events</span>
</h1>
<p>
EventEase is your ultimate platform for showcasing college events, seminars, and workshops. With responsive design, animated sections, and countdown timers, we help you generate excitement and share event information seamlessly.
</p>
<div class="countdown-box" id="Register">
<h3>Next Event Starts In:</h3>
<div class="countdown">
<div class="time"><span id="days">00</span><small>Days</small></div>
<div class="time"><span id="hours">00</span><small>Hours</small></div>
<div class="time"><span id="minutes">00</span><small>Minutes</small></div>
<div class="time"><span id="seconds">00</span><small>Seconds</small></div>
</div>
</div>
<div class="home-buttons" style="margin-top: 2rem;">
<a href="#Register" class="btn primary" ><i class="fas fa-ticket-alt"></i> Register Now</a>
<a href="#About" class="btn outline"><i class="fas fa-info-circle"></i> Learn More</a>
</div>
</div>
<div class="right">
<div class="stats">
<img src="right.jpg" alt="Responsive Design">
<div class="stat-box top-right">
<h2>50K+</h2>
<p>Attendees</p>
</div>
<div class="stat-box bottom-left">
<h2>500+</h2>
<p>Events Created</p>
</div>
</div>
</div>
</div>
</section>
<section class="features" id="About">
<div class="container">
<h2><span>Why Choose</span> <span class="highlight">EventEase</span>?</h2>
<p>Our comprehensive platform provides everything you need to create, manage, and showcase unforgettable college events with professional-grade features.</p>
<div class="feature-grid">
<div class="feature-card">
<i class="fas fa-mobile" alt="Responsive Design"></i>
<h3>Responsive Design</h3>
<p>Perfect display across all devices - desktop, tablet, and mobile. Your events look professional everywhere</p>
</div>
<div class="feature-card">
<i class="fas fa-clock clk" alt="Countdown Timers"></i>
<h3>Countdown Timers</h3>
<p>Build excitement with dynamic countdown timers that create urgency and anticipation for your events.</p>
</div>
<div class="feature-card">
<i class="fas fa-pen" alt="Animated Sections"></i>
<h3>Animated Sections</h3>
<p>Engaging animations and transitions that captivate your audience and create memorable experiences.</p>
</div>
<div class="feature-card">
<i class="fas fa-users" alt="Easy Registration"></i>
<h3>Easy Registration</h3>
<p>Streamlined registration process that makes it simple for attendees to sign up and participate.</p>
</div>
<div class="feature-card">
<i class="fas fa-calendar-alt"></i>
<h3>Event Scheduling</h3>
<p>Comprehensive scheduling tools to organize your seminar, fest, or workshop timeline perfectly.</p>
</div>
<div class="feature-card">
<i class="fas fa-images"></i>
<h3>Media Gallery</h3>
<p>Showcase past events with stunning image galleries that build credibility and excitement.</p>
</div>
</div>
</div>
</section>
<section class="design-functionality">
<div class="container">
<div class="design-row">
<div class="design-image">
<img src="image.webp" alt="Event Design Planning" />
</div>
<div class="design-text">
<h2>Professional Design Meets <span class="highlight">Functionality</span></h2>
<p>
EventEase blends modern, visually appealing design with robust functionality
to make organizing college events a breeze. From intuitive layouts to interactive
features, every aspect is crafted to ensure smooth event planning and execution.
</p>
<ul class="feature-list">
<li> Single-page responsive layout</li>
<li> Clean, modern design aesthetic</li>
<li> Interactive countdown timers</li>
<li> Optimized for all college events</li>
</ul>
</div>
</div>
</div>
</section>
<section class="event-types" id="Gallery">
<div class="event-header">
<h2>Perfect for <span class="highlight">Every Event</span></h2>
<p>Whether you're organizing a seminar, festival, or workshop, EventEase adapts to your unique needs and delivers exceptional results.</p>
</div>
<div class="event-cards">
<div class="event-card blue-card">
<i class="fas fa-chalkboard-teacher"></i>
<h3>Academic Seminars</h3>
<p>Professional academic presentations, guest lectures, and educational workshops with speaker profiles and detailed schedules.</p>
<ul>
<li>βοΈ Speaker management</li>
<li>βοΈ Session scheduling</li>
<li>βοΈ Attendee registration</li>
</ul>
</div>
<div class="event-card orange-card">
<i class="fas fa-music"></i>
<h3>College Festivals</h3>
<p>Vibrant cultural festivals, music events, and celebration showcases with photo galleries and entertainment schedules.</p><br>
<ul>
<li>βοΈ Event galleries</li>
<li>βοΈ Performance lineup</li>
<li>βοΈ Ticket management</li>
</ul>
</div>
<div class="event-card green-card">
<i class="fas fa-tools"></i>
<h3>Practical Workshops</h3>
<p>Hands-on learning experiences, skill-building sessions, and interactive workshops with resource materials and expert guidance.</p>
<ul>
<li>βοΈ Resource sharing</li>
<li>βοΈ Interactive sessions</li>
<li>βοΈ Skill tracking</li>
</ul>
</div>
</div>
<div class="event-cta">
<h3>Ready to Create Your Event?</h3>
<p>Join thousands of event organizers who trust EventEase to showcase their college events with style and professionalism.</p>
<a href="#" class="btn primary"><i class="fas fa-rocket"></i> Get Started Today</a>
</div>
</section>
<section class="how-it-works">
<div class="how-header">
<h2>How <span class="highlight">EventEase</span> Works</h2>
<p>Get your college event online in minutes with our streamlined process. From concept to showcase, we've got you covered.</p>
</div>
<div class="how-steps">
<div class="step">
<div class="step-circle blue">1</div>
<div class="step-icon"><i class="fas fa-lightbulb"></i></div>
<h3>Plan Your Event</h3>
<p>Decide the goal, budget, date, and type of event.
<br>Choose a venue and create a schedule.</p>
</div>
<div class="step">
<div class="step-circle orange">2</div>
<div class="step-icon"><i class="fas fa-tasks"></i></div>
<h3>Organize</h3>
<p>Book vendors (like catering, music, lighting). <br> staff, equipment, and permits if needed.</p>
</div>
<div class="step">
<div class="step-circle green">3</div>
<div class="step-icon"><i class="fas fa-bullhorn"></i></div>
<h3>Promote</h3>
<p>Spread the word through social media, ads, or invitations. <br> Manage registrations or ticket sales.</p>
</div>
<div class="step">
<div class="step-circle redblue">4</div>
<div class="step-icon"><i class="fas fa-share-alt"></i></div>
<h3>Execute & Follow Up</h3>
<p>Run the event smoothly, handle any issues. <br> After the event, collect feedback and make</p>
</div>
</div>
</section>
<div class="bgColor">
<section class="create-amazing" id="Contact">
<div class="container">
<div class="left-content">
<h2>Ready to Create <br> Something <span class="highlight">Amazing</span>?</h2>
<p>Join the thousands of event organizers who have already discovered the power of EventEase. Create professional, engaging event pages that drive attendance and create lasting memories.</p>
<div class="stats">
<div><span class="stat-number yellow">500+</span><br>Events Created</div>
<div><span class="stat-number teal">50K+</span><br>Happy Attendees</div>
<div><span class="stat-number white">100+</span><br>Colleges Served</div>
</div>
<div class="btn-group">
<button class="btn1 btn-yellow"><i class="fas fa-ticket-alt"></i> Start Your Event Now</button>
<button class="btn1 btn-outline"><i class="fas fa-image"></i> View Examples</button>
</div>
<div class="support">
<h3>Need Help Getting Started?</h3>
<p><i class="fas fa-envelope"></i> support@eventease.com</p>
<p><i class="fas fa-phone"></i> +1 (555) 123-4567</p>
<p><i class="fas fa-clock"></i> 24/7 Support Available</p>
</div>
</div>
<div class="right-image">
<img src="imge.webp" alt="People having a meeting" />
<div class="badge success">Success Guaranteed <i class="fas fa-star"></i></div>
<div class="badge launch">Launch in Minutes <i class="fas fa-rocket"></i></div>
</div>
</div>
</section>
<section class="join-community">
<div class="container">
<h2>Join the EventEase Community Today</h2>
<p>Don't let your amazing event ideas stay just ideas. Transform them into spectacular showcases that inspire, engage, and create lasting memories for your college community.</p>
<div class="btn-group">
<button class="btn btn-yellow"><i class="fas fa-play"></i> Get Started Free</button>
<button class="btn btn-teal"><i class="fas fa-comments"></i> Contact Us</button>
</div>
</div>
</section>
</div>
<footer class="footer">
<div class="footer-container">
<div class="footer-logo">
<h2>EventEase</h2>
<p>EventEase helps college communities create unforgettable events with professional-grade tools and responsive design.</p>
<div class="footer-socials">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="footer-links">
<div class="footer-section">
<h4>Quick Links</h4>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#speakers">Speakers/Guests</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Event Pages</h4>
<ul>
<li><a href="#registration">Registration</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Get In Touch</h4>
<ul>
<li><a href="mailto:support@eventease.com">Email: support@eventease.com</a></li>
<li><a href="tel:+15551234567">Phone: +1 (555) 123-4567</a></li>
<li>24/7 Support Available</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<div class="footer-newsletter">
<h4>Stay Updated with EventEase</h4>
<p>Get the latest tips, event inspiration, and platform updates delivered to your inbox.</p>
<form action="#" method="post">
<input type="email" placeholder="Enter your email address" required>
<button type="submit" class="subscribe-btn">Subscribe</button>
</form>
</div>
<div class="footer-bottom-info">
<p>Β© 2025 EventEase. All rights reserved. Empowering college events worldwide.</p>
<div class="footer-terms">
<a href="#">Privacy Policy</a>
<a href="#">Terms of Service</a>
<a href="#">Cookie Policy</a>
</div>
</div>
</div>
</div>
</footer>
</body>
<script src="script.js"></script>
</html>