-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
521 lines (485 loc) · 21 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
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
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
<!DOCTYPE html>
<html>
<head>
<title>Desktopop</title>
<link rel="shortcut icon" href="img/webicon2.png" type="image/x-icon" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class="bg-black">
<nav id="menu-area" class="navbar navbar-expand-lg navbar-light fixed-top">
<div class="container">
<a class="navbar-brand" href="#">
<img src="img/desktopop2.png" id="image-resize" alt="Dekstopop Logo">
</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">
<a class="active1" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="active2" href="html/hardware/1.html">Hardware</a>
</li>
<li class="nav-item">
<a class="active2" href="html/programming/1.html">Programming</a>
</li>
<li class="nav-item">
<a class="active2" href="html/networking/1.html">Networking</a>
</li>
<li class="nav-item">
<a class="active2" href="html/exercises/exercise.html">Exercises</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="slider-area">
<div id="carouselExampleIndicators" class="carousel slide custom-carousel" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active" data-interval="5000">
<img src="img/programming.jpeg" class="d-block w-100 img-fluid" alt="...">
<div class="carousel-caption">
<h5 class="animated fadeInDown" style="animation-delay: .6s">Build Your Own <span class="change-color">System</span></h5>
<p class="animated fadeInUp" style="animation-delay: 1s">Continue reading to learn the step-by-step process to create business systems that help you work smarter and more productively.</p>
</div>
</div>
<div class="carousel-item" data-interval="5000">
<img src="img/networking.jpg" class="d-block w-100 img-fluid" alt="...">
<div class="carousel-caption">
<h5 class="animated fadeInLeft" style="animation-delay: .6s">Build Your Own <span class="change-color">Network</span></h5>
<p class="animated fadeInRight" style="animation-delay: 1s">Want to set up your own home network? We show you how to do so with easy to understand step-by-step instructions.</p>
</div>
</div>
<div class="carousel-item" data-interval="5000">
<img src="img/hardware.jpg" class="d-block w-100 img-fluid" alt="...">
<div class="carousel-caption">
<h5 class="animated bounceInDown" style="animation-delay: .6s">Build Your Own <span class="change-color">Pc</span></h5>
<p class="animated bounceInUp" style="animation-delay: 1s">PC Builder is our exceptionally powerful tool that allows you to create a trully customised pc over the web.</p>
</div>
</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>
</div>
<div class="course-section">
<div class="course-section-orange">
<div class="container">
<div class="course-title" data-aos="fade-up" data-aos-duration="1000">
<h1>Courses</h1>
</div>
<div class="row services">
<div class="col-md-4 text-center">
<div class="box" data-aos="fade-right" data-aos-duration="1000">
<div class="image-hardware">
<img src="img/hardware2.jpg" class="img-fluid">
</div>
<div class="subtitle">
<p><i class="fa fa-clock-o" aria-hidden="true"></i> 4 lessons / 12 week</p>
</div>
<div class="title">
<a href="html/hardware/1.html">
Hardware
</a>
</div>
<div class="description">
<h4>Continue reading to learn the step-by-step process to create business systems that help you work smarter and more productively.</h4>
</div>
<div class="more-description">
<div class="des1">
<p><i class="fa fa-users" aria-hidden="true"></i> 2,193 Students</p>
</div>
<div class="des2">
<p><i class="fa fa-commenting" aria-hidden="true"></i> 2</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 text-center">
<div class="box" data-aos="fade-up" data-aos-duration="1000">
<div class="image-hardware">
<img src="img/programming2.jpg" class="img-fluid">
</div>
<div class="subtitle">
<p><i class="fa fa-clock-o" aria-hidden="true"></i> 4 lessons / 12 week</p>
</div>
<div class="title">
<a href="html/programming/1.html">
Programming
</a>
</div>
<div class="description">
<h4>Continue reading to learn the step-by-step process to create business systems that help you work smarter and more productively.</h4>
</div>
<div class="more-description">
<div class="des1">
<p><i class="fa fa-users" aria-hidden="true"></i> 2,193 Students</p>
</div>
<div class="des2">
<p><i class="fa fa-commenting" aria-hidden="true"></i> 2</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 text-center">
<div class="box" data-aos="fade-left" data-aos-duration="1000">
<div class="image-hardware">
<img src="img/networking2.jpg" class="img-fluid">
</div>
<div class="subtitle">
<p><i class="fa fa-clock-o" aria-hidden="true"></i> 4 lessons / 12 week</p>
</div>
<div class="title">
<a href="html/networking/1.html">
Networking
</a>
</div>
<div class="description">
<h4>Continue reading to learn the step-by-step process to create business systems that help you work smarter and more productively.</h4>
</div>
<div class="more-description">
<div class="des1">
<p><i class="fa fa-users" aria-hidden="true"></i> 2,193 Students</p>
</div>
<div class="des2">
<p><i class="fa fa-commenting" aria-hidden="true"></i> 2</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="extra-space"></div>
</div>
<!-- SERVICES -->
<section id="services">
<div class="container">
<div class="register-content">
<div class="left-content">
<div class="title">
<h1 class="h1" data-aos="fade-right" data-aos-duration="1000">REGISTER NOW</h1>
<p data-aos="fade-up" data-aos-duration="1200">GET MORE COURSES FOR FREE</p>
</div>
<div class="form-box">
<div class="button-box">
<div id="btn"></div>
<button type="button" class="toggle-btn" onclick="login()">Log In</button>
<button type="button" class="toggle-btn" onclick="register()">Register</button>
</div>
<div class="social-icons">
<img src="img/fb.png">
<img src="img/tw.png">
<img src="img/gp.png">
</div>
<form id="login" class="input-group">
<input type="text" class="input-field" placeholder="Username">
<input type="text" class="input-field" placeholder="Password">
<input type="checkbox" class="check-box"><span>Remember Password</span>
<button type="submit" class="submit-btn">Login</button>
</form>
<form id="register" class="input-group">
<input type="text" class="input-field" placeholder="Username">
<input type="text" class="input-field" placeholder="Email">
<input type="text" class="input-field" placeholder="Password">
<input type="checkbox" class="check-box"><span>I agree to the terms and conditions</span>
<button type="submit" class="submit-btn">Register</button>
</form>
</div>
</div>
</div>
</div>
</section>
<div class="our-programs">
<div class="container">
<div class="header" data-aos="fade-up" data-aos-duration="1000">
<div class="title">
<h1>About Us</h1>
</div>
<div class="subtitle">
<p>Guided by the core values of Fortitude, Excellence and Uprightness Far Eastern University aims to be a university of choice in Asia.</p>
</div>
</div>
<div class="content1">
<div class="left-content" data-aos="fade-right" data-aos-duration="1000">
<img src="img/content1.svg">
</div>
<div class="right-content" data-aos="fade-left" data-aos-duration="1000">
<div class="title">
<h1>Fortitude</h1>
</div>
<div class="description">
<p>A Tamaraw is characterized by fortitude. Moral courage and strength of character allow Tamaraws to persevere ad achieve more than is expected of them.</p>
</div>
<div class="more-description">
<p><i class="fa fa-graduation-cap" aria-hidden="true"></i> 22,931 Yearly Graduates</p>
<p><i class="fa fa-university" aria-hidden="true"></i> 150 Universities Worldwide</p>
</div>
</div>
</div>
<div class="content2">
<div class="left-content" data-aos="zoom-in-right" data-aos-duration="1000">
<div class="title">
<h1>Excellence</h1>
</div>
<div class="description">
<p>A Tamaraw is characterized by excellence. The FEU academic community is committed to perform to its fullest potential thus creating a culture of excellence.</p>
</div>
<div class="more-description">
<p><i class="fa fa-graduation-cap" aria-hidden="true"></i> 22,931 Yearly Graduates</p>
<p><i class="fa fa-university" aria-hidden="true"></i> 150 Universities Worldwide</p>
</div>
</div>
<div class="right-content" data-aos="zoom-in-left" data-aos-duration="1000">
<img src="img/content2.svg">
</div>
</div>
<div class="content3">
<div class="left-content" data-aos="flip-right" data-aos-duration="1000">
<img src="img/content3.svg">
</div>
<div class="right-content" data-aos="flip-left" data-aos-duration="1000">
<div class="title">
<h1>Uprightness</h1>
</div>
<div class="description">
<p>A Tamaraw is characterized by uprightness. Full development of morality and integrity is among the primary purposes of FEU as an educational institution.</p>
</div>
<div class="more-description">
<p><i class="fa fa-graduation-cap" aria-hidden="true"></i> 22,931 Yearly Graduates</p>
<p><i class="fa fa-university" aria-hidden="true"></i> 150 Universities Worldwide</p>
</div>
</div>
</div>
</div>
</div>
<!-- PROMO -->
<section id="promo">
<div class="container">
<p>Get Exercises and Certifications</p>
<a href="html/exercises/exercise.html">
<span></span>
<span></span>
<span></span>
<span></span>
Get Now
</a>
</div>
</section>
<section class="team-section">
<div class="container">
<div class="row">
<div class="section-title" data-aos="fade-down" data-aos-duration="1000">
<h1>Our Team</h1>
</div>
</div>
<div class="row">
<div class="team-items" data-aos="fade-up" data-aos-duration="1000">
<div class="item" >
<img src="img/trix.jpg" alt="team" />
<div class="inner">
<div class="info">
<h5>Trix Quicho</h5>
<p>UI/UX Designer</p>
<div class="social-links">
<a href=""><span class="fa fa-facebook"></span></a>
<a href=""><span class="fa fa-twitter"></span></a>
<a href=""><span class="fa fa-instagram"></span></a>
<a href=""><span class="fa fa-google"></span></a>
</div>
</div>
</div>
</div>
<div class="item">
<img src="img/kai.jpg" alt="team" />
<div class="inner">
<div class="info">
<h5>Kaizen Neri</h5>
<p>UI/UX Researcher</p>
<div class="social-links">
<a href=""><span class="fa fa-facebook"></span></a>
<a href=""><span class="fa fa-twitter"></span></a>
<a href=""><span class="fa fa-instagram"></span></a>
<a href=""><span class="fa fa-google"></span></a>
</div>
</div>
</div>
</div>
<div class="item">
<img src="img/sirj.jpg" alt="team" />
<div class="inner">
<div class="info">
<h5>Sirjean Nunez</h5>
<p>Project Manager</p>
<div class="social-links">
<a href=""><span class="fa fa-facebook"></span></a>
<a href=""><span class="fa fa-twitter"></span></a>
<a href=""><span class="fa fa-instagram"></span></a>
<a href=""><span class="fa fa-google"></span></a>
</div>
</div>
</div>
</div>
<div class="item">
<img src="img/vero.jpg" alt="team" />
<div class="inner">
<div class="info">
<h5>Veronica Ulit</h5>
<p>QA Engineer</p>
<div class="social-links">
<a href=""><span class="fa fa-facebook"></span></a>
<a href=""><span class="fa fa-twitter"></span></a>
<a href=""><span class="fa fa-instagram"></span></a>
<a href=""><span class="fa fa-google"></span></a>
</div>
</div>
</div>
</div>
<div class="item">
<img src="img/aj.jpg" alt="team" />
<div class="inner">
<div class="info">
<h5>Aj Candelaria</h5>
<p>Front End Developer</p>
<div class="social-links">
<a href=""><span class="fa fa-facebook"></span></a>
<a href=""><span class="fa fa-twitter"></span></a>
<a href=""><span class="fa fa-instagram"></span></a>
<a href=""><span class="fa fa-google"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- GET IN TOUCH -->
<section id="contact">
<div class="container">
<h1>Get in Touch</h1>
<div class="row">
<div class="col-md-6">
<form class="contact-form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Yourname">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="PhoneNumber">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Email">
</div>
<div class="form-group">
<textarea class="form-control" placeholder="Message" rows="4"></textarea>
</div>
<button type="submit" class="btn btn-primary">Send Message</button>
</form>
</div>
<div class="col-md-6 contact-info">
<div class="follow">
<strong>Address:</strong>
<i class="fa fa-map-marker"></i>
G. Tolentino Street
</div>
<div class="follow">
<strong>Phone:</strong>
<i class="fa fa-phone"></i>
+639123412312
</div>
<div class="follow">
<strong>Email:</strong>
<i class="fa fa-envelope"></i>
weareptg@gmail.com
</div>
<div class="follow">
<label>
<strong>Get Social:</strong>
</label>
<a href="#">
<i class="fa fa-facebook"></i>
</a>
<a href="#">
<i class="fa fa-youtube-play"></i>
</a>
<a href="#">
<i class="fa fa-twitter"></i>
</a>
<a href="#">
<i class="fa fa-google-plus"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer>
<div class="footer-con">
<div class="cisw">
<div class="contact">
<h4>CONTACTS</h4>
<ul>
<li>4080 P. Paredes Street, Sampaloc Manila</li>
<li>(+63) 961 234 5678 <br> (+63) 961 724 0712</li>
<li>Contact@yourcompany.com</li>
</ul>
</div>
<div class="information">
<h4 class="sf_title">INFORMATION</h4>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Registration</a></li>
<li><a href="#">Our Teams</a></li>
<li><a href="#">Get Certifications</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div class="services">
<h4 class="sf_title">SERVICES</h4>
<ul>
<li><a href="#">Hardware</a></li>
<li><a href="#">Programming</a></li>
<li><a href="#">Netowrking</a></li>
<li><a href="#">Exercises</a></li>
<li><a href="#">Certifications</a></li>
</ul>
</div>
<div class="newsletter">
<h4 class="sf_title">NEWSLETTER</h4>
<p>Full development of morality and integrity is among the primary purposes as an educational institution.</p>
<p class="arr">© 2019-2029 by Desktopop. All Rights Reserved.</p>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="js/main.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script>
AOS.init();
</script>
</body>
</html>