-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
408 lines (392 loc) · 19.8 KB
/
about.html
File metadata and controls
408 lines (392 loc) · 19.8 KB
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
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>High Edu Education</title>
<!-- CSS Stylesheet -->
<link rel="stylesheet" href="assets/stylesheet/style.css">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
</head>
<body>
<!-- Banner-Section -->
<section class="banner">
<!-- Main Header -->
<header>
<div class="header_container wrapper">
<div class="header_logo wrapper padding">
<h1>
<a href="home.html">
<span>H</span>
igh Edu
</a>
</h1>
</div>
<div class="header_nav_menu">
<ul class="header_list">
<li class="active">
<a class="header_links" href="home.html">HOME</a>
</li>
<li>
<a class="header_links link" href="about.html">ABOUT</a>
</li>
<li>
<a class="header_links link" href="dropdown.html">DROPDOWN</a>
</li>
<li>
<a class="header_links link" href="events.html">EVENTS</a>
</li>
<li>
<a class="header_links link" href="contact.html">CONTACT</a>
</li>
</ul>
</div>
</div>
</header>
</section>
<!-- Hand-Crafted -->
<section class="hand_crafted">
<div class="hand_crafted_container wrapper">
<div class="hand_crafted_grids">
<div class="hand_crafted_image">
<img class="hand_crafted_image" src="./assets/media/02.jpg" alt="">
</div>
<div class="hand_crafted_card">
<h6>NOW YOU CAN GET</h6>
<h2>The Best Education for Bright Future</h2>
<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla mollis dapibus nunc, ut rhoncus turpis sodales quis. Integer sit amet mattis quam, sit amet ultricies velit. Praesent ullamcorper dui turpis. <br>
<p>Nulla mollis dapibus nunc, ut rhoncus turpis sodales quis. Integer sit amet mattis quam, sit amet ultricies velit. Praesent ullamcorper dui turpis.</p>
</p>
<button class="btn btn_primary">Read More</button>
</div>
</div>
</div>
</section>
<!-- About-->
<section class="about">
<div class="wrapper">
<h6 class="text-center mini_heading">ABOUT.</h6>
<h2 class="text-center sub_heading">Our awesome course categories</h2>
<div class="about_grids">
<div class="about_col-1">
<span><i class="far fa-surprise about_icons"></i></span>
<h5>Academic</h5>
<p>Integer sit amet mattis quam, sit amet ultricies velit. Praesent ullamcorper dui turpis.</p>
</div>
<div class="about_col-2">
<span><i class="far fa-copy about_icons col-2_icon"></i></span>
<h5>Diploma</h5>
<p class="about_text about_para">Integer sit amet mattis quam, sit amet ultricies velit. Praesent ullamcorper dui turpis.</p>
</div>
<div class="about_col-3">
<span><i class="fas fa-laptop about_icons"></i></span>
<h5>Graduation</h5>
<p>Integer sit amet mattis quam, sit amet ultricies velit. Praesent ullamcorper dui turpis.</p>
</div>
</div>
</div>
</section>
<!-- Counter -->
<section class="counter">
<div class="counter_container wrapper">
<div class="counter_col-1">
<h3 class="counter_number">1500</h3>
<p class="counter_text">Support</p>
</div>
<div class="counter_col-2">
<h3 class="counter_number">1700</h3>
<p class="counter_text">Happy Hours</p>
</div>
<div class="counter_col-3">
<h3 class="counter_number">11900</h3>
<p class="counter_text">Project Complete</p>
</div>
<div class="counter_col-4">
<h3 class="counter_number">157</h3>
<p class="counter_text">Cups of Coffee</p>
</div>
</div>
</section>
<!-- Register -->
<section class="register">
<div class="wrapper">
<div class="register_grids">
<div class="register_info">
<h6 class="register_mini_heading">IT’S LIMITED SEATING! HURRY UP.</h6>
<h2 class="register_sub_heading">Get the Coaching Training for Free</h2>
<p class="register-text">Nulla mollis dapibus nunc, ut rhoncus turpis sodales quis. Integer sit amet mattis quam, Praesent ullamcorper dui turpis.</p>
</div>
<div class="register_form">
<h5 class="form_heading text-center">Apply Now</h5>
<form action="#" method="POST">
<div class="form_group">
<label class="form_label">First Name</label>
<input type="text" class="form-control" required>
</div>
<div class="form_group">
<label class="form_label">Last Name</label>
<input type="text" class="form-control" required>
</div>
<div class="form_group">
<label class="form_label">Password</label>
<input type="password" class="form-control" required>
</div>
<button class="btn_primary btn_register">Register</button>
</form>
</div>
</div>
</section>
<!-- People -->
<section class="people">
<div class="wrapper">
<h6 class="text-center mini_heading">AMAZING PEOPLE</h6>
<h2 class="text-center sub_heading">Our Great Professors</h2>
<div class="people_grids">
<div class="people_col-1 text-center">
<div class="people_image-1 text-center">
<img class="people_image" src="../HighEducation/assets/media/16.jpg" alt="">
</div>
<div class="people_info text-center">
<h3 class="people_designation">Professor</h3>
<h2 class="people_name">Jason Donoghue</h2>
<p class="people_text">Lorem Ipsum has been the industry's standard since the 1500s.</p>
<ul class="people_social_media">
<li class="facebook_link"><i class="fab fa-facebook-f"></i>facebook</li>
<li class="twitter_link"><i class="fab fa-facebook-f"></i>twitter</li>
</ul>
</div>
</div>
<div class="people_col-2 text-center">
<div class="people_image-2">
<img class="people_image" src="../HighEducation/assets/media/17.jpg" alt="">
</div>
<div class="people_info text-center">
<h3 class="people_designation">Professor</h3>
<h2 class="people_name">Jason Donoghue</h2>
<p class="people_text">Lorem Ipsum has been the industry's standard since the 1500s.</p>
<ul class="people_social_media">
<li class="facebook_link google_link"><i class="fab fa-facebook-f"></i>google</li>
<li class="twitter_link linkedin_link"><i class="fab fa-facebook-f"></i>linkedin</li>
</ul>
</div>
</div>
<div class="people_col-3 text-center">
<div class="people_image-3 text-center">
<img class="people_image" src="../HighEducation/assets/media/18.jpg" alt="">
</div>
<div class="people_info">
<h3 class="people_designation">Professor</h3>
<h2 class="people_name">Jason Donoghue</h2>
<p class="people_text">Lorem Ipsum has been the industry's standard since the 1500s.</p>
<ul class="people_social_media">
<li class="facebook_link"><i class="fab fa-facebook-f"></i>facebook</li>
<li class="twitter_link"><i class="fab fa-facebook-f"></i>twitter</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Skillset -->
<section class="skillset">
<div class="skillset_grids">
<div class="skillset_col-1"></div>
<div class="skillset_col-2">
<h6 class="mini_heading">WORK ABILITIES</h6>
<h2 class="sub_heading">Our Skills</h2>
<div class="skills">
<h4>Web Design --------------- 86%</h4>
</div>
<div class="skills">
<h4>Branding --------------- 78%</h4>
</div>
<div class="skills">
<h4>PHP Development --------------- 90%</h4>
</div>
<div class="skills">
<h4>Marketing --------------- 95%</h4>
</div>
</div>
</div>
</section>
<!-- Gallery -->
<section class="gallery">
<div class="wrapper">
<h6 class="mini_heading text-center">RECENT PICS</h6>
<h2 class="sub_heading text-center">Our Gallery</h2>
<div class="gallery_grids">
<div class="galley_col-1">
<img class="gallery_image" src="../HighEducation/assets/media/06.jpg" alt="">
</div>
<div class="galley_col-2">
<img class="gallery_image" src="../HighEducation/assets/media/07.jpg" alt="">
</div>
<div class="galley_col-3">
<img class="gallery_image" src="../HighEducation/assets/media/08.jpg" alt="">
</div>
<div class="galley_col-4">
<img class="gallery_image" src="../HighEducation/assets/media/09.jpg" alt="">
</div>
<div class="galley_col-5">
<img class="gallery_image" src="../HighEducation/assets/media/10.jpg" alt="">
</div>
<div class="galley_col-6">
<img class="gallery_image" src="../HighEducation/assets/media/11.jpg" alt="">
</div>
<div class="galley_col-7">
<img class="gallery_image" src="../HighEducation/assets/media/12.jpg" alt="">
</div>
<div class="galley_col-8">
<img class="gallery_image" src="../HighEducation/assets/media/13.jpg" alt="">
</div>
<div class="galley_col-9">
<img class="gallery_image" src="../HighEducation/assets/media/15.jpg" alt="">
</div>
</div>
</div>
</section>
<!-- Hand-Crafted-2 -->
<section class="hand_crafted-2">
<div class="hand_crafted_container wrapper">
<div class="hand_crafted_grids">
<div class="hand_crafted_image">
<img class="hand_crafted-2_image" src="./assets/media/14.jpg" alt="">
</div>
<div class="hand_crafted_card">
<h6>NOW YOU CAN GET</h6>
<h2 class="hand_crafted_heading">The Best Education for Bright Future</h2>
<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla mollis dapibus nunc, ut rhoncus turpis sodales quis. Integer sit amet mattis quam, sit amet ultricies velit. Praesent ullamcorper dui turpis. <br>
<p>Nulla mollis dapibus nunc, ut rhoncus turpis sodales quis. Integer sit amet mattis quam, sit amet ultricies velit. Praesent ullamcorper dui turpis.</p>
</p>
<button class="btn btn_primary">Read More</button>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="testimonials">
<div class="wrapper">
<h6 class="mini_heading text-center">SEE WHAT PEOPLE ARE SAYING</h6>
<h2 class="sub_heading text-center test_heading">Testimonials</h2>
<div class="test_grids">
<div class="testimonial_info">
<span><i class="fas fa-quote-left quote_icon"></i></span>
<span class="test_text">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod possimus, omnis voluptas.</span>
<div class="row">
<div>
<img class="test_image" src="../HighEducation/assets/media/te1.jpg" alt="">
</div>
<div class="test_people">
<h5 class="test_name">Thomas Carl</h5>
<p class="test_description" >Add Some Description</p>
</div>
</div>
</div>
<div>
<div class="testimonial_info">
<span><i class="fas fa-quote-left quote_icon"></i></span>
<span class="test_text">Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod possimus, omnis voluptas.</span>
<div class="row">
<div>
<img class="test_image" src="../HighEducation/assets/media/te2.jpg" alt="">
</div>
<div class="test_people">
<h5 class="test_name">Adam Ster</h5>
<p class="test_description">Add Some Description</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Submit -->
<section class="submit">
<div class="wrapper">
<div class="newsletter_info">
<form class="form-1" action="#" method="POST">
<input type="email" name="email" placeholder="Enter your email..." required>
<button type="submit" class="btn_submit">SUBMIT</button>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class= "wrapper">
<div class="inside-footer">
<div>
<h3 class="title_footer">Address</h3>
<p class="footer_row new_add">Address : 1234 lock, Charlotte, North Carolina, United States</p>
<p class="footer_row">Phone : +12 534894364</p>
<p class="footer_row">Email : info@example.com</p>
<p class="footer_row">Fax : +12 534894364</p>
</div>
<div class="footer_navlink">
<h3 class="title_footer">Quick Links</h3>
<p class="footer_row"> <a class="footer_link" href="">Home</a></p>
<p class="footer_row"><a class="footer_link" href="">About</p>
<p class="footer_row"><a class="footer_link" href="">Events</p>
<p class="footer_row"><a class="footer_link" href="">Courses</a> </p>
<p class="footer_row"><a class="footer_link" href="">Contact</a> </p>
</div>
<div class="notitle_footer">
<p class="footer_row"><a class="footer_link" href="">Privacy Policy</a></p>
<p class="footer_row"><a class="footer_link" href="">General Terms</a></p>
<p class="footer_row"><a class="footer_link" href="">Faq's </a> </p>
<p class="footer_row"><a class="footer_link" href="">Knowledge</a> </p>
<p class="footer_row"><a class="footer_link" href="">Forum</a> </p>
</div>
<div>
<h3 class="title_footer">Newsletter</h3>
<p class="footer_row new_add"> By subscribing to our mailing list you will always get latest news and updates from us.
</p>
<input class="footer_input" type="text" placeholder="Enter your email..."required="">
<button class="footer_btn"> <i class="far fa-paper-plane footer_icon"></i></button>
</div>
</div>
<!-- footer-logo -->
<div class="footer_logo">
<div class="footer_banner_logo">
<a class ="footer_logolink"href="index.html">
<span class="footer_banner">H</span>igh
<span > Edu</span>
</a>
</div>
<p class="footer_para">Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla quis <br> lorem ipnut libero malesuada feugiat. Lorem ipsum dolor sit amet, consectetur elit.
</p>
<!-- social links -->
<div class="footer_social_media">
<button class="social_link one">
<a class="footer_color" href=""><i class="fab fa-facebook-f facebook"></i> <span>facebook</span> </a>
</button>
<button class="social_link two">
<a class="footer_color" href=""><i class="fab fa-twitter twitter"></i>twitter</a>
</button>
<button class="social_link three">
<a class="footer_color" href=""><i class="fab fa-google-plus-g google"></i>google</a>
</button>
<button class="social_link four">
<a class="footer_color" href=""><i class="fab fa-linkedin-in linkedin"></i>linkedin</a>
</button>
<div class="footer_up">
<button class="arrow">
<a href="">
<i class="fas fa-angle-up uphome"></i>
</a>
</button>
</div>
</div>
</div>
<div class="copyright">
<small>©2019 High Edu. All rights reserved | Design by <a class="w3layout" href="">W3layouts.</a></small>
</div>
</div>
</footer>
</body>
</html>