-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (104 loc) · 3.32 KB
/
index.html
File metadata and controls
117 lines (104 loc) · 3.32 KB
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>
<!-- Hotjar Tracking Code for https://wolfgangmc.tk -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:997912,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<title>Home | WolfGangMC</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- Header -->
<header id="header">
<div class="inner">
<h1 class="logo">© 2018 <a href="https://wolfgangmc.ml">Wolfgangmc.ml</a></h5>
<nav id="nav">
<a href="index.html">Home</a>
<a href="Forums/index.html">Forums</a>
<a href="store/index.html">Store</a>
<a href="IP/index.html">Server-IP</a>
<a href="vote/index.html">Vote Now</a>
<a href="apply/index.html"> Apply Now</a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner"><!--COMMENT-->
<header>
<h1>Welcome to WolfGangMC!</h1>
</header>
<div class="flex ">
<div>
<span class="icon fa-shield"></span>
<h3>Faction Server!</h3>
<p>Make ur own Faction with ur Friends!</p>
</div>
<div>
<span class="icon fa-cart-arrow-down"></span>
<h3>Store!</h3>
<p>Online Store to Buy Ranks!</p>
</div>
</div>
</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/DiscordImg2.png" alt="Pic 01" />
</div>
<header>
<h3>Join our discord!<br /></h3>
</header>
<p>Click the button below to join the official discord server WolfGangMC!</p>
<footer>
<a href="http://bit.ly/wgmcpediscord" class="button">Our Discord</a>
</footer>
</article>
<article>
<div class="image round">
<img src="images/WolfGang.jpg" alt="Pic 02" />
</div>
<header>
<h3>Visit our Forums!</h3>
</header>
<p>Click the button below to visit the official WolfGangMC Forums page!</p>
<footer>
<a href="http://wolfgangmc.freeforums.net/" class="button">Our Forums</a>
</footer>
</article>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<h3>Need help?</h3>
<h3>Join our discord and get help there!</h3>
<div class="copyright">
<h1><a href="https://wolfgangmc.ml" >© 2018 Wolfgangmc.ml </a><h1>
</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>