forked from hngi/StartNg
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtermsOfService.html
563 lines (484 loc) · 18.9 KB
/
termsOfService.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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
<!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>Terms of Service</title>
<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" />
<link href="https://fonts.googleapis.com/css?family=Nunito:400,700|Open+Sans:400,700&display=swap" rel="stylesheet" />
<style>
/* Style for Navbar Starts */
.navbar-custom li a {
color: #000;
}
.btn-success {
background-color: #2DCE89;
color: #fff;
border: thin solid #2dce89;
}
.btn-success:hover {
background-color: #2DCE89;
color: #fff;
border: thin solid #2dce89;
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
border-color: #000;
}
/* Style for Navbar Ends */
.display-4 {
font-weight: bold;
font-size: 40px;
line-height: 55px;
}
h1 {
font-family: "Nunito", sans-serif;
font-style: normal;
letter-spacing: 0.655606px;
color: #ffffff;
text-align: center;
}
h3 {
font-family: "Nunito", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 34px;
text-align: center;
letter-spacing: 0.655606px;
color: #44cf6c;
margin-bottom: 3rem;
margin-top: 35px;
}
h5 {
font-family: "Nunito", sans-serif;
}
strong {
font-size: 1.15rem;
}
p {
font-family: "Nunito", sans-serif;
font-size: .7em;
}
.paragraph {
font-family: "Open Sans", sans-serif;
font-size: 16px;
line-height: 22px;
color: black;
}
.navbar {
padding: .9rem 1rem;
}
.navbar-nav {
margin-left: 18rem;
}
.nav-item {
margin: 0 15px;
font-family: "Nunito", sans-serif;
font-style: normal;
font-weight: bold;
}
.nav-link {
font-size: 16px;
line-height: 22px;
letter-spacing: 0.655606px;
color: #2a2b2a !important;
}
.para {
font-size: 26px;
}
.footer-links {
font-family: Nunito;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 30px;
}
.secondheader {
font-family: "Nunito", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 27px;
letter-spacing: 0.655606px;
color: #44cf6c;
}
.first {
background: #2a2b2a;
}
.second {
border: 0.5px solid #d0d0d0;
box-sizing: border-box;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
padding: 20px 80px;
}
.third {
background: #44cf6c;
text-align: center;
color: #000000;
}
.third .btn {
background: #3a0842;
border-radius: 10px;
font-family: "Nunito", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 22px;
text-align: center;
letter-spacing: 0.655606px;
color: #ffffff;
border: none;
}
.fourth {
background: #3a0842;
padding: 2.2em;
}
.fourth a {
color: white;
}
.fifth {
background: #2e0435;
text-align: end;
}
.center {
text-align: center;
}
.lead {
font-family: "Nunito", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 34px;
}
.sub-lead {
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 22px;
}
.start-learning-btn {
background: #2dce89;
border-radius: 10px;
font-family: "Nunito", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 22px;
text-align: center;
letter-spacing: 0.655606px;
color: #ffffff;
border: none;
}
.btn-outline-primary {
background: #ffffff;
border: 1px solid #e64c4c;
box-sizing: border-box;
border-radius: 10px;
font-family: "Nunito", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 22px;
text-align: center;
letter-spacing: 0.655606px;
color: #e54c4c;
width: 225.6px;
height: 50px;
}
.accept-btn {
background: #44cf6c;
border-radius: 10px;
font-family: "Nunito", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 22px;
text-align: center;
letter-spacing: 0.655606px;
color: #ffffff;
border: none;
margin: 3 0 0 50px;
width: 225.6px;
height: 50px;
}
.contact-btn {
width: 225.6px;
height: 50px;
}
.start-btn {
background: #44cf6c;
border-radius: 10px;
font-family: "Nunito", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 22px;
text-align: center;
letter-spacing: 0.655606px;
color: #ffffff;
border: none;
width: 130px;
height: 40px;
}
.jumbotron {
margin-bottom: 0;
}
.btn:hover {
background: #2dce89;
border: none;
}
.contact-btn:hover {
background: #2e0435;
}
.decline-btn:hover {
background: #e64c4cb4;
color: white;
border: none;
}
#buttons {
text-align: center;
margin-bottom: 50px;
}
#buttons button {
margin-right: 30px;
margin-bottom: 10px;
}
span svg {
margin: 0 20px;
}
.footer {
/* display: flex; */
color: white;
justify-content: space-between;
}
li {
list-style: none;
color: white;
}
@media only screen and (max-width: 480px) {
.footer ul {
padding-left: 10px;
}
.display-4 {
font-size: 35px;
}
h3 {
margin-bottom: 1rem;
}
.my-5 {
margin-top: 1rem !important;
}
}
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #44cf6c;
border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #44cf6c;
}
/* Style for Footer Starts */
* {
box-sizing: border-box;
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Nunito', sans-serif;
}
a {
text-decoration: none;
}
.deep {
background: #3A0842;
color: #fff;
}
.deep #slink {
background: #44CF6C;
border-radius: 10px;
color: white;
padding: 10px 70px;
}
.deep li a {
text-decoration: none;
color: #fff;
font-size: 16px;
line-height: 30px;
}
.deep li {
list-style: none;
}
.deep li a:hover {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
.icons i {
font-size: 26px;
height: 50px;
width: 50px;
padding: 10px 20px;
color: white;
}
.icons i.fa.fa-twitter:hover {
color: #00aced;
}
.icons i.fa.fa-facebook:hover {
color: #3b5598;
}
.icons i.fa.fa-instagram:hover {
color: #ed3833;
}
/* Style for Footer Ends */
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-custom bg-custom">
<div class="container">
<a href="index.html" class="navbar-brand"><img src="https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570873250/startng/Logo_1_ib5bjh.png" class="img-fluid" alt="logo" width="150px"></a>
<button class="navbar-toggler float-right custom-toggler" type="button" data-toggle="collapse" data-target="#navbar9" style="color: #000;">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbar9">
<ul class="navbar-nav ml-auto">
<li class="nav-item mr-5">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item mr-5">
<a class="nav-link" href="courses.html">Courses</a>
</li>
<li class="nav-item mr-5">
<a class="nav-link" href="hireGrad.html">Hire A Grad</a>
</li>
<li class="nav-item mr-5">
<a class="nav-link" href="contactus.html">Contact Us</a>
</li>
<li class="nav-item mr-5">
<a class="btn btn-success nav-link px-5" href="register.html" style="color: #fff;">Start
Learning</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron jumbotron-fluid first">
<div class="container">
<h1 class="display-4">Terms of Services</h1>
</div>
</div>
<div class="container my-5 second">
<h3>Terms and Conditions</h3>
<div style="display: flex; justify-content: space-between;" class="col-sm-12 col-md-12 col-xs-12">
<h5 class="secondheader">Last Revised: December 16, 2013
<h5>
<svg width="37" height="37" viewBox="0 0 37 37" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M13.3596 0C20.7213 0 26.7189 5.99765 26.7189 13.3594C26.7189 16.5234 25.5799 19.4161 23.7307 21.7097L36.1689 34.1437L34.1439 36.1687L21.7085 23.7305C19.4177 25.5797 16.5236 26.7187 13.3596 26.7187C5.99785 26.7187 0.000198364 20.7211 0.000198364 13.3594C0.000198364 5.99765 5.99785 0 13.3596 0ZM13.3596 2.8125C7.51801 2.8125 2.8127 7.51781 2.8127 13.3594C2.8127 19.2009 7.51801 23.9062 13.3596 23.9062C19.2011 23.9062 23.9064 19.2009 23.9064 13.3594C23.9064 7.51781 19.2011 2.8125 13.3596 2.8125Z"
fill="#44CF6C" />
</svg>
</div>
<div class="container mb-5" style="overflow-y: scroll; height: 650px; width: 91%; margin-left: 0;">
<p class="paragraph">
Welcome to www.lorem-ipsum.info. This site is provided as a service to our visitors and may be used for informational purposes only. Because the Terms and Conditions contain legal obligations, please read them carefully. </p>
<strong>1. YOUR AGREEMENT</strong>
<p class="paragraph">By using this site, you agree to be bound by, and to comply with, these Terms and Conditions. If you do not agree to these Terms and Conditions, please do not use this site. </p>
<p class="paragraph"><strong>PLEASE NOTE:</strong>We reserve the right, at our sole discretion, to change, modify or otherwise alter these Terms and Conditions at any time. Unless otherwise indicated, amendments will become effective immediately. Please review
these Terms and Conditions periodically. Your continued use of the Site following the posting of changes and/or modifications will constitute your acceptance of the revised Terms and Conditions and the reasonableness of these standards
for notice of changes. For your information, this page was last updated as of the date at the top of these terms and conditions.
</p>
<strong>2. PRIVACY</strong>
<p class="paragraph">Please review our Privacy Policy, which also governs your visit to this Site, to understand our practices. </p>
<strong>3. LINKED SITES</strong>
<p class="paragraph">This Site may contain links to other independent third-party Web sites ("Linked Sites”). These Linked Sites are provided solely as a convenience to our visitors. Such Linked Sites are not under our control, and we are not responsible for and
does not endorse the content of such Linked Sites, including any information or materials contained on such Linked Sites. You will need to make your own independent judgment regarding your interaction with these Linked Sites. </p>
<strong>4. FORWARD LOOKING STATEMENTS</strong>
<p class="paragraph">All materials reproduced on this site speak as of the original date of publication or filing. The fact that a document is available on this site does not mean that the information contained in such document has not been modified or superseded
by events or by a subsequent document or filing. We have no duty or policy to update any information or statements contained on this site and, therefore, such information or statements </p>
</div>
<div id="buttons">
<button type="button" class="btn btn-lg btn-outline-primary decline-btn">
DECLINE
</button>
<button class="btn btn-lg btn-primary accept-btn">
ACCEPT THE TERMS
</button>
</div>
</div>
<div class="jumbotron jumbotron-fluid third">
<div class="container">
<p class="lead">Didn’t find an answer to your question?</p>
<p class="sub-lead">Write us a message and describe your problem!</p>
<a href="contactus.html" class="btn btn-primary pt-2 pb-2 pl-5 pr-5">
Contact Us
</a>
</div>
</div>
<div class="container-fluid text-white deep">
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 mt-3 mb-4">
<img src="https://res.cloudinary.com/juwon-tech/image/upload/v1570818437/Logo_1_oyasky.png" alt="">
</div>
</div>
<div class="row pb-4">
<div class="col-lg-4 col-md-12 mb-3">
<h4 class='mb-4'>Ready to take the Leap?</h4>
<a href="#" class='btn btn-success px-5 py-2 mb-5'>Start!</a>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-xs-6 my-2">
<li><a href="about.html">About Us</a></li>
<li><a href="courses.html">Our Course</a></li>
<li><a href="hireGrad.html">Hire a Grad</a></li>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-xs-6 my-2">
<li><a href="curriculum.html">Curriculum</a></li>
<li><a href="blog2.html">Blog</a></li>
<li><a href="blog1.html">Student Stories</a></li>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-xs-6 my-2">
<li><a href="search.html">Find a Course</a></li>
<li><a href="#">Our Partners</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</div>
<div class="col-lg-2 col-md-3 col-sm-6 col-xs-6 my-2">
<li><a href="help.html">FAQ</a></li>
<li><a href="termsOfService.html">Terms of Service</a></li>
<li><a href="#">Privacy Policy</a></li>
</div>
</div>
</div>
</div>
<div class="container-fluid text-white py-2" style="background: #2E0435; width:100%;">
<div class="container text-right">
<div class="row icons">
<div class="col-md-12 ">
<a href=""><i class='fab fa-twitter' aria-hidden="true"></i></a>
<a href=""><i class='fab fa-instagram' aria-hidden="true"></i></a>
<a href=""><i class="fab fa-facebook" aria-hidden="true"></i></a>
</div>
</div>
</div>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
</body>
</html>