-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
439 lines (369 loc) · 16.7 KB
/
index.php
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
<!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="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.0/themes/base/jquery-ui.css">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://code.jquery.com/ui/1.12.0/jquery-ui.js"></script>
</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="#partner">OUR PARTNERS</a></li>
<li><a href="#contact">CONTACT US</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="images/1a.jpg" class="images">
<div class="carousel-caption">
<strong>Sheryl Sandberg: Lean In Founder</strong>
<br>Let's Lean In!
</div>
</div>
<div class="item">
<img src="images/16.jpg" alt="" class="images">
<div class="carousel-caption" >
<strong> Together women accomplish many things.</strong>
<br>Leaning In Together
</div>
</div>
<div class="item">
<img src="images/22.jpg" alt="" class="images">
<div class="carousel-caption" >
<strong>Celebrating Lean In Day at IGDTU</strong>
<br>Women in engineering
</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">
<h1 class="heading" style="font-size:40px"> LEAN IN INDIA </h1>
<p style="font-size:20px;">What would you do if you weren't afraid?</p>
<br/>
<p style="font-size:15px;letter-spacing: 2px;">Lean In India is the official national chapter for Lean In, nonprofit organization founded by Facebook COO Sheryl Sandberg to empower all women to achieve their ambitions.We aim to connect all women in technology and build opportunities for them.
We are commited to offering women the ongoing inspiration and support to help them achieve their goals. If we talk openly about the challenges women face and work together, we can change the trajectory of women and create a better world for everyone. <br/><br/>With our plethora of campaigns, video series,events and collaborations,we aim to encourage women to pursue their ambitions, and changing the conversations from what we can't do to what we can do. </p>
<br/>
<br/>
<a href="http://leanin.org/login/" class="btn btn-lg">Join Us</a>
</div>
<!-- Container (Circle Section) -->
<div id="circles" class="bg-1 text-center">
<div class="container">
<h3 class="text-center">POPULAR CIRCLES</h3>
<h4 class="text-center" style="15 px">Check out the latest happenings in your nearest circle.</h4><br>
<div class="row">
<div class="col-sm-4 text-center" id="demo1">
<img src="images/c.png" class="img-circle person" alt="Women in Tech Bangalore" width="255" height="255">
<h4>Women in Tech Bangalore</h4>
<div id="demo11" >
<p> <span class="glyphicon glyphicon-map-marker"></span> Bangalore, Karnataka, India<br>
<span class="glyphicon glyphicon-user"></span> 148 members<br>
<span class="glyphicon glyphicon-hand-right"></span> <a href="http://leanincircles.org/circle/women-in-tech-bangalore" style="color:white;">Our Page</a>
</p>
</div>
</div>
<div class="col-sm-4 text-center" id="demo2">
<img src="images/b.png" class="img-circle person" alt="Lean In IGDTU" width="255" height="255">
<h4>Lean In At IGDTUW</h4>
<div id="demo22" >
<p> <span class="glyphicon glyphicon-map-marker"></span> Indira Gandhi Delhi Technical University<br>
<span class="glyphicon glyphicon-user"></span> 16 members<br>
<span class="glyphicon glyphicon-hand-right"></span> <a href="http://leanincircles.org/circle/lean-in-at-igdtuw" style="color:white;">Our Page</a>
</p>
</div>
</div>
<div class="col-sm-4 text-center" id="demo3">
<img src="images/a.png" class="img-circle person" alt="Lean In DUCS" width="255" height="255">
<h4>Lean In DUCS</h4>
<div id="demo33">
<p> <span class="glyphicon glyphicon-map-marker"></span> DUCS, Delhi University<br>
<span class="glyphicon glyphicon-user"></span> 10 members<br>
<span class="glyphicon glyphicon-hand-right"></span> <a href="http://leanincircles.org/circle/ducs" style="color:white;">Our Page</a>
</p>
</div>
</div>
</div>
<div style=" text-align: center">
<div class="row">
<div class="col-xs-12">
<a href="http://leanincircles.org/matching?type=local&sort=activity"><button class="button" style="font-size:20px" >Find a Circle Near You!</button></a>
</div>
</div>
</div>
</div>
</div>
<!-- Container (Inspiration Section) -->
<div id="inspi" class="container">
<h1 class="text-center heading" style="font-size:30px">From the Writer's Pen</h1>
<br> <br>
<div id="inspiCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators
<ol class="carousel-indicators">
<li data-target="#inspiCarousel" data-slide-to="0" class="active"></li>
<li data-target="#inspiCarousel" data-slide-to="1"></li>
<li data-target="#inspiCarousel" data-slide-to="2"></li>
</ol>-->
<!-- Carousel items -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<blockquote>
<p>Why Lean In ? The idea "To accomplish amazing things together " is what attracted me. Experiences of people overcoming their weakness through their circles and achieving their goals. It helps us grow in ways we don't even know.</p>
<footer>Annu Joshi</footer>
</blockquote>
</div>
<div class="item">
<blockquote>
<p>By being a part of the Lean In organisation, I wish to encourage men/ boys to Lean In and understand what is right and why it is important so that they stand and speak up for gender equality and fight for it together whenever there is a need.</p>
<footer>Karan Vir Singh Bajaj</footer>
</blockquote>
</div>
<div class="item">
<blockquote>
<p>After reading Lean In,I was pretty convinced that many girls in our college(myself included) faced a fear of the unknown.Starting a lean in circle was the first step at reducing the fear for myself. As all circle members have tech background, the circle was an opportunity to help improve the tech skills.</p>
<footer>Sarah Mausaud</footer>
</blockquote>
</div>
</div>
</div>
<br> <br>
<div style="float:left; width:50%;text-align: center">
<div class="row">
<div class="col-md-12 form-group">
<form method="post" action="http://leanin.org/news-inspiration/">
Want to get inspired?
<button class="btn pull-right" type="submit" >Click Here!</button>
</form>
</div>
</div>
</div>
<div style="float:right; width:50%;text-align: center">
<div class="row">
<div class="col-md-12 form-group">
<!--<form method="post" action="shareurstory.php">-->
Have an inspiring story?<button type="button" class="btn pull-right" data-toggle="modal" data-target="#inspirationModal">Share It</button><!--<input type="submit" class="btn pull-right" name="share" value="Share It!">-->
<!-- <button class="btn pull-right" type="submit">Share</button> -->
<!--</form>-->
<div id="inspirationModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Share your Lean In story</h4>
</div>
<div class="modal-body">
<div class="row">
<form method="post" action="secure_email_code.php">
<div class="col-md-12">
<div class="row">
<div class="col-sm-6 form-group">
<input class="form-control" id="headline" name="headline" placeholder="Headline" type="text" required>
</div>
<div class="col-sm-6 form-group">
<input class="form-control" id="email" name="email" placeholder="Your Email ID" type="email" required>
</div>
</div>
<textarea class="form-control" id="story" name="story" placeholder="Your Lean In story" rows="15"></textarea>
<br>
<div class="row">
<div class="col-md-12 form-group">
<input type="submit" class="btn pull-right" name="send" value="Send" disabled>
</div>
</div>
</div>
</form>
<?php
if(isset($var2) && $var2==='yes'){
echo "<div id=\"dialog\">
<p>
Your story has been submitted successfully ! Our editors will get back to you, if your story gets selected! Thank you.<br>
</p>
</div>";
$var2= 'no';
}
else{
if(isset($var2)){
echo "<div id=\"dialog\">
<p>
$var2<br>
</p>
</div>";
}
unset($var2);
}
?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Container (Partner Section)-->
<div id="partner" class="text-center">
<div class="container">
<br/>
<h1 class="text-center heading" style="font-size:30px">Our Partners</h1><br/>
We are grateful of our esteemed partners for their support.<br><br><br><br>
<div class="row" >
<div class="col-sm-4">
<a href="https://www.facebook.com/HopeInUIndia/"><img src="images/img1.png" data-toggle="popover" data-trigger="hover"
data-content="HopeInU is India's first women-focused independent professional mentoring and active citizenship club that provides youth engagement." data-placement="bottom"></a>
</div>
<div class="col-sm-4">
<a href="https://www.facebook.com/campusdiaries"><img src="images/img2.png" class="img-responsive" data-toggle="popover" data-trigger="hover"
data-content="Campus Diaries is a discovery platform for the world's most talented students. Showcase your work and find opportunities." data-placement="bottom"></a>
</div>
<div class="col-sm-4">
<a href="http://www.cisco.com/"><img class="img-responsive"src="images/img3.png" data-toggle="popover" data-trigger="hover"
data-content="Cisco helps companies seize the opportunities of tomorrow by proving that amazing things can happen when you connect the unconnected." data-placement="bottom"></a>
</div>
</div>
</div>
</div>
<br><br><br>
<br><br><br><br>
<!-- Footer -->
<footer class="footer1 text-center" id="contact">
<p style="font-size:18px">
<h5>We would love to hear from you!</h5>
<span class="glyphicon glyphicon-phone"></span>Phone: 91-9711472692<br>
<span class="glyphicon glyphicon-envelope"></span>Email: [email protected]<br>
<span style="font-size:25px"><a href="https://www.facebook.com/leaninforindia/?ref=br_rs#"><i class="fa fa-facebook-square" aria-hidden="true"></i></a>
<a href="http://leanincircles.org/chapter/lean-in-india"> <i class="fa fa-globe" aria-hidden="true"></i> </span></a>
<p>
<a class="up-arrow" href="#LeanIn" data-toggle="tooltip" title="TO TOP" data-placement="bottom">
<span class="glyphicon glyphicon-chevron-up"></span>
</a>
</footer>
<script>
$(document).ready(function(){
// Initialize Tooltip
$('[data-toggle="tooltip"]').tooltip();
$('[data-toggle="popover"]').popover();
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
});
});
$( function() {
$( "#area" ).autocomplete({
source: 'search.php'
});
} );
function submit_validate(){
var area = document.getElementById("area").value;
if(!area)
{
$('#area_errors').show();
document.getElementById('area_errors').innerHTML="*search something!*";
$('#area').focusin(function(){
$( "#area_errors" ).fadeOut( "fast" );
});
// return false;
}
else{
var x = document.getElementsByTagName("form");
x[0].submit();
x[0].reset();
}
}
$( function() {
$( "#dialog" ).dialog();
} );
$('#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>