-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (73 loc) · 3.98 KB
/
index.html
File metadata and controls
93 lines (73 loc) · 3.98 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
<!doctype html>
<html lang="it">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Ghòstati</title>
<meta name="description" content="Gòstati, diventa fantasma, sfuggi al riconoscimento facciale" />
<!-- Se mi rompi il cazzo perchè ho messo dei google fonts: hai ragione e fai bene. -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin />
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net" />
<link
href="https://fonts.googleapis.com/css2?family=League+Script&family=Outfit:wght@400;600;700;800;900&family=JetBrains+Mono:wght@400;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="styles/index.css" />
<link rel="stylesheet" href="styles/ghostati.css" />
<link rel="canonical" href="https://sindacato.nina.watch/ghostati/" />
<meta name="robots" content="index, follow, max-image-preview:large">
<meta property="description"
content="Diventa un fantasma, sviluppa e testa camuffamenti anti-riconoscimento biometrico." />
<meta property="og:title" content="Ghòstati" />
<meta property="og:description"
content="Diventa un fantasma, sviluppa e testa camuffamenti anti-riconoscimento biometrico." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sindacato.nina.watch/ghostati/" />
<meta property="og:image" content="https://sindacato.nina.watch/ghostati/images/ghostati-hero.png" />
<meta property="og:site_name" content="NINA" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Ghòstati, col Trucco Avverso" />
<meta name="twitter:description"
content="Strumento che usa la webcam per insegnarti camuffamenti anti-riconoscimento biometrico - Sviluppa il trucco/plugin!" />
<meta name="twitter:image" content="https://sindacato.nina.watch/ghostati/images/ghostati-hero.png" />
<meta name="theme-color" content="#9f7aea" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="sitemap" type="application/xml" title="Sitemap" href="sitemap.xml" />
</head>
<body>
<header class="ghost-topbar" id="ghostTopbar">
<p class="ghost-topbar__progress" id="revealProgress" aria-live="polite">0%</p>
<button class="ghost-topbar__toggle" id="ghostMenuToggle" type="button" aria-expanded="false"
aria-controls="ghostTopbarMenu" aria-label="Apri menu">
<span>☰</span>
</button>
<nav class="ghost-topbar__nav" aria-label="Workshop e progetto">
<ul class="ghost-topbar__links" id="ghostTopbarMenu">
<li><a href="https://supporta.nina.watch/NINA/Festival/8/" target="_blank" rel="noopener noreferrer">Milano · 9
Maggio</a></li>
<li><a href="https://supporta.nina.watch/NINA/roma/26/" target="_blank" rel="noopener noreferrer">Roma · 10
Maggio</a></li>
<li><a href="https://github.com/vecna/ghostati" target="_blank" rel="noopener noreferrer">codice</a></li>
<li><a href="https://sindacato.nina.watch/it/iniziative/ghostati/">progetto</a></li>
</ul>
</nav>
</header>
<main class="ghost-hero" id="ghostHero" data-target="ghostati.html">
<canvas class="ghost-hero__veil" id="ghostVeil" aria-hidden="true"></canvas>
<img class="ghost-hero__image" src="images/ghostati-hero.png"
alt="Immagine semi-temporanea di un volto generato con un lamerissimo servizio." />
<a class="ghost-hero__wordmark" id="ghostLink" href="ghostati.html" aria-disabled="true" tabindex="-1">
<h1 class="wordmark__layer">Ghòstati!
<br>Nessun dato
<br>biometrico
<br>sarà inviato
<br>all'esterno
</h1>
</a>
</main>
<script src="scripts/index-effect.js"></script>
</body>
</html>