-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
506 lines (378 loc) · 15.6 KB
/
home.html
File metadata and controls
506 lines (378 loc) · 15.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
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
<!DOCTYPE html>
<html>
<head>
<title> TECH INTERACTO</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head>
<body>
<!-- ......... NAVIGATION BAR START ..................-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top">
<a class="navbar-brand " href="home.html">
<img src="image/img10.jpg" width="80" height="50" class="d-inline-block align-top" alt="" loading="lazy">
<span class="navbar-text">TECH INTERACTO</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active ">
<a class="nav-link " href="home.html">HOME <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">ABOUT</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#">STUDENT</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="event.html">EVENTS</a>
</li>
<li class="nav-item mr-2">
<a class="nav-link" href="blog1.html">BLOG</a>
</li>
</ul>
<a class="btn btn-outline-light" href="interact.html" role="button">
<b>INTERACT</b>
</a>
</div>
</nav>
<!-- ................ NAVIGATION BAR END ..................-->
<!-- ................ SLIDER HEADER START .................-->
<div id="demo" class="carousel slide" data-ride="carousel" data-interval="5000">
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active">
</li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
<li data-target="#demo" data-slide-to="3"></li>
</ul>
<div class="carousel-inner" >
<div class="carousel-item active">
<img src="image/img_bg_1.jpg" >
<div class="carousel-caption text-center">
<h3> A new form of learning</h3>
</div>
</div>
<div class="carousel-item">
<img src="image/img_bg_2.jpg" >
<div class="carousel-caption text-center">
<h3>search - learn - share</h3>
</div>
</div>
<div class="carousel-item">
<img src="image/img_bg_7.jpg" >
<div class="carousel-caption text-center">
<h3>trustable connections</h3>
</div>
</div>
<div class="carousel-item">
<img src="image/img_bg_4.jpg" >
<div class="carousel-caption text-center">
<h3>verified alumni</h3>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
<!-- ............... SLIDER HEADER END ...................-->
<!-- ................WHAT WE DO PART START................-->
<section class="my-5" id="alpha">
<div >
<h1 class="text-center font-weight-bold">WHAT WE DO</h1>
</div>
</section>
<section class="header-extradiv">
<div class="container">
<div class="row">
<div class=" extra-div col-lg-4 col-md-4 col-12">
<a href="#"><i class="fa-3x fa fa-binoculars" aria-hidden="true"></i></a>
<h2>GET IN TOUCH</h2>
<p> A freshie can get in connection with senior and faculty for advice and help rather exploring the other sources.
Being a senior u might be too busy , let your juniors help in building the sub modules of your project.</p>
</div>
<div class=" extra-div col-lg-4 col-md-4 col-12">
<a href="#"><i class="fa-3x fa fa-paper-plane" aria-hidden="true"></i></a>
<h2>INTERACT AND SHARE</h2>
<p>Get your quaries resolved by interaction in chat box . Share documents for effective learning and better assistance.</p>
</div>
<div class=" extra-div col-lg-4 col-md-4 col-12">
<a href="#"><i class="fa-3x fa fa-calendar" aria-hidden="true"></i></a>
<h2>BLOGS,EVENTS,NEWS AND MUCH MORE</h2>
<p>Know about new tech domains via blogs by seniors ,faculty. Info of latest events,news on tech</p>
</div>
</div>
</div>
</section>
<!-- ................ WHAT WE DO PART END..................-->
<!-- ................ OUR PRIDE START .....................-->
<div class="my-5">
<h1 class="text-center font-weight-bold "> OUR PRIDE
</h1>
</div>
<div class="main" id="beta">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="counter">
<div class="counter-content">
<h3>STUDENTS</h3>
<span class="counter-value">1589</span>
</div>
<div class="counter-icon">
<i class="fa fa-male"></i>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="counter purple">
<div class="counter-content">
<h3>TEACHERS</h3>
<span class="counter-value">126</span>
</div>
<div class="counter-icon">
<i class="fa fa-university"></i>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="counter">
<div class="counter-content">
<h3>ALUMNI</h3>
<span class="counter-value">2336</span>
</div>
<div class="counter-icon">
<i class="fa fa-graduation-cap"></i>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="counter purple">
<div class="counter-content">
<h3>BLOGS</h3>
<span class="counter-value">109</span>
</div>
<div class="counter-icon">
<i class="fa fa-newspaper-o"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- .............. OUR PRIDE END ....................-->
<!-- ............EVENTS SECTION START.................-->
<section class="my-5">
<div >
<h1 class="text-center font-weight-bold">UPCOMING EVENTS
</h1>
<p class="text-center">Keep yourself aware about latest affairs prevailing the tech world.</p>
</div>
</section>
<section>
<div class="leftbox">
<div class="container">
<img src="image/event.jpg">
</div>
</div>
<div>
<div class="events">
<ul>
<li>
<div class="time">
<h2>2<br><span>NOV</span></h2>
</div>
<div class="details">
<h3>SEMINAR ON CLOUD STUDY JAM</h3>
<p> it is a golden opportunity to go through this beautiful domain. it is conducteed by our very own DSC.</p>
<a href="#">View Details</a>
</div>
</li>
<li>
<div class="time">
<h2>14<br><span>NOV</span></h2>
</div>
<div class="details">
<h3>WEBINAR ON UNIVERSITY EXAM</h3>
<p>This webinar is conducted by AKTU. Students will be blessed with essention information on end sem exams.</p>
<a href="#">View Details</a>
</div>
</li>
<li>
<div class="time">
<h2>12<br><span>DEC</span></h2>
</div>
<div class="details">
<h3>JOBS AFTER CORONA OUTBREAK</h3>
<p> This seminar is all about how to earn your living in this situation . </p>
<a href="#">View Details</a>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- ............EVENTS SECTION END......................-->
<!-- ...........WHAT THEY SAY START......................-->
<section class="my-5">
<h1 class="text-center font-weight-bold">WHAT THEY SAY</h1>
</section>
<section id="testimonial">
<div class="container text-center p-4">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" data-interval="5000">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="image/person5.jpg" class="rounded-circle" alt="...">
<h3> AKSHAT DESHWAL</h3>
<p><em> Being a part of tech interacto is been an absolute delight. Any idea , solution to any doubt , support is just a single click away. </em></p>
<p><strong> CSE DEPT</strong></p>
</div>
<div class="carousel-item">
<img src="image/person6.jpg" class="rounded-circle" alt="...">
<h3> ADITYA KUMAR TIWARI </h3>
<p><em> The best thing being a part of this portal is the feeling of unity . </em></p>
<p><strong> CSE DEPT</strong></p>
</div>
<div class="carousel-item">
<img src="image/person7.jpg" class="rounded-circle" alt="...">
<h3> AKASH BANSAL</h3>
<p><em> Since i have joined this , my technical life doesn't require compilation anymore it is running without any kind of errors. </em></p>
<p><strong> CSE DEPT</strong></p>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<!-- ............ WHAT THEY SAY END...................-->
<!-- .............. BLOGS START ......................-->
<section class="my-5">
<h1 class="text-center font-weight-bold">BLOGS</h1>
</section>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="single-blog">
<p class="blog-meta"> BY TARUN <span>SEPT 24, 2020</span></p>
<img src="image/blog-7.jpg">
<h2 class="text-center">CREATING MOBILE APPS
</h2>
<p class="blog-text text-center">The mobile app industry is rapidly evolving. You could argue that the popularity is growing faster than the Internet.</p>
<p><a href="blog1.html#earth" class="read-more-btn"> Read More </a>
<span><i class="fa fa-thumbs-o-up"></i>19 PEOPLE LIKE <i class="fa fa-comment-o"></i>2</span>
</p>
</div>
</div>
<div class="col-md-4">
<div class="single-blog">
<p class="blog-meta"> BY SARTHAK <span>SEPT 28, 2020</span></p>
<img src="image/blog-8.jpg">
<h2 class="text-center">HOW TO CREATE WEBSITE FROM SCRATCH
</h2>
<p class="blog-text text-center">Being a beginner i suggest u to start your web developent by taking cources on Udemy.</p>
<p><a href="blog1.html#venus" class="read-more-btn"> Read More </a>
<span><i class="fa fa-thumbs-o-up"></i>10 PEOPLE LIKE <i class="fa fa-comment-o"></i>7</span>
</p>
</div>
</div>
<div class="col-md-4">
<div class="single-blog">
<p class="blog-meta"> BY NAMAN <span>SEPT 30, 2020</span></p>
<img src="image/blog-3.jpg">
<h2 class="text-center">HOW TO BUILD GAMES APP IN MOBILE
</h2>
<p class="blog-text text-center">Hi, i am naman ahuja i am going to share my journey from beginner to hardcore androis and ios game developer.</p>
<p><a href="blog2.html#jupiter" class="read-more-btn"> Read More </a>
<span><i class="fa fa-thumbs-o-up"></i>7 PEOPLE LIKE <i class="fa fa-comment-o"></i>3</span>
</p>
</div>
</div>
</div>
</div>
<!-- ................ BLOGS END......................-->
<!-- ................ FOOTER START......................-->
<footer class=" page-footer bg-dark position-sticky">
<div class="bg-dark">
<div class="container">
<div class="row py-4 d-flex align-items-center">
<div class="col-md-12 text-center">
<a href="#"><i class="fa-3x fa fa-facebook-official mr-4"></i></a>
<a href="#"><i class=" fa-3x fa fa-twitter-square mr-4"></i></a>
<a href="#"><i class="fa-3x fa fa-linkedin-square mr-4"></i></a>
<a href="#"><i class="fa-3x fa fa-instagram mr-4"></i></a>
</div>
</div>
</div>
</div>
<div class=" omega container text-center text-md-left mt-5">
<div class="row">
<div class="col-md-3 mx-auto mb-4">
<h6 class="text-uppercase font-weight-bold"> Tech Interacto </h6>
<hr class=" gamma bg-danger mb-4 mt-0 d-inline-block mx-auto">
<p class="mt-2">Our TECH INTERACTO is a portal which will help you to find what exactly you are seeking for , it will help you to make connection with the right person who is an expert in that particular domain .</p>
</div>
<div class="col-md-2 mx-auto mb-4">
<h6 class="text-uppercase font-weight-bold"> Quick Links </h6>
<hr class=" delta bg-danger mb-4 mt-0 d-inline-block mx-auto">
<ul class="list-unstyled">
<li class="my-2"><a href="home.html">HOME</a></li>
<li class="my-2"><a href="about.html">ABOUT</a></li>
<li class="my-2"><a href="event.html">EVENTS</a></li>
<li class="my-2"><a href="blog1.html">BLOG</a></li>
</ul>
</div>
<div class="col-md-3 mx-auto mb-4">
<h6 class="text-uppercase font-weight-bold">CONTACT </h6>
<hr class=" zeta bg-danger mb-4 mt-0 d-inline-block mx-auto">
<ul class="list-unstyled">
<li class="my-2"><a href="https://abesit.in/"><i class=" fa-2x fa fa-home"></i></a>
ABESIT Campus NH24 GHAZIABAD UP (201009)</li>
<li class="my-2"><a href="#"><i class=" fa-2x fa fa-envelope"></i></a> helpdesk@abesit.in</li>
<li class="my-2"><a href="https://abesit.in/contact/"><i class=" fa-3x fa fa-mobile"></i></a>   08448583370</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- ................ FOOTER END......................-->
<!-- ..........COUNTER JS START.....................-->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>
$(document).ready(function(){
$('.counter-value').each(function(){
$(this).prop('Counter',0).animate({
Counter: $(this).text()
},{
duration: 10000,
easing: 'swing',
step: function (now){
$(this).text(Math.ceil(now));
}
});
});
});
</script>
<!-- ...................COUNTER JS END......................-->
<!-- ................. DEFAULT JS START....................-->
<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.5.2/js/bootstrap.min.js"></script>
<!-- .................DEFAULT JS END........................-->
</body>
</html>