-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
358 lines (347 loc) · 15.9 KB
/
project.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TechVolution 2024</title>
<!-- Add Bootstrap CSS link here -->
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head>
<body>
<!-- Navbar -->
<section class="main" id="main" style="background-color:blueviolet;">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">TechVolution 2024</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#testimonials">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#events">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#gallery">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#timeline">Timeline</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#registration">Registration</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#prizes">Prizes</a>
</li>
</ul>
</div>
</nav>
<!-- Hero section -->
<header class="hero">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2 text-center">
<h1>Welcome to TechVolution 2024</h1>
<p>Join us for the most innovative technology event of the year!</p>
<img src="C:\Users\DELL\OneDrive\Documents\project\tech.jpg" width="700"/>
</div>
</div>
</div>
</header>
<!-- About section -->
<section class="about" id="about">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2 text-center">
<h2>About TechVolution 2024</h2>
<p>TechVolution 2024 is a premier technology event that brings together industry leaders, innovators, and enthusiasts from around the world. Our mission is to showcase the latest trends, technologies, and innovations in the field and provide a platform for networking, collaboration, and learning.</p>
</div>
</div>
</div>
</section>
<!-- Features section -->
<section class="main" id="main" style="background-color:blueviolet;">
<section class="features" id="features">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2 text-center">
<h2>Features of TechVolution 2024</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="card">
<h3>Innovative Keynotes</h3>
<p>Hear from industry leaders and visionaries as they share their insights and perspectives on the future of technology.</p>
</div>
</div>
<div class="col-md-4">
<div class="card">
<h3>Interactive Workshops</h3>
<p>Join hands-on workshops and learn new skills, tools, and techniques from experts in the field.</p>
</div>
</div>
<div class="col-md-4">
<div class="card">
<h3>Networking Opportunities</h3>
<p>Connect with like-minded professionals, entrepreneurs, and investors and expand your network.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials section -->
<section class="testimonials" id="testimonials">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2 text-center">
<h2>Testimonials from Previous Attendees</h2>
</div>
</div>
<div class="row">
<div class="col-md-8 offset-md-2">
<div id="testimonialCarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="testimonial-text">
<p>"TechVolution 2024 was an incredible experience! I learned so much from the workshops and made valuable connections with other professionals in my field."</p>
<p>- Haneesh, Software Engineer</p>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-text">
<p>"I was blown away by the quality of the keynotes and the level of expertise of the speakers. I left the event feeling inspired and motivated to take my career to the next level."</p>
<p>- Haneesh, Product Manager</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#testimonialCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#testimonialCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Events section -->
<section class="events" id="events">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2 text-center">
<h2>Upcoming Events at TechVolution 2024</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="card">
<h3>Innovation Summit</h3>
<p>Join us for a day of keynotes, workshops, and networking focused on the latest trends and innovations in technology.</p>
<p>Date: June 1, 2024</p>
</div>
</div>
<div class="col-md-4">
<div class="card">
<h3>Startup Pitch Competition</h3>
<p>Watch as early-stage startups pitch their ideas to a panel of investors and industry experts for a chance to win funding and prizes.</p>
<p>Date: June 15, 2024</p>
</div>
</div>
<div class="col-md-4">
<div class="card">
<h3>Women in Tech Panel</h3>
<p>Join a panel of successful women in technology as they share their experiences, challenges, and advice for navigating the industry.</p>
<p>Date: July 15, 2024</p>
</div>
</div>
</div>
</div>
</section>
<!-- Gallery section -->
<section class="gallery" id="gallery">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2 text-center">
<h2>Gallery of Previous TechVolution Events</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="C:\Users\DELL\OneDrive\Documents\project\image.jpg" width="379"/>
</div>
<div class="col-md-4">
<img alt="" src="C:\Users\DELL\OneDrive\Documents\project\Produptronica.jpg" width="379"/>
</div>
<div class="col-md-4">
<img src="C:\Users\DELL\OneDrive\Documents\project\event.jpg" width="420"/>
</div>
</div>
</div>
</section>
<!-- Timeline section -->
<section class="timeline" id="timeline">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2 text-center">
<h2>Timeline of TechVolution 2024</h2>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="timeline-item">
<h3>May 15, 2024</h3>
<p>Registration opens for TechVolution 2024</p>
</div>
</div>
<div class="col-md-6">
<div class="timeline-item">
<h3>June 1, 2024</h3>
<p>Early bird registration ends</p>
</div>
</div>
<div class="col-md-6">
<div class="timeline-item">
<h3>July 1, 2024</h3>
<p>Innovation Summit</p>
</div>
</div>
<div class="col-md-6">
<div class="timeline-item">
<h3>August 1, 2024</h3>
<p>Last day to submit proposals for workshops and speaking sessions</p>
</div>
</div>
<div class="col-md-6">
<div class="timeline-item">
<h3>August 15, 2024</h3>
<p>Startup Pitch Competition</p>
</div>
</div>
<div class="col-md-6">
<div class="timeline-item">
<h3>September 1, 2024</h3>
<p>Notification of acceptance for workshops and speaking sessions</p>
</div>
</div>
<div class="col-md-6">
<div class="timeline-item">
<h3>September 15, 2024</h3>
<p>Women in Tech Panel</p>
</div>
</div>
<div class="col-md-6">
<div class="timeline-item">
<h3>October 1, 2024</h3>
<p>Last day for regularregistration</p>
</div>
</div>
<div class="col-md-6">
<div class="timeline-item">
<h3>October 15, 2024</h3>
<p>TechVolution 2024 begins</p>
</div>
</div>
</div>
</div>
</section>
<!-- Registration section -->
<section class="registration" id="registration">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2 text-center">
<h2>Register for TechVolution 2024</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 offset-md-3">
<form>
<div class="form-group">
<label for="name">Name</label>
<input type="text" class="form-control" id="name" placeholder="Enter your name">
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" class="form-control" id="email" placeholder="Enter your email">
</div>
<div class="form-group">
<label for="company">Company</label>
<input type="text" class="form-control" id="company" placeholder="Enter your company name">
</div>
<div class="form-group">
<label for="title">Title</label>
<input type="text" class="form-control" id="title" placeholder="Enter your job title">
</div>
<div class="form-group">
<label for="registrationType">Registration Type</label>
<select class="form-control" id="registrationType">
<option value="standard">Standard</option>
<option value="earlyBird">Early Bird</option>
<option value="group">Group</option>
</select>
</div>
<button type="submit" class="btn btn-primary">Register</button>
</form>
</div>
</div>
</div>
</section>
<!-- Prizes section -->
<section class="prizes" id="prizes">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2 text-center">
<h2>Prizes for TechVolution 2024</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="card">
<h3>Best Startup Pitch</h3>
<p>Win a cash prize of $10,000 and a meeting with a top venture capitalist</p>
</div>
</div>
<div class="col-md-4">
<div class="card">
<h3>Best Workshop</h3>
<p>Win a cash prize of $5,000 and a speaking slot at TechVolution 2025</p>
</div>
</div>
<div class="col-md-4">
<div class="card">
<h3>Best Innovation</h3>
<p>Win a cash prize of $10,000 and a feature in a major technology publication</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2 text-center">
<p>© 2024 TechVolution. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<!-- Add Bootstrap JS link here -->
<script src="script.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.16.6/dist/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>