-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
288 lines (247 loc) · 17.7 KB
/
index.html
File metadata and controls
288 lines (247 loc) · 17.7 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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="img/Logo-Civmc.png">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<meta http-equiv="refresh" content="0; URL=https://civmc.net/wiki/" />
<title>CivMC</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="https://civmc.net/css/bootstrap.min.css">
<!-- Custom CSS -->
<link href="https://civmc.net/css/stylish-portfolio.css" rel="stylesheet">
<link href="./css/styles.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</head>
<body>
<!-- Header -->
<header id="top" class="header" style="
background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.60)), url('img/Banner.png');
background-size: cover;
filter: brightness(100%);
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
">
<!-- Spacer to push stuff to middle -->
<div style="flex-grow: 5;"></div>
<div class="text-center">
<div style="display: flex; flex-direction: row; gap:20px; margin-left: 20px; margin-right: 20px; align-items: end;">
<!-- Left row -->
<div style="flex-grow: 1; display: flex; flex-direction: column; justify-content: start; background-color: rgba(82, 80, 80, 0.692); height:100px; border-radius: 20px; padding: 5px; box-shadow: 5px 5px 5px 2px rgba(0,0,0,.8);">
<img src="img/logo-Minecraft.svg" height="43px"/>
<h3 id="ServerInfoContainer" style ="color: white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;" ><!--Filled by Javascript--></h3>
</div>
<div style="flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; gap:20px; align-items:center">
<h1 style="font-weight: 900; font-size: 96px;color: white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">CivMC</h1>
<img width="150" src="img/Logo-Civmc.png"/>
</div>
<a href="https://discord.gg/HkD79GfmQQ"><div style="flex-grow: 1; display: flex; flex-direction: column; justify-content:space-between; background-color: rgba(82, 80, 80, 0.692); height:100px; width:250px; border-radius: 20px; padding: 5px; box-shadow: 5px 5px 5px 2px rgba(0,0,0,.8); cursor: pointer;";>
<img width="" src="img/Logo-Discord-Full.svg"/>
<h3 id="DiscordInfoContainer" style="color: rgb(255, 255, 255); text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;"><!--Filled by Javascript--></h3>
</div></a>
</div>
</div>
<div class="text-center">
<h2 style="font-weight: 900; font-size: 40px; color: rgb(255, 255, 255); text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">Building with more than just blocks</h2>
</div>
<!-- Spacer to push stuff to middle -->
<div style="flex-grow: 5;"></div>
<div class="text-center">
<h1 style="color: white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">IP: Play.CivMC.net </h1>
<h4 style="color: white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">Version: Java 1.18+ </h1>
</div>
</header>
<!-- Center section -->
<section id="services"
class="services bg-primary green"
style=
"height: auto;
min-height: 100%;
padding: 0%;
color: rgb(0, 0, 0);
background: url(img/Banner-Obsidian.png);">
<div style="height: 60px; margin-bottom:25px; background: url(img/Banner-CryingObsidian-Divider.png);">
</div>
<!-- Organizer box, two column wide row -->
<div style="height: inherit; display: flex; flex-direction: row; gap:20px; margin-left: 20px; margin-right: 20px;">
<!-- Left column, is a box with rows inside -->
<div style="background-color: rgba(255, 255, 255, 0); flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; gap:20px;">
<!-- First row, logo and "What is CivMC" and Explanation -->
<div style="background-color: rgba(255, 255, 255, 0.555); height:auto; border-radius: 20px; max-width: 900px">
<div style="display: flex; flex-direction: column;">
<div style="display: flex; flex-direction: row;">
<img width="120" height="120" src="img/Logo-Civmc.png"/>
<div class="text-center"style="padding: 20px 0; color: white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;" >
<h1>What is CivMC?</h1>
</div>
</div>
<div class="text-center" style="margin: 10px">
<h3>CivMC is a geopolitical Minecraft server focused on <span class="highlight">civilization-building. </span>
Players form <span class="highlight">nations</span> and establish <span class="highlight">governments</span>, <span class="highlight">wars</span> occur, and <span class="highlight">treaties</span> are signed.
<br>
The server represents the current iteration of a <span class="highlight">long history</span> of civilization servers.
Veterans of the genre play in old nations with deep lore spanning ages, while new friends have a vast
unexplored world to discover, coexisting and helping one another to build a <span class="highlight">strong community</span>.
<br>
The server employs several community-made plugins to facilitate gameplay without mandating role-play.
<span class="highlight">Citadel</span> adds block reinforcement, allowing players to protect their property by using resources to make blocks harder to break.
<span class="highlight">ExilePearl</span> enables players to imprison law-breakers by killing them while holding an ender pearl.
<span class="highlight">FactoryMod</span> introduces factories, requiring players to pay a price for their creation but reducing the cost of tool manufacturing.
<span class="highlight">RealisticBiomes</span> increases the difficulty of crop growth as they can only flourish in their respective biomes.
However, crops serve as the sole source of experience on the server.
<span class="highlight">RailSwitch</span> allows the creation of expansive rail networks, while <span class="highlight">Brewery</span> adds a selection of alcoholic beverages with secret recipes that many players aspire to uncover.
</h3>
</div>
</div>
</div>
<!-- Second row, List of Guides, FAQ, Rules, Ban List -->
<div style="background-color: rgba(255, 255, 255, 0); height:200px; border-radius: 20px;">
<div style="display: flex; flex-direction: row; ">
<div class="text-center" style= "padding-left:5px; background-color: rgba(255, 255, 255, 0.555); border-radius: 20px; display:flex; flex-direction: column; flex-grow: 0.1;">
<h3 style=" color: rgb(255, 255, 255); text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;"> Starting Guides:</h3>
<div class="text-center" style="background-color: rgba(182, 209, 218, 0); margin-left: 10px; padding-top: 20px;">
<a href="https://civwiki.org/wiki/Getting_Started_Guide"> <h4 style="color: rgb(53, 50, 218); ">Civwiki getting started guide</h4></a>
<a href="https://www.reddit.com/r/civclassics/comments/c4tj7x/a_guide_to_getting_started_on_civclassic/"> <h4 style="color: rgb(53, 50, 218); ">specificlanguage's Guide to Getting Started</h4></a>
<a href="https://civwiki.org/wiki/Civ101"> <h4 style="color: rgb(53, 50, 218); ">Civ101, a complete guide on CivMC plugins/mechanics </h4></a>
</div>
</div>
<div style="display: flex; flex-direction: column; justify-content: space-evenly; gap: 10px;">
<div class="text-center" style="background-color: rgba(255, 255, 255, 0.555); border-radius: 20px; margin-left: 10px; padding: 5px;">
<h4 style="color: rgb(53, 50, 218); ">FAQ</h4>
</div>
<div class="text-center" style="background-color: rgba(255, 255, 255, 0.555); border-radius: 20px; margin-left: 10px; padding: 5px;">
<h4 style="color: rgb(53, 50, 218); ">Rules</h4>
</div>
<a href="https://www.reddit.com/r/CivMC/wiki/bans"><div class="text-center" style="background-color: rgba(255, 255, 255, 0.555); border-radius: 20px; margin-left: 10px; padding: 5px;">
<h4 style="color: rgb(53, 50, 218); ">Ban list</h4>
</div></a>
</div>
</div>
</div>
</div>
<!-- Middle column, is a box with rows inside -->
<div style="background-color: rgba(255, 255, 255, 0); flex-grow: 1; display: flex; flex-direction: column; align-items: center; gap:20px; justify-content: center; width: 50%;">
<div style="background-color: rgba(255, 255, 255, 0); flex-grow: 1; display: flex; flex-direction: raw; align-items: center; gap:20px; justify-content: space-between;">
<!-- First row, link to the map -->
<div style="background-color: rgba(255, 255, 255, 0.555); height:auto; border-radius: 20px; max-width: 900px;">
<a href="https://map.civmc.tk/">
<img src="./img/Logo-map.png">
</a>
<div class="text-center"style="color: black;" >
<h2>Map</h2>
</div>
</div>
<!-- Second row, link to server statistics -->
<div style="background-color: rgba(255, 255, 255, 0.555); height:auto; border-radius: 20px; max-width: 900px">
<a href="https://civmc.tk/stats">
<img src="./img/Logo-map.png">
</a>
<div class="text-center"style="color: black;" >
<h2>Server stats</h2>
</div>
</div>
</div>
<div class="text-center" style="margin-left: 20px; padding-left: 5px; padding-top: 10px; background-color: rgba(255, 255, 255, 0.555); border-radius: 20px; display: flex; flex-direction: row; align-items: center ;">
<a href="https://www.patreon.com/Civ_MC" style="margin-right: 10px;">
<img width="100" src="img/Logo-Patreon.svg"/>
</a>
<div style="margin-right: 20px;">
<h3 id=" " style="color: rgb(255, 255, 255); text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">
<!--Filled by Javascript-->
</h3>
</div>
</div>
</div>
<!-- Right column, is a box with rows inside. Discord, Patreon, Reddit -->
<div style="background-color: rgba(255, 255, 255, 0.555); width: auto; display: inline-flex; justify-content: space-between; flex-direction: column; padding: 20px; align-items:center; border-radius: 20px;">
<a href="https://discord.gg/HkD79GfmQQ">
<div class="text-center" style="background-color: rgba(255, 255, 255, 0); padding: 0px">
<h4 style="color: rgb(0, 0, 0); ">Join our discord! </h4>
<img width="60" height="60" src="img/Logo-Discord.svg"/>
</div>
</a>
<a href="http://patreon.com/civ_mc">
<div class="text-center" style="background-color: rgba(255, 255, 255, 0); padding: 0px">
<h4 style="color: rgb(0, 0, 0); ">Consider supporting <br> us on patreon! </h4>
<img width="60" height="60" src="img/Logo-Patreon.svg"/>
<h4 style="color: rgb(0, 0, 0); ">And gain exclusive perks! </h4>
</div>
</a>
<a href="https://www.reddit.com/r/CivMC/">
<div class="text-center" style="background-color: rgba(255, 255, 255, 0); padding: 0px">
<h4 style="color: rgb(0, 0, 0); ">Browse our forum! </h4>
<img width="70" height="70" src="img/Logo-Reddit.png"/>
</div>
</a>
<h4 style="color: rgb(0, 0, 0); ">Follow our socials: </h4>
<div style="display: flex; justify-content: space-around; flex-wrap: wrap; align-items: center;">
<!-- 2 columns, 2 rows. Twitter, Instagram, Tiktok, Youtube -->
<a style="display: flex; flex-direction: column; width: 50%; align-items: center;" href="https://twitter.com/_Civmc_">
<img width="50" height="50" src="img/Logo-Twitter.svg"/>
<h4 style="color: rgb(0, 0, 0);"> Twitter</h4>
</a>
<a style="display: flex; flex-direction: column; width: 50%; align-items: center;" href="https://www.instagram.com/civmcserver/">
<img width="50" height="50" src="img/Logo-Instagram.svg"/>
<h4 style="color: rgb(0, 0, 0);">Instagram</h4>
</a>
<a style="display: flex; flex-direction: column; width: 50%; align-items: center;" href="https://www.tiktok.com/@_civmc_">
<img width="50" height="50" src="img/Logo-Tiktok.png"/>
<h4 style="color: rgb(0, 0, 0);">Tiktok</h4>
</a>
<a style="display: flex; flex-direction: column; width: 50%; align-items: center;" href="https://www.youtube.com/channel/UCQDkgslYlUYosx7RhIy77VA">
<img width="50" height="50" src="img/Logo-Youtube.png"/>
<h4 style="color: rgb(0, 0, 0);">Youtube</h4>
</a>
</div>
</div>
</div>
<div style="bottom: 0; height: 60px; margin-bottom:25px;">
</section>
<!-- Footer -->
<div style="background-color: black; padding:25px" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<ul class="list-unstyled">
<li><i class="fa fa-envelope-o fa-fw"></i> <a href="mailto:civmc9@gmail.com">civmc9@gmail.com</a>
</li>
</ul>
<p class="text-muted">Copyright © Wingzero54 2022</p>
</div>
</div>
</div>
<a id="to-top" href="#top" class="btn btn-dark btn-lg"><i class="fa fa-chevron-up fa-fw fa-1x"></i></a>
</div>
<script>
// Load Discord information
$.getJSON('https://discord.com/api/v9/invites/HkD79GfmQQ?with_counts=true&with_expiration=true', function(data) {
$('#DiscordInfoContainer').text(`Users Online: ${data.approximate_presence_count}`);
});
// Load MC information
$.getJSON('https://mcapi.us/server/status?ip=play.civmc.net', function(data) {
$('#ServerInfoContainer').text(`Users Online: ${data.players.now}`);
});
//Load Patreon information
// $.getJSON('https://mcapi.us/server/status?ip=play.civmc.net', function(data) {
// $('#PatreonInfoContainer').text(`Users Online: ${data.players.now}`);
// });
</script>
</body>
</html>