-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
488 lines (382 loc) · 17.9 KB
/
index.html
File metadata and controls
488 lines (382 loc) · 17.9 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
<!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>UTech Hub</title>
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- header section starts -->
<header class="header">
<a href="#" class="logo"><span>U</span>Tech Hub</a>
<nav class="navbar">
<a href="#home">home</a>
<a href="#service">service</a>
<a href="#about">about</a>
<a href="#project">project</a>
<a href="#price">price</a>
<a href="#review">review</a>
<a href="#contact">contact</a>
</nav>
<div id="menu-bars" class="fas fa-bars"></div>
</header>
<!-- header section ends -->
<!-- home section starts -->
<section class="home" id="home">
<div class="content">
<h3>its time to join!! <br><span> Tech Community </span></h3>
<a href="#" class="btn">contact us</a>
</div>
<div class="swiper-container home-slider">
<div class="swiper-wrapper">
<div class="swiper-slide"><img src="https://www.educative.io/v2api/editorpage/5393602882568192/image/6038586442907648" alt=""></div>
<div class="swiper-slide"><img src="https://colorlib.com/wp/wp-content/uploads/sites/2/creative-css3-tutorials.jpg" alt=""></div>
<div class="swiper-slide"><img src="https://www.freecodecamp.org/news/content/images/2021/06/Ekran-Resmi-2019-11-18-18.08.13.png" alt=""></div>
<div class="swiper-slide"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/Python.svg/1200px-Python.svg.png" alt=""></div>
<div class="swiper-slide"><img src="https://play-lh.googleusercontent.com/85WnuKkqDY4gf6tndeL4_Ng5vgRk7PTfmpI4vHMIosyq6XQ7ZGDXNtYG2s0b09kJMw" alt=""></div>
<div class="swiper-slide"><img src="https://miro.medium.com/max/600/1*W02WEmR0_JeJXfLWN2zHwQ.png" alt=""></div>
<div class="swiper-slide"><img src="https://miro.medium.com/max/719/0*9f5uMrKMjLbzEf7q.png" alt=""></div>
<div class="swiper-slide"><img src="https://developers.redhat.com/sites/default/files/styles/article_feature/public/blog/2014/05/homepage-docker-logo.png?itok=zx0e-vcP" alt=""></div>
</div>
</div>
</section>
<!-- home section ends -->
<!-- service section starts -->
<section class="service" id="service">
<h1 class="heading"> our <span>services</span> </h1>
<div class="box-container">
<div class="box">
<i class=" fas fa-atom"></i>
<h3>PLacement Course</h3>
<p>Preparing for placements requires smart learning as some subjects hold more weight than others.
</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="box">
<i class="fas fa-bezier-curve"></i>
<h3>DSA Course</h3>
<p>Learn Data Structures Online At Your Own Pace With The Best Of Faculty In The Industry.</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="box">
<i class="fas fa-cogs"></i>
<h3>Machine Learning Course</h3>
<p>Become certified in python; Machine learning & AI and kick start your success.</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="box">
<i class="fas fa-cloud"></i>
<h3>Cloud Computing Course</h3>
<p>Cloud computing is the on-demand availability of computer system resources.</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="box">
<i class="fas fa-chalkboard-teacher"></i>
<h3>DevOps Course</h3>
<p>DevOps is a set of practices that combines software development (Dev) and IT operations.</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="box">
<i class=" fas fa-laptop-code"></i>
<h3>Web Development Course</h3>
<p>Web development is the work involved in developing a Web site for the Internet.</p>
<a href="#" class="btn">Read More</a>
</div>
</div>
</section>
<!-- service section ends -->
<!-- about section starts -->
<section class="about" id="about">
<h1 class="heading"><span>about</span> us </h1>
<div class="row">
<div class="image">
<img src="https://www.chegg.com/play/wp-content/uploads/sites/3/2019/07/internshipjobhigher-2500x1295.jpg" alt="">
</div>
<div class="content">
<h3>Internship and Job Opportunities</h3>
<p>Complete portfolio-worthy projects and gain practical insight through internships in the field.</p>
<p>Crack different jobs and internship roles with our esteemed Job & Internship Partners in your field of interest.</p>
<a href="#" class="btn">contact us</a>
</div>
</div>
</section>
<!-- about section ends -->
<!-- gallery section starts -->
<section class="project" id="project">
<h1 class="heading">our <span>project</span></h1>
<div class="box-container">
<div class="box">
<img src="https://aidoos.com/media/main-image/itprojects/importance-of-a-project-manager.png" alt="">
<h3 class="title">photos and ideas</h3>
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="fas fa-share"></a>
<a href="#" class="fas fa-eye"></a>
</div>
</div>
<div class="box">
<img src="https://www.ouritdept.co.uk/wp-content/uploads/2013/07/ComplexITProjects.jpg" alt="">
<h3 class="title">photos and ideas</h3>
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="fas fa-share"></a>
<a href="#" class="fas fa-eye"></a>
</div>
</div>
<div class="box">
<img src="https://www.bairesdev.com/wp-content/uploads/2021/02/The-Best-Guide-for-Outsourcing-IT-Projects-In-2021-1024x683.png" alt="">
<h3 class="title">photos and ideas</h3>
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="fas fa-share"></a>
<a href="#" class="fas fa-eye"></a>
</div>
</div>
<div class="box">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT4TxqHp7AE8HB1_V0ImR4qgf7Bbm8GudG4xg&usqp=CAU" alt="">
<h3 class="title">photos and ideas</h3>
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="fas fa-share"></a>
<a href="#" class="fas fa-eye"></a>
</div>
</div>
<div class="box">
<img src="https://assets.skyfilabs.com/images/blog/be-projects-for-cse.webp" alt="">
<h3 class="title">photos and ideas</h3>
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="fas fa-share"></a>
<a href="#" class="fas fa-eye"></a>
</div>
</div>
<div class="box">
<img src="https://www.edureka.co/blog/content/ver.1554115042/uploads/2019/04/ml-steps.png" alt="">
<h3 class="title">photos and ideas</h3>
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="fas fa-share"></a>
<a href="#" class="fas fa-eye"></a>
</div>
</div>
<div class="box">
<img src="https://content.techgig.com/thumb/msid-83597656,width-860,resizemode-4/5-Python-projects-for-developers-to-level-up-their-coding-skills.jpg?79919" alt="">
<h3 class="title">photos and ideas</h3>
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="fas fa-share"></a>
<a href="#" class="fas fa-eye"></a>
</div>
</div>
<div class="box">
<img src="https://codeguid.com/wp-content/uploads/2019/08/Screenshot-133-1200x964.png" alt="">
<h3 class="title">photos and ideas</h3>
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="fas fa-share"></a>
<a href="#" class="fas fa-eye"></a>
</div>
</div>
<div class="box">
<img src="https://hub.packtpub.com/wp-content/uploads/2018/03/96-cover.png" alt="">
<h3 class="title">photos and ideas</h3>
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="fas fa-share"></a>
<a href="#" class="fas fa-eye"></a>
</div>
</div>
</div>
</section>
<!-- gallery section ends -->
<!-- price section starts -->
<section class="price" id="price">
<h1 class="heading"> our <span>price</span> </h1>
<div class="box-container">
<div class="box">
<h3 class="title">for DevOps</h3>
<h3 class="amount">Rs4999/-</h3>
<ul>
<li><i class="fas fa-check"></i>full services</li>
<li> <i class="fas fa-check"></i> DevOps tools </li>
<li> <i class="fas fa-check"></i> Docker </li>
<li> <i class="fas fa-check"></i> linux </li>
<li> <i class="fas fa-check"></i> aws </li>
</ul>
<a href="#" class="btn">check out</a>
</div>
<div class="box">
<h3 class="title">for Data Science</h3>
<h3 class="amount">Rs4999/-</h3>
<ul>
<li><i class="fas fa-check"></i>full services</li>
<li> <i class="fas fa-check"></i> Machine Learning </li>
<li> <i class="fas fa-check"></i> python </li>
<li> <i class="fas fa-check"></i> AI </li>
<li> <i class="fas fa-check"></i> KNN </li>
</ul>
<a href="#" class="btn">check out</a>
</div>
<div class="box">
<h3 class="title">for Web Development</h3>
<h3 class="amount">Rs5999/-</h3>
<ul>
<li><i class="fas fa-check"></i>full services</li>
<li> <i class="fas fa-check"></i> HTML,CSS,JS </li>
<li> <i class="fas fa-check"></i> Node js </li>
<li> <i class="fas fa-check"></i> Data bases </li>
<li> <i class="fas fa-check"></i> Mern stack </li>
</ul>
<a href="#" class="btn">check out</a>
</div>
<div class="box">
<h3 class="title">for others</h3>
<h3 class="amount">Rs6999/-</h3>
<ul>
<li><i class="fas fa-check"></i>full services</li>
<li> <i class="fas fa-check"></i> IoT </li>
<li> <i class="fas fa-check"></i> Blockchain </li>
<li> <i class="fas fa-check"></i> Networking </li>
<li> <i class="fas fa-check"></i> RHCSA </li>
</ul>
<a href="#" class="btn">check out</a>
</div>
</div>
</section>
<!-- price section ends -->
<!-- review section starts -->
<section class="reivew" id="review">
<h1 class="heading">client's <span>review</span></h1>
<div class="review-slider swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide box">
<i class="fas fa-quote-right"></i>
<div class="user">
<img src="https://img1.pnghut.com/21/10/7/s1X3prmxwm/frame-flower-tree-heart-watercolor.jpg" alt="">
<div class="user-info">
<h3>Harry</h3>
<span>happy clients</span>
</div>
</div>
<p>Refreshing to see a course have such a strong component of practical elements - how to put the theory just learned into practice and showing learners what it looks like in the real world. Thank you.</p>
</div>
<div class="swiper-slide box">
<i class="fas fa-quote-right"></i>
<div class="user">
<img src="https://img1.pnghut.com/21/10/7/s1X3prmxwm/frame-flower-tree-heart-watercolor.jpg" alt="">
<div class="user-info">
<h3>Jhon</h3>
<span>happy clients</span>
</div>
</div>
<p>Though i had little bit of understanding about community, this course helped learned the structured way of doing it. Thanks much to the instructor for making it plain and simple for the learners.</p>
</div>
<div class="swiper-slide box">
<i class="fas fa-quote-right"></i>
<div class="user">
<img src="https://cdn2.iconfinder.com/data/icons/business-and-finance-related-hand-gestures/256/face_female_blank_user_avatar_mannequin-512.png" alt="">
<div class="user-info">
<h3>Annie</h3>
<span>happy clients</span>
</div>
</div>
<p>I've found really useful the techniques provided for learning different type of employees and level of performers.I also explored the domainsas well which is unique in todays world.Thank you!</p>
</div>
<div class="swiper-slide box">
<i class="fas fa-quote-right"></i>
<div class="user">
<img src="https://cdn2.iconfinder.com/data/icons/business-and-finance-related-hand-gestures/256/face_female_blank_user_avatar_mannequin-512.png" alt="">
<div class="user-info">
<h3>Kylie</h3>
<span>happy clients</span>
</div>
</div>
<p>This was an amazing experience. The lessons were clear and informative. The real-life examples made it easy to understand what we've leaned from the lessons.</p>
</div>
</div>
</div>
</section>
<!-- review section ends -->
<!-- contact section starts -->
<section class="contact" id="contact">
<h1 class="heading"> <span>contact</span> us </h1>
<form action="">
<div class="inputBox">
<input type="text" placeholder="name">
<input type="email" placeholder="email">
</div>
<div class="inputBox">
<input type="number" placeholder="number">
<input type="text" placeholder="subject">
</div>
<textarea name="" placeholder="your message" id="" cols="30" rows="10"></textarea>
<input type="submit" value="send message" class="btn">
</form>
</section>
<!-- contact section ends -->
<!-- footer section starts -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>branches</h3>
<a href="#"> <i class="fas fa-map-marker-alt"></i> jalandhar </a>
<a href="#"> <i class="fas fa-map-marker-alt"></i> chandigarh </a>
<a href="#"> <i class="fas fa-map-marker-alt"></i> dehradun </a>
<a href="#"> <i class="fas fa-map-marker-alt"></i> kolkata </a>
<a href="#"> <i class="fas fa-map-marker-alt"></i> pune </a>
</div>
<div class="box">
<h3>quick links</h3>
<a href="#"> <i class="fas fa-arrow-right"></i> home </a>
<a href="#"> <i class="fas fa-arrow-right"></i> service </a>
<a href="#"> <i class="fas fa-arrow-right"></i> about </a>
<a href="#"> <i class="fas fa-arrow-right"></i> gallery </a>
<a href="#"> <i class="fas fa-arrow-right"></i> price </a>
<a href="#"> <i class="fas fa-arrow-right"></i> reivew </a>
<a href="#"> <i class="fas fa-arrow-right"></i> contact </a>
</div>
<div class="box">
<h3>contact info</h3>
<a href="#"> <i class="fas fa-phone"></i> +123-456-7890 </a>
<a href="#"> <i class="fas fa-phone"></i> +111-222-3333 </a>
<a href="#"> <i class="fas fa-envelope"></i> myproject@gmail.com </a>
<a href="#"> <i class="fas fa-envelope"></i> tech@gmail.com </a>
<a href="#"> <i class="fas fa-map-marker-alt"></i> jalandhar, india -400102 </a>
</div>
<div class="box">
<h3>follow us</h3>
<a href="#"> <i class="fab fa-facebook-f"></i> facebook </a>
<a href="#"> <i class="fab fa-twitter"></i> twitter </a>
<a href="#"> <i class="fab fa-instagram"></i> instagram </a>
<a href="#"> <i class="fab fa-linkedin"></i> linkedin </a>
</div>
</div>
<div class="credit"> created by <span>Umang Devanshu</span> | all rights reserved </div>
</section>
<!-- footer section ends -->
<!-- theme toggler -->
<div class="theme-toggler">
<div class="toggle-btn">
<i class="fas fa-cog"></i>
</div>
<h3>choose color</h3>
<div class="buttons">
<div class="theme-btn" style="background: #3867d6;"></div>
<div class="theme-btn" style="background: #f7b731;"></div>
<div class="theme-btn" style="background: #ff0033;"></div>
<div class="theme-btn" style="background: #20bf6b;"></div>
<div class="theme-btn" style="background: #fa8231;"></div>
<div class="theme-btn" style="background: #FC427B;"></div>
</div>
</div>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- custom js file link -->
<script src="js/script.js"></script>
</body>
</html>