-
Notifications
You must be signed in to change notification settings - Fork 0
/
home-page.html
336 lines (332 loc) · 16.7 KB
/
home-page.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
<!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">
<!-- link font google -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<title>EduWell - Education HTML5 Template</title>
<!-- link bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- link all . min -->
<link rel="stylesheet" href="css/all.min.css">
<!-- link css file -->
<link rel="stylesheet" href="css/home-page.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light mt-2 sticky-top p-3 ">
<div class="container">
<a class="navbar-brand" href="home-page.html">
<img src="/image/templatemo-eduwell-logo.png" alt="">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse justify-content-around navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav justify-content-around ms-auto w-75 mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/home-page.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#courses">Courses</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">
Pages
</a>
<ul class="dropdown-menu border-0 rounded " aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="/about-us.html">About Us</a></li>
<li><a class="dropdown-item" href="/our-service.html">Our Services</a></li>
<li><a class="dropdown-item" href="/contact-us.html">Contact Us </a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#Testimonials">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-us">Contact Us </a>
</li>
</ul>
</div>
</div>
</nav>
<!-- start landing -->
<div class="landing position-relative ">
<div class="container ">
<div class="row ">
<div class="col-lg-6 col-md-6 pt-lg-5 first text-center text-lg-start ">
<p class="text-black-50 fs-6 mb-2">Welcome To Our School</p>
<h1 class="best fw-bolder mb-5">Best Place To
Learn Graphic
<span >Design!</span>
</h1>
<a class="btn rounded main-btn fs-5 fw-normal" href="">JOIN US NOW!</a>
</div>
<div class="col-lg-6 col-md-6 image-h d-flex justify-content-lg-end align-lg-items-center mt-5 ">
<div class="image-j ">
<img class="img-fluid " src="/image/banner-right-girl-image.png" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- end landing -->
<!-- start services -->
<div class="services text-center mt-md-5 " id="services">
<div class="container ">
<div class="top">
<p class="text-black-50 fw-normal">OUR SERVICES</p>
<h1 class="fw-bolder">Provided <span>Services</span> </h1>
</div>
<div class="row mt-5">
<div class="col-lg-3 col-md-6 ">
<div class="image mb-4 ">
<img class="img-fluid" src="/image/service-icon-one-book-01.png" alt="">
</div>
<h1 class="fs-5 fw-bold mb-4">Useful Tricks</h1>
<p >eduwell is the professinal
html5 template for your
school or university
website
</p>
</div>
<div class="col-lg-3 col-md-6 ">
<div class="image mb-4 ">
<img class="img-fluid" src="/image/service-icon-light-02.png" alt="">
</div>
<h1 class="fs-5 fw-bold mb-4">Useful Tricks</h1>
<p >eduwell is the professinal
html5 template for your
school or university
website
</p>
</div>
<div class="col-lg-3 col-md-6 ">
<div class="image mb-4 ">
<img class="img-fluid" src="/image/service-icon-book-03.png" alt="">
</div>
<h1 class="fs-5 fw-bold mb-4">Useful Tricks</h1>
<p >eduwell is the professinal
html5 template for your
school or university
website
</p>
</div>
<div class="col-lg-3 col-md-6 ">
<div class="image mb-4 ">
<img class="img-fluid" src="/image/service-icon-tashkel-04.png" alt="">
</div>
<h1 class="fs-5 fw-bold mb-4">Useful Tricks</h1>
<p >eduwell is the professinal
html5 template for your
school or university
website
</p>
</div>
</div>
<ul class="download d-flex list-unstyled justify-content-center mt-5 ">
<li></li>
<li class="active"></li>
<li></li>
</ul>
</div>
</div>
<!-- end services -->
<!-- start you can learn -->
<div class="learn" id = "courses">
<div class="container ">
<div class="row ">
<div class="col-lg-6 text-center offset-lg-3">
<p class="text-black-50 fw-bold">OUR COURSES </p>
<h1 class="fw-bold">What You Can <span>Learn</span> </h1>
<p class="fs-6 ">You just think about TemplateMo whenever you need free CSS
templatex for you business website
</p>
</div>
</div>
<div class="row boo">
<div class="col-lg-3">
<a class="btn rounded mb-4 main-btn fs-4 fw-bold pt-3 pb-3 ps-4 pe-4 w-100 active fs-5 fw-normal" href="">Web Development</a>
<a class="btn rounded mb-4 main-btn fs-4 fw-bold pt-3 pb-3 ps-5 pe-4 w-100 fs-5 fw-normal" href="">Graphic Design</a>
<a class="btn rounded mb-4 main-btn fs-4 fw-bold pt-3 pb-3 ps-5 pe-5 w-100 fs-5 fw-normal" href="">Web Design</a>
<a class="btn rounded mb-4 main-btn fs-4 fw-bold pt-3 pb-3 ps-5 pe-5 w-100 fs-5 fw-normal" href="">WordPress</a>
</div>
<div class="col-lg-9 col-md-12 flex-lg-row flex-column d-flex p-lg-5">
<div class="col-lg-6 ">
<img class="img-thumbnail " src="/image/courses-01.jpg" alt="">
</div>
<div class="col-lg-5 text-start ms-lg-4 mt-md-3 mt-sm-5 offset-lg-2 ">
<h1 class="fw-bold mb-5 fs-4 ">Web Development</h1>
<p class="text-black-50 mb-5">Did you know that you can visit TooCSS website for latest listing of HTML templates and a variety of useful templates.</p>
<p class="text-black-50 mb-5">You just need to go and visit that website right now. IF you have any suggestion or comment about this template, you can feel free to go to contact page for our email address.</p>
<p>36 Hours | 4 Weeks | 3 certificates </p>
<a href="">Subscribe Course </a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end you can learn -->
<!-- start section-3 -->
<div class="section-3 ">
<div class="container">
<div class="row ">
<div class="col-lg-5 ">
<img src="/image/cta-left-image-section-3.png" alt="">
</div>
<div class="col-lg-4 text-light mt-5">
<p class=" mb-5">Get the sale right now!</p>
<h1 class="fw-bold mb-5 ">
Up to 50% OFF
For 1+
Courses
</h1>
<p class="mb-5">Kogi VHS freegan bicycle rights try-hard green juice probably haven't
heard of them cliche la croix af chillwave.
</p>
<a class="btn rounded main-btn fs-5 fw-normal" href="">JOIN US NOW!</a>
</div>
</div>
</div>
</div>
<!-- end section-3 -->
<!-- start section-4 -->
<div class="section-4 text-center position-relative" id = "Testimonials">
<div class="container ">
<div class="first">
<p class="text-black-50">TESTIMONIALS</p>
<h1 class="fw-bold fs-3">What They <span> Think </span> </h1>
</div>
<div class="row d-flex justify-content-center">
<div class="col-lg-3 col-md-6 text-start p-4 carde ">
<p class="mb-5 text-black-50"> prasent accumsan cndimentum arcu , id porttior semper nec. nunc diam lorem</p>
<div class="d-flex justify-content-between">
<div>
<h2 class="fw-bold ">helen shiny</h2>
<p class="fs-6 fashion">fashion desginer</p>
</div>
<div >
<img src="/image/quote.png" alt="">
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 text-start p-4 carde ms-lg-5 ">
<p class="mb-5 text-black-50"> prasent accumsan cndimentum arcu , id porttior semper nec. nunc diam lorem</p>
<div class="d-flex justify-content-between">
<div>
<h2 class="fw-bold ">helen shiny</h2>
<p class="fs-6 fashion">fashion desginer</p>
</div>
<div >
<img src="/image/quote.png" alt="">
</div>
</div>
</div>
<div class="col-lg-3 text-start p-4 carde ms-lg-5 offset-md-0">
<p class="mb-5 text-black-50"> prasent accumsan cndimentum arcu , id porttior semper nec. nunc diam lorem</p>
<div class="d-flex justify-content-between">
<div>
<h2 class="fw-bold ">helen shiny</h2>
<p class="fs-6 fashion">fashion desginer</p>
</div>
<div >
<img src="/image/quote.png" alt="">
</div>
</div>
</div>
</div>
<ul class="download d-flex list-unstyled justify-content-center mt-5 ">
<li></li>
<li class="active"></li>
<li></li>
</ul>
</div>
</div>
<!-- end section-4 -->
<!-- start contact us -->
<div class="contact-us text-center" id="contact-us">
<div class="container ">
<div class="row">
<!-- map -->
<div class="col-lg-7 col-10 offset---1 mb-lg-0 map-2 position-relative">
<div class="col-md-12 col-sm-12 row position-absolute row-2 d-flex flex-column flex-lg-row heeee justify-content-around">
<div class="col-lg-4 col-sm-12">
<div class="contact d-flex">
<i class="fa-solid fa-phone mt-3 ph" ></i>
<div class="pp ms-4 w-100">
<h1 class="fs-4">Phone</h1>
<p>07828226965</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-12">
<div class="contact d-flex ">
<i class="fa-solid fa-phone mt-3 ph" ></i>
<div class="pp ms-4 w-100">
<h1 class="fs-4">Phone</h1>
<p>07828226965</p>
</div>
</div>
</div>
</div>
</div>
<!-- end map -->
<!-- start form -->
<div class="col-lg-5 text-start mt-lg-5 p-5 ff ">
<p class="text-black-50 mt-4">CONTACT US </p>
<h1 class="fw-bold mb-4">Say <span>Hello</span></h1>
<p class="mb-5 text-black-50">IF you need a working contact form by PHP script, please
visit Template Mo's contact page for more info.
</p>
<form action="" class="d-flex flex-column">
<input type="text" placeholder="Full Name" class="mt-4 full-name">
<input type="email" name="" id="" placeholder="Your Email" class="mt-4 your-email">
<input type="text" name="" id="" placeholder="Your Message" class="mt-4 mb-4 your-massage">
<a class="btn rounded main-btn fs-5 fw-normal " href="">SEND MESSAGE</a>
</form>
</div>
<!-- end form -->
<!-- start linked -->
<div class="col-12 text-center linnn d-flex justify-content-center mb-5">
<div class="face">
<a href=""><i class="fa-brands fa-facebook-f face-1"></i></a>
</div>
<div class="twi ms-3">
<a href=""><i class="fa-brands fa-twitter twi-1"></i></a>
</div>
<div class="linkk ms-3">
<a href=""><i class="fa-brands fa-linkedin-in linkk-1"></i></a>
</div>
<div class="wiff ms-3">
<a href=""><i class="fa-solid fa-wifi wiff-1"></i></a>
</div>
<div class="baa ms-3">
<a href=""><i class="fa-solid fa-basketball baa-1"></i></a>
</div>
</div>
<!-- end linked -->
<!-- start copy right -->
<div class="col-12 hellow">
<div class="w-100 text-center">
<p>
Copyright © 2022 EduWell Co., Ltd. All Rights Reserved.
Design: TemplateMo
</p>
</div>
</div>
<!-- end copy right -->
</div>
</div>
</div>
<!-- end contact us -->
<!-- file js bootstrap -->
<script src="/js/bootstrap.bundle.min.js"></script>
<!-- file js all main -->
<script src="/js/all.min.js"></script>
</body>
</html>