-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
395 lines (341 loc) · 19.5 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
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
<!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>Quizzer :: Home</title>
<!-- Fav Icon -->
<link rel="shortcut icon" type="image/png" href="img/favicon.png" />
<!-- Offline Bootstrap links -->
<link href="Bootstrap/css/bootstrap.css" rel="stylesheet" />
<link href="Bootstrap/css/bootstrap-theme.css" rel="stylesheet" />
<script src="Bootstrap/js/bootstrap.min.js"></script>
<link href="Bootstrap/css/bootstrap.css" rel="stylesheet" />
<link href="Bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<!-- online bootstrap links -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Normalization and foundation files -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<!-- <link rel='stylesheet prefetch'href='https://cdnjs.cloudflare.com/ajax/libs/foundation/6.3.0/css/foundation.min.css'> -->
<!-- Font Awosem v5 icons -->
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<!-- custom css files -->
<!-- <link rel="stylesheet" href="css/font-awesome.css"> -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/login-home.css">
<link rel="stylesheet" href="css/home_header_style.css">
<link rel="stylesheet" href="css/home_second_part_style.css">
<link rel="stylesheet" href="css/home_meet_instrauctor.css">
<link rel="stylesheet" href="css/home_test_monial.css">
<link rel="stylesheet" href="css/home_footer_style.css">
<!-- exteranl js file -->
<script src="js/home.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.5.2/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.5.2/firebase-analytics.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.5.2/firebase-firestore.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.5.2/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.5.2/firebase-analytics.js"></script>
</head>
<body>
<div class="home_header_style">
<div class="header-area-style">
<nav class="navbar navbar-expand-lg bg-dark navbar-dark bg-transparent ">
<a class="navbar-brand" href="index.html">
<img src="img/logo/1.png" style=" width: 190px;" alt="Logo" srcset="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="collapsibleNavbar">
<ul class="navbar-nav" style="margin-right: 200px;">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" style="min-width: 96.016px;"
href="html-page/Contact_us.html">Contact-Us</a>
</li>
<li class="nav-item">
<a class="nav-link" style="min-width: 83.750px;" href="html-page/About_us.html">About-Us</a>
</li>
</ul>
<ul class="navbar-nav" id="nav-noUser" style="float: left; margin-left: 0px;">
<li>
<a class="boxed_btn_orange nav-item" href="html-page/REGISTER.html">
<span>Register </span>
</a>
</li>
<li style="min-width: 116.458px;">
<a style="min-width: 116.458px;" class="boxed_btn_orange nav-item" href="#"
onclick="document.getElementById('id01').style.display='block'">
<span>Log-in </span>
</a>
<div id="id01" class="modal">
<form class="modal-content animate" action="" method="post">
<div class="imgcontainer">
<img src="img/logo/8.png" alt="Avatar" class="avatar">
</div>
<div class="container">
<label for="uname"><b>E-Mail</b></label>
<input type="text" placeholder="Enter Username" name="uname" id="Email"
maxlength="40" required>
<label for="psw"><b>Password</b></label>
<input type="password" placeholder="Enter Password" id="Password" name="psw"
maxlength="40" required>
<div id="errMes" style="color: red;margin: 30px; display: block"></div>
<button class="login" type="button" onclick="login();">Login</button>
</div>
<div class="container">
<button type="button"
onclick="document.getElementById('id01').style.display='none'"
class="cancelbtn">Cancel</button>
<span class="psw">Don't have an account? <a href="html-page/REGISTER.html"
style="color: orange;">Sign
up</a></span>
</div>
</form>
</div>
</li>
</ul>
<ul class="navbar-nav" id="nav-avatar" style="float: left; display: none ; ">
<li id="info-bar">
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle"
style=" border-radius: 15px ; border: 0 ; background-color: transparent ;"
type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
<i class="fa fa-user" style="font-size: 25px "></i>
<label id="profile-name-avatar"
style="margin-left: 7px ; font-size: 17px ; text-transform: none; color: white;"></label>
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="html-page/profile.html">Profile</a>
<a class="dropdown-item" onclick="logOut();">Log Out</a>
</div>
</div>
</li>
</ul>
</div>
</nav>
</div>
<hr style="width: 100%;max-width: 90em;">
<!-- Start Image :) -->
<div class="container">
<div class="row">
<div class="header-img col-lg-6 col-md-6 col-sm-12 col-xs-12">
<img src="img/home/edu_ilastration.png" width="100%;" alt="header-img">
</div>
<div class="header-text col-lg-6 col-md-6 col-sm-12 col-xs-12">
<h1 style="font-family: 'Courier New', Courier, monospace;
font-weight: bold;
font-size: 60px;
padding-top: 50px;
color: orange">
Quizzer</h1>
<p style="align-self: auto;color: white;
font-size: 40px;
font-family: 'Times New Roman', Times, serif;">
The Easyiest way to generate your online Quiz.</p>
<button onclick="window.location.href = '../html-page/REGISTER.html'; " style="margin-bottom: 5px;" class="btn btn-info" id="getbutoon">Get Started</button>
</div>
</div>
</div>
<!-- -->
</div>
<!-- Staet of Second Part -->
<div class="about_area">
<div class="container">
<div class="row">
<div class="col-xl-5 col-lg-6">
<div class="single_about_info">
<h3>Over 20 Quiz From 5 Instructurs</h3>
<p>Our Website Made It Easy for All Instructors to create their Quiz
and for Students From All over The World To Participate and Get Their Quiz
Results More Easily And Can Also get Certificate of completion of the Quiz . <br> <b>Join US Now.. It's Free</b>
</p>
<a href="html-page/About_us.html" class="btn btn-info">Learn More About Quizzer</a>
</div>
</div>
<div class="col-xl-6 offset-xl-1 col-lg-6 column small-12 large-9" id="MainContent">
<section class="community__venn">
<div class="circle top-left blue">
<p class="circle__header">+20 Quiz</p>
</div>
<div class="circle top-right green">
<p class="circle__header">+5 Instractor</p>
</div>
<div class="circle bottom light-blue">
<p class="circle__header">+15 Student</p>
</div>
</section>
</div>
<!---->
</div>
</div>
</div>
<hr>
<!-- END -->
<!-- Start meet instructors section -->
<div class="meet-inst">
<div class="container " style="width: 100%;">
<h1 class="text-center meet-head-style" style="font-size: 50px;color: #5491AC;">
Meet Our <span style="font-size: larger; display: inline;">3</span> Top Instructors <span
style="color: red;display: inline;">♥</span></h1>
<div class="row" style="padding: 5px; ">
<!-- First img -->
<div class="col-md-4 col-sm-6 ">
<div class="card profile-card-1">
<img src="img/home/instructor-test.png" alt="profile-sample1" class="background" />
<img src="img/home/instructor-test.png" alt="profile-image" class="profile" />
<div class="card-content">
<h2>Ahmed Ali<small>Teaching Assisstant</small></h3>
<div class="icon-block"><a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"> <i class="fa fa-twitter"></i></a>
<a href="#"> <i class="fa fa-linkedin"></i></a></div>
</div>
</div>
</div>
<!-- second img -->
<div class="col-md-4 col-sm-6 ">
<div class="card profile-card-1">
<img src="img/home/instructor-test3.png" alt="profile-sample1" class="background" />
<img src="img/home/instructor-test3.png" alt="profile-image" class="profile" />
<div class="card-content">
<h2>Peter Hany<small>Engineer</small></h3>
<div class="icon-block"><a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"> <i class="fa fa-twitter"></i></a>
<a href="#"> <i class="fa fa-linkedin"></i></a></div>
</div>
</div>
</div>
<!-- third img -->
<div class="col-md-4 col-sm-6 ">
<div class="card profile-card-1">
<img src="img/home/instructor-test2.png" alt="profile-sample1" class="background" />
<img src="img/home/instructor-test2.png" alt="profile-image" class="profile" />
<div class="card-content">
<h2>Ahmed Ali<small>Android Instructur</small></h3>
<div class="icon-block"><a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"> <i class="fa fa-twitter"></i></a>
<a href="#"> <i class="fa fa-linkedin"></i></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End meet instructo -->
<!-- ******************************************************************************************* -->
<hr>
<!-- Start TestMonial -->
<section class="testimonials text-center bg-light">
<div class="container">
<h2 class="mb-5">What people are saying about <span style="color: orange;">Quizzer</span>...</h2>
<div class="row">
<div class="col-lg-4">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/profile/test.png" alt="">
<h5>Mahmoud Said</h5>
<p class="font-weight-light mb-0">"Logic will get you from A to Z; imagination will get you
every where,I love This Site"</p>
<div class="rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/profile/test.png" alt="">
<h5>Kerlos Kamal</h5>
<p class="font-weight-light mb-0">
“If you can't explain it to a six year old, you don't understand it yourself
. Good Job in this awsome site”</p>
<div class="rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-o"></i>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/profile/test.png" alt="">
<h5>Ahmed Mostafa</h5>
<p class="font-weight-light mb-0"> “Anyone who has never made a mistake has never tried anything
new. keep Trying” </p>
<div class="rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-o"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end testmonial -->
<!-- Start Footer -->
<div>
<!--UN USed-->
<div class="mt-5 pt-5 pb-5 footer">
<div class="container">
<div class="row">
<div class="col-lg-5 col-xs-12 about-company">
<h2 class="orange-text">Quizzer</h2>
<p class="pr-5 text-white-50"> web Application that help Instructors to generate their custom
Quiz <br>
<span class="orange-text">Quizzer</span> Was made with <span
style="color: red; font-size: 20px;">♥</span>
by 5 Students as a part of Web-Programming
Course
</p>
</div>
<div class="col-lg-3 col-xs-12 links">
<h4 class="mt-lg-0 mt-sm-3 orange-text">Quick Links</h4>
<ul class="m-0 p-0">
<li><a href="html-page/Contact_us.html">Contact Us</a></li>
<li><a href="html-page/About_us.html">About US</a></li>
</ul>
</div>
<div class="col-lg-4 col-xs-12 location">
<h4 class="mt-lg-0 mt-sm-4 orange-text">Location</h4>
<p><i class="fa fa-map-marker mr-3"></i> Cairo,Egypt </p>
<p><i class="fa fa-envelope-o mr-3 "></i>quizzer2019@gmail.com</p>
</div>
</div>
<div class="row mt-5">
<div class="col copyright">
<p class=""><small class="text-white-50">© 2019. All Rights Reserved For <span
class="orange-text">Quizzer</span>.</small></p>
</div>
</div>
</div>
</div>
</div>
<!-- End Footer -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=218036350"></script>
<script src="js/watson.js"></script>
<script src="app.js"></script>
</body>
</html>