-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (102 loc) · 3.37 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
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vitresoft | Witryna niedostępna</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div class="wrapper">
<section class="banner">
<img alt="" src="./assets/404_moon.svg" aria-hidden="true" />
</section>
<main class="main">
<p class="main__domain">kwadratowa.tv</p>
<h1 class="main__title">Ta witryna jest obecnie niedostępna</h1>
</main>
<section class="card_wrapper">
<article class="card">
<img
title="logo kwadratowa.tv"
alt="logo kwadratowa.tv"
src="./assets/kwadratowa_logo.svg"
/>
<div>
<h2 class="card__title">Projekt kwadratowa.tv</h2>
<p class="card__text">
Projekt na który próbujesz wejść jest obecnie niedostępny.
Kwadratowa TV to serwer Minecraft zrzeszający najpopularniejszych
polskich influencerów gamingowych. Ponad 60 twórców i 200 tysięcy
widzogodzin livestreamów dziennie. Projekt regularnie uczestniczy
w akcjach charytatywnych.
</p>
<div class="card__options">
<p class="card__options__text">Więcej informacji</p>
<a
title="Portfolio Vitresoft"
href="https://vitresoft.com"
target="_blank"
class="link"
aria-label="Portfolio Vitresoft"
>@Vitresoft</a
>
<a
title="Hosting Craftserve"
href="https://craftserve.com"
target="_blank"
class="link"
aria-label="Hosting Craftserve"
>@Craftserve.com</a
>
</div>
</div>
</article>
<article class="card">
<div>
<h3 class="card__title">Zapisz się do newslettera</h3>
<p class="card__text">
Otrzymuj najnowsze informacje odnośnie projektów i nie tylko
dzięki naszemu newsletterowi!
</p>
<form
action="https://listmonk.craftserve.com/subscription/form"
method="post"
class="form"
novalidate
aria-labelledby="newsletter"
>
<input
type="hidden"
name="l"
value="aa3a4734-aa82-4d63-ab98-06f16342bbf5"
/>
<input
placeholder="Wpisz swój adres email"
required
name="email"
type="email"
class="form__input"
/>
<button type="submit" class="form__button">
Dołącz
<img
width="26px"
alt=""
height="26px"
aria-hidden="true"
src="./assets/newsletter_send_icon.svg"
/>
</button>
</form>
</div>
</article>
</section>
</div>
<script
async
src="https://umami.craftserve.com/script.js"
data-website-id="e6437fab-db55-44fd-8df2-78322f172d9a"
></script>
</body>
</html>