-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathstore.html
218 lines (210 loc) · 10 KB
/
store.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Upgrade to Premium</title>
<meta name="description" content="EarthMC premium">
<meta charset="UTF-8" />
<meta name="robots" content="index, follow">
<meta name="googlebot" content="code">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Fix">
<meta property="og:site_name" content="EarthMC Premium" />
<meta property="og:title" content="Upgrade to Premium" />
<meta property="og:description" content="It's time for an upgrade. Premium gives you access to the fastest queue priority, render distance and more." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://store.earthmc.net" />
<meta property="og:image" content="https://earthmc.net/store_imgs/newyorksunset.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Upgrade to Premium" />
<meta name="twitter:description" content="It's time for an upgrade. Premium gives you access to the fastest queue priority, render distance and more." />
<meta name="twitter:url" content="https://earthmc.net/premium" />
<meta name="twitter:image" content="https://earthmc.net/store_imgs/newyorksunset.png" />
<meta name="theme-color" content="#121212">
<meta name="msapplication-navbutton-color" content="#121212">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/store.css" />
<link type="text/css" rel="stylesheet" href="css/misc.css" />
<script defer data-domain="store.earthmc.net" src="https://plausible.io/js/script.outbound-links.js"></script>
</head>
<body>
<div class="modal">
<div class="modal-content">
<form class="form-group active">
<input name="ign" type="text" minlength="3" placeholder="In-game name">
<input id="ign-submit" type="submit" />
<div class="error"></div>
</form>
<div class="progress">Please wait...</div>
</div>
</div>
<div class="login">
<img class="avatar" src="https://crafatar.com/avatars/7395d056536a4cf39c966c7a7df6897a?size=64&default=MHF_Steve&overlay" alt="profile picture">
<p>Logged in as <br /><span class="ign">Fix</span><br><a id="logout" href="javascript:void(0);">Logout</a></p>
</div>
<section class="splashscreen">
<h1>Premium</h1>
<div class="splashsubtitle">The all-inclusive EarthMC rank</div>
<div class="packagewrap">
<div class="packagebox">
<img class="avatar" src="https://crafatar.com/avatars/7395d056536a4cf39c966c7a7df6897a?size=125&default=MHF_Steve&overlay" alt="profile picture">
<h3>12 Months</h3>
<p class="price"><span class="paddle-gross" data-product="817242">$8.99</span></p>
<p>Save <b>50%</b></p>
<a href="#!" class="cta premium-btn" id="yearlyBtn">CONTINUE</a>
<p class="paymentinfo">One-time<br>payment</p>
</div>
<div class="packagebox">
<h3>3 Months</h3>
<p class="price"><span class="paddle-gross" data-product="817245"></span></p>
<a href="#!" class="cta premium-btn" id="quarterlyBtn">CONTINUE</a>
<p class="paymentinfo">One-time<br>payment</p>
</div>
</div>
</section>
<section class="banner">
<h3>90% of all nation kings have upgraded to premium. Why should you?</h3>
</section>
<section>
<div class="pictureblockwrap">
<div class="pictureblock">
<div class="picturechild">
<picture>
<img src="https://earthmc.net/store_imgs/queue.png" loading="lazy" alt="">
</picture>
</div>
<div class="picturechild">
<div class="picturetext">
<h2>Queue priority</h2>
<p>Tired of wasting time in hub? Race through queue with queue priority. Get the same queue priority as admins.</p>
</div>
</div>
</div>
</div>
<div class="pictureblockwrap">
<div class="pictureblockreverse">
<div class="picturechild">
<picture>
<img src="https://earthmc.net/store_imgs/viewdistance.webp" loading="lazy" alt="">
</picture>
</div>
<div class="picturechild">
<div class="picturetext">
<h2>Longer render distance</h2>
<p>See more of your town and the beautiful surroundings. Long view distance is resource heavy and therefore exclusive to premium.
</p>
</div>
</div>
</div>
</div>
<div class="pictureblockwrap">
<div class="pictureblock">
<div class="picturechild">
<picture>
<img src="https://earthmc.net/store_imgs/enderchest.png" loading="lazy" alt="">
</picture>
</div>
<div class="picturechild">
<div class="picturetext">
<h2>2x ender chest space</h2>
<p>Need somewhere to store all that sweet loot? Premium has you covered with DOUBLE ender chest space!
</p>
</div>
</div>
</div>
</div>
<div class="pictureblockwrap">
<div class="pictureblockreverse">
<div class="picturechild">
<picture>
<img src="https://earthmc.net/store_imgs/ping.png" loading="lazy" alt="">
</picture>
</div>
<div class="picturechild">
<div class="picturetext">
<h2>Lower ping</h2>
<p>Lower ping with up to 30%. Take advantage of our low latency network built on Cloudflare Argo, exclusive to players with premium. Join with argo.earthmc.net.
</p>
</div>
</div>
</div>
</div>
<div class="pictureblockwrap">
<div class="pictureblock">
<div class="picturechild">
<picture>
<img src="https://earthmc.net/store_imgs/territory.png" loading="lazy" alt="">
</picture>
</div>
<div class="picturechild">
<div class="picturetext">
<h2>Change territory color</h2>
<p>Tired of the default blue claim color? Don't want to get mixed up with your neighbours? As nation king you can chose any color you want. All towns in your nation will change color after running one simple command.</p>
</div>
</div>
</div>
</div>
</section>
<div class="banner">
<h3>and so much more</h3>
</div>
<section class="smallfeaturessection">
<ul>
<li>Early Access</li>
<li>7 mystery crates every month</li>
<li>Secret discord channel</li>
<li>/seen</li>
<li>/fly in hub</li>
<li>Hire shop staff /qs staff</li>
<li>Any item as /hat</li>
<li>Pink glow in hub</li>
<li>Change name in chat /nick</li>
<li>Gold username in chat <span class="ign">Fix</span></li>
<li>Tab list priority</li>
<li>/party</li>
<li>Pink nametag</li>
<br>
<li>Ensure thousands of players can continue to play for free ❤️</li>
</ul>
</section>
<section class="endsection">
<div class="packagewrap">
<div class="packagebox">
<img class="avatar" src="https://crafatar.com/avatars/7395d056536a4cf39c966c7a7df6897a?size=125&default=MHF_Steve&overlay" alt="profile picture">
<h3>Monthly</h3>
<p class="price"><span class="paddle-gross" data-product="40992"></span></p>
<!-- <p>Save <b>50%</b></p> -->
<a href="javascript:void(0);" class="cta premium-btn">CONTINUE</a>
<!-- <p class="paymentinfo">One-time<br>payment</p> -->
</div>
<!-- <div class="packagebox">
<h3>6 Months</h3>
<p class="price">49.99 EUR</p>
<p>Save <b>17%</b></p>
<a href="javascript:void(0);" class="cta premium-btn">CONTINUE</a>
<p class="paymentinfo">One-time<br>payment</p>
</div>
<div class="packagebox">
<h3>3 Months</h3>
<p class="price">29.99 EUR</p>
<br>
<a href="javascript:void(0);" class="cta premium-btn">CONTINUE</a>
<p class="paymentinfo">One-time<br>payment</p>
</div> -->
</div>
<div class="endsectiontext">
<p>All payments are handled securely by PayPal, Stripe and Tebex. EarthMC does not store your credit card information.</p>
<p>Got questions? We'd love to hear from you, email us at <a class="email-link" href="mailto:[email protected]">[email protected]</a>.</p>
<br>
<p>EarthMC is not affiliated with or endorsed by Mojang AB.</p>
</div>
</section>
<div class="checkout-container">
<div class="paddle-checkout"></div>
</div>
<script src="https://cdn.paddle.com/paddle/paddle.js"></script>
<script defer src="js/main.js"></script>
</body>
</html>