-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
431 lines (430 loc) · 21.1 KB
/
index.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
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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
---
title: Home
layout: default
excerpt: "Domains and DNS, just without all the fuss. On a mission to make interneting just a little easier. Possibly anarchist, definitely antifascist."
---
<section class="my-4">
<div class="container text-center">
<h1 class="display-2">No fuss web</h1>
<h1>Domains, DNS, and hosting, <span class="text-gradient teal-indigo">just without fuss</span>.</h1>
</div>
</section>
<section class="my-4">
<div class="container">
<div class="text-center mb-3">
<h1>Already have something in mind<span class="text-gradient pink-red">?</span></h1>
<h2>Discover your <span class="text-gradient purple-pink">perfect domain</span>...</h2>
</div>
<name-studio api-key="0c0b5c77ab961788c00ddc8668b1de9d" env="prod">
<script type="application/json" data-type="name-studio">
{
"i18n": {
"en": {
"namestudio-status": {
"btnregister": "Register",
"btnnotavailable": "Unavailable"
},
"namestudio-segment": {
"headerprefixes": "Add a prefix",
"headersuffixes": "Add a suffix"
}
}
},
"tlds": [{% for t in site.data.tlds %}"{{ t }}"{% if forloop.last == false %},{% endif %}{% endfor %}],
"cart-url": "https://domains.glauca.digital/domains/register/$domain.$tld/",
"cart-method": "get",
"styles": {
"colors": {
"base": "#f7fafc",
"accents": "#3182ce",
"availability": "#38a169",
"errors": "#e53e3e"
}
},
"version": {
"actual": "1.31.1-beta",
"major": "1.0"
}
}
</script>
</name-studio>
<p class="text-center">
Unfortunately, not all TLDs are supported by our search tool. If you can't find what you're looking for,
head to our <a href="https://domains.glauca.digital/">domain portal</a> to find your perfect domain.
</p>
</div>
</section>
<section>
<div class="container">
<div class="row mm-lg-5">
<div class="col col-12 col-lg-6 d-flex flex-column justify-content-center">
<div class="my-3">
<a href="https://domains.glauca.digital/domains/transfer/" class="btn btn-secondary btn-lg w-100">
Transfer your domain to us
</a>
<a href="https://domains.glauca.digital/" class="btn btn-primary btn-lg w-100 mt-2">
Go to our domain portal
</a>
</div>
<div class="mt-3">
<div id="pre-login-actions">
<p class="lead">
Sign up to see what all the fuss is about.
</p>
<div class="d-sm-flex">
<form id="login-form" style="flex-grow: 1; flex-shrink: 0">
<div class="input-group">
<input type="email" class="form-control" placeholder="[email protected]"
id="signup-email" required>
<button class="btn btn-secondary" type="submit">Login</button>
</div>
</form>
<button style="flex-grow: 0; flex-shrink: 1"
class="btn btn-primary ms-sm-3 mt-3 mt-sm-0 btn-block" type="button"
id="signup-button">Sign up
</button>
</div>
</div>
<div id="post-login-actions" style="display: none;">
<div class="row mt-3 mt-lg-5">
<div class="col-12 col-md-6">
<a href="https://domains.glauca.digital" class="btn btn-primary btn-lg w-100">Get
your domain</a>
</div>
<div class="col12 col-md-6 mt-3 mt-md-0">
<a href="https://dns.glauca.digital" class="btn btn-info btn-lg w-100">Use our
DNS</a>
</div>
</div>
</div>
<p class="lead mt-3">
Not sold yet? Have a look at our <a href="{{ "/prices/" | relative_url }}">clear prices</a>.
</p>
<script>
window.addEventListener('load', function () {
var email = document.getElementById('signup-email');
var preLoginActions = document.getElementById('pre-login-actions');
var postLoginActions = document.getElementById('post-login-actions');
document.getElementById('login-form').addEventListener('submit', function (e) {
keycloak.login({
loginHint: email.value,
});
e.preventDefault();
});
document.getElementById('signup-button').addEventListener('click', function () {
keycloak.register();
});
window.addEventListener('login', function () {
preLoginActions.style.display = 'none';
postLoginActions.style.display = 'block';
});
window.addEventListener('logout', function () {
postLoginActions.style.display = 'none';
preLoginActions.style.display = 'block';
});
});
</script>
</div>
</div>
<div class="col col-12 mt-3 mt-lg-0 col-lg-6 d-flex align-items-center">
<img src="{{ "/assets/img/domain-macbook.png" | relative_url }}" class="mw-100" alt="A macbook with the
'My Domains' page loaded on it, the blue shark mascot pointing at it">
</div>
</div>
</div>
</section>
<section class="my-4">
<div class="container">
<div class="card">
<div class="card-body">
<h4 class="card-title">Passkeys now available on Glauca Accounts</h4>
<p class="lead">
You can now sign into your Glauca account without using a password.
Use a Passkey to sign in with a single click, and keep your account more secure.
</p>
<hr>
<p class="mb-0">
Setup your passkey in your <a href="https://sso.as207960.net/auth/realms/master/account/#/security/signingin">account settings</a>, or <a href="https://docs.glauca.digital/passkeys/">learn more</a> about Passkeys.
</p>
</div>
</div>
</div>
</section>
<section class="text-white stripe">
<div class="container">
<div class="row my-3 mt-lg-5">
<div class="col order-2 order-lg-1 mt-3 mt-lg-0 col-12 col-lg-7">
<div class="row">
<div class="col-1">
<i class="material-icons my-1">lock</i>
</div>
<div class="col">
<h4 class="text-white">DNSSEC as standard</h4>
<p>
DNSSEC is available on all zones by default. No fees or fumbling around to find where its
hidden.
</p>
</div>
</div>
<div class="row">
<div class="col-1">
<i class="material-icons my-1">money_off</i>
</div>
<div class="col">
<h4 class="text-white">Clear pricing</h4>
<p>
We're upfront about what we'll charge you, and we wont throw higher prices on you out of
nowhere.
</p>
</div>
</div>
<div class="row">
<div class="col-1">
<i class="material-icons my-1">poll</i>
</div>
<div class="col">
<h4 class="text-white">Built for techies</h4>
<p>
All the settings you want, when you want them, all in plain sight (with a few helpers if
you need them).
</p>
</div>
</div>
<div class="row">
<div class="col-1">
<i class="material-icons my-i">security</i>
</div>
<div class="col">
<h4 class="text-white">WHOIS Privacy</h4>
<p>
Control over what data you want to publish in WHOIS, with every domain, for free.
</p>
</div>
</div>
<div class="row">
<div class="col-1">
<h4>🦈</h4>
</div>
<div class="col">
<h4 class="text-white">Sharks</h4>
<p>
Who doesn't like sharks? Am I right?
</p>
</div>
</div>
</div>
<div class="col order-1 order-lg-2 col-12 col-lg-5">
<h2 class="display-4 text-white">The little things</h2>
<h4 class="text-white">Small touches to make your life just that little bit easier</h4>
</div>
</div>
</div>
</section>
<section>
<div class="container pt-lg-3">
<div class="row justify-content-center">
<div class="col col-12 col-xl-3 col-lg-6 d-flex justify-content-center">
<div class="card" style="width: 20rem;">
<div class="card-body text-center d-flex flex-column">
<h3 class="card-title mb-0">DNS</h3>
<hr class="w-100 my-3">
<div class="flex-grow-1">
<p class="card-text m-1">RFC2136 UPDATE support</p>
<p class="card-text m-1">Let's Encrypt validation API</p>
<p class="card-text m-1">DNSSEC and CDS</p>
<p class="card-text m-1">Wide record type support</p>
<p class="card-text m-1">Dynamic DNS</p>
<p class="card-text m-1">Global anycast</p>
<p class="card-text m-1">Custom nameservers</p>
<p class="card-text m-1">HTTP redirect records</p>
</div>
<a href="https://dns.glauca.digital" class="btn btn-info mt-3">
Get started
</a>
</div>
</div>
</div>
<div class="col col-12 col-xl-3 col-lg-6 d-flex justify-content-center">
<div class="card" style="width: 20rem;">
<div class="card-body text-center d-flex flex-column justify-content">
<h3 class="card-title mb-0">Domains</h3>
<hr class="w-100 my-3">
<div class="flex-grow-1">
<p class="card-text m-1">Broad TLD support</p>
<p class="card-text m-1">WHOIS privacy</p>
<p class="card-text m-1">CDS support</p>
<p class="card-text m-1">Proxy registration for .eu</p>
<p class="card-text m-1">Registry lock</p>
</div>
<a href="https://domains.glauca.digital" class="btn btn-info mt-3 justify-end">
Get started
</a>
</div>
</div>
</div>
<div class="col col-12 col-xl-3 col-lg-6 d-flex justify-content-center">
<div class="card" style="width: 20rem;">
<div class="card-body text-center d-flex flex-column justify-content">
<h3 class="card-title mb-0">VPSes</h3>
<hr class="w-100 my-3">
<div class="flex-grow-1">
<p class="card-text m-1">SSD as standard</p>
<p class="card-text m-1">Install any ISO</p>
<p class="card-text m-1">BGP feeds available</p>
<p class="card-text m-1">VLANs between VPSes</p>
<p class="card-text m-1">IPv6 as standard</p>
<p class="card-text m-1">IPv4 on request</p>
<p class="card-text m-1">Full root access</p>
<p class="card-text m-1">NCSC vulnerability scanning</p>
<p class="card-text m-1">Managed hosting available</p>
</div>
<a href="{{ "/colo-vps/" | relative_url }}" class="btn btn-info mt-3 justify-end">
Find out more
</a>
</div>
</div>
</div>
<div class="col col-12 col-xl-3 col-lg-6 d-flex justify-content-center">
<div class="card" style="width: 20rem;">
<div class="card-body text-center d-flex flex-column justify-content">
<h3 class="card-title mb-0">Monitoring</h3>
<hr class="w-100 my-3">
<div class="flex-grow-1">
<p class="card-text m-1">Ping (ICMP)</p>
<p class="card-text m-1">TCP</p>
<p class="card-text m-1">TLS</p>
<p class="card-text m-1">IMAP(S)</p>
<p class="card-text m-1">SMTP(S)</p>
<p class="card-text m-1">HTTP</p>
<p class="card-text m-1">TLS Certificate</p>
<p class="card-text m-1">DNS</p>
</div>
<a href="https://support.as207960.net/new/" class="btn btn-info mt-3">
Order now
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container pt-lg-3">
<div class="row my-5">
<div class="col col-12 col-lg-5 mt-3 mt-lg-0 d-flex">
<img src="{{ "/assets/img/ripe-ncc-member-logo.svg" | relative_url }}" class="mw-100" alt="RIPE NCC Member Logo">
</div>
<div class="col col-12 col-lg-7">
<h1 class="display-4 mt-lg-5">Your local <span class="text-gradient yellow-orange">RIPE NCC</span> member.</h1>
<h4>We're a proud member of the RIPE NCC, the authority for ASNs and IP addresses in Europe.</h4>
<p>
Whether you want help getting your first ASN, or just need some more IP addresses, we're more than happy to help.
Head to our <a href="/lir/">LIR services</a> page to learn what we can do for you.
</p>
</div>
</div>
</div>
</section>
<section>
<div class="container pb-lg-5">
<div class="row my-5">
<div class="col col-12 col-lg-7">
<h1 class="display-4 mt-lg-5">Made in <span class="text-gradient pink-red">Wales</span>.</h1>
<h4>Proudly Welsh, not that being local matters on the internet</h4>
</div>
<div class="col col-12 col-lg-5 mt-3 mt-lg-0">
<img src="{{ "/assets/img/wales-dragon.svg" | relative_url }}" class="mw-100" alt="Wales red dragon">
</div>
</div>
</div>
</section>
<section class="text-white stripe">
<div class="container">
<div class="row my-5 d-flex align-items-center">
<div class="col order-3 order-lg-1 mt-3 mt-lg-0 col-10 col-lg-6">
<p class="lead text-white">
We've all been there, stuck with support that just isn't doing a great job of supporting
what you're trying to do.
</p>
<p>
We try to do better than that. Your emails wont go unanswered, and we'll get someone who
knows how to fix it in touch with you ASAP.
</p>
</div>
<div class="col order-1 order-lg-3 col-12 col-lg-4">
<h2 class="display-4 text-white">Customer service that cares</h2>
</div>
<div class="col order-2 col-2">
<a href="/sharks">
<img src="https://as207960.net/assets/img/shark-heart.png"
alt="Blue shark mascot holding a light pink heart" class="mw-100">
</a>
</div>
</div>
</div>
</section>
<section>
<div class="container py-lg-5">
<h1 class="display-4 mt-lg-5">Did somebody say <span class="text-gradient purple-pink">API</span>?</h1>
<h4>Build whatever you want on Glauca, why not start with our <a
href="https://docs.glauca.digital/api/">docs</a>?</h4>
</div>
</section>
<section>
<div class="container">
<h1 class="display-4 mt-5 text-center">Don't take our word for it<span
class="text-gradient yellow-orange">.</span></h1>
<h2 class="text-center">Listen to what our <span class="text-gradient yellow-orange">happy</span> customers say.
</h2>
<div class="row my-5 justify-content-center">
<div class="col col-12 col-lg-6 d-flex justify-content-center">
<div class="card">
<div class="card-body d-flex align-items-center">
<blockquote class="blockquote text-center mb-0">
<p>Thanks again to @GlaucaDigital for being so damn easy to use!!</p>
<footer class="blockquote-footer">
<span class="text-gradient blue-teal">N3K0</span>
</footer>
</blockquote>
</div>
</div>
</div>
<div class="col col-12 col-lg-6 mt-3 mt-lg-0 d-flex justify-content-center">
<div class="card">
<div class="card-body d-flex align-items-center">
<blockquote class="blockquote text-center mb-0">
<p>😍 the love for detail!</p>
<footer class="blockquote-footer">
<span class="text-gradient blue-teal">hexchen</span>
</footer>
</blockquote>
</div>
</div>
</div>
<div class="col col-12 col-lg-6 mt-3 d-flex justify-content-center">
<div class="card">
<div class="card-body d-flex align-items-center">
<blockquote class="blockquote text-center mb-0">
<p>This has been the quickest .de nameserver setup I've had.</p>
<footer class="blockquote-footer">
<span class="text-gradient teal-indigo">Milan</span>
</footer>
</blockquote>
</div>
</div>
</div>
<div class="col col-12 col-lg-6 mt-3 d-flex justify-content-center">
<div class="card">
<div class="card-body d-flex align-items-center">
<blockquote class="blockquote text-center mb-0">
<p>You are so awesome, I don’t know how to explain!</p>
<footer class="blockquote-footer">
<span class="text-gradient green-teal">zerosrc</span>
</footer>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</section>