-
Notifications
You must be signed in to change notification settings - Fork 2
/
terms.html
96 lines (82 loc) · 3.41 KB
/
terms.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
<head>
<title>Terms & Agreements</title>
<!-- ? META DATA -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<!--? STYLESHEETS -->
<link rel="stylesheet" href="CSS/index.css" />
<link rel="stylesheet" href="CSS/terms.css" />
<!-- ? FONTS -->
<link
href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;700&family=Montserrat:wght@300;400;600;700&display=swap"
rel="stylesheet"
/>
<!-- ? ICONS -->
<script
src="https://kit.fontawesome.com/c0594c7b16.js"
crossorigin="anonymous"
></script>
</head>
<body>
<div class="terms-wrapper">
<!-- ? WEBSITE TERMS AND AGREEMENTS TEMPLATE -->
<h1>TERMS & AGREEMENT</h1>
<h2>Last updated [August 25th, 2020]</h2>
<p>
These Terms and Conditions constitute a legally binding agreement made
between you, whether personally or on behalf of an entity (“you”) and
smartCourse (“we,” “us” or “our”), concerning your access to and use of
the smartcourse.com website as well as any other media form, media
channel, mobile website or mobile application related, linked, or
otherwise connected thereto (collectively, the “Site”).
</p>
<p>
You agree that by accessing the Site, you have read, understood, and agree
to be bound by all of these Terms and Conditions. If you do not agree with
all of these Terms and Conditions, then you are expressly prohibited from
using the site and you must discontinue use immediately.
</p>
<p>
Supplemental terms and conditions or documents that may be posted on the
site from time to time are hereby expressly incorporated herein by
reference. We reserve the right, in our sole discretion, to make changes
or modifications to these Terms and Conditions at any time and for any
reason.
</p>
<p>
We will alert you about any changes by updating the “Last updated” date of
these Terms and Conditions, and you waive any right to receive specific
notice of each such change.
</p>
<p>
It is your responsibility to periodically review these Terms and
Conditions to stay informed of updates. You will be subject to, and will
be deemed to have been made aware of and to have accepted, the changes in
any revised Terms and Conditions by your continued use of the site after
the date such revised Terms and Conditions are posted.
</p>
<p>
The information provided on the site is not intended for distribution to
or use by any person or entity in any jurisdiction or country where such
distribution or use would be contrary to law or regulation or which would
subject us to any registration requirement within such jurisdiction or
country.
</p>
<p>
Accordingly, those persons who choose to access the site from other
locations do so on their own initiative and are solely responsible for
compliance with local laws, if and to the extent local laws are
applicable.
</p>
<p class="generator">
<i
>These terms and conditions were generated by Termly’s Terms and
Conditions Generator.</i
>
</p>
<div class="return-wrapper">
<a class="home" href="index">home</a>
<a class="courses" href="courses">courses</a>
</div>
</div>
</body>