-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
311 lines (293 loc) · 16.1 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
<!DOCTYPE html>
<html>
<head>
<title>EDC - JSS , Noida</title>
<meta charset="utf-8">
<meta name="google-site-verification" content="kDAkYS1IB88LyQNvMiZiZ7cDT880X2uJFRkWOSwFg-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- jquery -->
<!-- all things are linked over the net , no local folder for js -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/landing-page.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet">
<link rel="icon" href="media/icon.png">
<link rel="stylesheet" href="css/fakeLoader.css">
<script src="js/fakeLoader.min.js"></script>
</head>
<style type="text/css">
@media(max-width: 480px) {
#indexdiv {
display: none;
}
</style>
<body id="body">
<!--navbar starts here -->
<div id="fakeloader"></div>
<nav class="navbar navbar-inverse box-shadow navbar-fixed-top" style="font-size:1.1em; background-color:#172525;">
<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="#body"><img src="media/logo.png" id="navlogo" class="img-responsive"></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<!--this is the collapse bar for navbar -->
<ul class="nav navbar-nav navbar-right">
<li><a class="nav_link" href="#body">Home</a></li>
<li><a href="#aboutus" class="nav_link" id="about">About</a></li>
<li class="dropdown">
<!-- this is the code for drop-down menu -->
<a class="dropdown-toggle" class="nav_link" data-toggle="dropdown" href="#">Our Initiatives
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="ideathon.html">Ideathon</a></li>
<li><a href="esummit.html">E-Summit</a></li>
<li><a href="startupcharcha.html">StartUp Charcha</a></li>
</ul>
</li>
<li><a href="team.html" id="departments" class="nav_link">Team</a></li>
<li><a href="#contact" class="nav_link">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
<!-- navbar ends here -->
<div class="main">
<!-- image carousel begins from here time = 11:18 pm -->
<div id="carousel" class="section carousel slide" data-ride="carousel" style="margin-top:50px;">
<!-- <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> -->
<div class="carousel-inner" role="listbox" style="background-size: 100%;">
<div class="item active">
<img src="media/home1.jpg">
<!--<div class="carousel-caption" style="transform: translateY(-90%);" id="indexdiv">
<h1 style="font-size: 3.3em;">EAD Workshop - The First Step</h1>
<hr>
<p style="font-size: 1.6em;">The First event of E-Cell in November 2015 and which paved the path to several success in the future.
</div>-->
</div>
<!-- End Active -->
<!-- <div class="item">
<img src="media/home2.jpg">
</div> -->
<!-- <div class="item">
<img src="media/homec3.jpg">
</div>-->
</div>
<!-- <a class="left carousel-control" href="#carousel" 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="#carousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a> -->
</div>
<!-- image carousel ensds here -->
<!-- About Us element -->
<a href="about"></a>
<div class="section container-fluid text-center about" id="about2" style="margin-bottom:0px;padding-bottom:0px;">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 style="font-weight: bold;">About Us</h2>
<p id="aboutDesc" style="font-size:1.5em">E-Cell, JSSATE Noida assists budding entrepreneurs by lending them a platform to materialise an ‘IDEA’ to a ‘PRODUCT’. Big time, you little wizards personify to successful businessmen upholding entrepreneurship as a career option and set a razzle-dazzle innovative exemplar. JSS E-Cell is a non-profit organisation which will act as a platform for association of likeminded students who would eventually loom as “employment creators” rather than “employment seekers”.</p>
<br>
</div>
</div>
</div>
<!-- About Us elements end -->
<!-- Department -->
<a name='teams'></a>
<div class="section container-fluid text-center" style="background-color:#172525; margin-top:0px; padding-bottom: 50px;" id="departments2">
<br>
<div class="row">
<h2 id="dept" style="color:white; font-weight: bold;">Departments</h2>
</div>
<br>
<div class="row">
<div class="col-md-3">
<div class="thumbnail">
<img style="height: 200px; display: block;" src="media/management.png">
<div class="caption">
<center>
<h3>Management</h3>
</center>
</div>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<img style="height: 200px; display: block;" src="media/technical.png">
<div class="caption">
<center>
<h3>Technical</h3>
</center>
</div>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<img style="height: 200px; display: block;" src="media/editorial.png">
<div class="caption">
<center>
<h3>Editorial</h3>
</center>
</div>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<img style="height: 200px; display: block;" src="media/design.png">
<div class="caption">
<center>
<h3>Design</h3>
</center>
</div>
</div>
</div>
</div>
</div>
<!-- Initiatives -->
<div class="section container-fluid text-center" style="background-color:#EBE1BE; margin-top:0px; padding-bottom: 50px;" id="departments2">
<br>
<div class="row" style="padding-bottom: 20px;">
<h2 id="dept" style="color:#172525; padding-bottom: 20px;font-weight:bold;">Our Initiatives</h2>
</div>
<div class="row">
<div class="col-md-3 initiatives">
<div class="card" style="width: 15; margin-left:9px; margin-bottom: 8px;box-shadow:4px 4px;">
<div class="card-body" style="background-color: #172525; padding:40px;border:1px; border-radius:4px;">
<h5 class="card-title" style="font-weight: bold; font-size:1.2em;color:white;">E-Summit</h5>
<p class="card-text">Annual flagship event of the E-Cell, Noida which provides a single platform for investors,students and startups to interact with each other.</p>
<a href="#" class="btn btn-primary" style="background-color:#172525;color:#EBE1BE;">Learn More</a>
</div>
</div>
</div>
<div class="col-md-3 initiatives">
<div class="card" style="width: 15;margin-bottom: 8px; margin-left:9px;box-shadow:4px 4px;">
<div class="card-body" style="background-color: #172525; padding:40px;border: 1px; border-radius:4px; padding: 40px;">
<h5 class="card-title" style="font-weight: bold; font-size:1.2em;color:white;">Confluence</h5>
<p class="card-text">An annual conclave of Entrepreneurship Cell, Noida which provides the introductory session to the new students of the Jss Noida. </p>
<a href="#" class="btn btn-primary" style="background-color:#172525;color:#EBE1BE;">Learn More</a>
</div>
</div>
</div>
<div class="col-md-3 initiatives">
<div class="card" style="width: 15; margin-left:9px; margin-bottom: 8px;box-shadow:4px 4px;">
<div class="card-body" style="background-color: #172525; padding:40px;border:1px; border-radius:4px;">
<h5 class="card-title" style="font-weight: bold; font-size:1.2em;color:white;">Ideathon</h5>
<p class="card-text">An annual event of the Entrepreneurship Cell of Noida, in which students submit ideas from various fields of entrepreneuship and get funding.</p>
<a href="#" class="btn btn-primary" style="background-color:#172525;color:#EBE1BE;">Learn More</a>
</div>
</div>
</div>
<div class="col-md-3 initiatives">
<div class="card" style="width: 15; margin-left:9px; margin-bottom: 8px;box-shadow:4px 4px;">
<div class="card-body" style="background-color: #172525; padding:40px;border:1px; border-radius:4px;">
<h5 class="card-title" style="font-weight: bold; font-size:1.2em;color:white;">StartUp Charcha</h5>
<p class="card-text">A Monthly Event of E-Cell, which features speakers from various sectors of startup world.This event features speakers from various fields of entrepreneurship.</p>
<a href="#" class="btn btn-primary" style="background-color:#172525;color:#EBE1BE;">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Department end -->
<!-- added maps above the footer -->
<div style="background-color:#172525;">
<iframe width="100%" height="450" frameborder="0" style="border:4px; allowfullscreen;" src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJf1Y03EHlDDkRGWvWI8sn0E8&key=AIzaSyC1_A4z58bawhQ24tFAbhKFNoouQVWfRqk"></iframe>
</div>
<a name="contact"></a>
<footer class="container-fluid text-center" style="margin-top: 0px;background-color:#172525;">
<div class="row">
<div class="col-md-12">
<a href="https://www.facebook.com/ecell.jssaten/" target="_blank" title="Facebook" class="socialiconsfacebook">Facebook</a>
<a href="https://www.linkedin.com/in/srivastavs61/" target="_blank" class="socialiconslink">LinkedIn</a>
<a href="https://www.youtube.com/channel/UC2cL8l0aPdqL7ONVCx9ReEQ" class="socialiconsyou">YouTube</a>
</div>
</div>
</footer>
<div class="copyright container-fluid text-center" style="background-color: #172525;">
<div class="row">
<div class="col-md-12">
<p>© 2018 All Rights Reserved | Handcrafted with <span class="glyphicon glyphicon-heart" aria-hidden="true"></span> by EDC</p>
<div id="totop"><a href="#body"><i class="fa fa-arrow-circle-up" aria-hidden="true" style="float: right; z-index: 50; position: relative; top: -50px"></i></a></div>
</div>
</div>
</div>
</div>
<!-- Scripts to the pages -->
<script type="text/javascript">
// Select all links with hashes
$('a[href*="#"]')
// Remove links that don't actually link to anything
.not('[href="#"]')
.not('[href="#0"]')
.not('[href="#carousel"]')
.click(function(event) {
// On-page links
if (
location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') &&
location.hostname == this.hostname
) {
// Figure out element to scroll to
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
// Does a scroll target exist?
if (target.length) {
// Only prevent default if animation is actually gonna happen
event.preventDefault();
$('html, body').animate({
scrollTop: target.offset().top
}, 500, function() {
// Callback after animation
// Must change focus!
var $target = $(target);
$target.focus();
if ($target.is(":focus")) { // Checking if the target was focused
return false;
} else {
$target.attr('tabindex', '-1'); // Adding tabindex for elements not focusable
$target.focus(); // Set focus again
};
});
}
}
});
</script>
<script type="text/javascript">
$("#fakeloader").fakeLoader({
timeToHide: 1200,
zIndex: "999",
spinner: "spinner5",
bgColor: "#222222"
});
</script>
<!-- <script type="text/javascript">
(function($) {
$(document).ready(function(){
$(".navbar").hide();
$(window).scroll(function(){
if ($(this).scrollTop() > 200) {
$('.navbar').fadeIn(500);
} else {
$('.navbar').fadeOut(500);
}
});
});
})(jQuery);
</script> -->
</body>
</html>