-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
137 lines (119 loc) · 4.66 KB
/
index.html
File metadata and controls
137 lines (119 loc) · 4.66 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Snally</title>
<meta
name="description"
content="Snally is a sandbox for strange web builds, offbeat data work, and creative technical experiments."
/>
<meta name="theme-color" content="#0c0118" />
<meta name="color-scheme" content="dark" />
<link rel="canonical" href="https://snally.com/" />
<link rel="icon" href="/assets/snally-logo.png" type="image/png" />
<link rel="preload" as="image" href="/assets/snally-logo.png" />
<meta property="og:site_name" content="Snally" />
<meta property="og:title" content="Snally" />
<meta
property="og:description"
content="A sandbox for strange web builds, offbeat data work, and creative technical experiments."
/>
<meta property="og:url" content="https://snally.com/" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://snally.com/assets/snally-logo.png" />
<meta property="og:image:alt" content="Snally logo" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Snally" />
<meta
name="twitter:description"
content="A sandbox for strange web builds, offbeat data work, and creative technical experiments."
/>
<meta name="twitter:image" content="https://snally.com/assets/snally-logo.png" />
<meta name="twitter:image:alt" content="Snally logo" />
<link rel="stylesheet" href="/style.css" />
<meta name="robots" content="index,follow" />
</head>
<body>
<a class="skip-link" href="#content">Skip to content</a>
<main id="content" tabindex="-1">
<header class="hero" aria-labelledby="site-title">
<img
src="/assets/snally-logo.png"
alt=""
aria-hidden="true"
class="logo"
width="200"
height="256"
loading="eager"
fetchpriority="high"
decoding="async"
/>
<h1 id="site-title" class="title">Snally</h1>
<p class="tagline">
Where cryptids code, data shapeshifts, and experiments escape the lab.
</p>
<section class="description" aria-labelledby="about-snally">
<h2 id="about-snally" class="sr-only">About Snally</h2>
<p>
Have you ever seen a
<span class="snally-pop">
<button
type="button"
class="snally-pop__trigger"
aria-expanded="false"
aria-controls="snally-tooltip"
aria-describedby="snally-tooltip"
>
Snallygaster
</button>
<span id="snally-tooltip" class="snally-pop__panel" aria-hidden="true">
<strong>Snallygaster</strong><br />
A Mid-Atlantic cryptid shaped as much by early twentieth century newspapers as by
folklore.<br />
Some tellings carried the prejudices of their time.<br />
We borrow the name for work that is stitched together, restless, and hard to pin
down.
</span>
</span>
?
</p>
<p>
Descriptions never agree. Wings, beak, claws, rumor. A stitched-together thing built
from contradiction and still mutating.
</p>
<div class="flow-media">
<img
class="flow-media__img"
src="/assets/charging-snally.png"
alt=""
aria-hidden="true"
width="500"
height="375"
loading="lazy"
decoding="async"
/>
<p>
Snally is a sandbox for strange web builds, offbeat data work, and creative technical
experiments, where folklore trades campfire stories for JavaScript, CSS, Python, and
Quarto.
</p>
<p>
Interfaces bend. Numbers turn playful. Ideas get tested in public and can stay a
little unfinished.
</p>
</div>
<p>
Think of it as a garage after midnight. Lights on. Coffee brewing. Code flickering.
Wander in and see what hatched today.
</p>
</section>
<nav class="links" aria-label="Snally links">
<a href="https://github.com/snally-dev" class="btn" rel="me">GitHub</a>
<a href="mailto:caleb@typeerror.com" class="btn">Contact</a>
</nav>
</header>
</main>
<script src="/popover.js" defer></script>
</body>
</html>