-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
62 lines (59 loc) · 3.54 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<title>ApexFreedom - Info Page</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Catamaran:200">
<link rel="stylesheet" href="main/css/component.min.css">
<link rel="stylesheet" href="main/css/global.css">
<link rel="stylesheet" href="main/css/main.css">
<link rel="stylesheet" href="main/css/updated.css">
<link rel="shortcut icon" href='favicon.ico' type="image/x-icon"/>
<link rel="icon" href="main/imgs/favicon.ico" sizes="16x16" type="image/png">
</head>
<body>
<div class="navbar-fixed">
<nav class="transparent z-depth-0" id="main-page">
<div class="nav-wrapper z-depth-0">
<a href="#home" class="brand-logo"><small class="hide-on-med-and-down"></small>ApexFreedom<small class="hide-on-med-and-down"></small></a> <a href="#" data-activates="mobile" class="button-collapse"><i class="fa fa-bars"></i></a>
<ul class="right hide-on-med-and-down cl-effect-14" id="cl-effect-14">
<li><a href="#server" class="tooltipped" data-position="bottom" data-delay="50" data-tooltip="ApexFreedom">Server</a></li>
<li><a href="#info" class="tooltipped" data-position="bottom" data-delay="50" data-tooltip="Information about ApexFreedom.">Information</a></li>
<li><a href="#staff" class="tooltipped" data-position="bottom" data-delay="50" data-tooltip="Administration">Staff</a></li>
<li><a href="http://github.com/ApexFreedom/ApexFreedomMod" class="tooltipped" data-position="bottom" data-delay="50" data-tooltip="ApexFreedomMod">Code</a></li>
</ul>
</div>
</nav>
</div>
<center>
<div class="section 1" id="server">
<div class="section 1">
<img src="main/imgs/apexfreedom.png">
<center> <h1 id="h1-main" class="one waves-effect waves-brown"> ApexFreedom Server Information:</h1>
<p>ApexFreedom was created by savykilo, and taah. The server is 24/7 with 4bg of ram. It has a custom mod, ApexFreedomMod I hope to see u there</p>
<p>167.114.29.113:25141</p></center>
</div>
<div class="section 2" id="info">
<div class="section 2">
<h1 id="h1-menu" class="one waves-effect waves-brown">ApexFreedom Information:</h1>
<p>Website: http://apexfreedom.boards.net/</p>
<p>Server: 167.114.29.113:25141</p>
<p>Discord Code: fUyCYMN</p>
</div>
<div class="section cover-3" id="staff">
<div class="staff-section">
<h1 id="h1-staff" class="one waves-effect waves-brown">Staff Team:</h1>
<p>Founder / Lead-Developer | savykilo(@admin)</p>
<p>Co-Founder / Developer | taahanis(@taahanis)</p>
<p> Discord Manager / SuperAdmin | TomCreeperMC(@tomcreepermc)</p>
</div>
</center>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/js/materialize.min.js"></script>
<script src="https://use.fontawesome.com/cb2592f0cc.js"></script>
<script src="js/jquery.cookies.js"></script>
</body>
</html>