-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.php
63 lines (62 loc) · 2.36 KB
/
aboutus.php
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
<?php
$title="Login | Taalem | Online Course Learning";
require_once 'header.php';
?>
<div class="titlepage">
<h1>About Us</h1>
<p><a href="<?= URL ?>" class="a-white"><i class="fas fa-home"></i></a> <i class="fas fa-angle-right a-white"></i> About Us</p>
</div>
<div class="container mt-5">
<div class="row">
<div class="col-md-12">
<h3 class="abus">Experience A Good Education</h3>
<hr class="line">
</div>
</div>
<div class="row mb-5">
<div class="col-md-12">
<p class="abcontent">Taalem is a place for learning and teaching online courses where students are mastering new skills and achieving their goals by learning from an extensive library of over 20,000 courses taught by expert instructors.</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img class="abimg" src="assests/img/ab1.jpg" alt="">
</div>
<div class="col-md-4">
<img class="abimg" src="assests/img/ab2.jpg" alt="">
</div>
<div class="col-md-4">
<img class="abimg" src="assests/img/ab3.jpg" alt="">
</div>
</div>
<div class="row mt-4">
<div class="col-md-12">
<div class="mt-3">
<div style="position: relative;left:40%;width:25%;">
<hr class="linebfaf"><h5 style="float: left;font-weight: bold;color:#252f4b;font-size:25px;text-shadow: 0 4px 5px rgba(0,0,0,.5);">KEY FEATURES</h5> <hr class="linebfaf">
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div class="row text-center mt-3">
<div class="col-md-4">
<i class="fas fa-building" style="font-size: 45px;color:#252f4b"></i>
<h6 style="font-weight: bold;color:gray;padding-top: 5px;">Arranged Curriculum</h6>
<p>Our Course Curriculum is well arranged in a proper manner so student does get any trouble to watch the video</p>
</div>
<div class="col-md-4">
<i class="fas fa-video" style="font-size: 45px;color:#252f4b"></i>
<h6 style="font-weight: bold;color:gray;padding-top: 5px;">Easy to Watch</h6>
<p>The video quality is very clear so that the student can easily watch the video. </p>
</div>
<div class="col-md-4">
<i class="fas fa-lightbulb" style="font-size: 45px;color:#252f4b"></i>
<h6 style="font-weight: bold;color:gray;padding-top: 5px;">Smart Lesson</h6>
<p>The lesson taught by our instrutor in a smart way.</p>
</div>
</div>
</div>
<?php require_once 'footer.php'; ?>
</body>
</html>