-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
413 lines (360 loc) · 14.6 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
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
<!DOCTYPE html>
<html>
<head>
<title>SEDG | JSSATEN</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="SEDG, SEDG NOIDA, Ecell JSSATEN, Student entrepreunership and development Group, Ecell in ncr, society in JSS ATEN" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Custom Theme files -->
<link href="css/bootstrap.css" type="text/css" rel="stylesheet" media="all">
<link href="css/style.css" type="text/css" rel="stylesheet" media="all">
<link rel="stylesheet" type="text/css" href="css/menu_topexpand.css" />
<link rel="stylesheet" href="css/percircle.css">
<link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" />
<!-- //Custom Theme files -->
<!-- js -->
<script src="js/jquery-2.2.3.min.js"></script>
<script src="js/SmoothScroll.min.js"></script>
<!-- //js -->
<!-- web-fonts -->
<link href='//fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Exo+2" rel="stylesheet">
<!-- //web-fonts -->
</head>
<body class="show-menu">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.8";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!--social media connections
<div id="sidebar" style = "position: fixed ; top : 90px ; left: 0px; z-index: 999;">
<a href="https://www.facebook.com/ecell.jssaten" target="_blank"><img src="images/fb2.jpg"></a><br>
<a href="#" target="_blank"><img src="images/twitter2.jpg"></a><br>
<a href="https://www.linkedin.com/company/student-entrepreneurship-development-group" target="_blank"><img src="images/linkedln.jpg"></a><br>
<a href="#" target="_blank"><img src="images/insta.jpg"></a><br>
<a href="#" target="_blank"><img src="images/android.jpg"></a><br>
</div>
<!-- social media end -->
<!-- top-nav -->
<div class="top-nav menu-wrap">
<nav class="menu">
<div class="row">
<div class="col-lg-6 col-md-4 col-xs-4 col-ms-4">
<div class="logo">
<a href="#">SEDG <span>| JSSATEN</span></a>
</div>
</div>
<div class="col-md-8 col-lg-6 col-xs-8">
<div class="icon-list">
<a href="#home" class="scroll"><i class="glyphicon glyphicon-home"></i><span>Home</span></a>
<a href="#about-sedg" class="scroll"><i class="glyphicon glyphicon-info-sign"></i><span>About</span></a>
<a href="#about" class="scroll"><i class="glyphicon glyphicon-picture"></i><span>Initiatives</span></a>
<a href="#contact" class="scroll"><i class="glyphicon glyphicon-envelope"></i><span>Contact</span></a>
</div>
</div>
</div>
</nav>
</div>
<script>
$(document).ready(function(){
$(window).scroll(function(){
if($(document).scrollTop()>50){
$(".menu-wrap").css("background-color","rgba(00,00,00,.5)");
}else {
$(".menu-wrap").css("background-color","transparent");
}
});
});
</script>
<!-- top-nav -->
<div class="content-wrap">
<!-- banner -->
<div class="banner" id="home">
<!-- banner-text -->
<div class="banner-text">
<div class="container">
<header id="intro">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 col-xs-12 col-ls-12 text-center">
<h1>Student Entrepreneurship Developement Group</h1>
<br><br><br><br><br>
<h1><center>
E-Cell JSSATEN</center>
</h1><br><br><br><br><br><br><br><br>
</div>
</div>
</div>
</header>
<script>
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow1
$("#slider1").responsiveSlides({
auto: true,
pager: true,
nav: false,
speed: 500,
namespace: "callbacks",
before: function () {
$('.events').append("<li>before event fired.</li>");
},
after: function () {
$('.events').append("<li>after event fired.</li>");
}
});
});
</script>
<!--//End-slider-script-->
<div id="top1" class="callbacks_container">
<ul class="rslides" id="slider1">
<li>
<h2>Innovation</h2>
</li>
<li>
<h3>Planning</h3>
</li>
<li>
<h3>Execution</h3>
</li>
</ul>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //banner-text -->
</div>
<!-- //banner -->
<div id="about-sedg" class="about-sedg">
<div class="">
<h3 class="agileits-title head">About SEDG</h3>
<div class="row">
<div class="col-lg-1 col-md-1 col-ms-1 col-xs-1"></div>
<div class="col-ls-10 col-md-10 col-xs-10 col-sm-10 about-content">
<p>Small and Medium enterprises play a vital role for the growth of Indian economy by contributing 45% of the industrial output, 40% of exports ,42 million in employment, creates 1 million jobs every year and produces more than 8000 quality products for the Indian and International markets.</p>
<p>In the present scenario of low economic growth, less industrial production on one hand while on the other hand, thousands of students passing out of colleges without proper employment opportunities possess a serious threat to the stability and growth of our country.</p>
<p>Entrepreneurs could offer a solution to some of these challenges by starting new businesses with new products or services. This creates jobs and a fresh opportunity for an economy to produce additional goods or services.</p>
<p>In this way, entrepreneurs grow both the demands idea and the supply side of the economy. This creates opportunity and improved quality of life.</p>
<p>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>
</div>
</div>
</div>
</div>
<!-- init -->
<div id="about" class="about">
<div class="container">
<h3 class="agileits-title">Our Initiatives</h3>
<div class="row">
<div class="col-md-6 agile_team_grid info">
<div class="ih-item circle effect1">
<div class="spinner"></div>
<div class="img"><img src="images/esummit3.jpg" alt=" " class="img-responsive" /></div>
<div class="info">
<div class="info-back">
<h4>E-Summit</h4>
<p>The biggest event in noida encouraging all entrepreneurs, students and venture capitalists to the world of startups and entrepreneurship.</p>
</div>
</div>
</div>
<h4><a href="https://www.ecelljss.com/esummit/">E-Summit</a></h4>
</div>
<div class="col-md-6 agile_team_grid info">
<div class="ih-item circle effect1">
<div class="spinner"></div>
<div class="img"><img src="images/schrcha.jpg" alt=" " class="img-responsive" /></div>
<div class="info">
<div class="info-back">
<h4>Startup Charcha</h4>
<p>It not only provides a rare ecosystem where students can learn new skills, but also allows for experiences they might not have had access to otherwise.</p>
</div>
</div>
</div>
<h4><a href="">Startup Charcha</a></h4>
</div>
</div>
<div class="row">
<div class="col-md-6 agile_team_grid info">
<div class="ih-item circle effect1">
<div class="spinner"></div>
<div class="img"><img src="images/ideathon.jpg" alt=" " class="img-responsive" /></div>
<div class="info">
<div class="info-back">
<h4>Ideathon</h4>
<p>Everything begins with an idea.You have an idea.You need a platform to put it forth.We provide you such platform through our event 'Ideathon'.</p>
</div>
</div>
</div>
<h4><a href="#">Ideathon</a></h4>
</div>
<div class="col-md-6 agile_team_grid info">
<div class="ih-item circle effect1">
<div class="spinner"></div>
<div class="img"><img src="images/vsm.jpg" alt=" " class="img-responsive" /></div>
<div class="info">
<div class="info-back">
<h4>Virtual Stock Market</h4>
<p>It is an online simulation trading game where you create and manage your own portfolio and compete with other players in a risk-free environment.</p>
</div>
</div>
</div>
<h4><a href="#">Virtual Stock Market</a></h4>
</div>
</div>
</div>
</div>
<!-- //init -->
<div id="services" class="services">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="video">
<iframe src="https://www.youtube.com/embed/dT7Xo02AOww" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-4">
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fecell.jssaten%2F%3Ffref%3Dts&tabs=timeline&width=350px&height=450&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="350px" height="450" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
</div>
</div>
</div>
</div>
<!-- VITAMINS -->
<div class="testimonial">
<div class="row">
<div class="col-md-6 col-xs-12 col-ls-6">
<div class="testi-info">
<h4>SEDG VITAMINS</h4>
<script src="js/responsiveslides.min.js"></script>
<script>
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow 2
$("#slider2").responsiveSlides({
auto: true,
pager: true,
nav: false,
speed: 500,
namespace: "callbacks",
before: function () {
$('.events').append("<li>before event fired.</li>");
},
after: function () {
$('.events').append("<li>after event fired.</li>");
}
});
});
</script>
<!--//End-slider-script-->
<div id="top2" class="callbacks_container">
<ul class="rslides" id="slider2">
<li>
<p> I could either watch it happen or be part of it</p>
<h6>Elon Musk </h6>
</li>
<li>
<p> Don't put all your eggs in one basket . </p>
<h6>Warren Buffet </h6>
</li>
<li>
<p> Focusing on what not to do is as important as focusing on what to do . </p>
<h6>Steve Jobs</h6>
</li>
</ul>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="col-md-6 col-xs-12 col-ls-6">
<div class="subs">
<h4>SUBSCRIBE US</h4><br><br>
<form role="form">
<div class="form-group">
<input type="text" class="form-control form-effect" id="name" placeholder="Name">
</div>
<div class="form-group">
<input type="email" class="form-control form-effect" id="email" placeholder="Email">
</div>
<button type="submit" class="btn btn-default btn-sub">Subscribe</button>
</form>
</div>
</div>
</div>
</div>
<!-- //testimonial -->
<!-- contact -->
<div class="contact" id="contact">
<div class="container">
<h3 class="agileits-title">Contact Us</h3>
<div class="contact-grids">
<div class="col-md-5 w3ls-address">
<h4>Get in touch with us</h4>
<p class="address">JSS Academy Of Technical Education, Noida <br> C-20/1, Sector 62, C Block, Phase 2<br> Industrial Area, Sector 62, Noida<br> Uttar Pradesh 201301, India</p>
<p>Telephone : 8802539664</p>
<p>Email : <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="col-md-7 w3ls-address">
<h4>Route Map</h4>
<iframe width="600" height="450" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJf1Y03EHlDDkRGWvWI8sn0E8&key=AIzaSyC1_A4z58bawhQ24tFAbhKFNoouQVWfRqk" allowfullscreen></iframe>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //contact -->
<!-- footer -->
<div class="footer">
<div class="container">
<p>© 2016 All Rights Reserved | Handcrafted with <span class="glyphicon glyphicon-heart" aria-hidden="true"></span> by SEDG</p>
</div>
</div>
<!-- //footer -->
</div>
<!-- //menu-js -->
<script src="js/classie.js"></script>
<script src="js/main.js"></script>
<!-- //menu-js -->
<!-- start-smooth-scrolling -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!-- //end-smooth-scrolling -->
<!-- smooth-scrolling-of-move-up -->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<!-- //smooth-scrolling-of-move-up -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.js"></script>
<script src="js/typewriter.js"></script>
<script type="text/javascript">
$(document).on('scroll', function (e) {
$('.top-nav').css('background', '#006699');
});
</script>
</body>
</html>