-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
413 lines (371 loc) · 17.2 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 lang="en">
<head>
<meta charset="utf-8">
<title>Arrive Multi purpose HTML5 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta name="author" content="http://webthemez.com" />
<!-- css -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="materialize/css/materialize.min.css" media="screen,projection" />
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/fancybox/jquery.fancybox.css" rel="stylesheet">
<link href="css/flexslider.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script src="js/bootsrap.min.js"></script>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script src="js/bootsrap.min.js"></script>
<link rel="stylesheet" href="style1.css">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper" class="home-page">
<!-- start header -->
<header>
<div class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse"
data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="avbar-brand" href="#">
<!-- <i class="icon-info-blocks material-icons">language</i> -->
<img src="img/logo.png" alt="" height="72px" width="160px">
</a>
</div>
<div class="navbar-collapse collapse ">
<ul class="nav navbar-nav">
<li class="active"><a class="waves-effect waves-dark" href="index.html">Home</a></li>
<li><a class="waves-effect waves-dark" href="#">About Us</a>
<!--<li class="dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle waves-effect waves-dark">About
Us <b class="caret"></b></a>-->
<!-- <ul class="dropdown-menu">
<li><a class="waves-effect waves-dark" href="about.html">Company</a></li>
<li><a class="waves-effect waves-dark" href="#">Our Team</a></li>
<li><a class="waves-effect waves-dark" href="#">News</a></li>
<li><a class="waves-effect waves-dark" href="#">Investors</a></li>
</ul> -->
</li>
<li><a class="waves-effect waves-dark" href="#">Terms and conditions</a></li>
<li><a class="waves-effect waves-dark" href="#">Startups</a></li>
<!-- <li><a class="waves-effect waves-dark" href="#">Pricing</a></li> -->
<li><a class="waves-effect waves-dark" href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</header>
<!-- end header -->
<section id="banner">
<!-- Slider -->
<div id="main-slider" class="flexslider">
<ul class="slides">
<li>
<img src="img/2.jpg" alt="" />
<div class="flex-caption">
<h3>Creative Minds</h3>
<p>We create best opportunities</p>
</div>
</li>
<li>
<img src="img/1.jpg" alt="" />
<div class="flex-caption">
<h3>Easily Hire Quality <br> Students As Interns</h3>
<p>Success depends on productivity</p>
</div>
</li>
</ul>
</div>
<!-- end slider -->
</section>
<section class="section-padding whyWe nav-bg">
<div class="heading">
<h1>About Us</h1>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="about-text">
<div class="section-title text-left">
<p>What is InternO?</p>
<h3>InternO is an initiative of E-CELL VSSUT to provide students with better internship
opportunities. Through this platform, students can have access to a wider range of
resources and intern in start-ups so as to gain a better insight into the industry.
</h3>
</div>
<div class="second">
<p>Our Purpose</p>
</div>
<h3>InternO aims at providing quality internships to students. Its primary focus is to bridge
the gap between students and companies and increase opportunities for the students.
InternO intends to provide students with internships in successful startups.</h3>
<!-- <ul class="withArrow">
<li><span class="fa fa-angle-right"></span> Lorem ipsum dolor sit amet</li>
<li><span class="fa fa-angle-right"></span> consectetur adipiscing elit</li>
<li><span class="fa fa-angle-right"></span> Curabitur aliquet quam id dui</li>
<li><span class="fa fa-angle-right"></span> Donec sollicitudin molestie malesuada.</li>
</ul> -->
<a href="#" class="btn btn-success waves-effect waves-dark">sign up</a>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="about-image">
<img src="img/about1.jpg" alt="About Images">
</div>
</div>
</div>
</div>
</section>
<!-- FAQS Here -->
<!-- <div class="site-section bg-light" id="faq">
<div class="container">
<div class="section-title-header text-center">
<h1 class="section-title wow fadeInUp" data-wow-delay="0.2s">F.A.Q.</h1>
</div>
<div class="row justify-content-center">
<div class="col-lg-9">
<ul id="faq-list">
<li>
<a data-toggle="collapse" class="collapsed" href="#faq1">How to make a CV/ Résumé? <i class="fa fa-minus-circle"></i></a>
<div id="faq1" class="collapse" data-parent="#faq-list">
<p>
We have many online sites for creating a Résumé. You can either use those or go through the below link to create your own Résumé.<a href="https://docs.google.com/document/d/1pYZxMJuP6wCiyT3fX4wKZW9WEfpXp0Jh3g5TnAnwpW8/edit?usp=sharing" target="_blank">Click Here</a>
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div> -->
<div class="container-fluid bg-3 text-center">
<h1 class="margin">Terms and Conditions</h1><br>
<div class="row">
<div class="col-sm-6">
<h2>For Startups</h2>
<h4 class="text-left"> <span> • </span> The details of students registered for any particular organisation will be directly mailed to the concerned personnel of the organisation on a weekly basis.</h4>
<h4 class="text-left"> <span> • </span>The concerned personnel in the organisation must reply to the InternO Coordinator within a week confirming acceptance/rejection of the student.</h4>
<h4 class="text-left"> <span> • </span> Once the student details are transferred to the company, the selection process will proceed depending upon the organisation and InternO will not involve itself post the resume phase.</h4>
<h4 class="text-left"> <span> • </span> The organisation must inform and send an offer letter to the InternO Coordinator upon finding a student suitable for the Internship profile.</h4>
<h4 class="text-left"> <span> • </span> Entrepreneurship Cell, VSSUT Burla shall not be responsible for the performance of the intern after the acceptance of internship offer. (During Internship Period)</h4>
</div>
<div class="col-sm-6">
<h2>For Students</h2>
<h4 class="text-left"> <span> • </span> The students are expected to provide genuine and complete information in their application and hence must not indulge in misrepresentation of any kind to gain an advantage.</h4>
<h4 class="text-left"> <span> • </span> Any breach of rules in the process will cause blacklisting of the student from InternO.</h4>
<h4 class="text-left"> <span> • </span> Upon selection in a particular organisation, the student will not be allowed to apply for other companies. This is to ensure equal opportunity for other students.</h4>
<h4 class="text-left"> <span> • </span> The final decision regarding internship opportunities is solely based on the discretion of the organisation. While we act our best to provide the right platform, we are not partial and hence can't affect the final decision.</h4>
</div>
</div>
</div>
<div class="container-fluid bg-3 text-center">
<h1 class="mar">Join Interno</h1><br>
<div class="row">
<div class="col-sm-6">
<h2>For Students</h2>
<p class="text-center"><small> Find work,community and support. Apply to join our Student Network and experience the industry before joining it full-time.</small></p>
<button type="button" class="btn btn-success">Register to Work</button>
</div>
<div class="col-sm-6">
<h2>For Startups</h2>
<p class="text-center"><small> Get connected directly to the best interns for your needs. Let us do the heavy lifting so you can focus on providing a great product.</small></p>
<button type="button" class="btn btn-success">Register to Hire</button>
</div>
</div>
<section id="clients" class="clients">
<div class="container ourservices text-center font-weight-bolder" data-aos="fade-up">
<div class="section-title">
<h1>Start Ups</h1>
</div>
<div class="row no-gutters clients-wrap clearfix" data-aos="fade-up">
<div class="col-lg-3 col-md-4 col-6">
<div class="client-logo">
<img src="logo_2x1.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-6">
<div class="client-logo">
<img src="neogen black.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-6">
<div class="client-logo1">
<img src="bssi logo1.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-6">
<div class="client-logo2">
<img src="Next_LogoREMOVED_MARGIN.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-6">
<div class="client-logo1">
<img src="playbook1.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-6">
<div class="client-logo1">
<img src="rewoke1.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-6">
<div class="client-logo3">
<img src="stspl1.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-6">
<div class="client-logo2">
<img src="Zikshaa_1.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-6">
<div class="client-logo1">
<img src="eatmynews1.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-6">
<div class="client-logo1">
<img src="mfl1.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- contact form -->
<section id="content">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="about-logo">
<h2>Contact Us</h2>
<!-- <p>Sed ut perspiciaatis unde omnis iste natus error sit voluptatem accusantium doloremque
laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi
architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas
</p>
<p>Sed ut perspiciaatis unde omnis iste natus error sit voluptatem accusantium doloremque
laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi
architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas
</p> -->
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<p> </p>
<!-- Form itself -->
<form name="sentMessage" id="contactForm" novalidate>
<div class="input-field">
<input type="text" name="name" class="form-control" id="name" required
data-validation-required-message="Please enter your name" />
<label for="name" class=""> Name </label>
<p class="help-block"></p>
</div>
<div class="input-field">
<input type="email" class="form-control" id="email" required
data-validation-required-message="Please enter your email" />
<label for="name" class=""> Email </label>
</div>
<div class="input-field">
<textarea rows="10" cols="100" required class="form-control materialize-textarea"
idation-required-message="Please enter your message" minlength="5"
data-validation-minlength-message="Min 5 characters" maxlength="999"
style="resize:none"></textarea>
<label for="name" class=""> Message </label>
</div>
<div id="success"> </div> <!-- For success/fail messages -->
<button type="submit"
class="btn btn-success waves-effect waves-dark pull-right">Send</button><br />
</form>
</div>
<div class="col-md-6">
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<div style="overflow:hidden;height:500px;width:600px;">
<div id="gmap_canvas" style="height:500px;width:600px;"></div>
<style>
#gmap_canvas img {
max-width: none !important;
background: none !important
}
</style><a class="google-map-code" href="http://www.trivoo.net" id="get-map-data">trivoo</a>
</div>
<script
type="text/javascript"> function init_map() { var myOptions = { zoom: 14, center: new google.maps.LatLng(40.805478, -73.96522499999998), mapTypeId: google.maps.MapTypeId.ROADMAP }; map = new google.maps.Map(document.getElementById("gmap_canvas"), myOptions); marker = new google.maps.Marker({ map: map, position: new google.maps.LatLng(40.805478, -73.96522499999998) }); infowindow = new google.maps.InfoWindow({ content: "<b>The Breslin</b><br/>2880 Broadway<br/> New York" }); google.maps.event.addListener(marker, "click", function () { infowindow.open(map, marker); }); infowindow.open(map, marker); } google.maps.event.addDomListener(window, 'load', init_map);</script>
</div>
</div>
</div>
</section>
<footer class="main-footer">
<div class="auto-container">
<!--Widgets Section-->
<div class="row clearfix">
<!--Footer Column-->
<div class="footer-column col-lg-6 col-md-6 col-sm-6">
<div class="footer-widget logo-widget">
<div class="logo">
<a href="#"><img src="img/logo.png" alt="" /></a>
</div>
</div>
</div>
<div class="footer-column col-lg-6 col-md-6 col-sm-6">
<ul class="list-style-two">
<li><span class="icon fa fa-phone"></span> +91 80185 55755 , +91 91772 15606</li>
<li><span class="icon fa fa-envelope"></span> [email protected]</li>
<li><span class="icon fa fa-home"></span>Veer Surendra Sai University of Technology, Burla
<br>
Sambalpur, Odisha 768018 <br>
India</li>
</ul>
</div>
</div>
<div class="text">
<p class="center">
Copyright ©
<script data-cfasync="false"
src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
<script
type="18ebb20b688168dab5791cbf-text/javascript">document.write(new Date().getFullYear());</script>
All rights reserved | InternO
<br>
Designed by <a href="https://www.ecellvssut.in" target="_blank">E-CELL VSSUT, Burla</a>
</p>
</div>
</div>
</footer>
</div>
</div>
<a href="#" class="scrollup waves-effect waves-dark"><i class="fa fa-angle-up active"></i></a>
<!-- javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="materialize/js/materialize.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/jquery.fancybox-media.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/animate.js"></script>
<!-- Vendor Scripts -->
<script src="js/modernizr.custom.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/animate.js"></script>
<script src="js/custom.js"></script>
</body>
</html>