-
Notifications
You must be signed in to change notification settings - Fork 2
/
indexUpdated.html
457 lines (432 loc) · 13.6 KB
/
indexUpdated.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Lean In India Index -->
<title>Lean In India</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link href="http://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<style>
body {
font: 400 15px/1.8 Lato, sans-serif;
color: #777;
}
h3, h4 {
margin: 10px 0 30px 0;
letter-spacing: 10px;
font-size: 20px;
color: #111;
}
.container {
padding: 80px 120px;
}
.person {
border: 8px solid transparent;
margin-bottom: 25px;
width: 80%;
height: 80%;
}
.person:hover {
border-color: #fff;
}
.carousel-inner img {
-webkit-filter: grayscale(90%);
filter: grayscale(90%); /* make all photos black and white */
width: 100%; /* Set width to 100% */
margin: auto;
max-height:600px !important;
}
.carousel-caption h3 {
color: #fff !important;
}
.bg-1 {
background: #2d2d30;
color: #bdbdbd;
}
.bg-1 h3 {color: #fff;}
.bg-1 p {font-style: italic;}
.list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.list-group-item:last-child {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.thumbnail {
padding: 0 0 15px 0;
border: none;
border-radius: 0;
}
.thumbnail p {
margin-top: 15px;
color: #555;
}
.btn {
padding: 10px 20px;
background-color: #333;
color: #fff;
border-radius: 0;
transition: .2s;
}
.btn:hover, .btn:focus {
border: 1px solid #333;
background-color: #fff;
color: #000;
}
.modal-header, h4, .close {
background-color: #333;
color: #fff !important;
text-align: center;
font-size: 30px;
}
.modal-header, .modal-body {
padding: 40px 50px;
}
.nav-tabs li a {
color: #777;
}
.navbar {
font-family: Montserrat, sans-serif;
margin-bottom: 0;
background-color: #E52E1A;
border: 0;
font-size: 11px !important;
letter-spacing: 4px;
opacity: 0.9;
}
.navbar li a, .navbar {
color: #d5d5d5 !important;
}
.navbar-brand{
color: #fff !important;
}
.navbar-nav li a:hover {
color: #fff !important;
}
.navbar-nav li.active a {
color: #fff !important;
background-color: #29292c !important;
}
.navbar-default .navbar-toggle {
border-color: transparent;
}
.open .dropdown-toggle {
color: #fff;
background-color: #292920 !important;
}
.dropdown-menu li a {
color: #000 !important;
}
.dropdown-menu li a:hover {
background-color: #E52E1A !important;
}
footer {
background-color: #2d2d30;
color: #f5f5f5;
padding: 32px;
}
.search:focus{
outline-color:#E52E1A;
}
.search {
padding:3px 10px;
margin: -10px 0 0 0;
border:0px solid #dbdbdb;
}
.button {
position:relative;
padding:2px 15px;
left:-8px;
border:2px solid #E52E1A;
background-color:#E52E1A;
color:#fafafa;
}
.button:hover {
background-color:#fafafa;
color:#E52E1A;
}
footer a {
color: #f5f5f5;
}
footer a:hover {
color: #777;
text-decoration: none;
}
.form-control {
border-radius: 0;
}
textarea {
resize: none;
}
</style>
</head>
<body id="LeanIn" data-spy="scroll" data-target=".navbar" data-offset="50">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#LeanIn">LEAN IN INDIA</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="#aboutus">WHO WE ARE</a></li>
<li><a href="#circles">CIRCLES</a></li>
<li><a href="#inspi">INSPIRATION</a></li>
<li><a href="#contact">CONTACT US</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">EXPLORE
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Our Mentors</a></li> <!--mentors page-->
<li><a href="#">Moments</a></li> <!--like red scarf and video thing-->
<li><a href="#">Events</a></li> <!--Event calender showing public events-->
</ul>
</li>
<!-- <li><a href="#"><span class="glyphicon glyphicon-search"></span></a></li> -->
</ul>
</div>
</div>
</nav>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="1.jpg" width="1200" height="200">
<div class="carousel-caption">
<strong>Sheryl Sandberg</strong>
<br>Let's Lean In!
</div>
</div>
<div class="item">
<img src="2.jpg" alt="" width="1200" height="200">
<div class="carousel-caption">
<strong>Caption 2</strong>
<br>Text 2
</div>
</div>
<div class="item">
<img src="c.jpg" alt="" width="1200" height="200">
<div class="carousel-caption">
<strong>Caption 3</strong>
<br>Text 3
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Container (About us Section) -->
<div id="aboutus" class="container text-center">
<h3> LEAN IN INDIA </h3>
<p><em>What would you do if you weren't afraid?</em></p>
<p>India's official LeanIn.Org page, the nonprofit organization founded by Facebook COO Sheryl Sandberg to empower all women to achieve their ambitions.</p>
</div>
<!-- Container (Circle Section) -->
<div id="circles" class="bg-1">
<div class="container">
<h3 class="text-center">POPULAR CIRCLES</h3>
<p class="text-center">Check out the latest happenings in your nearest circle.</p>
<br><br>
<div class="row">
<div class="col-sm-4 text-center" id="demo1">
<a href="#">
<img src="leanin.png" class="img-circle person" alt="Random Name" width="255" height="255">
</a>
<br><strong>Lean in DUCS</strong><br>
<div id="demo11" >
<p>Department of Computer science</p>
<p> Members : Eight</p>
<p>Founded : 2016</p>
</div>
</div>
<div class="col-sm-4 text-center" id="demo2">
<a href="#" >
<img src="leanin.png" class="img-circle person" alt="Random Name" width="255" height="255">
</a>
<br><strong>Lean in DUCS</strong><br>
<div id="demo22">
<p>Department of Computer science</p>
<p> Members : Eight</p>
<p>Founded : 2016</p>
</div>
</div>
<div class="col-sm-4 text-center" id="demo3">
<a href="#">
<img src="leanin.png" class="img-circle person" alt="Random Name" width="255" height="255">
</a>
<br><strong>Lean in DUCS</strong><br>
<div id="demo33">
<p>Department of Computer science</p>
<p> Members : Eight</p>
<p>Founded : 2016</p>
</div>
</div>
</div>
<form>
<span style="font-size:20px">Find A Circle Near You <span class="glyphicon glyphicon-map-marker"></span></span> <input type="text" placeholder="Search..." class="search" required>
<input type="button" value="Search" class="button">
</form>
</div>
</div>
<!-- Container (Inspiration Section) -->
<div id="inspi" class="container">
<h3 class="text-center">From the writer's pen</h3>
<!-- <ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" href="#home">ABC</a></li>
<li><a data-toggle="tab" href="#menu1">PQR</a></li>
<li><a data-toggle="tab" href="#menu2">XYZ</a></li>
</ul>
<div class="tab-content">
<div id="home" class="tab-pane fade in active">
<h2>lorem ipsum</h2>
<p> lorem ipsum.....</p>
</div>
<div id="menu1" class="tab-pane fade">
<h2>lorem ipsum</h2>
<p>lorem ipsum.....</p>
</div>
<div id="menu2" class="tab-pane fade">
<h2>lorem ipsum</h2>
<p>lorem ipsum.....</p>
</div>
</div> -->
<div style="width:100%;">
<div style="float:left; width:50%;text-align: center">
<div class="row">
<div class="col-md-12 form-group">
Want to get inspired?
<button class="btn pull-right" type="submit">Click Here!</button>
</div>
</div>
</div>
<div style="float:right; width:50%;text-align: center">
<div class="row">
<div class="col-md-12 form-group">
Have an inspiring story? Share it with us...
<form method="post" action="shareurstory.php">
<input type="submit" class="btn pull-right" name="share" value="Share">
<!-- <button class="btn pull-right" type="submit">Share</button> -->
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Container (Contact Section) -->
<div id="contact" class="bg-1" >
<div class="container">
<h3 class="text-center">Contact</h3>
<p class="text-center"><em>We would love to hear from you!</em></p>
<div class="row">
<div class="col-md-4">
<p><span class="glyphicon glyphicon-phone"></span>Phone: xxxxxxxxxx</p>
<p><span class="glyphicon glyphicon-envelope"></span>Email: leanin@mail.com</p>
</div>
<div class="col-md-8">
<div class="row">
<div class="col-sm-6 form-group">
<input class="form-control" id="name" name="name" placeholder="Name" type="text" required>
</div>
<div class="col-sm-6 form-group">
<input class="form-control" id="email" name="email" placeholder="Email" type="email" required>
</div>
</div>
<textarea class="form-control" id="comments" name="message" placeholder="Message" rows="5"></textarea>
<br>
<div class="row">
<div class="col-md-12 form-group">
<button class="btn pull-right" type="submit">Send</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="text-center">
<a class="up-arrow" href="#LeanIn" data-toggle="tooltip" title="TO TOP">
<span class="glyphicon glyphicon-chevron-up"></span>
</a><br><br>
</footer>
<script>
$(document).ready(function(){
// Initialize Tooltip
$('[data-toggle="tooltip"]').tooltip();
document.getElementById('demo11').style.visibility="hidden";
document.getElementById('demo22').style.visibility="hidden";
document.getElementById('demo33').style.visibility="hidden";
// Add smooth scrolling to all links in navbar + footer link
$(".navbar a, footer a[href='#LeanIn']").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (900) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 900, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
// window.location.hash = hash;
});
} // End if
});
});
$('#demo1').hover(
function hoverIn() {
// mouse is hovering over this element
document.getElementById('demo11').style.visibility="visible";
},
function hoverOut() {
// mouse was hovering over this element, but no longer is
document.getElementById('demo11').style.visibility="hidden";
}
);
$('#demo2').hover(
function hoverIn() {
// mouse is hovering over this element
document.getElementById('demo22').style.visibility="visible";
},
function hoverOut() {
// mouse was hovering over this element, but no longer is
document.getElementById('demo22').style.visibility="hidden";
}
);
$('#demo3').hover(
function hoverIn() {
// mouse is hovering over this element
document.getElementById('demo33').style.visibility="visible";
},
function hoverOut() {
// mouse was hovering over this element, but no longer is
document.getElementById('demo33').style.visibility="hidden";
}
);
</script>
</body>
</html>