-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
229 lines (226 loc) · 13 KB
/
index.html
File metadata and controls
229 lines (226 loc) · 13 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<!--Google Tag (gtag.js)-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GYHD0P0VD8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GYHD0P0VD8');
</script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"/>
<title>BendingMC - Home</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.2.1/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Arsenal"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.1/css/swiper.min.css"/>
<link rel="stylesheet" href="assets/css/styles.min.css" />
<link rel="icon" href="assets/img/AvatarFixed.png"/>
</head>
<body style="font-family: Arsenal, sans-serif">
<!-- Nav bar -->
<div style="background-color: #ffffff">
<nav class="navbar navbar-light navbar-expand-md fixed-top navigation-clean" style="font-size: 20px; background-color: #ffffff">
<div class="container-fluid">
<!-- Logo -->
<a class="navbar-brand text-uppercase" href="index.html" style="background-color: #ffffff">
<img src="assets/img/AvatarFixed.png" style="width: 40px; height: 40px"/> BendingMC</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navcol-1">
<span class="sr-only">Toggle navigation</span>
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navigation Buttons -->
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav ml-auto" style="color: rgb(85, 85, 85); font-size: 20px">
<!-- Home Button -->
<li class="nav-item" role="presentation">
<a class="nav-link text-uppercase active" href="index.html" style="padding-top: 0">Home</a>
</li>
<!-- Store Button -->
<li class="nav-item" role="presentation">
<a class="nav-link text-uppercase" href="store.html" style="padding-top: 0">Store</a>
</li>
<!-- Wiki Button -->
<li class="nav-item" role="presentation">
<a class="nav-link text-uppercase" href="https://bendingmc.gitbook.io/bendingmc-wiki/" style="padding-top: 0">Wiki</a>
</li>
<!-- Dynmap Button -->
<li class="nav-item" role="presentation">
<a class="nav-link text-uppercase" href="#" style="padding-top: 0">Map</a>
</li>
<!-- Discord Button -->
<li class="nav-item" role="presentation">
<a class="nav-link text-uppercase" href="https://discordapp.com/invite/fVT37qY" style="padding-top: 0">Discord</a>
</li>
<!-- Voting Button -->
<li class="dropdown nav-item">
<a class="dropdown-toggle nav-link text-uppercase" data-toggle="dropdown" aria-expanded="false" href="#" style="padding-top: 0">Vote</a>
<!-- Voting Websites -->
<div class="dropdown-menu dropdown-menu-right" role="menu">
<a class="dropdown-item" role="presentation" href="https://www.planetminecraft.com/server/bendingmc/vote/" target="_blank">PMC</a>
<a class="dropdown-item" role="presentation" href="https://topg.org/Minecraft/in-403830" target="_blank">TopG</a>
<a class="dropdown-item" role="presentation" href="https://www.minecraft-index.com/8787-mcbending/vote" target="_blank">McIndex</a>
<a class="dropdown-item" role="presentation" href="https://minecraft-mp.com/server/71523/vote/" target="_blank">Minecraft-MP</a>
<a class="dropdown-item" role="presentation" href="https://mcserverstatus.com/vote/21367" target="_blank">McServerStatus</a>
<a class="dropdown-item" role="presentation" href="https://minecraft-server-list.com/server/435805/vote/" target="_blank">MCServerList</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
</div>
<a class="btn btn-link btn-block btn-sm" role="button" href="#anchortest">
<i class="icon ion-ios-arrow-down" style="font-size: 30px"></i>
</a>
<!-- Top Image -->
<div data-bs-parallax-bg="true" id="anchortest" style="background-image: url(assets/img/spawn_0.png); background-position: center; background-size: cover; height: 500px;"></div>
<!-- Right Side Image -->
<div>
<div class="container-fluid" style="background-color: #eeeeee">
<div class="row">
<div class="col-md-6 col-xl-8" style="padding: 20px">
<div class="card" style="margin-top: 10px">
<div class="card-body">
<h4 class="card-title">Discord</h4>
<p class="card-text">
Chat with other players even when you are not on minecraft.
Post any suggestions, ideas, or issues you may encounter here.
</p>
<a class="card-link" href="https://discordapp.com/invite/fVT37qY">Discord</a>
</div>
<div class="card-body">
<h4 class="card-title">Play Now</h4>
<p class="card-text">
Join our Minecraft server on<br />play.bendingmc.net
</p>
<a class="card-link" href="/store.html">Store</a>
</div>
</div>
</div>
<div class="col-md-6 col-xl-4" style="padding: 20px">
<img src="assets/img/misc1.png" alt="Misc Image1" width="465px" height="335px">
</div>
</div>
</div>
</div>
<!-- Features Icons -->
<div class="features-clean" style="background-color: #ffffff">
<div class="container-fluid" style="margin-top: 100px; margin-bottom: 100px">
<div class="intro">
<h2 class="text-center">BendingMC Features</h2>
<p class="text-center">
Along with the key aspect of bending all four elements, BendingMC
allows players use their abilities for different playstyles.
</p>
</div>
<div class="row features">
<div class="col-sm-6 col-lg-4 item" data-aos="fade-up" data-aos-delay="100">
<i class="fas fa-burn icon"></i>
<h3 class="name">Bending Arena</h3>
<p class="description">
Experience the main spotlight of bending. Compete in duels or all
out mayhem in bending themed arenas.
</p>
</div>
<div class="col-sm-6 col-lg-4 item" data-aos="fade-up" data-aos-delay="200">
<i class="fas fa-bolt icon"></i>
<h3 class="name">Towny</h3>
<p class="description">
Towny is the protection plugin for your towns and cities. Nations
will rise and fall under your command. Lead us to glory or death!
</p>
</div>
<div class="col-sm-6 col-lg-4 item" data-aos="fade-up" data-aos-delay="300">
<i class="fas fa-calendar-alt icon"></i>
<h3 class="name">Custom Features</h3>
<p class="description">
Enjoy the many custom features brought to the server,
such as new farming, fishing, and cooking mechanics, new world-generated structures,
custom items and mobs, and more!
</p>
</div>
</div>
</div>
</div>
<div data-bs-parallax-bg="true" id="anchortest" style="background-image: url('assets/img/spawn_2.png'); background-position: center; background-size: cover; height: 500px;"></div>
<!-- Features Cards -->
<div class="card-group" style="padding-right: 20px; padding-left: 20px; background-color: #eeeeee; padding-top: 20px; padding-bottom: 20px;">
<!-- Custom Items Card -->
<div class="card" style="padding: 5px">
<img class="card-img-top w-100 d-block" src="assets/img/misc4.png" data-aos="fade-up" data-aos-delay="100"/>
<div class="card-body">
<h4 class="card-title">Custom Items</h4>
<p class="card-text">
Craft new tools and items through custom crafting mechanics, and use
them in your adventures.
</p>
<button class="btn btn-info" type="button" disabled="disabled">
Preview
</button>
</div>
</div>
<!-- Seasons Card -->
<div class="card" style="padding: 5px">
<img class="card-img-top w-100 d-block" src="assets/img/seasons1.png" data-aos="fade-up" data-aos-delay="100"/>
<div class="card-body">
<h4 class="card-title">Seasons</h4>
<p class="card-text">
Explore the world in a new and immersive way with seasons! Will you
be able to find the coziest place to call home?
</p>
<button class="btn btn-info" type="button" disabled="disabled">
Preview
</button>
</div>
</div>
<!-- Wiki Card -->
<div class="card">
<img class="card-img-top w-100 d-block" src="assets/img/wiki1.png" data-aos="fade-up" data-aos-delay="100" style="padding: 5px"/>
<div class="card-body">
<h4 class="card-title">Wiki</h4>
<p class="card-text">
Struggling with a game mechanic? Go to our wiki page for
more information! You can also join our Discord if you need further
assistance.
</p>
<a class="btn btn-info" role="button" href="https://bendingmc.gitbook.io/bendingmc-wiki/">Go to Wiki</a>
</div>
</div>
</div>
<!-- Footer -->
<div class="footer-basic">
<footer>
<!-- Footer Icons -->
<div class="social">
<a href="https://twitter.com/bendingmc">
<ion-icon aria-label="Twitter Page" size="small" name="logo-twitter"></ion-icon>
</a>
<a href="#">
<ion-icon aria-label="Discord Server" size="small" name="logo-discord"></ion-icon>
</a>
</div>
<!-- Footer Button -->
<ul class="list-inline">
<li class="list-inline-item"><a href="/index.html">Home</a></li>
<li class="list-inline-item"><a href="/store.html">Store</a></li>
<li class="list-inline-item"><a href="https://bendingmc.gitbook.io/bendingmc-wiki/">Wiki</a></li>
</ul>
<p class="copyright">BendingMC 2025</p>
</footer>
</div>
<!-- Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.2.1/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.1/js/swiper.jquery.min.js"></script>
<script src="https://ajax.cloudflare.com/cdn-cgi/scripts/7089c43e/cloudflare-static/rocket-loader.min.js" data-cf-settings="e0e0b99d5b72e17c65157aea-|49" defer=""></script>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js" crossorigin="anonymous"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js" crossorigin="anonymous"></script>
<script src="assets/js/script.min.js"></script>
</body>
</html>