-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-us.html
287 lines (264 loc) · 15.9 KB
/
contact-us.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
<!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>Courses - Marjia LMS</title>
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/vendors/css/glightbox.min.css">
<link rel="stylesheet" href="assets/vendors/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/vendors/css/owl.theme.default.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet">
</head>
<body>
<!-- NAVBAR SECTION: START -->
<nav class="navbar top-navbar navbar-expand-xl navbar-light shadow sticky-top flex-nowrap">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/logo-white.svg" alt="Logo" class="img-fluid logo">
</a>
<button class="navbar-toggler collapsed ms-auto" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="toggler-icon top-bar"></span>
<span class="toggler-icon middle-bar"></span>
<span class="toggler-icon bottom-bar"></span>
</button>
<div class="collapse w-100 navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto mb-2 mb-xl-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="courses.html">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="contact-us.html">Contact</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Others
</a>
<ul class="dropdown-menu shadow" aria-labelledby="navbarDropdown">
<li><a href="instructor-dashboard.html" class="dropdown-item">Instructor Dashboard</a></li>
<li><a href="student-dashboard.html" class="dropdown-item">Student Dashboard</a></li>
<li><hr class="dropdown-divider"></li>
<li><a href="register.html" class="dropdown-item">Register</a></li>
<li><a href="login.html" class="dropdown-item">Login</a></li>
<li><a href="forget-password.html" class="dropdown-item">Forget Password</a></li>
<li><hr class="dropdown-divider"></li>
<li><a href="about-us.html" class="dropdown-item">About us</a></li>
<li><a href="404.html" class="dropdown-item">404 not found</a></li>
<li><a href="faq-page.html" class="dropdown-item">FAQ page</a></li>
</ul>
</li>
</ul>
<!-- NAVBAR SEARCH FORM CONTENT -->
<form class="d-flex search-form">
<input class="form-control" type="search" placeholder="Search" aria-label="Search">
<button class="btn" type="submit"><i class="fas fa-search"></i></button>
</form>
</div>
<!-- USER DROPDOWN CONTENT -->
<div class="dropdown user-dropdown ml-1">
<a class="btn btn-primary dropdown-toggle" href="#" role="button" id="dropdownMenuLink"
data-bs-toggle="dropdown" aria-expanded="false">
<img src="images/user-thumbs/pp_khalid.jpg" class="img-fluid" alt="User picture">
</a>
<ul class="dropdown-menu dropdown-menu-end shadow" aria-labelledby="dropdownMenuLink">
<li>
<h4 class="dropdown-header">Abdullah Khalid</h4>
</li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="student-dashboard.html">My Profile <i class="fa-solid fa-user"></i></a></li>
<li><a class="dropdown-item" href="#">Admin Dashboard <i
class="fa-solid fa-arrow-up-right-from-square"></i></a></li>
<li><a class="dropdown-item" href="login.html">Login <i class="fa fa-sign-in"></i></a></li>
<li><a class="dropdown-item" href="register.html">Register <i class="fa-solid fa-user-plus"></i></a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Logout <i class="fa fa-sign-out" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- NAVBAR SECTION: END -->
<!-- CONTACT-US SECTION: START -->
<section class="page contact-us">
<!-- Heading -->
<div class="page-head text-white">
<div class="container">
<h1 class="page-head__title">Contact Us</h1>
<p class="page-head__page-description lead m-0">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Maiores neque dolorem harum fugiat sapiente necessitatibus nulla explicabo ratione corrupti accusantium?</p>
</div>
</div>
<!-- Content -->
<div class="page-content">
<div class="container">
<div class="page-content__body">
<div class="row g-5">
<div class="col-xl-7 ">
<div class="contact-us__message">
<h3 class="mb-4 border-bottom pb-3"><i class="fas fa-paper-plane text-primary me-3"></i>Send a Message</h3>
<form action="#">
<div class="row g-4">
<div class="col-md-6">
<label for="first_name" class="mb-2 text-gray-600">First name</label>
<input type="text" class="form-control" name="first_name" placeholder="First name">
</div>
<div class="col-md-6">
<label for="last_name" class="mb-2 text-gray-600">Last name</label>
<input type="text" class="form-control" name="last_name" placeholder="Last name">
</div>
<div class="col-12">
<label for="email" class="mb-2 text-gray-600">Email</label>
<input type="email" class="form-control" name="email" placeholder="Your email">
</div>
<div class="col-12">
<label for="message" class="mb-2 text-gray-600">Your message</label>
<textarea class="form-control" name="message" rows="4" placeholder="Write message here"></textarea>
</div>
<div class="col-12 text-end">
<input type="submit" class="btn btn-primary py-2" value="Sent message">
</div>
</div>
</form>
</div>
</div>
<div class="col-xl-5">
<div class="contact-us__info">
<h3 class="mb-4 border-bottom pb-3"><i class="fas fa-map-marker-alt text-secondary me-3"></i>Contact Info</h3>
<ul class="list-group list-group-borderless">
<li class="list-group-item d-flex">
<span><i class="fas fa-phone" aria-hidden="true"></i></span>
<div>
<h5>Phone</h5>
<p class="mb-0"><a href="#">+880123456789</a></p>
</div>
</li>
<li class="list-group-item d-flex">
<span><i class="fas fa-envelope" aria-hidden="true"></i></span>
<div>
<h5>Email</h5>
<p class="mb-0"><a href="#">info@example.com</a></p>
</div>
</li>
<li class="list-group-item d-flex">
<span><i class="fas fa-map-location" aria-hidden="true"></i></span>
<div>
<h5>Location</h5>
<p class="mb-0"><a href="#">BRUR, Rangpur, Bangladesh</a></p>
</div>
</li>
</ul>
<h5 class="mt-5 mb-3 text-gray-700 fw-600">Follow on: </h5>
<ul class="list-inline social-links">
<li class="list-inline-item"><a href="#" class=""><i class="fab fa-facebook color-facebook fa-lg me-2"></i>Facebook</a></li>
<li class="list-inline-item"><a href="#" class=""><i class="fab fa-twitter color-twitter fa-lg me-2"></i>Twitter</a></li>
<li class="list-inline-item"><a href="#" class=""><i class="fab fa-linkedin-in color-linkedin fa-lg me-2"></i>Linkedin</a></li>
<li class="list-inline-item"><a href="#" class=""><i class="fab fa-github color-github fa-lg me-2"></i>Github</a></li>
<li class="list-inline-item"><a href="#" class=""><i class="fab fa-telegram color-telegram fa-lg me-2"></i>Telegram</a></li>
<li class="list-inline-item"><a href="#" class=""><i class="fas fa-envelope color-google fa-lg me-2"></i>Mail</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CONTACT-US SECTION: END -->
<!-- FOOTER SECTION: START -->
<section class="footer shadow">
<!-- Footer content -->
<div class="footer__content">
<div class="container">
<div class="row">
<!-- Location Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="widget">
<img class="footer__logo" src="images/logo-white.svg" alt="Logo">
<ul class="footer__content__location footer__ul">
<li>
<i class="fa fa-phone" aria-hidden="true"></i>
<a href="tel:01717678426" class="text-decoration-none">+880123456789</a>
</li>
<li>
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="mailto:info@example.com" class="text-decoration-none">info@example.com</a>
</li>
<li>
<i class="fa fa-location-arrow" aria-hidden="true"></i>
<a href="#" class="text-decoration-none">BRUR, Rangpur, Bangladesh</a>
</li>
</ul>
<div class="footer__social-icons">
<a href="#" class="facebook" title="Facebook"><i class="fa-brands fa-facebook-f"></i></a>
<a href="#" class="twitter" title="Twitter"><i class="fa-brands fa-twitter"></i></a>
<a href="#" class="github" title="Github"><i class="fa-brands fa-github"></i></a>
<a href="#" class="linkedin" title="Linkedin"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<div class="widget">
<h4 class="widget__head">Useful links</h4>
<ul class="footer__ul">
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<div class="widget">
<h4 class="widget__head">Support</h4>
<ul class="footer__ul">
<li><a href="page.html">DOC</a></li>
<li><a href="page.html">Support</a></li>
<li><a href="faq-page.html">FAQ</a></li>
<li><a href="page.html">Download</a></li>
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<div class="widget">
<h4 class="widget__head">Terms</h4>
<ul class="footer__ul">
<li><a href="page.html">Term & Condition</a></li>
<li><a href="page.html">Privacy & Policy</a></li>
<li><a href="page.html">Partners</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer__copyright">
<div class="container">
<p class="m-0 text-center">© Copyright 2022 <a href="index.html">marjia-lms</a> All rights reserved</p>
</div>
</div>
</section>
<!-- FOOTER SECTION: END -->
<!-- BACK TO TOP -->
<a href="#" id="back-to-top" class="back-to-top shadow-lg"><i class="fas fa-chevron-up"></i></a>
<script src="assets/js/bootstrap.bundle.js"></script>
<script src="assets/js/jquery-3.6.0.min.js"></script>
<script src="assets/vendors/js/glightbox.min.js"></script>
<script src="assets/vendors/js/owl.carousel.min.js"></script>
<script src="assets/vendors/js/rating.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>