-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
318 lines (299 loc) · 13.8 KB
/
index.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
<!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>Edcademy</title>
<link rel = "icon" href = "images/logo.png" type = "image/jpeg">
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<!-- font awesome cdn -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- custom css -->
<link rel = "stylesheet" href = "css/main.css">
<link rel = "stylesheet" href = "css/responsive.css">
<link rel = "stylesheet" href = "css/utility.css">
<!-- slick css -->
<link rel = "stylesheet" href = "slick-1.8.1/slick/slick-theme.css">
<link rel = "stylesheet" href = "slick-1.8.1/slick/slick.css">
</head>
<body>
<!-- header -->
<header>
<div class = "header-top-info">
<div class = "row container">
<div>
<p class = "text">Have any question?</p>
<span><i class = "fas fa-phone"></i>123-1334-333</span>
<span><i class = "fas fa-envelope"></i>info@edcademy.com</span>
</div>
<div>
<button type = "button" class = "btn login-btn">Login</button>
<button type = "button" class = "btn register-btn">Register</button>
</div>
</div>
</div>
<nav class = "navbar">
<div class = "row container">
<a href = "index.html" class = "navbar-brand">
<img src = "images/logo.png" alt = "site logo">
<span>Edcademy</span>
</a>
<button type="button" class = "navbar-show-btn">
<i class = "fas fa-bars"></i>
</button>
</div>
<div class = "navbar-collapse">
<button type = "button" class = "navbar-hide-btn">
<i class = "fas fa-times"></i>
</button>
<ul class = "navbar-nav">
<li><a href = "index.html">Home</a></li>
<li><a href = "#">About</a></li>
<li><a href = "#">Courses</a></li>
<li><a href = "#">Blog</a></li>
<li><a href = "#">Gallery</a></li>
<li><a href = "#">Events</a></li>
<li><a href = "#">Testimonials</a></li>
<li><a href = "#">Contact</a></li>
</ul>
</div>
</nav>
<div class = "hero-content">
<div class = "container">
<div class = "hero-slider">
<!-- item -->
<div clas = "hero-slider-item">
<h1 class = "hero-title">Educating Students for Success In a Changing World</h1>
<p class = "text">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Error velit quis eos quae, laborum quod magnam cumque, ut, odit eaque animi blanditiis amet quas. Beatae aliquid deserunt placeat repellat quam?</p>
<a href = "#" class = "btn hero-btn">Learn More</a>
</div>
<!-- end of item -->
<!-- item -->
<div clas = "hero-slider-item">
<h1 class = "hero-title">Together We Make The Difference</h1>
<p class = "text">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Error velit quis eos quae, laborum quod magnam cumque, ut, odit eaque animi blanditiis amet quas. Beatae aliquid deserunt placeat repellat quam?</p>
<a href = "#" class = "btn hero-btn">Learn More</a>
</div>
<!-- end of item -->
</div>
</div>
</div>
</header>
<!-- end of header -->
<!-- welcome section -->
<section class = "welcome">
<div class = "container">
<div class = "title title-md">
<h3>you are welcome</h3>
<div class = "line"></div>
</div>
<div class = "row">
<div>
<div class = "item">
<span><i class = "fas fa-book-open"></i></span>
<p class = "lg-text">Program</p>
</div>
<div class = "item">
<span><i class = "fas fa-user-friends"></i></span>
<p class = "lg-text">Community</p>
</div>
<div class = "item">
<span><i class = "fas fa-bookmark"></i></span>
<p class = "lg-text">Online Courses</p>
</div>
<div class = "item">
<span><i class = "fas fa-book"></i></span>
<p class = "lg-text">Resources</p>
</div>
</div>
<div>
<div class = "title title-sm">
<h3>Feel Free To Ask</h3>
</div>
<p class = "lg-text">Discover Edcademy</p>
<a href = "#">Find Out More <i class = "fas fa-arrow-right"></i></a>
</div>
</div>
</div>
</section>
<!-- end of welcome section -->
<!-- why section -->
<section class = "why">
<div class = "container">
<div class = "title title-md">
<h3>Why Education</h3>
<div class = "line"></div>
</div>
<p class = "text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Nam assumenda dignissimos amet in optio earum recusandae placeat quasi eveniet omnis!</p>
<div class = "row">
<div class = "item">
<img src = "images/why-img-1.png" alt = "">
<h3 class = "lg-text">Professional Teachers</h3>
<p class = "text">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Voluptatem quaerat incidunt quam rem perferendis quisquam?</p>
<a href = "#" class = "btn primary-btn">Learn More</a>
</div>
<div class = "item">
<img src = "images/why-img-2.png" alt = "">
<h3 class = "lg-text">Comfortable Study Zone</h3>
<p class = "text">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Voluptatem quaerat incidunt quam rem perferendis quisquam? Lorem ipsum dolor sit amet.</p>
<a href = "#" class = "btn primary-btn">Learn More</a>
</div>
<div class = "item">
<img src = "images/why-img-3.png" alt = "">
<h3 class = "lg-text">Personal Teaching</h3>
<p class = "text">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Voluptatem quaerat incidunt quam rem perferendis quisquam? Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
<a href = "#" class = "btn primary-btn">Learn More</a>
</div>
</div>
</div>
</section>
<!-- end of why section -->
<!-- online course -->
<section class = "online-course">
<div class = "container">
<div class = "title title-md">
<h3>Join Free Online Courses</h3>
<div class = "line"></div>
</div>
<form class = "online-course-form">
<div>
<input type = "text" class = "form-control" placeholder="Full Name">
<input type = "email" class = "form-control" placeholder="E-mail">
<select>
<option value = "">Mathematics</option>
<option value = "">Arts and Humanities</option>
<option value = "">Information Technology</option>
</select>
</div>
<input type = "submit" class = "submit-btn" value = "Take A Course">
</form>
</div>
</section>
<!-- end of online course -->
<!-- skill section -->
<section class = "skill">
<div class = "container">
<div class = "title title-md">
<h3>get new skills</h3>
<div class = "line"></div>
</div>
<div class = "row">
<div>
<div class = "title title-sm">
<h3>learn about various topics</h3>
</div>
<p class = "text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod consequuntur ipsum cupiditate velit eveniet harum doloremque impedit et quibusdam voluptates.</p>
<p class = "text">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Molestias doloribus eius cumque rerum! Pariatur sint sunt nulla veritatis consectetur molestiae ducimus numquam!</p>
<a href = "#" class = "btn primary-btn">Get Counselling</a>
</div>
<div>
<div class = "img-container">
<img src = "images/skill-img.jpg" alt = "">
</div>
</div>
</div>
</div>
</section>
<!-- end of skill section -->
<!-- counter section -->
<section class = "counter">
<div class = "row container">
<div class = "item">
<div class = "title title-sm">
<h3>Students enrolled</h3>
</div>
<span class = "num">2303</span>
</div>
<div class = "item">
<div class = "title title-sm">
<h3>course</h3>
</div>
<span class = "num">12</span>
</div>
<div class = "item">
<div class = "title title-sm">
<h3>professors</h3>
</div>
<span class = "num">125</span>
</div>
<div class = "item">
<div class = "title title-sm">
<h3>faculty members</h3>
</div>
<span class = "num">470</span>
</div>
</div>
</section>
<!-- end of counter section -->
<!-- footer -->
<footer>
<div class = "row container">
<div>
<img src = "images/logo.png" alt = "">
<p class = "text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Obcaecati eos id atque in. Ex, quaerat?</p>
<ul class = "footer-social-links">
<li class = "flex">
<a href = "#"><i class = "fab fa-facebook-f"></i></a>
</li>
<li class = "flex">
<a href = "#"><i class = "fab fa-twitter"></i></a>
</li>
<li class = "flex">
<a href = "#"><i class = "fab fa-instagram"></i></a>
</li>
<li class = "flex">
<a href = "#"><i class = "fab fa-google"></i></a>
</li>
</ul>
</div>
<div>
<h3 class = "lg-text">Information</h3>
<div class = "footer-links">
<a href ="#">Registration</a>
<a href ="#">Popular Courses</a>
<a href ="#">Academic Schedule</a>
<a href ="#">Extra Facilities</a>
<a href ="#">Events</a>
</div>
</div>
<div>
<h3 class = "lg-text">Information</h3>
<div class = "footer-links">
<a href ="#">Business Administration</a>
<a href ="#">Arts & Humanities</a>
<a href ="#">Science & Technology</a>
<a href ="#">Economics & Finance</a>
</div>
</div>
<div>
<h3 class = "lg-text">Have a Question?</h3>
<div class = "footer-contact-info">
<div>
<span><i class = "fas fa-map-marker-alt"></i></span>
<span>701 Lake Parker Street, MerryLand, USA</span>
</div>
<div>
<span><i class = "fas fa-phone"></i></span>
<span>1240-133-3422</span>
</div>
<div>
<span><i class = "fas fa-paper-plane"></i></span>
<span>info@edcademy.com</span>
</div>
</div>
</div>
</div>
<p class = "footer-text">Copyright © 2022. Designed by <span>GeekProbin</span>. All Rights Reserved.</p>
</footer>
<!-- end of footer -->
<!-- jquery cdn -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- slick js -->
<script src = "slick-1.8.1/slick/slick.js"></script>
<!-- custom js -->
<script src = "js/script.js"></script>
</body>
</html>