forked from balamuruganpm/Landing_Education
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
150 lines (133 loc) · 7.74 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About - Education</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet">
<!-- Bootstrap Stylesheet -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!-- Template Stylesheet -->
<link href="style.css" rel="stylesheet">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg bg-white navbar-light sticky-top shadow sticky-top p-0">
<a href="index.html" class="navbar-brand d-flex align-items-center px-4 px-lg-5">
<h2 class="m-0 text-primary">Education</h2>
</a>
<button type="button" class="navbar-toggler me-4" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto p-4 p-lg-0">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="courses.html" class="nav-item nav-link">Courses</a>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
<!-- Header -->
<div class="container-fluid bg-primary py-5 mb-5 page-header">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-lg-10 text-center">
<h1 class="display-3 text-white animated slideInDown">About Us</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb justify-content-center">
<li class="breadcrumb-item"><a class="text-white" href="index.html">Home</a></li>
<li class="breadcrumb-item text-white active" aria-current="page">About</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
<!-- About -->
<div class="container-xxl py-5">
<div class="container">
<div class="row g-5">
<div class="col-lg-6" style="min-height: 400px;">
<div class="position-relative h-100">
<img class="img-fluid img-thumbnail position-absolute w-100 h-100" src="img/about.jpg" alt="about us"
style="object-fit: cover;">
</div>
</div>
<div class="col-lg-6">
<h6 class="section-title bg-white text-start text-primary pe-3">About Us</h6>
<h1 class="mb-4">Welcome to eLEARNING</h1>
<p class="mb-4">Lorem ipsum dolor sit amet consectetur adipisicing elit. Omnis harum, tempore sapiente perferendis corporis quas ipsum soluta inventore, sequi amet laudantium asperiores aspernatur atque illum dolor nisi officiis aut? Optio.</p>
<div class="row gy-2 gx-4 mb-4">
<div class="col-sm-6">
<p class="mb-0"><i class="fa fa-arrow-right text-primary me-2"></i>Skilled Instructors</p>
</div>
<div class="col-sm-6">
<p class="mb-0"><i class="fa fa-arrow-right text-primary me-2"></i>Free Materials</p>
</div>
<div class="col-sm-6">
<p class="mb-0"><i class="fa fa-arrow-right text-primary me-2"></i>National Level Certificate</p>
</div>
<div class="col-sm-6">
<p class="mb-0"><i class="fa fa-arrow-right text-primary me-2"></i>24/7 Support</p>
</div>
<div class="col-sm-6">
<p class="mb-0"><i class="fa fa-arrow-right text-primary me-2"></i>Free Online Classes</p>
</div>
<div class="col-sm-6">
<p class="mb-0"><i class="fa fa-arrow-right text-primary me-2"></i>1 to 1 Mentor</p>
</div>
</div>
<a class="btn btn-primary py-3 px-5 mt-2" href="">Read More</a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="container-fluid bg-dark text-light footer pt-5 mt-5 wow fadeIn" data-wow-delay="0.1s">
<div class="container py-5">
<div class="row g-4">
<div class="col-lg-4 col-md-6 col-12">
<h4 class="text-white mb-3">Contact</h4>
<p class="mb-2"><i class="fa fa-map-marker-alt me-3"></i>TamilNadu, India - 636307</p>
<p class="mb-2"><i class="fa fa-phone-alt me-3"></i>+91 9677804820</p>
<p class="mb-2"><i class="fa fa-envelope me-3"></i>[email protected]</p>
<div class="d-flex pt-2">
<a class="btn btn-outline-light btn-social" href=""><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-light btn-social" href=""><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-light btn-social" href=""><i class="fab fa-youtube"></i></a>
<a class="btn btn-outline-light btn-social" href=""><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12">
<h4 class="text-white mb-3">Subscribe</h4>
<p>To get a fast notification our new cources in seconds</p>
<div class="position-relative" style="max-width: 400px;">
<input class="form-control border-0 w-100 py-3 ps-4 pe-5" type="text" placeholder="Your email">
<button type="button"
class="btn btn-danger py-2 position-absolute top-0 end-0 mt-2 me-2">Subscribe</button>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="copyright">
<div class="row">
<div class="text-center text-md-start mb-3 mb-md-0">
<p class="text-center"> © <a class="text-decoration-none" href="balamurugan.rf.gd" style="font-family: 'Bungee Spice', sans-serif;">Balamurugan P M</a> - 2023. All Right Reserved.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="bi bi-arrow-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>