-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
346 lines (317 loc) · 14.4 KB
/
test.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightslider/1.1.6/css/lightslider.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="testcss.css">
<title>TESTTTT</title>
<link rel="shortcut icon" type="image/x-icon" href="img/logo2.png" />
<!--Google Fonts-->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
</style>
<!--Google Fonts-->
<!-- for nav dropdown-->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js"
integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/"
crossorigin="anonymous"></script>
<!-- for nav dropdown-->
<!-- Sweet alert (swal)-->
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<!-- Sweet alert (swal)-->
</head>
<body>
<!-- nav -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top custom_nav">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="img/logo2.png" width="32" height="30" alt="" class="d-inline-block align-top">
Foresight
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-expanded="false">
Categories
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="courses.html?course_id=1">Development & Software</a></li>
<li><a class="dropdown-item" href="courses.html?course_id=2">Mathematics</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="courses.html?course_id=3">Health & Fitness</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link active" href="index.html#support">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="aboutUs.html">About us</a>
</li>
</ul>
<div class="d-flex">
<a href="Login.html" class="btn btn-sm btn-success"><b>Log in / Sign Up</b></a>
</div>
<div class="d-flex">
<a href="#"><i class="fa fa-heart" style="font-size:24px; color:#ca1711; margin: 10px 5px 0px 10px;"></i></a>
</div>
<!--Profie dropdown-->
<div class="dropdown">
<a class="btn btn-sm" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false"><img src="img/user.png" style="width: 35px; height: 35px;"></a>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<li class="dropdown-item">
<a href="profile.html"><img src=img/user.png width="40" height="40"><b class="ml-2">fName</b></a>
</li>
<li>
<hr class="dropdown-divider">
</li>
<li class="dropdown-item">
<a class="dropdown-item" href="profile.html">Settings</a>
</li>
<li class="dropdown-item">
<a class="dropdown-item" href="index.html#support">Help</a>
</li>
<li>
<hr class="dropdown-divider">
</li>
<li class="dropdown-item">
<a class="dropdown-item" href="" style="color:#ca1711; text-align: right;"><b>Sign out</b></a>
</li>
</ul>
</div>
<!--Profie dropdown-->
</div>
</div>
</nav>
<!-- nav -->
<!-- Home Banner -->
<header class="main-banner" style="padding-bottom: 20px;">
<div class="container">
<div class="row">
<div class="col-lg-7 col-md-7">
<div class="main-banner-content">
<br>
<h1><b>Learning is easy.</b></h1>
<p>We help students of all degrees and regions prepare for the path ahead - wherever it leads.
Our curated collection of business and technical courses help students, programmers, and nonprofits go
further by placing learning at the center of their strategies.
</p>
</div>
<div class="row d-none d-sm-block">
<div class="col-lg-10 col-md-10">
<form>
<div class="input-group mb-3">
<input type="search" class="form-control form-control-sm" placeholder="Search.."
aria-label="Recipient's username" aria-describedby="button-addon2">
<button class="btn btn-success" type="submit">
<!-- Search icon -->
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-search" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z" />
<path fill-rule="evenodd"
d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z" />
</svg>
<!-- Search icon -->
</button>
</div>
</form>
</div>
</div>
</div>
<div class="col-lg-5 col-md-5 d-none d-sm-block">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets6.lottiefiles.com/packages/lf20_ikvz7qhc.json" background="transparent"
speed="1" style="width: 85vh; height: 60vh; padding-bottom: 10px;" loop autoplay></lottie-player>
</div>
</div>
</div>
</header>
<!-- Home Banner -->
<!-- Reviews slider -->
<section class="reviews-slider" id="cat">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 col-md-6">
<div class="review-text-widget">
<h2 style="color: #2e3d49; font-size: x-large;">Explore our schools to find your perfect
program.</h2>
<hr class="star-primary">
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div id="review-slider-holder">
<div class="row">
<div class="col-lg-4 col-md-4">
<div class="card my_card online-course-card">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets2.lottiefiles.com/packages/lf20_wdhfjhyc.json"
background="transparent" speed="1" style="height: 280px; width: 100%;" loop autoplay>
</lottie-player>
<div class="card-body">
<h3 class="card-title">Development & Software</h3>
<p class="card-text"> Master your language with lessons, quizzes, and projects designed for
real-life scenarios. </p>
<a href="courses.html?course_id=1" class="btn btn-primary btn-sm justify-content-md-end">Learn
More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="card my_card online-course-card">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets4.lottiefiles.com/packages/lf20_wbkikrmh.json" background="#18bc9c"
speed="1" style="width: 100%; height: 280px;" loop autoplay></lottie-player>
<div class="card-body">
<h3 class="card-title">Mathematics</h3>
<p class="card-text"> Study of such topics as numbers , formulas and related structures (arithmetic
theory).</p>
<a href="courses.html?course_id=2" class="btn btn-primary btn-sm">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="card my_card online-course-card">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets7.lottiefiles.com/packages/lf20_oncjxjbd.json" background="#9900ff"
speed="1" style="width: 100%; height: 280px;" loop autoplay></lottie-player>
<div class="card-body">
<h3 class="card-title">Health & Fitness</h3>
<p class="card-text"> Wide range of courses in this sector, from sports science, sports psychology.
</p>
<a href="courses.html?course_id=3" class="btn btn-primary btn-sm">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Reviews slider -->
<!-- Chart -->
<div>
<img style="height: 100%; width: 100%;" src="img/chart.png" />
</div>
<!-- Chart -->
<!-- Contact Us -->
<section id="support" style="background-color: #eeeeee; padding-top: 10px; padding-bottom: 10px;">
<div class="container custom_contact">
<div class="row">
<div class="col-lg-6 col-md-6 mt-4">
<h4 class="ml-5">Our teams are here to help</h4>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets1.lottiefiles.com/packages/lf20_9wjm14ni.json" background="transparent"
speed="1" style="width: 400px; height: 350px;" loop autoplay></lottie-player>
</div>
<div class="col-lg-6 col-md-6 mt-3">
<div class="card text-white sign-up-form-sidebar" style="border: none;">
<div class="card-body custom_card">
<form class="support" method="POST">
<div class="mb-3">
<input type="text" class="form-control form-control-sm" placeholder="Name" >
</div>
<div class="mb-3">
<input type="email" class="form-control form-control-sm" placeholder="Email" >
</div>
<div class="mb-3">
<input type="tel" class="form-control form-control-sm" placeholder="Phone" >
</div>
<div class="mb-3">
<textarea rows="5" class="form-control form-control-sm" placeholder="Message" ></textarea>
</div>
<div class="mb-1">
<a type="submit" class="btn btn-block btn-sm btn-contact" id="submit">Submit</a>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Us -->
<!-- Footer -->
<footer class="text-center main-footer footer_copy">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
<aside class="footer-widget">
<h3 class="h3">Site Map</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#cat">Categories</a></li>
<li><a href="aboutUs.html">About us</a></li>
<li><a href="#support">Support</a></li>
</ul>
</aside>
</div>
<div class="footer-col col-md-4">
<h3 class="h3">About Foresight</h3>
<p class="par"><b>We help students of all degrees and regions prepare for the path ahead - wherever it
leads.</b>
</p>
</div>
<div class="footer-col col-md-4">
<h3 class="h3">Around the Web</h3>
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://www.facebook.com" class="btn-social btn-outline" target="_blank"><i
class="fa fa-facebook"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.youtube.com" class="btn-social btn-outline" target="_blank"><i
class="fa fa-fw fa-youtube"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.twitter.com" class="btn-social btn-outline" target="_blank"><i
class="fa fa-fw fa-twitter"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com" class="btn-social btn-outline" target="_blank"><i
class="fa fa-fw fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
<b>Copyright © 2021. All Rights Reserved For BAU</b><br>
<sub>Haitham Abdallah Ammar</sub>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer -->
<!-- for swal alert -->
<script>
$('#submit').click(function(){
swal("Thanks !", "We will respond as soon as possibles");
})
</script>
<!-- for swal alert -->
</body>
</html>