-
Notifications
You must be signed in to change notification settings - Fork 0
/
index code.txt
473 lines (395 loc) · 17.7 KB
/
index code.txt
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TECH ERA</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;700&display=swap">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" />
<style>
* {
box-sizing: border-box;
}
.head2 {
font-family: Verdana, sans-serif;
min-height: 40vh;
min-width: 100%;
}
.mySlides {
display: none;
margin-top: 20px;
}
img {
vertical-align: middle;
}
/* Slideshow container */
.slideshow-container {
max-width: 1500px;
position: relative;
margin: auto;
}
/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active {
background-color: #717171;
}
/* Fading animation */
.fade {
animation-name: fade;
animation-duration: 1.5s;
}
@keyframes fade {
from {
opacity: .4
}
to {
opacity: 1
}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.text {
font-size: 11px
}
}
</style>
</head>
<body>
<section class="header">
<nav>
<a href="index.html" class="logo">TECH
<i class="fab fa-staylinked"></i>ERA
</a>
<div class="nav-links" id="navLinks">
<i class="fa fa-times" onclick="hideMenu()"></i>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="courses.html">Course</a></li>
<li><a href="pari.html">Career</a></li>
<li><a href="notes.html">notes</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showmenu()"></i>
<script src="sc.js"></script>
</nav>
<div class="text_box">
<h2>GET READY</h2>
<p id="headtext">TO ENTER THE TECHNICAL WORLD</p>
<p>
Tech Era is the place where technical skills are developed and enhanced by <br>the knowledge of
our expert team members.
</p>
<a href="about.html" class="hero_btn">Visit Us To Know More</a>
</div>
</section>
<section class="head2">
<div class="slideshow-container">
<div class="mySlides fade">
<img src="https://miro.medium.com/max/1400/1*HLGtY6O2vUHqIyEbWdmBgA.jpeg"
style="width:100%">
</div>
<div class="mySlides fade">
<img src="https://freerangestock.com/sample/113049/coding-and-programming--computer-science-and-it.jpg"
style="width:100%">
</div>
<div class="mySlides fade">
<img src="https://slideplayer.com/12994124/79/images/slide_1.jpg"
style="width:100%">
</div>
<div class="mySlides fade">
<img src="https://www.simplilearn.com/ice9/free_resources_article_thumb/Best-Programming-Languages-to-Start-Learning-Today.jpg"
style="width:100%">
</div>
</div>
<br>
<div style="text-align:center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
<script>
let slideIndex = 0;
showSlides();
function showSlides() {
let i;
let slides = document.getElementsByClassName("mySlides");
let dots = document.getElementsByClassName("dot");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex > slides.length) { slideIndex = 1 }
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex - 1].style.display = "block";
dots[slideIndex - 1].className += " active";
setTimeout(showSlides, 3000); // Change image every 2 seconds
}
</script>
</section>
<!-- Course Section Start -->
<section class="course">
<div class="PageBlock">
<div class="verticalLine"></div>
<div class="Clear"></div>
</div>
<h1>EXPLORE OUR 600+ <br> MAJOR PROGRAMS</h1>
<p>The Techincal Era provides a variety of language Programs</p>
<div class="row">
<div class="course-col">
<img src="images/com.webp" alt="" class="cl">
<h3>Computer Languages</h3>
<p>The computer language is defined as code or syntax which is used to write programs or any specific applications. The
computer language is used to communicate with computers. Broadly the computer language can be classified into three
categories assembly language, machine language, and high-level language.</p>
</div>
<div class="course-col">
<img src="images/uug.png" alt="" class="cl" id="cl1">
<h3>Graduate Programs</h3>
<p>graduate education leads to master's degree and doctorate, also called a doctoral degree. Often, graduate degrees help
people advance further in their careers and earn more over a lifetime. Some fields — such as physical therapy — require
graduate degrees.</p>
</div>
<div class="course-col">
<img src="images/ai.jpg" alt="" class="cl">
<h3>Artificial Learning</h3>
<p>Artificial intelligence (AI) broadly refers to any human-like behaviour displayed by a machine or system. In AI’s most
basic form, computers are programmed to “mimic” human behaviour using extensive data from past examples of similar
behaviour. This can range from recognising differences between a cat and a bird to performing complex activities in a
factory environment.
</p>
</div>
</div>
</section>
<!-- Course Section End -->
<!-- Facilities Section Start -->
<section class="facilities">
<div class="PageBlock">
<div class="verticalLine"></div>
<div class="Clear"></div>
</div>
<h1>Our Services</h1>
<p>Tech Era is known for his free services and youcan have a benifit from that. </p>
<div class="row">
<div class="facilities-col">
<img src="images/note.png" alt="">
<h3>Simplified Notes</h3>
<p>Click here to geet the simplified notes i.e handwritten/scnned easy language notes.
</p>
</div>
<div class="facilities-col">
<img src="images/sc.jpg" alt="">
<h3>Source Codes</h3>
<p>All the type of source code are avialable here and you can use it freely.
</p>
</div>
<div class="facilities-col">
<img src="images/career.jpg" alt="">
<h3>Right Career </h3>
<p>We also provide the right career path for your future and hence we will improve your skill.
</p>
</div>
</div>
</section>
<!-- Facilities Section End -->
<!-- Testimonials Section Start -->
<section class="testimonials">
<div class="PageBlock">
<div class="verticalLine"></div>
<div class="Clear"></div>
</div>
<h1>What Our Visitors Says</h1>
<p>Speak is the right for every person</p>
<div class="row">
<div class="testimonials-col">
<img src="images/user.png" alt="oo..">
<div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Modi maiores in nostrum rerum voluptatem
praesentium veritatis alias omnis voluptate nisi aperiam, voluptatum quibusdam itaque a
deserunt. In quia repellat maxime.</p>
<h3>Visitor Name</h3>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
</div>
<div class="testimonials-col">
<img src="images/user.png" alt="oo..">
<div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Modi maiores in nostrum rerum voluptatem
praesentium veritatis alias omnis voluptate nisi aperiam, voluptatum quibusdam itaque a
deserunt. In quia repellat maxime.</p>
<h3>Visitor Name</h3>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-alt"></i>
</div>
</div>
</div>
</section>
<!-- Testimonials Section End -->
<!-- Call To Action Section Start -->
<section class="cta">
<h1>GET READY FOR A BRIGHT FUTURE</h1>
<a href="contact.html" class="hero_btn">CONTACT US</a>
</section>
<!-- Call To Action Section End -->
<!--notice section-->
<section class="notice">
<h1>PILLERS OF THE PAGE</h1>
<div class="container">
<div class="row2">
<!--First User design starts here-->
<div class="profile-card">
<div class="profile-content">
<div class="profile-image">
<img src="images/logo.png" alt="first user">
</div>
<div class="desc">
<h2>Ravikant Yadav</h2>
<p>STUDENT </p>
</div>
<div class="btn-div">
<button class="btn"><i class="fa fa-facebook" style="padding-right: 10px;"></i>Follow</button>
</div>
</div>
</div>
<!--First user design ends here-->
<!--second User design starts here-->
<div class="profile-card">
<div class="profile-content">
<div class="profile-image">
<img src="images/logo.png" alt="first user">
</div>
<div class="desc">
<h2>SHRUTI SRIVASTAVA</h2>
<p> STUDENT </p>
</div>
<div class="btn-div">
<button class="btn"><i class="fa fa-facebook" style="padding-right: 10px;"></i>Follow</button>
</div>
</div>
</div>
<!--second user design ends here-->
<!--third User design starts here-->
<div class="profile-card">
<div class="profile-content">
<div class="profile-image">
<img src="images/logo.png" alt="first user">
</div>
<div class="desc">
<h2>AYUSHI KUMARI</h2>
<p> STUDENT</p>
</div>
<div class="btn-div">
<button class="btn"><i class="fa fa-facebook" style="padding-right: 10px;"></i>Follow</button>
</div>
</div>
</div>
<!--third user design ends here-->
<!--fourth User design starts here-->
<div class="profile-card">
<div class="profile-content">
<div class="profile-image">
<img src="images/logo.png" alt="first user">
</div>
<div class="desc">
<h2>NITU KUMARI</h2>
<p> STUDENT </p>
</div>
<div class="btn-div">
<button class="btn"><i class="fa fa-facebook" style="padding-right: 10px;"></i>Follow</button>
</div>
</div>
</div>
<!--fourth user design ends here-->
<!--Fifth User design starts here-->
<div class="profile-card">
<div class="profile-content">
<div class="profile-image">
<img src="images/logo.png" alt="first user">
</div>
<div class="desc">
<h2>SATYAM PRAKASH</h2>
<p> STUDENT </p>
</div>
<div class="btn-div">
<button class="btn"><i class="fa fa-facebook" style="padding-right: 10px;"></i>Follow</button>
</div>
</div>
</div>
<!--Fifth user design ends here-->
<!--six User design starts here-->
<div class="profile-card">
<div class="profile-content">
<div class="profile-image">
<img src="images/logo.png" alt="first user">
</div>
<div class="desc">
<h2>ROHAN RAJ SRIVASTAVA</h2>
<p> STUDENT </p>
</div>
<div class="btn-div">
<button class="btn"><i class="fa fa-facebook" style="padding-right: 10px;"></i>Follow</button>
</div>
</div>
</div>
<!--six user design ends here-->
</div>
</div>
</section>
<!-- Footer Section Start -->
<section class="footer" >
<h4>Welcome To a New Era</h4>
<h5><a href="pr.html">privacy policy</a></h5>
<h5><a href="termsandcondition.html">terms & conditon</a></h5>
<h5><a href="#">faq</a></h5>
<div class="icons">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-linkedin"></i>
</div>
<p>Copyright © <a href="index.html">TECH ERA</a>. All Rights Reserved</p>
</section>
<!-- Footer Section End -->
<script src="script.js"></script>
</body>
</html>