-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
565 lines (487 loc) · 24.8 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
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<!-- Google font -->
<link
href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,900;1,800&display=swap"
rel="stylesheet">
<!-- Our CSS -->
<link rel="stylesheet" href="styles.css">
<!-- Tab & fav icon-->
<title>SheGazette</title>
<link rel="shortcut icon" type="images/svg" href="images/0.1favicon.svg" />
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
</head>
<body>
<!-- Nav bar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light nav-pills justify-content-end">
<div class="container-fluid">
<button class="navbar-toggler defcolor" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo03" aria-controls="navbarTogglerDemo03" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- <a class="navbar-brand" href="#">Navbar</a> -->
<a class="navbar-brand" href="index.html"><img src="images/1.0logo.svg" width="100px"></a>
<div class="collapse navbar-collapse" id="navbarTogglerDemo03">
<!-- <ul class="navbar-nav me-auto mb-2 mb-lg-0 "> -->
<nav>
<ul class=" justify-content-end navbar-nav me-auto mb-2 mb-lg-0 nav nav-pills">
<li class="nav-item">
<a class="nav-link rounded-pill active" aria-current="page" href="index.html"><img
class="icon" src="images/1.1home.svg">Home</a>
</li>
<li class="nav-item inactive">
<a class="nav-link" href="#opportunities"><img class="icon"
src="images/1.2opportunities.svg">Opportunities</a>
</li>
<li class="nav-item inactive">
<a class="nav-link" target="_blank" href="https://shikha-16.github.io/Women-in-Technology/"><img class="icon"
src="images/1.3resources.svg">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#aboutus"><img class="icon" src="images/1.4aboutus.svg">About
us</a>
</li>
<li class="nav-item">
<a class="nav-link mb-4" data-toggle="modal" data-target="#modalContactForm" href=""><img
class="icon" src="images/1.5contactus.svg">Contact us</a>
</li>
</ul>
</nav>
<form class="d-flex">
</form>
</div>
</div>
</nav>
<!-- nav bar ends here -->
<!-- Section 1 -->
<div class="container0">
<div class="row">
<div class="col-T2">
<h1>Subscribe to our newsletter</h1>
<p>We are driven by the belief that we can accomplish more together.
Join our community for regular reminders regarding upcoming scholarships, opportunities and
much more.</p>
<a href="https://marvelous-mover-3921.ck.page/9d887f89cf" class="btn">Subscribe →</a>
</div>
<div class="col-T2">
<img class="illus1" src="images/2.1illus1.svg" width="670px">
</div>
</div>
</div>
<!-- Section 1 ends here -->
<div id="opportunities">
<!-- Commom Container -->
<div class="container">
<div class="rowT2">
<!-- Calendar starts here -->
<div class="calendar col-3">
<div class="front">
<div class="current-date">
<h1>Reminder</h1>
<h1>November 2021</h1>
</div>
<div class="current-month">
<ul class="week-days">
<li>M</li>
<li>T</li>
<li>W</li>
<li>Th</li>
<li>F</li>
<li>Sa</li>
<li>S</li>
</ul>
<div class="weeks">
<div class="first">
<!-- <span class="last-month">30</span>
<span class="last-month">31</span> -->
<span>01</span>
<span>02</span>
<span>03</span>
<span>04</span>
<span>05</span>
<span>06</span>
<span >07</span>
</div>
<div class="second">
<!-- <span class="active">06</span> -->
<span >08</span>
<span>09</span>
<span>10</span>
<span>11</span>
<span>12</span>
<span>13</span>
<span>14</span>
</div>
<div class="third">
<span>15</span>
<span>16</span>
<span>17</span>
<span>18</span>
<span class="active">19</span>
<span>20</span>
<span>21</span>
<!-- <span class="active">15</span> -->
</div>
<div class="fourth">
<span>22</span>
<span>23</span>
<span>24</span>
<span>25</span>
<span>26</span>
<span>27</span>
<span>28</span>
</div>
<div class="fifth">
<span>29</span>
<span>30</span>
<span class="last-month">1</span>
<span class="last-month">2</span>
<span class="last-month">3</span>
<span class="last-month">4</span>
<span class="last-month">5</span>
<!-- <span>27</span>
<span>28</span>
<span>29</span>
<span>30</span> -->
</div>
<!-- <div class="sixth">
<span>31</span>
</div> -->
</div>
</div>
</div>
<!-- <div class="back">
<input placeholder="What's the event?">
<div class="info">
<div class="date">
<p class="info-date">
Date: <span>Jan 15th, 2016</span>
</p>
<p class="info-time">
Event Name: <span>6:35 PM</span>
</p>
</div>
<div class="address">
<p>
Link: <span>129 W 81st St, New York, NY</span>
</p>
</div>
<div class="observations">
<p>
Description: <span>Be there 15 minutes earlier</span>
</p>
</div>
</div>
<div class="actions">
<button class="save">
OK, Got it! <i class="ion-checkmark"></i>
</button>
<button class="dismiss">
Dismiss <i class="ion-android-close"></i>
</button>
</div>
</div> -->
</div>
<!-- Calendar ends here -->
<!-- poppin starts here -->
<div class="poppin col-3">
<h2>What's Poppin'</h2>
<div class="plink">
<div class="btn3 btn-rounded">
<a href="https://careers.google.com/jobs/results/112863192234762950-software-engineering-intern-summer-2022/">
Software Intern
<h6>Google | 06 September</h6>
<p>Work on core products and services as well as those who support critical functions and operations.</p>
</a>
</div>
<div class="btn3 btn-rounded">
<a href="https://dare2compete.com/competition/d2c-recruitables-off-campus-hiring-drive-for-software-development-engineer-sde-roles-dare2compete-188438?lb=Hl9ALmD">
D2C Recruitables
<h6>Dare2Compete | 19 September</h6>
<p>Opportunities from companies that hire the best and provide one of the best salaries and cultures to excel in the job.
</p>
</a>
</div>
<div class="btn3 btn-rounded">
<a href="https://studentambassadors.microsoft.com/">
Microsoft Learn Student Ambassador
<h6>Microsoft | All-Year-round</h6>
<p>Become a leader in your local tech community and empower your peers.</p>
</a>
</div>
<!-- <div class="btn3 btn-rounded">
<a href="#!">
Nutanix Scholarship
<p>ahgbyuhbuhb</p>
</a>
</div> -->
</div>
</div>
<!-- poppin ends here -->
</div>
</div>
</div>
<!-- Commom Container ends here -->
<!-- About Us starts here -->
<div id="aboutus">
<div class="container1">
<div class="rowT2">
<div class="col-T2">
<img class="laptop" src="images/3.1illus2.svg" width="600px">
<img class="phone" src="images/3.2illus2.2phone.svg" width="300px">
</div>
<div class="col-T2 aboutus">
<h1>About Us</h1>
<p>She Gazette is a community for female students. We provide constant reminders about
year-round
scholarships, conferences and other programs. Our community helps students connect with past
achievers
to educate, equip and empower them. We endeavor to elevate the academic pursuits of ambitious
students by guaranteeing awareness about opportunities, followed by constant guidance, and help
women embrace technology.
</p>
<a href="ourteam.html" class="btn">Our Team →</a>
</div>
</div>
</div>
</div>
<!-- About us ends here -->
<!-- Carousel -->
<!-- partial:index.partial.html -->
<div id="example" class="carousel">
<carousel-3d :autoplay="true" :autoplay-timeout="6000" :controls-visible="true"
:controls-prev-html="'‹ '" :controls-next-html="'›'" :controls-width="10"
:controls-height="30" :clickable="false">
<slide :index="0">
<img src="images/4.0quote.svg">
</slide>
<slide :index="1">
<img src="images/4.1quote.svg">
</slide>
<slide :index="2">
<img src="images/4.2quote.svg">
</slide>
<slide :index="3">
<img src="images/4.3quote.svg">
</slide>
<slide :index="4">
<img src="images/4.4quote.svg">
</slide>
<slide :index="5">
<img src="images/4.5quote.svg">
</slide>
<!-- <slide :index="6">
<img src="https://i.pinimg.com/originals/53/b0/77/53b077524c0dd34ac0cf92631ab1e9a6.jpg">
</slide> -->
</carousel-3d>
</div>
<!-- partial -->
<script src='https://wlada.github.io/vue-carousel-3d/js/carousel-3d.umd.js'></script>
<script src='https://wlada.github.io/vue-carousel-3d/js/vue.js'></script>
<script src="./script.js"></script>
<!-- Carousel ends here -->
<!-- Footer starts here -->
<footer>
<div class="container3 text-center">
<div class="footer-text">
<!--buttons-->
<div class="footer-buttons">
<ul class="list-unstyled list-inline text-center py-2">
<li class="list-inline-item">
<a data-toggle="modal" data-target="#modalContactForm" href="#!"
class="btn2 btn-rounded">Get in touch</a>
</li>
<li class="list-inline-item">
<a href="https://forms.gle/wiuLKDaLH8rcSkZ79" class="btn2 btn-rounded">Join our team</a>
</li>
<li class="list-inline-item">
<a href="https://marvelous-mover-3921.ck.page/9d887f89cf" class="btn2 btn-rounded">Subscribe</a>
</li>
</ul>
</div>
<!--buttons end here-->
<!--icons-->
<div class="footer-icons">
<ul class="list-unstyled list-inline text-center">
<li class="list-inline-item">
<a href="https://www.instagram.com/shegazette/" target="_blank">
<img src="images/5.2.1instagram.svg" width="50" height="20">
</a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/shegazette" target="_blank">
<img src="images/5.2.2twitter.svg" width="50" height="20">
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/SheGazette/SheGazetteWebsite" target="_blank">
<img src="images/5.2.3github.svg" width="50" height="20">
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/company/she-gazette" target="_blank">
<img src="images/5.2.4linkedin.svg" width="50" height="20">
</a>
</li>
<li class="list-inline-item">
<a href="https://discord.gg/UpYmxR8ar5" target="_blank">
<span class="iconify" data-icon="ph:discord-logo-fill" data-inline="false" width="50" height="25" color=#ffe4e1></span>
</a>
</li>
</ul>
</div>
<!--icons end here-->
<!-- Copyright -->
<div class="copyright text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2021 SheGazette. All rights reserved.
</div>
<!-- Copyright ends here -->
</div>
</div>
</footer>
<!-- Footer ends here -->
<!-- contact us -->
<div class="modal fade" id="modalContactForm" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header text-center">
<h3 class="modal-title w-100">Contact Us</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="container4">
<div class="rowT2">
<div class="col-2">
<!-- <div class="modal-body mx-3"> -->
<div>
<img src="images/z3-1.1contactUs.svg" width="400px">
</div>
<!-- </div> -->
</div>
<div class="col-2">
<div class="modal-body mx-3">
<form action="POST" data-netlify="true">
<div class="md-form mb-5">
<!-- <label data-error="wrong" data-success="right" for="name"></label> -->
<!-- <i class="fas fa-user prefix grey-text"></i> -->
<input type="text" id="name" name="name" class="form-control validate"
placeholder="Your Name">
</div>
<div class="md-form mb-5">
<!-- <i class="fas fa-envelope prefix grey-text"></i> -->
<!-- <label data-error="wrong" data-success="right" for="email"></label> -->
<input type="email" id="email" name="email" class="form-control validate"
placeholder="Your Email">
</div>
<!-- <div class="md-form mb-5">
<i class="fas fa-tag prefix grey-text"></i>
<input type="text" id="form32" class="form-control validate" placeholder="Subject">
<label data-error="wrong" data-success="right" for="form32"></label>
</div> -->
<div class="md-form">
<!-- <i class="fas fa-pencil prefix grey-text"></i> -->
<!-- <label for="messaage" data-error="wrong" data-success="right" for="form8"></label> -->
<textarea type="text" name="message" id="message"
class="md-textarea form-control" rows="4"
placeholder="Your message"></textarea>
</div>
<div class="md-form mb-5 robot">
<div data-netlify-recaptcha="true"></div>
</div>
<div class="modal-footer d-flex justify-content-center">
<button input type="submit" class="btn btn-unique contactUs-btn">Send Message<i
class="fas fa-paper-plane-o ml-1"></i></button>
</div>
</div>
</div>
</form>
</div>
</div>
<p class="contactUs-p">
We're committed to your privacy. By submitting this form, She Gazette will use the information you
provide to
us to contact you about our relevant content and services.
</p>
</div>
</div>
</div>
<!-- contact us ends here -->
<!-- JS starts here -->
<!-- Calendar JS -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.js"></script> -->
<!-- Optional JavaScript; choose one of the two! -->
<script>
// Calendar JS starts here
// var app = {
// settings: {
// container: $('.calendar'),
// calendar: $('.front'),
// days: $('.weeks span'),
// form: $('.back'),
// input: $('.back input'),
// buttons: $('.back button')
// },
// init: function () {
// instance = this;
// settings = this.settings;
// this.bindUIActions();
// },
// swap: function (currentSide, desiredSide) {
// settings.container.toggleClass('flip');
// currentSide.fadeOut(900);
// currentSide.hide();
// desiredSide.show();
// },
// bindUIActions: function () {
// settings.days.on('click', function () {
// instance.swap(settings.calendar, settings.form);
// settings.input.focus();
// });
// settings.buttons.on('click', function () {
// instance.swap(settings.form, settings.calendar);
// });
// }
// }
// app.init();
// Calendar JS ends here
new Vue({
el: '#example',
components: {
'carousel-3d': window['carousel-3d'].Carousel3d,
'slide': window['carousel-3d'].Slide
}
})
</script>
<!-- Option 1: Bootstrap Bundle with Popper -->
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-SR1sx49pcuLnqZUnnPwx6FCym0wLsk5JZuNx2bPPENzswTNFaQU1RDvt3wT4gWFG" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc" crossorigin="anonymous"></script>
-->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<!-- JS ends here -->
</body>
</html>