-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #735 from hars-21/footer
Footer Pages Updated
- Loading branch information
Showing
7 changed files
with
128 additions
and
309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,27 +6,21 @@ | |
<title>Privacy Policy - Dot Box</title> | ||
<link rel="stylesheet" href="../styles/mainstyle.css" /> | ||
<link rel="stylesheet" href="/styles/global.css" /> | ||
<link rel="stylesheet" href="../styles/termsofservice.css" /> | ||
<link rel="shortcut icon" href="https://cdn-icons-png.flaticon.com/512/8336/8336688.png" type="image/x-icon" /> | ||
<link rel="stylesheet" href="../styles/pages.footer.css" /> | ||
|
||
<!-- Logo of the game --> | ||
<link rel="icon" href="/assets/favicon.ico" type="image/x-icon" /> | ||
<link rel="shortcut icon" href="/assets/favicon.ico" type="image/x-icon" /> | ||
</head> | ||
<body> | ||
<script src="/js/global.js"></script> | ||
<script src="/js/scrollToTop.js"></script> | ||
|
||
<div class="center"> | ||
<div class="video-container"> | ||
<video | ||
style="object-fit: cover" | ||
autoplay | ||
muted | ||
class="video" | ||
loop | ||
id="myVideo" | ||
> | ||
<source src="../assets/videos/default.mp4" type="video/mp4" /> | ||
</video> | ||
</div> | ||
<video autoplay muted class="video" loop id="myVideo"> | ||
<source src="/assets/videos/1.mp4" type="video/mp4" /> | ||
</video> | ||
|
||
<div class="center"> | ||
<div class="container" id="privacy-policy-container"> | ||
<header class="header"> | ||
<h1 class="title" id="privacy-policy-title">Privacy Policy</h1> | ||
|
@@ -141,7 +135,9 @@ <h2 class="section-title">Contact Us</h2> | |
contact us: | ||
</p> | ||
|
||
<p class="list-item">By email: [email protected]</p> | ||
<p class="list-item"> | ||
By email: <a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
</section> | ||
</main> | ||
<center> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,28 +6,22 @@ | |
<title>Terms Of Service - Dot Box</title> | ||
<link rel="stylesheet" href="../styles/mainstyle.css" /> | ||
<link rel="stylesheet" href="/styles/global.css" /> | ||
<link rel="stylesheet" href="../styles/termsofservice.css" /> | ||
<link rel="shortcut icon" href="https://cdn-icons-png.flaticon.com/512/2234/2234821.png" type="image/x-icon" /> | ||
<link rel="stylesheet" href="../styles/pages.footer.css" /> | ||
|
||
<!-- Logo of the game --> | ||
<link rel="icon" href="/assets/favicon.ico" type="image/x-icon" /> | ||
<link rel="shortcut icon" href="/assets/favicon.ico" type="image/x-icon" /> | ||
</head> | ||
|
||
<body> | ||
<script src="/js/global.js"></script> | ||
<script src="/js/scrollToTop.js"></script> | ||
|
||
<div class="center"> | ||
<div class="video-container"> | ||
<video | ||
style="object-fit: cover" | ||
autoplay | ||
muted | ||
class="video" | ||
loop | ||
id="myVideo" | ||
> | ||
<source src="../assets/videos/default.mp4" type="video/mp4" /> | ||
</video> | ||
</div> | ||
<video autoplay muted class="video" loop id="myVideo"> | ||
<source src="/assets/videos/1.mp4" type="video/mp4" /> | ||
</video> | ||
|
||
<div class="center"> | ||
<div class="container" id="terms-conditions-container"> | ||
<header class="header"> | ||
<h1 class="title" id="terms-conditions-title">Terms Of Services</h1> | ||
|
@@ -103,7 +97,8 @@ <h2 class="section-title">Changes to These Terms</h2> | |
<h2 class="section-title">Contact Information</h2> | ||
<p class="section-content"> | ||
If you have any questions about these Terms and Conditions, please | ||
contact us at [email protected]. | ||
contact us at: | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
</section> | ||
</main> | ||
|
Oops, something went wrong.