-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.html
382 lines (328 loc) · 9.47 KB
/
demo.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
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
<!DOCTYPE html>
<html>
<head>
<title>SimpliLearn</title>>
<title>About Us</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<style>
* {box-sizing: border-box;}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.header {
overflow: hidden;
background-color: #dbe3f5;
padding: 20px 10px;
}
.header a {
float: left;
color: rgb(19, 17, 17);
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 19px;
line-height: 25px;
border-radius: 4px;
}
.header a.logo {
font-size: 25px;
font-weight: bold;
}
.header a:hover {
background-color: rgb(134, 73, 73);
color: rgb(10, 10, 10);
}
.header a.active {
background-color: rgb(111, 226, 241);
color: rgb(151, 113, 113);
}
.header-right {
float: right;
}
@media screen and (max-width: 500px) {
.header a {
float: none;
display: block;
text-align: left;
}
.header-right {
float: none;
}
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
.column {
float: left;
width: 33.3%;
margin-bottom: 16px;
padding: 0 8px;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
margin: 8px;
}
.about-section {
padding: 50px;
text-align: center;
background-color: #8dc9ec;
color: rgb(24, 128, 197);
}
.container {
padding: 0 16px;
}
.container::after, .row::after {
content: "";
clear: both;
display: table;
}
.title {
color: rgb(124, 136, 138);
}
.button {
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: rgb(118, 153, 228);
background-color: #000;
text-align: center;
cursor: pointer;
width: 100%;
}
.button:hover {
background-color: #555;
}
@media screen and (max-width: 650px) {
.column {
width: 100%;
display: block;
}
}
.footer-dark {
padding:50px 0;
color:#2180c0;
background-color:#282d32;
}
.footer-dark h3 {
margin-top:0;
margin-bottom:12px;
font-weight:bold;
font-size:16px;
}
.footer-dark ul {
padding:0;
list-style:none;
line-height:1.6;
font-size:14px;
margin-bottom:0;
}
.footer-dark ul a {
color:inherit;
text-decoration:none;
opacity:0.6;
}
.footer-dark ul a:hover {
opacity:0.8;
}
@media (max-width:767px) {
.footer-dark .item:not(.social) {
text-align:center;
padding-bottom:20px;
}
}
.footer-dark .item.text {
margin-bottom:36px;
}
@media (max-width:767px) {
.footer-dark .item.text {
margin-bottom:0;
}
}
.footer-dark .item.text p {
opacity:0.6;
margin-bottom:0;
}
.footer-dark .item.social {
color: #816ddb;
text-align:center;
}
@media (max-width:991px) {
.footer-dark .item.social {
text-align:center;
margin-top:20px;
}
}
.footer-dark .item.social > a {
font-size:20px;
width:36px;
height:36px;
line-height:36px;
display:inline-block;
text-align:center;
border-radius:50%;
box-shadow:0 0 0 1px rgba(178, 193, 245, 0.4);
margin:0 8px;
color:rgb(17, 59, 121);
opacity:0.75;
}
.footer-dark .item.social > a:hover {
opacity:0.9;
}
.footer-dark .copyright {
text-align:center;
padding-top:24px;
opacity:0.3;
font-size:13px;
margin-bottom:0;
}
Resources
</style>
</head>
<body>
<div class="header">
<a href="#default" class="logo"><img src="logo2.png" style="height: 60px; width: 60px;"></a>
<div class="header-right">
<a class="active" href="#home">Home</a>
<a href="#contact">Contact</a>
<a href="#about">About</a>
</div>
</div>
<img src="photo4.jpg" alt="Paris" style="width:100%;">
<div class="about-section">
<h1>About Simplilearn</h1>
<div>Simplilearn is the world’s #1 online bootcamp and one of the world’s leading certification training providers. We partner with companies and individuals to address their unique needs, providing training and coaching that helps working professionals achieve their career goals.</div>
</div>
<h3 style="text-align:center">Our Team</h3>
<div class="row">
<div class="column">
<div class="card">
<img src="Richard Williams.jfif" alt="Richard Williams" style="width: 30%" class="mr-3 mt-3 rounded-circle">
<div class="container">
<h4>Richard Williams</h4>
<p class="title">Founder & CEO,Director</p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="John Hussain.jpg" alt="John Hussain" style="width:30%"class="mr-3 mt-3 rounded-circle">
<div class="container">
<h4>John Hussain</h4>
<p class="title">Co-Founder & Chief Business Officer</p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="Maria Taylor.jfif" alt="Maria Taylor" style="width:30%" class="mr-3 mt-3 rounded-circle">
<div class="container">
<h4>Maria Taylor</h4>
<p class="title">Chief Marketing Officer</p>
</div>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="Stephen Jones1.jfif" alt="Stephen Jones" style="width:30%" class="mr-3 mt-3 rounded-circle">
<div class="container">
<h4>Stephen Jones</h4>
<p class="title">Chief Product Officere</p>
</div>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="Michael Taylor.jpg" alt="Michael Taylor" style="width:30%" class="mr-3 mt-3 rounded-circle">
<div class="container">
<h4> Michael Taylor</h4>
<p class="title">co-ordinator</p>
</div>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="Julie Thomas.jpg" alt="Julie Thomas" style="width:30%" class="mr-3 mt-3 rounded-circle">
<div class="container">
<h4>Julie Thomas</h4>
<p class="title">Vice President</p>
</div>
</div>
</div>
</div>
<br>
<br>
<br>
<div>
<section>
<p>
<strong><mark style="color: rgb(66, 10, 41);"> Mission</mark></strong>
Enable students to take the initiative to learn on their own and fall in love with learning. We will also lead in generating practical and theoretical knowledge that enables people to better understand our world and improve conditions for local and global communities.
</p></div>
<br><br>
<div>
<p>
<strong><mark style="color: rgb(66, 10, 38);">Vision</mark></strong>
One to One Learning. We will be the preeminent intellectual and creative center for effective engagement in a world that increasingly demands better-designed objects, communication, systems, and organizations to meet social needs.
</p>
</section></div>
</body>
<div class="footer-dark">
<footer>
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-3 item">
<h3>Company</h3>
<ul>
<li><a href="#">Resources</a></li>
<li><a href="#">High qualified faculty</a></li>
<li><a href="#">Simplilearn community</a></li>
</ul>
</div>
<div class="col-sm-6 col-md-3 item">
<h3>About</h3>
<ul>
<li><a href="#">Career</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Our Achievements</a></li>
</ul>
</div>
<div class="col-sm-6 col-md-3 item">
<h3>Work with us</h3>
<ul>
<li><a href="#">Become an instructor</a></li>
<li><a href="#">Blog as guest</a></li>
</ul>
</div>
<div class="col item social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-snapchat"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
</div>
<p class="copyright">Simplilearn © 2021</p>
</div>
</footer>
</div>
</html>