Skip to content

Commit

Permalink
fixing some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
g9aerospace committed Nov 14, 2023
1 parent 8a1a851 commit 5baaf84
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,21 +140,21 @@ <h2>Menu</h2>
</header>
<ul>
<li><a href="/">Homepage</a></li>
<li><a href="generic.html">Vote</a></li>
<li><a href="elements.html">News</a></li>
<li><a href="vote">Vote</a></li>
<li><a href="news">News</a></li>
<li>
<span class="opener">Servers</span>
<ul>
<li><a href="#">Survival</a></li>
<li><a href="#">Lifesteal</a></li>
<li><a href="#">PVP</a></li>
<li><a href="#">Battle Royale</a></li>
<li><a href="/servers/survival">Survival</a></li>
<li><a href="/servers/lifesteal">Lifesteal</a></li>
<li><a href="/servers/pvp">PVP</a></li>
<li><a href="/servers/battle-royale">Battle Royale</a></li>
</ul>
</li>
<li><a href="#">Host</a></li>

<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="privacy-policy">Privacy Policy</a></li>
<li><a href="terms-of-service">Terms of Service</a></li>
</ul>
</nav>

Expand Down
File renamed without changes.
57 changes: 57 additions & 0 deletions privacy-policy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="description" content="Bricks Network - Privacy Policy">
<title>Bricks Network | Privacy Policy</title>
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body class="is-preload">
<div id="wrapper">
<div id="main">
<div class="inner">
<header id="header">
<a href="/" class="logo"><strong>Bricks Network</strong> Minecraft</a>
</header>

<section>
<header class="major">
<h2>Privacy Policy</h2>
</header>
<div class="content">
<!-- Your Privacy Policy content goes here -->
</div>
</section>

<footer id="footer">
<p class="copyright">&copy; Bricks Network. All rights reserved.</p>
</footer>
</div>
</div>

<div id="sidebar">
<div class="inner">
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<!-- Add links to other sections here -->
<li><a href="/">Homepage</a></li>
<!-- ... -->
<li><a href="privacy-policy">Privacy Policy</a></li>
<li><a href="terms-of-service">Terms of Service</a></li>
</ul>
</nav>
</div>
</div>
</div>

<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>
57 changes: 57 additions & 0 deletions terms-of-service.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="description" content="Bricks Network - Terms of Service">
<title>Bricks Network | Terms of Service</title>
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body class="is-preload">
<div id="wrapper">
<div id="main">
<div class="inner">
<header id="header">
<a href="/" class="logo"><strong>Bricks Network</strong> Minecraft</a>
</header>

<section>
<header class="major">
<h2>Terms of Service</h2>
</header>
<div class="content">
<!-- Your Terms of Service content goes here -->
</div>
</section>

<footer id="footer">
<p class="copyright">&copy; Bricks Network. All rights reserved.</p>
</footer>
</div>
</div>

<div id="sidebar">
<div class="inner">
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<!-- Add links to other sections here -->
<li><a href="/">Homepage</a></li>
<!-- ... -->
<li><a href="privacy-policy">Privacy Policy</a></li>
<li><a href="terms-of-service">Terms of Service</a></li>
</ul>
</nav>
</div>
</div>
</div>

<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>
File renamed without changes.

0 comments on commit 5baaf84

Please sign in to comment.