-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
477 lines (434 loc) · 22.6 KB
/
index.html
File metadata and controls
477 lines (434 loc) · 22.6 KB
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
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<link rel="icon" href="title-icon.PNG" type="image/png">
<title>Come Back</title>
</head>
<body>
<!-----My Nav Bar---->
<section id="navBar">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#"><img src="com back logo.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#top">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#alumini-list">ALUMINI LIST</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#alu-app">ALUMINI APPLICATION</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">CONTACT</a>
</li>
<button onclick="darkmodefn()" type="button" class="btn btn-outline-dark">DarkMode</button>
<script>
function darkmodefn() {
const options = {
time: '0.3s',
mixColor: '#fff',
backgroundColor: '#fff',
saveInCookies: true,
autoMatchOsTheme: false
}
const darkmode = new Darkmode(options);
darkmode.toggle();
}
</script>
</li>
</ul>
</div>
</nav>
</section>
<!----------My Slider space----------->
<div id="slider">
<div id="headerSlider" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#headerSlider" data-slide-to="0" class="active"></li>
<li data-target="#headerSlider" data-slide-to="1"></li>
<li data-target="#headerSlider" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="graduate.jpg" class="d-block img-fluid" alt="students with caps flying">
<div class="carousel-caption">
<h4>Register Your Success Here</h4>
</div>
</div>
<div class="carousel-item">
<img src="students.jpg" class="d-block img-fluid" alt="students with bag">
<div class="carousel-caption">
<h4>Share How we helped You achieve your <strong>goal</strong></h4>
</div>
</div>
<div class="carousel-item">
<img src="hareesh.jpg" class="d-block img-fluid" alt="Our notable alumini picture just kidding its me :p">
<div class="carousel-caption">
<h4>Website creator <span id="namehigh"><a>Hareesh </a></span>
<h4>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#headerSlider" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true">
<span class="sr-only">Previous
</a>
<a class="carousel-control-next" href="#headerSlider" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true">
<span class="sr-only">Next
</a>
</div>
</div>
<!-------------About Us Section----------->
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2><span id="midtit-au"><a>About Us </a></span></h2>
<div class="about-content">
<h5>Come Back</h5>
Is an online portal for alumini of the colleges to share their experience also help other students with what
they have done for what they have achieved<br>
Hey Alumini out there Grab this opportunity to become ispiration to lot of students.<br>
Share Your Achievements here with what you have achieved through your college. <br>
<strong>How ?</strong> Just click on the Alumini Application and proceed.<br>
<strong>Not an alumini ?</strong> Look for mentors here like who you want to become.<br>
Simple as that just click on Alumini List to see the list of alumini.<br>
</div>
</div>
<div class="col-md-6 skills-bar">
<p>Total Number of students</p>
<div class="progress">
<div class="progress-bar" style="width: 100%;">100</div>
</div>
<p>Alumini Found</p>
<div class="progress">
<div class="progress-bar" style="width: 80%;">80</div>
</div>
<p>Batch 2018</p>
<div class="progress">
<div class="progress-bar" style="width: 90%;">32</div>
</div>
<p>Batch 2017</p>
<div class="progress">
<div class="progress-bar" style="width: 75%;">19</div>
</div>
<p>Batch 2016</p>
<div class="progress">
<div class="progress-bar" style="width: 60%;">16</div>
</div>
<p>Batch 2016</p>
<div class="progress">
<div class="progress-bar" style="width: 30%;">10</div>
</div>
</div>
</div>
<button type="button" data-toggle="collapse" data-target="#collapseExample" class="btn btn-dark">Read
more>></button>
<div class="collapse" id="collapseExample">
<div class="card card-body">
Is an online portal for alumini of the colleges to share their experience also help other students with what
they have done for what they have achieved<br>
Hey Alumini out there Grab this opportunity to become ispiration to lot of students.<br>
Share Your Achievements here with what you have achieved through your college. <br>
<strong>How ?</strong> Just click on the Alumini Application and proceed.<br>
<strong>Not an alumini ?</strong> Look for mentors here like who you want to become.<br>
Simple as that just click on Alumini List to see the list of alumini.<br>
Is an online portal for alumini of the colleges to share their experience also help other students with what
they have done for what they have achieved<br>
Hey Alumini out there Grab this opportunity to become ispiration to lot of students.<br>
Share Your Achievements here with what you have achieved through your college. <br>
<strong>How ?</strong> Just click on the Alumini Application and proceed.<br>
<strong>Not an alumini ?</strong> Look for mentors here like who you want to become.<br>
Simple as that just click on Alumini List to see the list of alumini.<br>
Is an online portal for alumini of the colleges to share their experience also help other students with what
they have done for what they have achieved<br>
Hey Alumini out there Grab this opportunity to become ispiration to lot of students.<br>
Share Your Achievements here with what you have achieved through your college. <br>
<strong>How ?</strong> Just click on the Alumini Application and proceed.<br>
<strong>Not an alumini ?</strong> Look for mentors here like who you want to become.<br>
Simple as that just click on Alumini List to see the list of alumini.<br>
Is an online portal for alumini of the colleges to share their experience also help other students with what
they have done for what they have achieved<br>
Hey Alumini out there Grab this opportunity to become ispiration to lot of students.<br>
Share Your Achievements here with what you have achieved through your college. <br>
<strong>How ?</strong> Just click on the Alumini Application and proceed.<br>
<strong>Not an alumini ?</strong> Look for mentors here like who you want to become.<br>
Simple as that just click on Alumini List to see the list of alumini.<br>
</div>
</div>
</section>
<!---------Alumini List------------->
<section id="alumini-list">
<div class="container">
<h1>
<span id="midtit-al"><a>Alumini List</a></span>
</h1>
<div class="row services">
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-laptop"></i>
</div>
<h3><span id="alutitle"><a>Our Coders</a></span></h3>
<p>Our Alumini coders works in dream companies like ZOHO , AMAZON , FACEBOOK , NETFLIX , APPLE , GOOGLE etc.
</p>
</div>
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-bolt"></i>
</div>
<h3><span id="alutitle"><a>Our Electrical Freaks</a></span></h3>
<p>Our EEE graduates works in companies like HONEYWELL , TATA MOTORS , TESLA , HYUNDAI etc.</p>
</div>
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-wrench"></i>
</div>
<h3><span id="alutitle"><a>Our Mechons</a></span></h3>
<p>Our Mechanical Engineers works in prominent companies like Boeing , NASA , Lockheed Martin , Ford Motor
etc.</p>
</div>
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-lightbulb-o"></i>
</div>
<h3><span id="alutitle"><a>Our E&I Graduates</a></span></h3>
<p>Our Instrumentation Engineers works in dream companies like BOSCH , ABB , L&T , BHEL etc.</p>
</div>
</div>
<div class="wrapper">
<input type="text" id="myInput" onkeyup="myFunction()" placeholder=" Search for names/Destination.."
style="font-family:Arial, FontAwesome">
</div>
<div id="list-example" class="list-group">
<ul id="myUL">
<li><a class="list-group-item list-group-item-action" href="#list-item-1">Hareesh - SDE</a></li>
<li><a class="list-group-item list-group-item-action" href="#list-item-2">Shiva Dutt - EIE</a></li>
<li><a class="list-group-item list-group-item-action" href="#list-item-3">Robert Doweney - ME</a></li>
<li><a class="list-group-item list-group-item-action" href="#list-item-13">Ragul Prasad - GD</a></li>
<li><a class="list-group-item list-group-item-action" href="#list-item-4">Sooraj - EEE</a></li>
<li><a class="list-group-item list-group-item-action" href="#list-item-5">Chris Evans - SDE</a></li>
<li><a class="list-group-item list-group-item-action" href="#list-item-6">Bruce Banner - EIE</a></li>
<li><a class="list-group-item list-group-item-action" href="#list-item-7">Benidict - ME</a></li>
<li><a class="list-group-item list-group-item-action" href="#list-item-8">Natasha - EEE</a></li>
<li><a class="list-group-item list-group-item-action" href="#list-item-9">Chris Hemsworth - SDE</a></li>
<li><a class="list-group-item list-group-item-action" href="#list-item-10">Tom Holland - EIE</a></li>
<li><a class="list-group-item list-group-item-action" href="#list-item-11">Loki - ME</a></li>
<li><a class="list-group-item list-group-item-action" href="#list-item-12">Benjamin Curby Tennision - EEE</a>
</li>
<li><a class="list-group-item list-group-item-action" href="#list-item-14">Thilak Raj - SDE</a></li>
</div>
</ul>
<br><br>
<div data-spy="scroll" data-target="#list-example" data-offset="0" class="scrollspy-example">
<h4 id="list-item-1">Hareesh</h4>
<p>Hareesh is an Software Development Engineer in AMAZON who earns 29LPA.<br>Linked in :<a href="#"> Click
here</a> <i class="fa fa-linkedin"></i> <br>Contact: Hareesh@gmail.com <i class="fa fa-laptop"></i><br>CGPA
: 8.81 <i class="fa fa-graduation-cap"></i> </p>
<h4 id="list-item-2">Shiva Dutt</h4>
<p>Shiva Dutt is an Instrumentation Engineer in BOSCH who earns 35LPA.<br>Linked in :<a href="#"> Click here</a>
<i class="fa fa-linkedin"></i> <br>Contact: mysticshiva@gmail.com <i class="fa fa-lightbulb-o"></i><br>CGPA :
9.33 <i class="fa fa-graduation-cap"></i></p>
<h4 id="list-item-3">Robert Doweney</h4>
<p>Robert Doweney is an Mechanical Engineer Engineer in NASA who earns 17LPA.<br>Linked in :<a href="#"> Click
here</a> <i class="fa fa-linkedin"></i> <br>Contact: ironman@gmail.com <i class="fa fa-wrench"></i><br>CGPA
: 8.7 <i class="fa fa-graduation-cap"></i></p>
<h4 id="list-item-13">Ragul Prasad</h4>
<p>Ragul Prasad is an Game Developer in Unity who earns 17LPA.<br>Linked in :<a href="#"> Click here</a> <i
class="fa fa-linkedin"></i> <br>Contact: ragubaba@gmail.com <i class="fa fa-wrench"></i><br>CGPA : 7.10 <i
class="fa fa-graduation-cap"></i></p>
<h4 id="list-item-4">Sooraj</h4>
<p>Sooraj is an Electrical Engineer Engineer in TESLA who earns 23LPA.<br>Linked in :<a href="#"> Click here</a>
<i class="fa fa-linkedin"></i> <br>Contact: soo@gmail.com <i class="fa fa-bolt"></i><br>CGPA : 9.76 <i
class="fa fa-graduation-cap"></i></p>
<h4 id="list-item-5">Chris Evans</h4>
<p>Chris Evans is an Software Development Engineer in AMAZON who earns 6LPA.<br>Linked in :<a href="#"> Click
here</a> <i class="fa fa-linkedin"></i> <br>Contact: capamerica@gmail.com <i
class="fa fa-laptop"></i><br>CGPA : 5.9 <i class="fa fa-graduation-cap"></i></p>
<h4 id="list-item-6">Bruce Banner</h4>
<p>Bruce Banner is an Instrumentation Engineer in BOSCH who earns 3.7LPA.<br>Linked in :<a href="#"> Click
here</a> <i class="fa fa-linkedin"></i> <br>Contact: hulk@gmail.com <i
class="fa fa-lightbulb-o"></i><br>CGPA : 6.9 <i class="fa fa-graduation-cap"></i></p>
<h4 id="list-item-7">Benidict</h4>
<p>Benidict is an Mechanical Engineer Engineer in NASA who earns 7.5LPA.<br>Linked in :<a href="#"> Click
here</a> <i class="fa fa-linkedin"></i> <br>Contact: drstrange@gmail.com <i
class="fa fa-wrench"></i><br>CGPA : 8.43 <i class="fa fa-graduation-cap"></i></p>
<h4 id="list-item-8">Natasha</h4>
<p>Natasha is an Electrical Engineer Engineer in TESLA who earns 9LPA.<br>Linked in :<a href="#"> Click here</a>
<i class="fa fa-linkedin"></i> <br>Contact: blackwidow@gmail.com <i class="fa fa-bolt"></i><br>CGPA : 7.46 <i
class="fa fa-graduation-cap"></i></p>
<h4 id="list-item-9">Chris Hemsworth</h4>
<p>Chris Hemsworth is an Software Development Engineer in AMAZON who earns 5.8LPA.<br>Linked in :<a href="#">
Click here</a> <i class="fa fa-linkedin"></i> <br>Contact: thor@gmail.com <i
class="fa fa-laptop"></i><br>CGPA : 10.0 <i class="fa fa-graduation-cap"></i></p>
<h4 id="list-item-10">Tom Holland</h4>
<p>Tom Holland is an Instrumentation Engineer in BOSCH who earns 11LPA.<br>Linked in :<a href="#"> Click
here</a> <i class="fa fa-linkedin"></i> <br>Contact: spoidermon@gmail.com <i
class="fa fa-lightbulb-o"></i><br>CGPA : 8.1 <i class="fa fa-graduation-cap"></i></p>
<h4 id="list-item-11">Loki</h4>
<p>Loki is an Mechanical Engineer Engineer in NASA who earns 14LPA.<br>Linked in :<a href="#"> Click here</a> <i
class="fa fa-linkedin"></i> <br>Contact: odinsonloki@gmail.com <i class="fa fa-wrench"></i><br>CGPA : 9.47
<i class="fa fa-graduation-cap"></i></p>
<h4 id="list-item-12">Benjamin Curby Tennision</h4>
<p>Benjamin Curby Tennision is an Electrical Engineer Engineer in TESLA who earns 8.9LPA.<br>Linked in :<a
href="#"> Click here</a> <i class="fa fa-linkedin"></i> <br>Contact: ben10@gmail.com <i
class="fa fa-bolt"></i><br>CGPA : 7.58 <i class="fa fa-graduation-cap"></i></p>
<h4 id="list-item-14">Thilak Raj</h4>
<p>Thilak Raj is an Software Development Engineer in FACEBOOK who earns 38 LPA.<br>Linked in :<a
href="https://www.linkedin.com/in/thilakrajbalasubramanian/" target="_blank">
Click here</a> <i class="fa fa-linkedin"></i> <br>Contact: thlak@gmail.com <i
class="fa fa-laptop"></i><br>CGPA : 9.83 <i class="fa fa-graduation-cap"></i></p>
</div>
</div>
</section>
<!--------------Alumini Application-------------->
<section id="alu-app">
<div class="container">
<span class="midtit-ah"><a>
<h1>Apply Here</h1>
</a></span>
<p class="text-center">
For applying You must be a passed out of our institution<br>
And You must verify your identity
</p>
<!-----------Alumini example cards------------>
<div class="row">
<div class="col-md-4" text-center>
<div class="hw-to-apply">
<img src="id.jpg" alt="The user's Identity Proof" class="id-card img-fluid">
<blockquote>❝ Your Submission must be in the format.Few words that you wanna share.
<br>RegNo : 111719104058
<br>CGPA while passing : 8.81 ❞
</blockquote>
<h3>Hareesh R <span>SDE at Amazon</span></h3>
</div>
</div>
<div class="col-md-4" text-center>
<div class="hw-to-apply">
<img src="id2.png" alt="The user's Identity Proof" class="id-card img-fluid">
<blockquote>❝ Eg: I am an IE at Bosch.<br> With 30 lakh INR.
<br>RegNo : 111519104136
<br>CGPA while passing : 9.33 ❞
</blockquote>
<h3>Shiva Dutt <span>Instrumentation Engineer in BOSCH</span></h3>
</div>
</div>
<div class="col-md-4" text-center>
<div class="hw-to-apply">
<img src="id3.png" alt="The user's Identity Proof" class="id-card img-fluid">
<blockquote>❝ Your Submission may be like this im Ragul Prasad and im working in Unity
<br>RegNo : 111719104723
<br>CGPA while passing : 7.1 ❞
</blockquote>
<h3>Ragul Prasad <span>Game Developer at Unity</span></h3>
</div>
</div>
</div>
</section>
<!---------contact us ------------------->
<section id="contact">
<div class="container">
<span class="midtit-git"><a>
<h1>Get in Touch</h1>
</a></span>
<div class="row">
<div class="col-md-6 contact-null">
<h2> </h2>
<span class="clickhere"><a href="http://www.comeback-alums-thankyou.ml">
<h1>Click Here To Apply</h1>
</a></span>
</div>
<div class="col-md-6 contact-info">
<div class="follow">
<i class="fa fa-map-marker"></i>
<b>Address: </b>RSM Nagar,
Kavaraipettai,
Gummidipoondi Taluk,
Tiruvallur District,
Tamil Nadu,
India.
Pin code: 601 206.
</div>
<div class="follow">
<i class="fa fa-phone"></i>
<b>Phone: </b>+91 91769694XX
</div>
<div class="follow">
<i class="fa fa-envelope"></i>
<b>Email: </b>hareeshraji708@gmail.com
</div>
<div class="follow">
<label><b>Follow Me: </b></label>
<a href="https://github.com/hareesh-r" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/hareesh-rajendran-277b13112/" target="_blank"><i
class="fa fa-linkedin"></i></a>
<a href="https://wa.me/+919176969473?text=Hi%20Hareesh%20this%20message%20is%20from%20your%20website"
target="_blank"><i class="fa fa-whatsapp"></i></a>
<a href="https://www.instagram.com/hareesh_._r/" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://www.facebook.com/hareeshraji/" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://www.youtube.com/channel/UCdFmcrrlvC6rSYEL9mZQ_4g" target="_blank"><i
class="fa fa-youtube-play"></i></a>
<a href="https://twitter.com/hareesh708" target="_blank"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
</div>
</section>
<!------------Footer------------->
<section id="footer">
<div class="container text-center">
<p class="cc">Copyrights <i class="fa fa-copyright"></i> 2020
by Hareesh</p>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/darkmode-js@1.5.7/lib/darkmode-js.min.js"></script>
<script src="smooth-scroll.js" type="text/javascript"></script>
<script>
var scroll = new SmoothScroll('a[href*="#"]');
</script>
<!-------------search--------------->
<script>
function myFunction() {
var input, filter, ul, li, a, i, txtValue;
input = document.getElementById('myInput');
filter = input.value.toUpperCase();
ul = document.getElementById("myUL");
li = ul.getElementsByTagName('li');
for (i = 0; i < li.length; i++) {
a = li[i].getElementsByTagName("a")[0];
txtValue = a.textContent || a.innerText;
if (txtValue.toUpperCase().indexOf(filter) > -1) {
li[i].style.display = "";
} else {
li[i].style.display = "none";
}
}
}
</script>
</body>
</html>