Skip to content

Commit

Permalink
licensing updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hars-21 committed Aug 8, 2024
1 parent e19d89a commit f0d7300
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 38 deletions.
9 changes: 5 additions & 4 deletions pages/howtoplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,11 @@ <h2 class="tut-head">Tutorial Video</h2>
them from completing boxes whenever possible.
</li>
</ol>

<button class="back-button">
<a href="../index.html" class="back-button">Back to Home</a>
</button>
<center>
<button class="back-button">
<a href="../index.html" class="back-button">Back to Home</a>
</button>
</center>
<script
src="//code.tidio.co/fdylvmddtyb7vzsk5frdt3ncrk6cwobs.js"
async
Expand Down
25 changes: 10 additions & 15 deletions pages/licensing.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,23 @@
<title>Licensing - Chrome Gaming</title>
<link rel="stylesheet" href="../styles/mainstyle.css" />
<link rel="stylesheet" href="/styles/global.css" />
<link rel="stylesheet" href="../styles/licensing.css" />
<link rel="shortcut icon" href="https://cdn-icons-png.flaticon.com/512/1728/1728543.png" type="image/x-icon">
<link rel="stylesheet" href="../styles/pages.footer.css" />
<link
rel="shortcut icon"
href="https://cdn-icons-png.flaticon.com/512/1728/1728543.png"
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="licensing-container">
<header class="header">
<h1 class="title" id="licensing-title">Licensing</h1>
Expand Down
6 changes: 4 additions & 2 deletions pages/privacypolicy.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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="stylesheet" href="../styles/pages.footer.css" />
<link
rel="shortcut icon"
href="https://cdn-icons-png.flaticon.com/512/8336/8336688.png"
Expand Down Expand Up @@ -136,7 +136,9 @@ <h2 class="section-title">Contact Us</h2>
contact us:
</p>

<p class="list-item">By email: dotbox@gmail.com</p>
<p class="list-item">
By email: <a href="mailto:dotbox@gmail.com">dotbox@gmail.com</a>
</p>
</section>
</main>
<center>
Expand Down
5 changes: 3 additions & 2 deletions pages/termsofservice.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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="stylesheet" href="../styles/pages.footer.css" />
<link
rel="shortcut icon"
href="https://cdn-icons-png.flaticon.com/512/2234/2234821.png"
Expand Down Expand Up @@ -98,7 +98,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 dotbox@mail.com.
contact us at:
<a href="mailto:dotbox@gmail.com">dotbox@gmail.com</a>
</p>
</section>
</main>
Expand Down
17 changes: 2 additions & 15 deletions styles/licensing.css
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
body {
font-family: "Press Start 2P", cursive;
background-color: #ffd700;
margin: 0;
padding: 0;
color: #333;
overflow-x: hidden;
}

.video-container {
width: 100%;
height: auto;
overflow: hidden;
text-align: center;
}

.video {
width: 100%;
height: auto;
}

@media (max-width: 768px) {
.title {
font-size: 1.5em;
Expand Down Expand Up @@ -47,9 +34,9 @@ body {
max-width: 80%;
margin: 50px auto;
padding: 20px;
background: linear-gradient(45deg, #ffc400, #ff8c00);
background-color: rgb(66, 61, 142);
border-radius: 15px;
box-shadow: 0 0 20px #ff6600;
box-shadow: 5px 5px 30px #000;
text-align: left;
line-height: 1.6;
}
Expand Down
File renamed without changes.

0 comments on commit f0d7300

Please sign in to comment.