mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +00:00
Clean Up Code
This commit is contained in:
parent
70a95fb3fc
commit
275a394cbc
2 changed files with 179 additions and 177 deletions
44
index.html
44
index.html
|
@ -1,7 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
@ -16,8 +15,6 @@
|
|||
<script src="js/jquery.cookies.js"></script>
|
||||
<script src="js/main.js"></script>
|
||||
<script src="js/admins.js"></script>
|
||||
|
||||
|
||||
<script src="https://use.fontawesome.com/cb2592f0cc.js"></script>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css">
|
||||
<!--<link rel="stylesheet" href="css/jquery.fullPage.min.css" />-->
|
||||
|
@ -25,12 +22,11 @@
|
|||
<link rel="stylesheet" href="css/component.min.css">
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
<script>
|
||||
!function(a,b,c,d,e,f,g){a.GoogleAnalyticsObject=e,a[e]=a[e]||function(){(a[e].q=a[e].q||[]).push(arguments)},a[e].l=1*new Date,f=b.createElement(c),g=b.getElementsByTagName(c)[0],f.async=1,f.src=d,g.parentNode.insertBefore(f,g)}(window,document,"script","https://www.google-analytics.com/analytics.js","ga"),ga("create","UA-74643356-2","auto"),ga("send","pageview");
|
||||
!function(a,b,c,d,e,f,g){a.GoogleAnalyticsObject=e,a[e]=a[e]||function(){(a[e].q=a[e].q||[]).push(arguments)},a[e].l=1*new Date,f=b.createElement(c),g=b.getElementsByTagName(c)[0],f.async=1,f.src=d,g.parentNode.insertBefore(f,g)}(window,document,"script","https://www.google-analytics.com/analytics.js","ga"),ga("create","UA-74643356-2","auto"),ga("send","pageview");
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar-fixed">
|
||||
<nav class="transparent z-depth-0" id="menu">
|
||||
<div class="nav-wrapper z-depth-0">
|
||||
|
@ -80,7 +76,6 @@
|
|||
</div>
|
||||
<p class="caution"><i class="fa fa-exclamation-circle"></i> TotalFreedom does not accept donations.</p>
|
||||
<a href="http://totalfreedom.boards.net/thread/21065/server-conduct-policy-players-admins">Read more</a>
|
||||
|
||||
<h1 class="section-title">TotalFreedom Help</h1>
|
||||
<div class="rules-section">
|
||||
<h2 id="rules-title" class="six">Saving Builds <i class="fa fa-chevron-right rules-icon hide-on-med-and-down"></i></h2>
|
||||
|
@ -96,8 +91,8 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section cover-3" id="staff"><br/>
|
||||
<div class="section cover-3" id="staff">
|
||||
<br/>
|
||||
<h1 class="section-title">Current Staff</h1>
|
||||
<div class="admins">
|
||||
<h2 class="rank">TotalFreedom Executives</h2>
|
||||
|
@ -123,34 +118,37 @@
|
|||
<li><a href="htttps://twitter.com/OliverDatGuy" target="_blank"><img src="https://minotar.net/avatar/OliverDatGuy/80.png" class="responsive-img head-icon">OliverDatGuy</a></li>
|
||||
<li><a href="#" target="_blank"><img src="https://minotar.net/avatar/inFAmas97/80.png" class="responsive-img head-icon">inFAmas97</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="container">
|
||||
<ul class="rest">
|
||||
<li><a href="staff.html" class="readmore">See the rest of the staff <i class="fa fa-arrow-right"></i></a></li><br/>
|
||||
</ul><br/>
|
||||
<hr><br/>
|
||||
<li><a href="staff.html" class="readmore">See the rest of the staff <i class="fa fa-arrow-right"></i></a></li>
|
||||
<br/>
|
||||
</ul>
|
||||
<br/>
|
||||
<hr>
|
||||
<br/>
|
||||
<h3 style="text-align: center;">Useful Links</h3>
|
||||
<ul class="useful">
|
||||
<li><a href="http://totalfreedom.boards.net" target="_blank" class="readmore"><i class="fa fa-comments icon"></i><br/> Forum</a></li>
|
||||
<li><a href="http://totalfreedom.boards.net/thread/21065/server-conduct-policy-players-admins" target="_blank" class="readmore"><i class="fa fa-ban icon"></i><br/> Conduct Policy</i></a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="page-footer transparent">
|
||||
<div class="container">
|
||||
<div class="footer-copyright">
|
||||
<div class="container">
|
||||
<hr> TotalFreedom © 2012 - <span id="curYear"></span>.
|
||||
<hr>
|
||||
TotalFreedom © 2012 - <span id="curYear"></span>.
|
||||
<a class="grey-text text-lighten-4 right" href="http://unraveledmc.com">Made by aggelosQQ</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<span id="note"><h5>Under Development</h5><br/><h6>Post any bug you find <a href="http://totalfreedom.boards.net/thread/44199/totalfreedom-finally-revamped-beta-release" target="_blank">here</h6></span>
|
||||
<span id="note">
|
||||
<h5>Under Development</h5>
|
||||
<br/>
|
||||
<h6>Post any bug you find <a href="http://totalfreedom.boards.net/thread/44199/totalfreedom-finally-revamped-beta-release" target="_blank">here</h6>
|
||||
</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</body>
|
||||
</html>
|
22
staff.html
22
staff.html
|
@ -1,7 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
@ -21,7 +20,6 @@
|
|||
<link href="https://fonts.googleapis.com/css?family=Catamaran:200" rel="stylesheet">
|
||||
<link rel="stylesheet" href="css/component.min.css">
|
||||
<link rel="stylesheet" href="css/staff.css">
|
||||
|
||||
<script>
|
||||
// All Json content is loaded respectively into #(item)
|
||||
var jsonUrl = "http://madgeekonline.com/tfinfo/";
|
||||
|
@ -36,8 +34,8 @@
|
|||
loadJson(jsonUrl, jsonContent);
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="transparent z-depth-0" id="menu">
|
||||
<div class="nav-wrapper z-depth-0">
|
||||
<a href="#header" class="brand-logo"></small>TotalFreedom Staff</small></a>
|
||||
|
@ -49,7 +47,8 @@
|
|||
<li><a href="index.html">Back to Home</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav><br>
|
||||
</nav>
|
||||
<br>
|
||||
<div class="admins">
|
||||
<h2 class="rank">TotalFreedom Developers</h2>
|
||||
<ul id="developers"></ul>
|
||||
|
@ -64,12 +63,17 @@
|
|||
<div class="container">
|
||||
<div class="footer-copyright">
|
||||
<div class="container">
|
||||
<hr> TotalFreedom © 2012 - <span id="curYear"></span>.
|
||||
<hr>
|
||||
TotalFreedom © 2012 - <span id="curYear"></span>.
|
||||
<a class="grey-text text-lighten-4 right" href="http://unraveledmc.com">Made by aggelosQQ</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<span id="note"><h5>Under Development</h5><br/><h6>Post any bug you find <a href="http://totalfreedom.boards.net/thread/44199/totalfreedom-finally-revamped-beta-release" target="_blank">here</h6></span>
|
||||
<span id="note">
|
||||
<h5>Under Development</h5>
|
||||
<br/>
|
||||
<h6>Post any bug you find <a href="http://totalfreedom.boards.net/thread/44199/totalfreedom-finally-revamped-beta-release" target="_blank">here</h6>
|
||||
</span>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
Loading…
Reference in a new issue