-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
185 lines (164 loc) · 5.55 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>Etch Directory | About</title>
<meta name="description" content="The internet is full of companies called “Etch” so we made this handy list.">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
<meta name="apple-mobile-web-app-title" content="etch.directory">
<meta name="application-name" content="etch.directory">
<meta name="msapplication-TileColor" content="#b91d47">
<meta name="theme-color" content="#ffffff">
<style>
@font-face {
font-family: 'NunitoSans';
font-style: normal;
font-weight: 400;
font-display: fallback;
src: local('NunitoSans'), local('NunitoSans-Regular'),
url('/fonts/nunitosans-regular.woff2') format('woff2'),
url('/fonts/nunitosans-regular.woff') format('woff');
}
@font-face {
font-family: 'NunitoSans';
font-style: normal;
font-weight: 700;
font-display: fallback;
src: local('NunitoSans Bold'), local('NunitoSans-Bold'),
url('/fonts/nunitosans-bold.woff2') format('woff2'),
url('/fonts/nunitosans-bold.woff') format('woff');
}
@font-face {
font-family: 'NunitoSans';
font-style: normal;
font-weight: 900;
font-display: fallback;
src: local('NunitoSans Black'), local('NunitoSans-Black'),
url('/fonts/nunitosans-black.woff2') format('woff2'),
url('/fonts/nunitosans-black.woff') format('woff');
}
body {
-webkit-font-smoothing: antialiased;
color: #010101;
font-size: 16px;
text-align: center;
font-family: NunitoSans, 'Open Sans', 'Helvetica Neue', sans-serif;
max-width: 100vw;
}
@media (min-width: 38.4em) {
body {
font-size: 18px;
}
}
a {
color: inherit;
transition: background .3s;
}
a:hover,
a:focus,
a:active {
outline: 0;
background: rgb(242, 201, 76, .5);
}
a .emoji {
transition: transform .3s;
transform: scale(1);
transform-origin: left center;
}
a:hover .emoji {
transform: scale(1.1);
}
h1 {
font-weight: 900;
font-size: 2em;
margin: 0;
line-height: 1;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
section {
margin-bottom: 2em;
}
.emoji {
display: inline-block;
}
.header {
position: sticky;
top: 0;
display: flex;
padding: 1em .75em;
}
.header__logo a {
font-weight: 900;
text-decoration: none;
line-height: 1;
}
.header__nav {
margin-left: auto;
}
.wrap {
padding: 0 .75em;
max-width: 525px;
margin: 2em auto;
min-height: calc(100vh - 13em);
}
p {
font-size: 1.5em;
color: #333;
}
.footer {
font-size: .75em;
color: #828282;
margin: 5em 0 2em;
padding: 0 .75em;
}
.footer__list {
margin: 0 -1em;
}
.footer__list li {
display: inline-block;
padding: 0 1em;
}
</style>
</head>
<body>
<header class="header">
<div class="header__logo">
<a href="/"><span role="img" class="emoji">📒</span> etch.directory</a>
</div>
<nav class="header__nav">
<a href="/about">About</a>
</nav>
</header>
<main class="wrap">
<section class="intro">
<h1 class="intro__title">
About this directory
</h1>
</section>
<section>
<p>Many <span role="img" aria-label="moon">🌝</span>s ago, when <a href="https://etch.co/" target="_blank" rel="noopener noreferrer">we</a> first <span role="img" aria-label="launched">🚀</span> there were only a <span role="img" aria-label="hand">🤚</span>full of companies called Etch.</p>
<p>Back then it was easy to <span role="img" aria-label="keyboard">⌨️</span> the word into Google and <span role="img" aria-label="fish">🎣</span> the site you were <span role="img" aria-label="looking">👀</span> for.</p>
<p>But now there are <span role="img" aria-label="100">💯</span>s and it makes people <span role="img" aria-label="cry">😭</span> when they can’t find who they <span role="img" aria-label="love">❤️</span>.</p>
<p>So <a href="https://etch.co/" target="_blank" rel="noopener noreferrer">we</a> made the Etch Directory <span role="img">📒️</span> to help.</p>
<p><span role="img" aria-label="peace">✌️</span></p>
</section>
</main>
<footer class="footer">
<ul class="footer__list">
<li><span role="img">🍪</span> No cookies</li>
<li><span role="img">👀</span> No tracking</li>
<li><span role="img">😎</span> No worries</li>
</ul>
</footer>
<script data-goatcounter="https://etch.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>
</html>