-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (86 loc) · 3.33 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
<!DOCTYPE HTML>
<!--
Full Motion by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>PinoyCraft</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body id="top">
<!-- Banner -->
<!--
To use a video as your background, set data-video to the name of your video without
its extension (eg. images/banner). Your video must be available in both .mp4 and .webm
formats to work correctly.
-->
<section id="banner" >
<div class="inner">
<header>
<h1>PhoenixCraft</h1>
<p>A MCPE server that will craft and<br />
mold your skill to become a Legend.</p>
</header>
<a href="#main" class="more">Learn More</a>
</div>
</section>
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Boxes -->
<div class="thumbnails">
<div class="box">
<a href="https://discord.gg/zAT734N" class="image fit"><img src="images/vote.png" alt="" /></a>
<div class="inner">
<h3>Vote</h3>
<p>Having fun with our server? Vote Now! to support our server and get rewards.</p>
<a href="https://discord.gg/zAT734N" class="button fit">Vote Now!</a>
</div>
</div>
<div class="box">
<a href="https://discord.gg/zAT734N" class="image fit"><img src="images/discord.png" alt="" /></a>
<div class="inner">
<h3>Discord</h3>
<p>Join our discord and chat with other players. Provide feedback or bug report here.</p>
<a href="https://discord.gg/zAT734N" class="button style2 fit">Join Discord</a>
</div>
</div>
<div class="box">
<a href="#" class="image fit"><img src="images/store.jpg" alt="" /></a>
<div class="inner">
<h3>Store</h3>
<p>Support our Server by donating or buying Ranks/Perks. It would be much appreciated.</p>
<a href="#" class="button style3 fit">Buy Perks</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<h2>Have more feedback?</h2>
<p>You can contact us using other social media platform below <br />
</p>
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p class="copyright">© PinoyCraft Network. Design: <a href="https://templated.co">TEMPLATED</a></p>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.poptrox.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>