-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a1a851
commit 5baaf84
Showing
5 changed files
with
122 additions
and
8 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
File renamed without changes.
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 |
---|---|---|
@@ -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">© 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> |
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 |
---|---|---|
@@ -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">© 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.