forked from PriyaGhosal/SkillWise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
terms.html
56 lines (46 loc) · 3.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Use</title>
</head>
<body style="font-family: Arial, sans-serif; background-color: hsl(0, 0%, 100%); color: hsl(224, 53%, 10%); margin: 0; padding: 20px;">
<header style="background-color: hsl(42, 100%, 56%); color: hsl(0, 0%, 100%); text-align: center; padding: 20px 0;">
<h1 style="margin: 0; font-size: 2rem;">Terms of Use</h1>
</header>
<main style="max-width: 800px; margin: 0 auto; padding: 20px; background-color: hsl(0, 0%, 100%); box-shadow: 0 4px 8px hsla(0, 0%, 0%, 0.1); border-radius: 8px;">
<section>
<h2 style="color: hsl(173, 60%, 47%); border-bottom: 2px solid hsla(240, 6%, 51%, 0.1); padding-bottom: 5px;">Introduction</h2>
<p style="color: hsl(240, 6%, 51%); line-height: 1.6;">Welcome to our website! By accessing and using our site, you agree to the following Terms of Use.</p>
</section>
<section>
<h2 style="color: hsl(173, 60%, 47%); border-bottom: 2px solid hsla(240, 6%, 51%, 0.1); padding-bottom: 5px;">1. Acceptance of Terms</h2>
<p style="color: hsl(240, 6%, 51%); line-height: 1.6;">By using our website, you agree to comply with and be bound by these terms.</p>
</section>
<section>
<h2 style="color: hsl(173, 60%, 47%); border-bottom: 2px solid hsla(240, 6%, 51%, 0.1); padding-bottom: 5px;">2. Changes to Terms</h2>
<p style="color: hsl(240, 6%, 51%); line-height: 1.6;">We may update these terms from time to time. Please check this page regularly.</p>
</section>
<section>
<h2 style="color: hsl(173, 60%, 47%); border-bottom: 2px solid hsla(240, 6%, 51%, 0.1); padding-bottom: 5px;">3. User Conduct</h2>
<p style="color: hsl(240, 6%, 51%); line-height: 1.6;">Users must not engage in unlawful activities on the website.</p>
</section>
<section>
<h2 style="color: hsl(173, 60%, 47%); border-bottom: 2px solid hsla(240, 6%, 51%, 0.1); padding-bottom: 5px;">4. Intellectual Property</h2>
<p style="color: hsl(240, 6%, 51%); line-height: 1.6;">All content on this website is the property of SkillWise. You may not use this content without permission.</p>
</section>
<section>
<h2 style="color: hsl(173, 60%, 47%); border-bottom: 2px solid hsla(240, 6%, 51%, 0.1); padding-bottom: 5px;">5. Limitation of Liability</h2>
<p style="color: hsl(240, 6%, 51%); line-height: 1.6;">We are not responsible for any damages resulting from the use of this website.</p>
</section>
<section>
<h2 style="color: hsl(173, 60%, 47%); border-bottom: 2px solid hsla(240, 6%, 51%, 0.1); padding-bottom: 5px;">6. Governing Law</h2>
<p style="color: hsl(240, 6%, 51%); line-height: 1.6;">These terms are governed by the laws.</p>
</section>
</main>
<footer style="text-align: center; color: hsl(240, 6%, 51%); margin-top: 50px;">
<p style="background-color: hsla(0, 0%, 0%, 0.1); padding: 10px; border-radius: 5px;">© 2024 SkillWise. All rights reserved.</p>
</footer>
</body>
</html>