generated from msft-azure-womens-hackathon/hackathon-submission-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
539 lines (430 loc) · 19 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>Sashakt Stree</title>
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="style_o.css">
</head>
<body>
<!-- header section starts -->
<header>
<div id="menu-bar" class="fas fa-bars"></div>
<a href="#" class="logo"><span>S</span>tree</a>
<nav class="navbar">
<a href="#home">Home</a>
<a href="#book">Vision</a>
<a href="#packages">Objectives</a>
<a href="#services">About Us</a>
<a href="#gallery">Inspiration</a>
<a href="#review">Blogs</a>
<a href="#contact">Contact Us</a>
</nav>
<div class="icons">
<i class="fas fa-search" id="search-btn"></i>
<i class="fas fa-user" id="login-btn"></i>
</div>
<form action="" class="search-bar-container">
<input type="search" id="search-bar" placeholder="search here...">
<label for="search-bar" class="fas fa-search"></label>
</form>
</header>
<!-- header section ends -->
<!-- login form container -->
<div class="login-form-container">
<i class="fas fa-times" id="form-close"></i>
<form action="">
<h3>login</h3>
<input type="email" class="box" placeholder="enter your email">
<input type="password" class="box" placeholder="enter your password">
<input type="submit" value="login now" class="btn">
<input type="checkbox" id="remember">
<label for="remember">remember me</label>
<p>forget password? <a href="#">click here</a></p>
<p>don't have and account? <a href="index.php">register now</a></p>
</form>
</div>
<!-- home section starts -->
<section class="home" id="home">
<div class="content">
<h3>Sashakt Stree</h3>
<p>To educate, inspire, and empower rural women.</p>
<a href="#" class="btn">Discover More- Chat with our AI-Powered Assistant</a>
</div>
<div class="controls">
<span class="vid-btn active" data-src="images/v-3.mp4"></span>
<span class="vid-btn" data-src="images/v-5.mp4"></span>
<span class="vid-btn" data-src="images/v-4.mp4"></span>
<span class="vid-btn" data-src="images/v-2.mp4"></span>
<span class="vid-btn" data-src="images/v-1.mp4"></span>
</div>
<div class="video-container">
<video src="images/v-3.mp4" id="video-slider" loop autoplay muted></video>
</div>
</section>
<!-- home section ends -->
<!-- book section starts -->
<section class="book" id="book">
<h1 class="heading">
<span>V</span>
<span>i</span>
<span>s</span>
<span>i</span>
<span>o</span>
<span>n</span>
</h1>
<div class="row1-container">
<div class="box box-down cyan">
<h2>To Inform</h2>
<p>Sashak Stree means "Strong Women.</p>
<img src="https://assets.codepen.io/2301174/icon-supervisor.svg" alt="">
</div>
<div class="box red">
<h2>To Educate</h2>
<p>Our Mission is to educate, inspire, and empower rural women.</p>
<img src="https://assets.codepen.io/2301174/icon-team-builder.svg" alt="">
</div>
<div class="box box-down blue">
<h2>To Inspire</h2>
<p>Our goalis to reach out to women in ever-more creative ways through technology</p>
<img src="https://assets.codepen.io/2301174/icon-calculator.svg" alt="">
</div>
</div>
<div class="row2-container">
<div class="box orange">
<h2>To Empower Women</h2>
<p>to make them Sashakt in their own ways!</p>
<img src="https://assets.codepen.io/2301174/icon-karma.svg" alt="">
</div>
</div>
</section>
<!-- book section ends -->
<!-- packages section starts -->
<section class="packages" id="packages">
<h1 class="heading">
<span>o</span>
<span>b</span>
<span>j</span>
<span>e</span>
<span>c</span>
<span>t</span>
<span>i</span>
<span>v</span>
<span>e</span>
<span>s</span>
</h1>
<div class="box-container">
<div class="box">
<img src="images/e-1.jpg" alt="">
<div class="content">
<h3> <i class="fas fa-user-graduate"></i> Education </h3>
<p>Sit Idle no more. Go get education!</p>
<a href="https://www.giveindia.org/nonprofit/community-action-for-rural-development-card?utm_source=Blog&utm_campaign=5NGOsForGirlsEducation&utm_medium=5NGOsForGirlsEducation&utm_term=GiveIndia&utm_content=Blog" class="btn">Know More</a>
</div>
</div>
<div class="box">
<img src="images/s-2.jpg" alt="">
<div class="content">
<h3> <i class="fas fa-heartbeat"></i> Health </h3>
<p>A women's health is her Capital!</p>
<a href="https://www.chetnaindia.org/" class="btn">Know More</a>
</div>
</div>
<div class="box">
<img src="images/saf-1.jpg" alt="">
<div class="content">
<h3> <i class="fas fa-eye"></i> Safety </h3>
<p>The best protection any women can have is courage!</p>
<a href="https://docs.google.com/document/d/1RiSNnutlkSz8FcLSXEaZ1kiu9Bq50AbUZzdmFb0k_O0/edit?usp=sharing
" class="btn">Know More</a>
</div>
</div>
<div class="box">
<img src="images/s-4.jpg" alt="">
<div class="content">
<h3> <i class="fas fa-female"></i> Empowerment </h3>
<p>She overcame that was meant to destroy her!</p>
<a href="https://docs.google.com/document/d/1BdakVyPgB145mmfdt4OMRjFkaxbzLvwlgy5rFMPu28c/edit?usp=sharing
" class="btn">Know More</a>
</div>
</div>
<div class="box">
<img src="images/ec-1.jpg" alt="">
<div class="content">
<h3> <i class=" fas fa-hand-holding-usd"></i> Economic Freedom </h3>
<p>Explore the ways for financial Freedom!</p>
<a href="https://drive.google.com/file/d/1ldegTkSM1NSVRn4myVnK8aHOxhyfBKy1/view?usp=sharing" class="btn">Know More</a>
</div>
</div>
<div class="box">
<img src="images/s-6.jpg" alt="">
<div class="content">
<h3> <i class="fas fa-laptop"></i> Women in Tech </h3>
<p>Discover the opportunities for women in tech.</p>
<a href="https://docs.google.com/document/d/1FlJFWCpYv2tTGfuS-qRsVL4yliF3dCX8pw08EPxTjDg/edit" class="btn">Know More</a>
</div>
</div>
</div>
</section>
<!-- packages section ends -->
<!-- services section starts -->
<section class="services" id="services">
<h1 class="heading">
<span>A</span>
<span>b</span>
<span>0</span>
<span>u</span>
<span>t</span>
<span class="space"></span>
<span>u</span>
<span>s</span>
</h1>
<div class="wrapper-grid">
<div class="container">
<div class='banner-img-1'></div>
<img src="images/photo Kk.jpg" alt='profile image' class="profile-img">
<h1 class="name">Khushboo Kumari</h1>
<p class="description">Hi there! My name is Khushboo and I am a freelance, passionate about learning new technologies, a travel enthusiast and multi-tasker. Follow me to stay connected!</p>
<a href="https://www.linkedin.com/in/khushboo-kumari-767434201/" class="btn">Connect</a>
</div>
<div class="container">
<div class='banner-img-2'></div>
<img src="images/mitali.jpg" alt='profile image' class="profile-img">
<p class="name">Mitali Garg</p>
<p class="description">Hi there! My name is Mitali, a 3rd year undergraduate, passionate about solving problems, learning about computers and various technologies. Follow me to stay connected!</p>
<a href="https://www.linkedin.com/in/mitali-garg-a0a1b620b/" class="btn">Connect</a>
</div>
<div class="container">
<div class='banner-img-3'></div>
<img src="images/A-1.jpg" alt='profile image' class="profile-img">
<p class="name">Akanksha Dhar</p>
<p class="description">Hi there! My name is Akanksha, a CSE student and a tech-enthusiast who loves to come up with new ideas and bring them to life through technology. Follow me to stay connected!
</p>
<a href="https://www.linkedin.com/in/akanksha-dhar-1b8303205/" class="btn">Connect</a>
</button>
</div>
</div>
</section>
<section class="gallery" id="gallery">
<h1 class="heading">
<span>I</span>
<span>n</span>
<span>s</span>
<span>p</span>
<span>i</span>
<span>r</span>
<span>i</span>
<span>n</span>
<span>g</span>
<span class="space"></span>
<span>W</span>
<span>o</span>
<span>m</span>
<span>e</span>
<span>n</span>
<span>s</span>
</h1>
<div class="box-container">
<div class="box">
<img src="images/Ins-1.jpg" alt="">
<div class="content">
<h3>Mother Teresa</h3>
<p>As a Catholic nun, she devoted her life to living in chastity, poverty, and charity.</p>
<a href="https://myhero.com/mother-teresa#:~:text=As%20a%20Catholic%20nun%2C%20she,making%20it%20a%20better%20place." class="btn">see more</a>
</div>
</div>
<div class="box">
<img src="images/Ins-2.jpeg" alt="">
<div class="content">
<h3>Sushmita Sen</h3>
<p>a strong, independent, and intelligent woman who believes in living life on her own terms and conditions.</p>
<a href="https://www.vogue.in/culture-and-living/content/6-times-sushmita-sen-proved-she-is-a-woman-of-substance
" class="btn">see more</a>
</div>
</div>
<div class="box">
<img src="images/Ins--1.jpg" alt="">
<div class="content">
<h3>Muniba Mazari</h3>
<p>Learn to be Grateful after Difficulties: Muniba Mazari Story.</p>
<a href="https://thedigitalyug.com/stories/learn-to-be-grateful-after-difficulties-muniba-mazari-story
" class="btn">see more</a>
</div>
</div>
<div class="box">
<img src="images/Ins-4.jpg" alt="">
<div class="content">
<h3>Sudha Murthy</h3>
<p>From becoming the first female Engineer of India to heading a company like Infosys.</p>
<a href=" https://leverageedu.com/blog/sudha-murthy/
" class="btn">see more</a>
</div>
</div>
<div class="box">
<img src="images/Ins--2.jpg" alt="">
<div class="content">
<h3>Seema Kushwaha</h3>
<p>She is known for being legal counsel of victim in 2012 Delhi gang rape and murder case.</p>
<a href="https://en.wikipedia.org/wiki/Seema_Samridhi
" class="btn">see more</a>
</div>
</div>
<div class="box">
<img src="images/Ins-6.jpeg" alt="">
<div class="content">
<h3>Krithi Karanth</h3>
<p>First Indian and Asian woman to win the 2021 WILD Innovator Award, a leading conservation scientist in India.</p>
<a href=" https://www.conservationindia.org/author/krithi
" class="btn">see more</a>
</div>
</div>
<div class="box">
<img src="images/Ins-8.jpg" alt="">
<div class="content">
<h3>Kalpana Saroj
</h3>
<p>Described as the original 'Slumdog Millionaire' , this amazing lady was honoured with the Padma Shri in 2013.</p>
<a href="https://www.bizencyclopedia.com/article/the-life-story-of-kalpana-saroj-a-phoenix-risen-from-the-ashes
" class="btn">see more</a>
</div>
</div>
<div class="box">
<img src="images/Ins-9.jpeg" alt="">
<div class="content">
<h3>Dr. Ritu Karidhal
</h3>
<p>She is a Senior Scientist in Indian Space Research Organization with a key role in realizing the Mars Orbiter Mission.</p>
<a href="https://www.newindianexpress.com/nation/2019/jul/13/from-lucknow-to-the-moon-how-ritu-karidhal-took-on-the-chandrayaan-2-challenge-2003457.html
" class="btn">see more</a>
</div>
</div>
<div class="box">
<img src="images/Ins-7.jpg" alt="">
<div class="content">
<h3>Mary Kom</h3>
<p>Mary Kom is the most celebrated boxer in India, an inspiration to thousands of Indians, especially many Indian women.</p>
<a href="https://www.storyofsouls.com/truly-inspiring-story-mary-kom/
" class="btn">see more</a>
</div>
</div>
</div>
</section>
<!-- gallery section ends -->
<!-- review section starts -->
<section class="review" id="review">
<h1 class="heading">
<span>b</span>
<span>l</span>
<span>o</span>
<span>g</span>
<span>s</span>
</h1>
<div class="swiper-container review-slider">
<div class="swiper-wrapper">
</div>
<div class="swiper-slide">
<div class="box">
<img src="images/b-1.jpg" alt="">
<h3>RURAL WOMEN: KEY TO NEW INDIA'S AGRARIAN REVOLUTION</h3>
<p>Rural women are torchbearers for social, economic and environment transformation for the New India. In India, Agriculture employs about 80 percent of rural women. </p>
<a href="https://www.niti.gov.in/rural-women-key-new-indias-agrarian-revolution" class="btn">see more</a>
</div>
</div>
<div class="swiper-slide">
<div class="box">
<img src="images/b-2.jpg" alt="">
<h3>Women in India: Unheard Stories</h3>
<p>From pioneers of the past to innovators of the present, meet the women who have changed Indian culture forever!</p>
<a href="https://artsandculture.google.com/project/indias-women-in-culture" class="btn">see more</a>
</div>
</div>
<div class="swiper-slide">
<div class="box">
<img src="images/b-3.jpg" alt="">
<h3>Celebrating India's Rural Women: 3 Inspiring Stories of Women Farmers Bringing About Change</h3>
<p>Empowering and investing in rural women is also pre-requisite to fulfilling the vision of the Sustainable Development Goals that aims to end poverty and hunger, protect the environment, improve health parameters and empower all women. </p>
<a href="https://www.thebetterindia.com/71745/india-women-farmers-international-day-of-rural-women/" class="btn">see more</a>
</div>
</div>
</div>
</div>
</section>
<!-- review section ends -->
<!-- contact section starts -->
<section class="contact" id="contact">
<h1 class="heading">
<span>c</span>
<span>o</span>
<span>n</span>
<span>t</span>
<span>a</span>
<span>c</span>
<span>t</span>
<span class="space"></span>
<span>u</span>
<span>s</span>
</h1>
<div class="row">
<div class="image">
<img src="images/C-1.jpg" alt="">
</div>
<form action="insert.php" method="POST">
<div class="inputBox">
<input type="text" placeholder="Name" name="username" required>
<input type="email" placeholder="E-mail" name="email" required>
</div>
<div class="inputBox">
<input type="number" placeholder="Number" name="phone" required>
<input type="text" placeholder="Subject" name="text" required>
</div>
<textarea placeholder="Message" id="" cols="30" rows="10" name="message" required></textarea>
<input type="submit" class="btn" value="Submit" name="submit">
</form>
</div>
</section>
<!-- contact section ends -->
<!-- brand section -->
<section class="brand-container">
<div class="swiper-container brand-slider">
<div class="swiper-wrapper">
<div class="swiper-slide"><img src="images/1.jpg" alt=""></div>
<div class="swiper-slide"><img src="images/2.jpg" alt=""></div>
<div class="swiper-slide"><img src="images/3.jpg" alt=""></div>
<div class="swiper-slide"><img src="images/4.jpg" alt=""></div>
<div class="swiper-slide"><img src="images/5.jpg" alt=""></div>
<div class="swiper-slide"><img src="images/6.jpg" alt=""></div>
</div>
</div>
</section>
<!-- footer section -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>Our Socials</h3>
<a href="https://www.linkedin.com/in/khushboo-kumari-767434201/">Khushboo</a>
<a href="#">Mitali</a>
<a href="https://www.linkedin.com/in/akanksha-dhar-1b8303205/">Akanksha</a>
</div>
<div class="box">
<h3>quick links</h3>
<a href="#">Home</a>
<a href="#">Vision</a>
<a href="#">Objectives</a>
<a href="#">About Us</a>
<a href="#">Inspiring Stories</a>
<a href="#">Blogs</a>
<a href="#">Contact Us</a>
</div>
</div>
<h1 class="credit"> Created by <span> The Sashakt Stree Team </span> | All rights reserved! </h1>
</section>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- custom js file link -->
<script src="script.js"></script>
</body>
</html>