-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
304 lines (275 loc) · 15.4 KB
/
aboutus.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
<!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>Document</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" media="screen and (max-width: 865px)" href="css/responsive.css">
<link rel="stylesheet" media="screen and (max-width: 583px)" href="css/phone.css">
<link rel="stylesheet" href="css/doc.css">
</head>
<body style="overflow-x: hidden;">
<nav id="navbar">
<div id="logo">
<img src="images/logo.jpg" alt="no logo">
</div>
<ul>
<li class="bar"><a href="index.html" id="navhome" onclick="navhome()">Home</a></li>
<li class="bar"><a href="documentations.html" id="navdocs" onclick="navdocs()">Documentations</a></li>
<li class="bar"><a href="news.html" id="navnews" onclick="navnews()">News or updates</a></li>
<li class="bar"><a href="codes.html" id="navcode" onclick="navcodes()">Codes</a></li>
<li class="bar"><a href="aboutus.html" id="navabout" onclick="navabout()">About us</a></li>
<li class="bar"><a href="contactus.html" id="navcontact" onclick="navcontact()">Contact us</a></li>
</ul>
</div>
</nav>
<section class="py-8 py-md-11 border-bottom">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8 text-center">
<!-- Headin -->
<h1 class="display-2">
Small team. Big hearts.
</h1>
<!-- Text -->
<p class="lead text-muted mb-7 mb-md-9">
Our focus is always on finding the best people to work with. Our bar is high, but you look ready to take on the challenge.
</p>
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-12">
<!-- Image -->
<div class="row gx-4">
<div class="col-4">
<img class="img-fluid rounded shadow-lg" src="images/sample.jpg" alt="...">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="images/sample.jpg" alt="...">
<img class="img-fluid rounded shadow-lg" src="images/sample.jpg" alt="...">
</div>
<div class="col-5">
<div class="row gx-5 mb-4">
<div class="col-5">
<img class="img-fluid rounded shadow-lg" src="images/sample.jpg" alt="...">
</div>
<div class="col-7">
<img class="img-fluid rounded shadow-lg" src="images/sample.jpg" alt="...">
</div>
</div> <!-- / .row -->
<img class="img-fluid rounded shadow-lg" src="images/sample.jpg" alt="...">
</div>
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<section class="container py-3 py-lg-5 mb-3" style="margin-top: 20px;">
<h2 class="h3 my-2">Our core team</h2>
<p class="fs-sm text-muted">People behind your great shopping experience</p>
<div class="row pt-3">
<div class="col-lg-4 col-sm-6 mb-grid-gutter">
<div class="d-flex align-items-center"><img class="rounded-circle" src="images/sample.jpg" width="90" alt="Jonathan Doe">
<div class="ps-3">
<h6 class="fs-base pt-1 mb-1">Jonathan Doe</h6>
<p class="fs-ms text-muted mb-0">CEO, Co-founder</p><a class="nav-link-style fs-ms text-nowrap" href="mailto:[email protected]"><i class="ci-mail me-2"></i>[email protected]</a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-grid-gutter">
<div class="d-flex align-items-center"><img class="rounded-circle" src="images/sample.jpg" width="90" alt="Barbara Palson">
<div class="ps-3">
<h6 class="fs-base pt-1 mb-1">Barbara Palson</h6>
<p class="fs-ms text-muted mb-0">Designer</p><a class="nav-link-style fs-ms text-nowrap" href="mailto:[email protected]"><i class="ci-mail me-2"></i>[email protected]</a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-grid-gutter">
<div class="d-flex align-items-center"><img class="rounded-circle" src="images/sample.jpg" width="90" alt="William Smith">
<div class="ps-3">
<h6 class="fs-base pt-1 mb-1">William Smith</h6>
<p class="fs-ms text-muted mb-0">Frontend Developer</p><a class="nav-link-style fs-ms text-nowrap" href="mailto:[email protected]"><i class="ci-mail me-2"></i>[email protected]</a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-grid-gutter">
<div class="d-flex align-items-center"><img class="rounded-circle" src="images/sample.jpg" width="90" alt="Amanda Gallaher">
<div class="ps-3">
<h6 class="fs-base pt-1 mb-1">Amanda Gallaher</h6>
<p class="fs-ms text-muted mb-0">Managment chief</p><a class="nav-link-style fs-ms text-nowrap" href="mailto:[email protected]"><i class="ci-mail me-2"></i>[email protected]</a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-grid-gutter">
<div class="d-flex align-items-center"><img class="rounded-circle" src="images/sample.jpg" width="90" alt="Benjamin Miller">
<div class="ps-3">
<h6 class="fs-base pt-1 mb-1">Benjamin Miller</h6>
<p class="fs-ms text-muted mb-0">Backend developer</p><a class="nav-link-style fs-ms text-nowrap" href="mailto:[email protected]"><i class="ci-mail me-2"></i>[email protected]</a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-grid-gutter">
<div class="d-flex align-items-center"><img class="rounded-circle" src="images/sample.jpg" width="90" alt="Miguel Rodrigez">
<div class="ps-3">
<h6 class="fs-base pt-1 mb-1">Miguel Rodrigez</h6>
<p class="fs-ms text-muted mb-0">Framework developer</p><a class="nav-link-style fs-ms text-nowrap" href="mailto:[email protected]"><i class="ci-mail me-2"></i>[email protected]</a>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-dark pt-5">
<div class="container">
<!-- About and Newsletter START -->
<div class="row pt-3 pb-4">
<div class="col-md-3">
<img src="images/logo.jpg" style=" width: 40px;
height: 40px;
border-radius: 100px;" alt="footer logo">
</div>
<div class="col-md-5">
<p class="text-muted">The next-generation blog, news, and magazine theme for you to start sharing your stories today! This Bootstrap 5 based theme is ideal for all types of sites that deliver the news.</p>
</div>
<div class="col-md-4">
<!-- Form -->
<form class="row row-cols-lg-auto g-2 align-items-center justify-content-end">
<div class="col-12">
<input type="email" class="form-control" placeholder="Enter your email address">
</div>
<div class="col-12">
<button type="submit" class="btn btn-primary m-0">Subscribe</button>
</div>
<div class="form-text mt-2">By subscribing you agree to our
<a href="#" class="text-decoration-underline text-reset">Privacy Policy</a>
</div>
</form>
</div>
</div>
<!-- About and Newsletter END -->
<!-- Divider -->
<hr>
<!-- Widgets START -->
<div class="row pt-5">
<!-- Footer Widget -->
<div class="col-md-6 col-lg-3 mb-4">
<h5 class="mb-4 text-white">Recent post</h5>
<!-- Item -->
<div class="mb-4 position-relative">
<div><a href="#" class="badge bg-danger mb-2"><i class="fas fa-circle me-2 small fw-bold"></i>Business</a></div>
<a href="post-single-3.html" class="btn-link text-white fw-normal">Up-coming business bloggers, you need to watch</a>
<ul class="nav nav-divider align-items-center small mt-2 text-muted">
<li class="nav-item position-relative">
<div class="nav-link">by <a href="#" class="stretched-link text-reset btn-link">Dennis</a>
</div>
</li>
<li class="nav-item">Apr 06, 2021</li>
</ul>
</div>
<!-- Item -->
<div class="mb-4 position-relative">
<div><a href="#" class="badge bg-info mb-2"><i class="fas fa-circle me-2 small fw-bold"></i>Marketing</a></div>
<a href="post-single-3.html" class="btn-link text-white fw-normal">How did we get here? The history of the business told through tweets</a>
<ul class="nav nav-divider align-items-center small mt-2 text-muted">
<li class="nav-item position-relative">
<div class="nav-link">by <a href="#" class="stretched-link text-reset btn-link">Larry</a>
</div>
</li>
<li class="nav-item">May 29, 2021</li>
</ul>
</div>
</div>
<!-- Footer Widget -->
<div class="col-md-6 col-lg-3 mb-4">
<h5 class="mb-4 text-white">Navigation</h5>
<div class="row">
<div class="col-6">
<ul class="nav flex-column text-primary-hover">
<li class="nav-item"><a class="nav-link pt-0" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="documentations.html">Documentations</a></li>
<li class="nav-item"><a class="nav-link" href="news.html">News and updates</a></li>
<li class="nav-item"><a class="nav-link" href="codes.html">Codes</a></li>
<li class="nav-item"><a class="nav-link" href="aboutus.html">About us</a></li>
<li class="nav-item"><a class="nav-link" href="contactus.html">Contact us</a></li>
</ul>
</div>
<div class="col-6">
<ul class="nav flex-column text-primary-hover">
<li class="nav-item"><a class="nav-link pt-0" href="#">News</a></li>
<li class="nav-item"><a class="nav-link" href="#">Career <span class="badge bg-danger ms-2">2 Job</span></a></li>
<li class="nav-item"><a class="nav-link" href="#">Technology</a></li>
<li class="nav-item"><a class="nav-link" href="#">Startups</a></li>
<li class="nav-item"><a class="nav-link" href="#">Gadgets</a></li>
<li class="nav-item"><a class="nav-link" href="#">Inspiration</a></li>
</ul>
</div>
</div>
</div>
<!-- Footer Widget -->
<div class="col-sm-6 col-lg-3 mb-4">
<h5 class="mb-4 text-white">Get Regular Updates</h5>
<ul class="nav flex-column text-primary-hover">
<li class="nav-item"><a class="nav-link pt-0" href="#"><i class="fab fa-whatsapp fa-fw me-2"></i>WhatsApp</a></li>
<li class="nav-item"><a class="nav-link" href="#"><i class="fab fa-youtube fa-fw me-2"></i>YouTube</a></li>
<li class="nav-item"><a class="nav-link" href="#"><i class="far fa-bell fa-fw me-2"></i>Website Notifications</a></li>
<li class="nav-item"><a class="nav-link" href="#"><i class="far fa-envelope fa-fw me-2"></i>Newsletters</a></li>
<li class="nav-item"><a class="nav-link" href="#"><i class="fas fa-headphones-alt fa-fw me-2"></i>Podcasts</a></li>
</ul>
</div>
<!-- Footer Widget -->
<div class="col-sm-6 col-lg-3 mb-4">
<h5 class="mb-4 text-white">Our mobile App</h5>
<p class="text-muted">Download our App and get the latest Breaking News Alerts and latest headlines and daily articles near you.</p>
<div class="row g-2">
<div class="col">
<a href="#"><img class="w-100" src="assets/images/app-store.svg" alt="app-store"></a>
</div>
<div class="col">
<a href="#"><img class="w-100" src="assets/images/google-play.svg" alt="google-play"></a>
</div>
</div>
</div>
</div>
<!-- Widgets END -->
</div>
<!-- Footer copyright START -->
<div class="bg-dark-overlay-3 mt-5">
<div class="container">
<div class="row align-items-center justify-content-md-between py-4">
<div class="col-md-6">
<!-- Copyright -->
<div class="text-center text-md-start text-primary-hover text-muted">©2021 <a href="https://www.webestica.com/" class="text-reset btn-link" target="_blank">Webestica</a>. All rights reserved
</div>
</div>
<div class="col-md-6 d-sm-flex align-items-center justify-content-center justify-content-md-end">
<!-- Language switcher -->
<div class="dropup me-0 me-sm-3 mt-3 mt-md-0 text-center text-sm-end">
<a class="dropdown-toggle text-primary-hover" href="#" role="button" id="languageSwitcher" data-bs-toggle="dropdown" aria-expanded="false">
English Edition
</a>
<ul class="dropdown-menu min-w-auto" aria-labelledby="languageSwitcher">
<li><a class="dropdown-item" href="#">English</a></li>
<li><a class="dropdown-item" href="#">German </a></li>
<li><a class="dropdown-item" href="#">French</a></li>
</ul>
</div>
<!-- Links -->
<ul class="nav text-primary-hover text-center text-sm-end justify-content-center justify-content-center mt-3 mt-md-0">
<li class="nav-item"><a class="nav-link" href="#">Terms</a></li>
<li class="nav-item"><a class="nav-link" href="#">Privacy</a></li>
<li class="nav-item"><a class="nav-link pe-0" href="#">Cookies</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<script src="javascript/all.js"></script>
</body>
</html>