Skip to content

Commit

Permalink
Update terms.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-bhaumik authored Aug 9, 2024
1 parent ce2d14f commit a9c9972
Showing 1 changed file with 36 additions and 26 deletions.
62 changes: 36 additions & 26 deletions pages/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,31 +228,34 @@
</nav>
</div>
</div>
<div class="box" id="box">
<a href="../index.html" class="back-button">
<img src="../assets/images/BackToHome Btn.png" style="width: 70px; height: 70px;" class="back">
<div class="box" id="box" aria-labelledby="changingHeading">
<a href="../index.html" class="back-button" aria-label="Back to Home">
<img src="../assets/images/BackToHome Btn.png" style="width: 70px; height: 70px;" class="back" alt="Back to Home Button">
</a>
<h1 id="changingHeading" style="font-family: Arial, sans-serif; font-size: 30px; color: #ffffff; display: block;">
Terms and Conditions
</h1>
<div class="termsBox">
<div class="Lastupdate">Last updated: <span id="last-updated-date"></span></div>

<div class="termsBox" aria-labelledby="lastupdate-heading">
<div class="Lastupdate" id="lastupdate-heading">Last updated: <span id="last-updated-date"></span></div>
<div class="heading">Terms and Conditions</div>
<div class="desc">
These terms and conditions outline the rules and regulations for the use of our website.
</div>
</div>
<div class="termsBox">
<div class="heading">Intellectual Property Rights</div>

<div class="termsBox" aria-labelledby="iprights-heading">
<div class="heading" id="iprights-heading">Intellectual Property Rights</div>
<div class="desc">
Unless otherwise stated, we own the intellectual property rights for all material on this website. All intellectual property rights are reserved. You may access this from our website for your own personal use subjected to restrictions set in these terms and conditions.
</div>
</div>
<div class="termsBox">
<div class="heading">Restrictions</div>

<div class="termsBox" aria-labelledby="restrictions-heading">
<div class="heading" id="restrictions-heading">Restrictions</div>
<div class="desc">
You are specifically restricted from all of the following:
<ul>
<ul aria-label="List of Restrictions">
<li>Publishing any website material in any other media</li>
<li>Selling, sublicensing, and/or otherwise commercializing any website material</li>
<li>Publicly performing and/or showing any website material</li>
Expand All @@ -264,50 +267,57 @@ <h1 id="changingHeading" style="font-family: Arial, sans-serif; font-size: 30px;
</ul>
</div>
</div>
<div class="termsBox">
<div class="heading">Your Privacy</div>

<div class="termsBox" aria-labelledby="privacy-heading">
<div class="heading" id="privacy-heading">Your Privacy</div>
<div class="desc">
Please read our <a href="privacy.html" style="color: #f7b551;">Privacy Policy</a>.

Please read our <a href="privacy.html" style="color: #f7b551;" aria-label="Privacy Policy Link">Privacy Policy</a>.
</div>
</div>
<div class="termsBox">
<div class="heading">Limitation of Liability</div>

<div class="termsBox" aria-labelledby="liability-heading">
<div class="heading" id="liability-heading">Limitation of Liability</div>
<div class="desc">
In no event shall we, nor any of our officers, directors, and employees, be held liable for anything arising out of or in any way connected with your use of this website whether such liability is under contract. We, including our officers, directors, and employees shall not be held liable for any indirect, consequential, or special liability arising out of or in any way related to your use of this website.
</div>
</div>
<div class="termsBox">
<div class="heading">Indemnification</div>

<div class="termsBox" aria-labelledby="indemnification-heading">
<div class="heading" id="indemnification-heading">Indemnification</div>
<div class="desc">
You hereby indemnify to the fullest extent us from and against any and/or all liabilities, costs, demands, causes of action, damages, and expenses arising in any way related to your breach of any of the provisions of these terms.
</div>
</div>
<div class="termsBox">
<div class="heading">Severability</div>

<div class="termsBox" aria-labelledby="severability-heading">
<div class="heading" id="severability-heading">Severability</div>
<div class="desc">
If any provision of these terms is found to be invalid under any applicable law, such provisions shall be deleted without affecting the remaining provisions herein.
</div>
</div>
<div class="termsBox">
<div class="heading">Variation of Terms</div>

<div class="termsBox" aria-labelledby="variation-heading">
<div class="heading" id="variation-heading">Variation of Terms</div>
<div class="desc">
We are permitted to revise these terms at any time as we see fit, and by using this website you are expected to review these terms on a regular basis.
</div>
</div>
<div class="termsBox">
<div class="heading">Assignment</div>

<div class="termsBox" aria-labelledby="assignment-heading">
<div class="heading" id="assignment-heading">Assignment</div>
<div class="desc">
We are allowed to assign, transfer, and subcontract our rights and/or obligations under these terms without any notification. However, you are not allowed to assign, transfer, or subcontract any of your rights and/or obligations under these terms.
</div>
</div>
<div class="termsBox">
<div class="heading">Entire Agreement</div>

<div class="termsBox" aria-labelledby="agreement-heading">
<div class="heading" id="agreement-heading">Entire Agreement</div>
<div class="desc">
These terms constitute the entire agreement between us and you in relation to your use of this website, and supersede all prior agreements and understandings.
</div>
</div>
</div>

<footer class="footer" style="width: 100%; height: 2px;">
<div class="socialIcons">
<span class="icons">
Expand Down

0 comments on commit a9c9972

Please sign in to comment.