-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvote.html
103 lines (101 loc) · 4.61 KB
/
vote.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
---
title: Vote
layout: layout.html
og_content: Vote for us on server voting pages to help even more players discover what Harlon has to offer. Even better, as a way of saying thanks, we'll give you £40 in-game each time you vote!
hero_image: /img/stock-exchange.jpg
---
<div class="nsw-hero-banner nsw-hero-banner--dark">
<div class="nsw-hero-banner__container">
<div class="nsw-hero-banner__wrapper">
<div class="nsw-hero-banner__content">
<h1>{{title}}</h1>
<p class="nsw-intro">{{og_content}}</p>
</div>
<div class="nsw-hero-banner__box">
<img class="nsw-hero-banner__image" src="{{hero_image}}" alt="The interior of Harlon's stock exchange." />
</div>
</div>
</div>
</div>
<div class="nsw-m-right-md nsw-m-left-md nsw-p-top-md nsw-p-bottom-md">
<h1>Server Voting Websites</h1>
<div class="nsw-in-page-alert nsw-in-page-alert--info">
<span class="material-icons nsw-material-icons nsw-in-page-alert__icon" focusable="false" aria-hidden="true">info</span>
<div class="nsw-in-page-alert__content">
<h5>Voting Website Voting Limits</h5>
<p>All voting websites listed below limit you to one vote per day (24 hours), but this is based on the website's timezone, not yours. The vote confirmation page that appears after you have voted will tell you how much time you have until you are allowed to vote for HCS again.</p>
</div>
</div>
<div class="nsw-grid">
<div class="nsw-col nsw-col-md-6 nsw-col-lg-4">
<div class="nsw-card">
<div class="nsw-card__content">
<div class="nsw-card__title">
<a href="https://minecraftservers.org/vote/582135" target="_blank" rel="noopener noreferrer">Minecraft Servers</a></div>
<span class="material-icons nsw-material-icons" focusable="false" aria-hidden="true">east</span>
</div>
</div>
</div>
<div class="nsw-col nsw-col-md-6 nsw-col-lg-4">
<div class="nsw-card">
<div class="nsw-card__content">
<div class="nsw-card__title">
<a href="https://minecraft-mp.com/server/255128/vote/" target="_blank" rel="noopener noreferrer">Minecraft MP</a></div>
<span class="material-icons nsw-material-icons" focusable="false" aria-hidden="true">east</span>
</div>
</div>
</div>
<div class="nsw-col nsw-col-md-6 nsw-col-lg-4">
<div class="nsw-card">
<div class="nsw-card__content">
<div class="nsw-card__title">
<a href="https://topg.org/minecraft-servers/server-606978" target="_blank" rel="noopener noreferrer">TopG</a></div>
<span class="material-icons nsw-material-icons" focusable="false" aria-hidden="true">east</span>
</div>
</div>
</div>
</div>
<div class="nsw-grid">
<div class="nsw-col nsw-col-md-6 nsw-col-lg-4">
<div class="nsw-card">
<div class="nsw-card__content">
<div class="nsw-card__title">
<a href="https://www.planetminecraft.com/server/harlon-city-server/vote/" target="_blank" rel="noopener noreferrer">Planet Minecraft</a></div>
<span class="material-icons nsw-material-icons" focusable="false" aria-hidden="true">east</span>
</div>
</div>
</div>
<div class="nsw-col nsw-col-md-6 nsw-col-lg-4">
<div class="nsw-card">
<div class="nsw-card__content">
<div class="nsw-card__title">
<a href="https://minecraft-server-list.com/server/457874/vote/" target="_blank" rel="noopener noreferrer">Minecraft Server List</a></div>
<span class="material-icons nsw-material-icons" focusable="false" aria-hidden="true">east</span>
</div>
</div>
</div>
</div>
<h1>You might also be looking for...</h1>
<div class="nsw-link-list">
<ul>
<li>
<a href="https://store.harlonserver.net" target="_blank" rel="noopener noreferrer">
<span>Server Store</span>
<span class="material-icons nsw-material-icons" focusable="false" aria-hidden="true">east</span>
</a>
</li>
<li>
<a href="https://builder.harlonserver.net" target="_blank" rel="noopener noreferrer">
<span>Builder Application Form</span>
<span class="material-icons nsw-material-icons" focusable="false" aria-hidden="true">east</span>
</a>
</li>
<li>
<a href="https://helper.harlonserver.net" target="_blank" rel="noopener noreferrer">
<span>Helper Application Form</span>
<span class="material-icons nsw-material-icons" focusable="false" aria-hidden="true">east</span>
</a>
</li>
</ul>
</div>
</div>