-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (103 loc) · 3.55 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE HTML>
<html>
<head>
<title>CyntexiaMC</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=.9" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" type="image/png" href="favicon.ico"/>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-5227163826545696",
enable_page_level_ads: true
});
</script>
</head>
<body>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo"><strong>Cyntexia</strong>MC</a>
<nav id="nav">
<a href="index.html">Home</a>
<a href="https://BHRNetwork.tk">BHR Network</a>
<a href="https://PulseNetwork.tk">DEAD Network</a>
<a href="https://forum.cyntexiamc.tk">Forum</a>
<a href="https://">About</a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<header>
<h1>CyntexiaMC</h1>
</header>
<div class="flex ">
<div>
<h3>We Manage MC Networks!</h3>
<p>Want to join as one of our networks? Apply to get your network managed by our staff team!</p>
</div>
<div>
<h3>Apply to Join Our Staff Team!</h3>
<p>Head over to our forum to apply for a position!</p>
</div>
</div>
<footer>
<a href="https://bhrnetwork.tk" class="button">BHR Network</a>
<a href="https://pulsenetwork.tk" class="button">Pulse Network</a>
</footer>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper align-center">
<div class="inner">
<div class="flex flex-2">
<article>
<div class="image round">
<img src="images/pic01.jpg" alt="Pic 01" />
</div>
<header>
<h3>BHR Network</h3>
</header>
<p>A multi-gamemode network across multiple servers</p>
<p>Ip(s)</p>
<p><a href="https://BHRNetwork.tk" class="link">BHR Network IP List</a></p>
<footer>
<a href="https://Twitter.com/MCPE_BHRNetwork" class="button">Twitter</a>
</footer>
</article>
<article>
<div class="image round">
<img src="images/pic02.jpg" alt="Pic 02" />
</div>
<header>
<h3>Pulse Network</h3>
</header>
<p>A multi-gamemode network all on one server</p>
<p>Ip(s)</p>
<p><a href="https://PulseNetwork.tk" class="link">BHR Network IP List</a></p>
<footer>
<a href="https://twitter.com/PulseNetworkPE" class="button">Twitter</a>
</footer>
</article>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="copyright">
Copyright 2018 © CyntexiaMC <a href="https://twitter.com/CyntexiaMC"></a> - Images: <a href="https://CyntexiaMC.tk/images">Cyntexia</a>.<br>Developed by <a href="https://forum.cyntexiamc.tk/u/Brady_Jenkins"> Brady Jenkins</a> <a href="https://forum.cyntexiamc.tk/u/StokedCrane7271"> , Sergio Silva</a>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>