This repository has been archived by the owner on Oct 3, 2019. It is now read-only.
forked from KhushilMistry/Synapse18
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyouth_run.html
146 lines (129 loc) · 6.34 KB
/
youth_run.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Synapse'18</title>
<link rel="stylesheet" type="text/css" href="./stylesheets/youth_run.css">
<link rel="stylesheet" type="text/css" href="stylesheets/navbar.css">
<link rel="stylesheet" type="text/css" href="stylesheets/typing.css">
<link rel="stylesheet" type="text/css" href="stylesheets/particle.css">
<link rel="stylesheet" type="text/css" href="stylesheets/footer.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./assets/logo.png" type="image/gif" sizes="16x16">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/typeit/5.3.0/typeit.min.js"></script>
</head>
<body>
<div class="main-icon-2">
<!--<img src="assets/logo.png" class="main-icon-image">-->
</div>
<span onclick="openNav()" class="navbar-button">☰</span>
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<a href="index.html">HOME</a>
<a href="events.html">EVENTS</a>
<a href="sponsors.html">SPONSORS</a>
<a href="schedule.html">SCHEDULE</a>
<a href="contact_us.html">CONNECT</a>
<a target="_blank" href="https://synapse-2018.herokuapp.com/">SIGN IN</a>
<a target="_blank" href="https://synapse-2018.herokuapp.com/signup">SIGN UP</a>
</div>
</div>
<div class="bg">
<div class="bg-image">
</div>
</div>
<div class="youth-run">
<div class="container">
<h1 class="heading">ABOUT <strong>YOUTH RUN</strong></h1>
<hr class="under_head">
<p class="content">
The Youth Run is one of the most unique aspects of Synapse. It is a 7 km marathon in the city of Gandhinagar
organised in an attempt to promote ideas that drive the youth of today, social and otherwise and show our
support for the same. The Youth Run is a great display of what the youth is passionate about.<br>
This year, Youth Run will be organized on 26th January, 2018 to promote 3R's - Reduce, Reuse and
Recycle through this Eco Youth Run 2K18. The inspiration for the run is to provide the youth an opportunity
to voice
their opinions on issues that are close to the society, while keeping their health at the centre.
</p>
</div>
<img src="assets/youth_run/Final-1.jpg" class="youth-run-img">
<!--<div class="container">-->
<!--<h1 class="heading">SPONSORS</h1>-->
<!--<hr class="under_head">-->
<!--</div>-->
</div>
<div class="footer">
<div class="row">
<div class="col-md-8">
<a class="footer-link" href="https://goo.gl/forms/vk7hm4Rpl6OJgJQQ2" target="_blank">CAMPUS AMBASSADOR</a>
<a class="footer-link" href="https://drive.google.com/file/d/0BxO7yBkG1U5RbEZsRHJFZWxKc1E/view"
target="_blank">TRAILER</a>
<a class="footer-link" href="https://drive.google.com/file/d/0BxO7yBkG1U5RT2w1aExzOFJJaDA/view"
target="_blank">BROCHURE</a>
<a class="footer-link" href="youth_run.html">YOUTH RUN</a>
<a class="footer-link" target="_blank" href="https://synapse-2018.herokuapp.com/">ACCOMMODATION</a>
<a class="footer-link" href="gallery.html">GALLERY</a>
<a class="footer-link" target="_blank"
href="https://drive.google.com/open?id=1lPO4zPZODa7qYZIWbfRfPHp2HvW8TE4TdRTOdRXEn6o">BUY T-SHIRT</a>
</div>
<div class="col-md-4 right-align">
<a href="https://www.instagram.com/synapsedaiict/" target="_blank" class=""><i
class="fa fa-instagram fa-lg footer-icon" aria-hidden="true"></i></a>
<a href="https://www.facebook.com/synapsedaiict/?fref=ts" target="_blank" class=""><i
href="https://www.facebook.com/synapsedaiict/?fref=ts" class="fa fa-facebook fa-lg footer-icon"
aria-hidden="true"></i></a>
<a href="https://www.youtube.com/user/SynapseDAIICT" target="_blank" class=""><i
class="fa fa-youtube-play fa-lg footer-icon" aria-hidden="true"></i></a>
<a href="mailto:synapse.thefest@gmail.com" target="_blank" class=""><i
class="fa fa-envelope-o fa-lg footer-icon" aria-hidden="true"></i></a>
</div>
</div>
<div class="footer-synapse-icon">
<img class="footer-synapse-icon-image" src="assets/logo.png">
</div>
</div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.2.0/ekko-lightbox.js"></script>
<script>
function fullWidth() {
$('.bg-over-image').animate({ opacity: 1 }, 4000);
$('.bg-over-image-wrapper').animate({ opacity: 1 }, 4000);
}
$(document).ready(function () {
$(window).on('scroll', (function () {
$('.div-animation').each(function (i) {
var bottom_of_object = $(this).position().top + $(this).outerHeight();
var bottom_of_window = $(window).scrollTop() + $(window).height();
if (bottom_of_window > bottom_of_object) {
$(this).animate({ 'opacity': '1' }, 1500);
}
});
$('.main-icon-2').each(function (i) {
var bottom_of_window = $(window).scrollTop() + $(window).height();
console.log(bottom_of_window, $(window).height());
if (bottom_of_window > (2 * $(window).height() - 100)) {
$(this).fadeOut(300);
}
if (bottom_of_window < (2 * $(window).height() - 100)) {
$(this).fadeIn(300);
}
});
}));
});
function openNav() {
document.getElementById("myNav").style.width = "100%";
}
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
fullWidth();
</script>
</body>
</html>