-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathabout.php
48 lines (42 loc) · 1.38 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About US</title>
<link rel="stylesheet" href="css/all.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<!-- Header Section Start -->
<?php include_once('inc/header.php') ?>
<!-- Header Section End -->
<!-- Section 1 Start -->
<div class="abt_sec1">
<div class="abt_sec1_bnr">
<img src="images/site/contact_bnr.jpg" alt="aboutus banner">
</div>
<div class="abt_sec1_bnr_txt">
<div>Improving Lives Through Learning</div>
</div>
</div>
<!-- Section 1 End -->
<!-- Section 2 Start -->
<div class="abt_sec2">
<div class="abt_sec2_ttl">About Us</div>
<div class="abt_sec2_abt">
<div class="abt_sec2_abt1">The leading global marketplace for learning and instruction</div>
<div class="abt_sec2_abt2">By connecting students all over the world to the best instructors, Udemy is helping individuals reach their goals and pursue their dreams.</div>
</div>
</div>
<!-- Section 2 End -->
<div class="exp">
</div>
<!-- Footer Section Start -->
<?php include_once('inc/footer.php') ?>
<!-- Footer Section End -->
<script src="javascript/jquery.js"></script>
<script src="javascript/all.js"></script>
<script src="javascript/frontend.js"></script>
</body>
</html>