Skip to content

Commit

Permalink
Merge pull request #392 from rudrakadel/main
Browse files Browse the repository at this point in the history
Update terms.html
  • Loading branch information
PriyaGhosal authored Oct 11, 2024
2 parents e651e04 + 3f2fde3 commit 7d32df2
Showing 1 changed file with 79 additions and 20 deletions.
99 changes: 79 additions & 20 deletions terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,52 +4,111 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Use</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #f9fafc;
color: #1a1a1a;
margin: 0;
padding: 0;
line-height: 1.7;
}
header {
background-color: #ff9800;
color: white;
text-align: center;
padding: 40px 20px;
border-bottom: 4px solid #f57c00;
}
header h1 {
font-size: 2.5rem;
margin: 0;
}
main {
max-width: 900px;
margin: 20px auto;
padding: 30px;
background-color: white;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
border-radius: 12px;
}
section {
margin-bottom: 20px;
}
section h2 {
color: #00bfa5;
font-size: 1.5rem;
margin-bottom: 10px;
display: flex;
align-items: center;
}
section h2:before {
content: '⚖️';
margin-right: 10px;
}
section p {
color: #555;
font-size: 1rem;
margin-bottom: 15px;
}
footer {
background-color: #f1f3f4;
text-align: center;
padding: 20px;
font-size: 0.9rem;
margin-top: 40px;
}
footer p {
margin: 0;
}
</style>
</head>
<body style="font-family: Arial, sans-serif; background-color: hsl(0, 0%, 100%); color: hsl(224, 53%, 10%); margin: 0; padding: 20px;">
<body>

<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>
<h1>Terms of Use</h1>
<p>Your access to our services is governed by the following terms.</p>
</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;">
<main>
<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>
<h2>Introduction</h2>
<p>Welcome to SkillWise! By using our website, you agree to be bound by these Terms of Use. Please review them carefully.</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>
<h2>1. Acceptance of Terms</h2>
<p>By accessing and interacting with our services, you acknowledge that you have read and understood the terms and agree to comply with them fully.</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>
<h2>2. Updates to Terms</h2>
<p>We reserve the right to update these terms periodically. Continued use of the website after changes signifies your acceptance of the modified terms.</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>
<h2>3. User Responsibilities</h2>
<p>All users are expected to interact responsibly and lawfully while using our platform. Activities violating local or international laws are strictly prohibited.</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>
<h2>4. Intellectual Property Rights</h2>
<p>All content on this site, including text, graphics, and code, belongs to SkillWise. Unauthorized use, reproduction, or distribution of our content is prohibited.</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>
<h2>5. Liability Limitations</h2>
<p>SkillWise is not liable for damages incurred as a result of using our platform, including but not limited to indirect or consequential losses.</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>
<h2>6. Governing Jurisdiction</h2>
<p>These terms are governed by the applicable laws of the user's jurisdiction. Any disputes shall be resolved under the governing laws in place.</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;">&copy; 2024 SkillWise. All rights reserved.</p>
<footer>
<p>&copy; 2024 SkillWise. All Rights Reserved. | Privacy Policy | Contact Us</p>
</footer>

</body>
Expand Down

0 comments on commit 7d32df2

Please sign in to comment.