-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
521 lines (504 loc) · 22.2 KB
/
index.html
File metadata and controls
521 lines (504 loc) · 22.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SheCodes-Think and Do</title>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!--Bootstrap CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<style>
img {
opacity: 0.6;
}
h1 {
color: white;;
font-family: "Times New Roman", Times, serif;
}
body {
background-image: url("./bimage.jpg");
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: white;
text-align:center;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">SheCodes</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="./index.html"
>Home <span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About us</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Technology
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a
class="dropdown-item"
href="https://github.com/30DaysofWebDEV/DSC-30-Days-of-Web/blob/main/HTML"
>HTML</a
>
<a
class="dropdown-item"
href="https://github.com/30DaysofWebDEV/DSC-30-Days-of-Web/blob/main/CSS"
>CSS</a
>
<a
class="dropdown-item"
href="https://github.com/30DaysofWebDEV/DSC-30-Days-of-Web/tree/main/Bootstrap"
>Bootstrap</a
>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">More to come</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.php">Contact</a>
</li>
</ul>
<script async src="https://cse.google.com/cse.js?cx=007019498718139788174:amtiepdpgeg">
</script>
<div class="gcse-search"></div>
<div class="mx-2">
<button
type="button"
class="btn btn-danger"
onclick="document.location='./login.html'"
>
LogIn
</button>
<button
type="button"
class="btn btn-danger"
onclick="document.location='./registration.html'"
>
SignUp
</button>
</div>
</div>
</nav>
<!--<div
id="carouselExampleIndicators"
class="carousel slide carousel-fade"
data-ride="carousel"
>
<ol class="carousel-indicators">
<li
data-target="#carouselExampleIndicators"
data-slide-to="0"
class="active"
></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img
class="d-block w-100"
src="/images/giphy.gif"
alt="First slide"
width="1400"
height="400"
/>
<div class="carousel-caption d-none d-md-block">
<h1 class="text-center">WELCOME</h1>
<p>Blogs,Projects,Hackathons</p>
<button class="btn btn-danger">Research</button>
<a class="btn btn-primary" href="/events.html" role="button"
>Link</a
>
<button class="btn btn-primary">Extra-Curriculars</button>
</div>
</div>
<div class="carousel-item">
<img
class="d-block w-100"
src="/images/coder.jpg"
alt="Second slide"
width="1400"
height="400"
/>
<div class="carousel-caption d-none d-md-block">
<h2>Showcase your skills</h2>
<p>Blogs,Projects,Hackathons</p>
<button class="btn btn-danger" href="/research.html">
Research
</button>
<button class="btn btn-success" href="/events.html">Events</button>
<button class="btn btn-primary" href="/fun.html">
Extra-Curriculars
</button>
</div>
</div>
<div class="carousel-item">
<img
class="d-block w-100"
src="/images/code2.jpg"
alt="Third slide"
width="1400"
height="400"
/>
<div class="carousel-caption d-none d-md-block">
<h2>Knowledge shared=Knowledge squared</h2>
<p>Blogs,Projects,Hackathons</p>
<button class="btn btn-danger">Research</button>
<button class="btn btn-success">Events</button>
<button class="btn btn-primary">Extra-Curriculars</button>
</div>
</div>
</div>-->
<div id="carouselExampleIndicators" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="" alt="First slide" width="1400" height="400">
<div class="carousel-caption d-none d-md-block">
<h1 class="text-center">WELCOME</h1>
<p>Blogs,Projects,Hackathons</p>
<a class="btn btn-primary" href="./research.html" role="button">Resources</a>
<a class="btn btn-danger" href="./fun.html" role="button">Extra-Curriculars</a>
<a class="btn btn-success" href="./events.html" role="button">Events</a>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="" alt="Second slide" width="1400" height="400">
<div class="carousel-caption d-none d-md-block">
<h2>Showcase your skills</h2>
<p>Blogs,Projects,Hackathons</p>
<a class="btn btn-primary" href="./research.html" role="button">Resources</a>
<a class="btn btn-danger" href="./fun.html" role="button">Extra-Curriculars</a>
<a class="btn btn-success" href="./events.html" role="button">Events</a>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="" alt="Third slide" width="1400" height="400">
<div class="carousel-caption d-none d-md-block">
<h2>Knowledge shared=Knowledge squared</h2>
<p>Blogs,Projects,Hackathons</p>
<a class="btn btn-primary" href="./research.html" role="button">Resources</a>
<a class="btn btn-danger" href="./fun.html" role="button">Extra-Curriculars</a>
<a class="btn btn-success" href="./events.html" role="button">Events</a>
</div>
</div>
</div>
<a
class="carousel-control-prev"
href="#carouselExampleIndicators"
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="#carouselExampleIndicators"
role="button"
data-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<h3 class="text-center my-2">Upcoming technical events</h3>
<div class="container my-4">
<div class="row mb-2">
<div class="col-md-6">
<div class="card flex-md-row mb-4 shadow-sm h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<strong class="d-inline-block mb-2 text-primary">World</strong>
<h3 class="mb-0">
<a
class="text-dark"
href="https://codingcompetitions.withgoogle.com/hashcode"
>Google Hashcode</a
>
</h3>
<div class="mb-1 text-muted">Jan 10</div>
<p class="card-text mb-auto">A Team coding competition</p>
<a href="https://codingcompetitions.withgoogle.com/hashcode"
>Apply Here</a
>
</div>
<img
class="card-img-right flex-auto d-none d-lg-block"
data-src="holder.js/200x250?theme=thumb"
alt="Thumbnail [200x250]"
src="https://source.unsplash.com/1600x900/?technical,google,hashcode"
data-holder-rendered="true"
style="width: 200px; height: 250px"
/>
</div>
</div>
<div class="col-md-6">
<div class="card flex-md-row mb-4 shadow-sm h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<strong class="d-inline-block mb-2 text-success">Country</strong>
<h3 class="mb-0">
<a class="text-dark" href="#">Hacktoberfest</a>
</h3>
<div class="mb-1 text-muted">Oct 15</div>
<p class="card-text mb-auto">Head into open-source</p>
<a href="#">Ended</a>
</div>
<img
class="card-img-right flex-auto d-none d-lg-block"
data-src="holder.js/200x250?theme=thumb"
alt="Thumbnail [200x250]"
src="https://source.unsplash.com/1600x900/?hackathons"
data-holder-rendered="true"
style="width: 200px; height: 250px"
/>
</div>
</div>
<div class="col-md-6">
<div class="card flex-md-row mb-4 shadow-sm h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<strong class="d-inline-block mb-2 text-success">Country</strong>
<h3 class="mb-0">
<a class="text-dark" href="#">Learn Web Development</a>
</h3>
<div class="mb-1 text-muted">Jan 25</div>
<p class="card-text mb-auto">30 Days of Web development</p>
<a href="#">Ended</a>
</div>
<img
class="card-img-right flex-auto d-none d-lg-block"
data-src="holder.js/200x250?theme=thumb"
alt="Thumbnail [200x250]"
src="https://source.unsplash.com/1600x900/?tech,code,laptop"
data-holder-rendered="true"
style="width: 200px; height: 250px"
/>
</div>
</div>
<div class="col-md-6">
<div class="card flex-md-row mb-4 shadow-sm h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<strong class="d-inline-block mb-2 text-primary">World</strong>
<h3 class="mb-0">
<a class="text-dark" href="https://summerofcode.withgoogle.com/"
>Google Summer of code</a
>
</h3>
<div class="mb-1 text-muted">March</div>
<p class="card-text mb-auto">Boost your open-source journey</p>
<a href="https://summerofcode.withgoogle.com/">Apply Here</a>
</div>
<img
class="card-img-right flex-auto d-none d-lg-block"
data-src="holder.js/200x250?theme=thumb"
alt="Thumbnail [200x250]"
src="https://source.unsplash.com/1600x900/?Gsoc,opensource"
data-holder-rendered="true"
style="width: 200px; height: 250px"
/>
</div>
</div>
</div>
</div>
<!--<div class="container">
<h4 class="text-center">Skills</h4>
<div class="progress">
<div class="progress-bar bg-success" role="progressbar" style="width: 45%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">Web Development</div>
</div>
<div class="progress">
<div class="progress-bar bg-info" role="progressbar" style="width: 65%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">Java</div>
</div>
<div class="progress">
<div class="progress-bar bg-warning" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">Python</div>
</div>
<div class="progress">
<div class="progress-bar bg-danger" role="progressbar" style="width: 100%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">C++</div>
</div>
</div>-->
<!---
<div class="card text-center my-4">
<div class="card-header">
CONTACT FORM
</div>
<div class="card-body">
<form action="">
- <p class="bg-dark text-white"><b>Required fields are followed by *</b></p>
<div class="form-group">
<span class="col-md-1 col-md-offset-2 text-center"><i class="fa fa-user bigicon"></i></span>
<div class="col-md-8">
<p>FIRST NAME: * <input type="text" name="name" required></p>
<p>LAST NAME: * <input type="text" name="name" required></p>
</div>
<div class="row">
<div class="col">
<input type="text" class="form-control" placeholder="First name">
</div>
<div class="col">
<input type="text" class="form-control" placeholder="Last name">
</div>
</div>
<form>
<div class="form-row">
<div class="form-group col-md-6">
<label for="inputEmail4">Email</label>
<input type="email" class="form-control" id="inputEmail4" placeholder="Email">
</div>
<div class="form-group col-md-6">
<label for="inputPassword4">Password</label>
<input type="password" class="form-control" id="inputPassword4" placeholder="Password">
</div>
</div>
<div class="form-group">
<label for="inputAddress">Address 1</label>
<input type="text" class="form-control" id="inputAddress" placeholder="1234 Main St">
</div>
<div class="form-group">
<label for="inputAddress2">Address 2</label>
<input type="text" class="form-control" id="inputAddress2" placeholder="Apartment, studio, or floor">
</div>
<div class="form-row">
<div class="form-group col-md-6">
<label for="inputCity">City</label>
<input type="text" class="form-control" id="inputCity">
</div>
<div class="form-group col-md-4">
<label for="inputState">State</label>
<select id="inputState" class="form-control">
<option selected>Choose...</option>
<option>Telangana</option>
<option>AP</option>
<option>Orrisa</option>
<option>MP</option>
<option>Other</option>
</select>
</div>
<div class="form-group col-md-2">
<label for="inputZip">Zip</label>
<input type="text" class="form-control" id="inputZip">
</div>
</div>
<div class="form-group">
<div class="form-check">
<input class="form-check-input" type="checkbox" id="gridCheck">
<label class="form-check-label" for="gridCheck">
Check me out
</label>
</div>
</div>
<button type="submit" class="btn btn-primary">Sign in</button>
</form>
<div class="form-group">
<span class="col-md-1 col-md-offset-2 text-center"><i class="fa fa-user bigicon"></i></span>
<div class="col-md-8">
<fieldset>
<legend>Gender: *</legend>
<p>
Male <input type="radio" name="gender" required>
Female<input type="radio" name="gender" required>
Other<input type="radio" name="gender" required></Male>
</p>
</fieldset>
</div>
<div class="form-group">
<span class="col-md-1 col-md-offset-2 text-center"><i class="fa fa-user bigicon"></i></span>
<div class="col-md-8">
<p>Age * <input type="number" name="number" id="number" min=1 max=100 required></p>
<p>Phone number * <input type="number" name="number" id="number" min=10 max=13 required>
</p>
<p>
Email: *<input type="email" name="email" id="email" required>
</p>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="customCheck"
name="example1">
<label class="custom-control-label" for="customCheck">Remember me</label>
</div>
</div>
</div>
</form>
</div>
</div>-->
<div>
<h1>WOMEN IN TECHNOLOGY</h1>
<p>
When one woman helps another, amazing things can happen. Professional careers leap forward. That's what Women in Technology is all about. As the premier professional association for women in the technology industry, we understand the unique challenges you face. No matter where you are in your professional development, or what technology-related field you're in, our community offers a broad range of support, programs and resources to advance women in technology from the classroom to the boardroom.</p>
<h2 >BECOME A MEMBER TODAY</h2>
<p>Be Part of the WIT Movement and join our community of technology leaders, professionals and students TODAY!
Membership with SheCodes is FREE</p>
<h2>Learn by Doing</h2>
<p> If you want to start learning how to code, here is a great site for that! Codecademy
Once you know basic coding, get started! Dive into any one of these, and learn more as you progress.
<ul> <li>Competitive Programming</li>
<li> Open Source Projects</li>
<li>Front-End Development</li>
<li>Back-end Development</li>
<li>Machine Learning and AI</li>
<li>Data Science/ Big Data</li>
<li>IoT; guide</li>
<li>Cybersecurity</li>
<li> Hackathons</li>
</ul>
</p>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
</body>
<footer class="container">
<p class="float-right"><a href="#">Back to top</a></p>
<p>© 2021 SheCodes <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
</html>