-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
418 lines (343 loc) · 11.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 01101001 01101110 01100011 -->
<meta charset="utf-8"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="author" content="Paul Anthony Webb"/>
<meta name="description" content="Ideas Never Cease (!NC) is a one-man shop for all things neat and Internet. Run by Paul Anthony Webb, it began as a company to house his ideas."/>
<meta name="keywords" content="!nc, ideas, inc, never cease"/>
<meta name="title" content="Ideas Never Cease"/>
<meta name="theme-color" content="#010000"/>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="viewport-fit" content="cover"/>
<meta name="apple-mobile-web-app-title" content="Ideas Never Cease"/>
<meta name="application-name" content="Ideas Never Cease"/>
<meta name="msapplication-TileColor" content="#010000"/>
<meta name="msapplication-TileImage" content="/assets/apple-touch-icon.png"/>
<meta name="socii:site" content="inc"/>
<meta name="theme-color" content="#010000"/>
<meta property="og:image" content="/assets/og-image.png"/>
<meta property="og:image:height" content="720"/>
<meta property="og:image:width" content="1280"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://inc.sh"/>
<title>Ideas Never Cease ∙ Helping to make the 'Net a better place to be</title>
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml"/>
<link rel="mask-icon" href="/assets/favicon.svg" color="#010000"/>
<link rel="shortcut icon" href="/assets/favicon.ico"/>
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Karla:400,700,400i,700i"/>
<style>
*,
*::before,
*::after {
margin: 0; padding: 0;
box-sizing: inherit;
}
:root {
--color-black: #010000;
--color-cerulean: #07d0eb;
--color-gray: #343434;
--color-white: #fcfcfc;
}
html {
box-sizing: border-box;
}
body {
background-color: var(--color-black);
color: var(--color-white);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 12px;
padding-top: 2rem;
}
@media (min-width: 451px) {
body {
padding-left: 2rem;
}
}
@media (max-width: 450px) {
body {
padding-left: 1rem;
}
}
/*————— headings */
/*————— headings */
/*————— headings */
@media (min-width: 451px) {
h1 {
font-size: 2rem;
}
}
@media (max-width: 450px) {
h1 {
font-size: 1.5rem;
}
}
/*————— headings — h2 */
h2 {
margin-bottom: 0.5rem;
}
@media (min-width: 451px) {
h2 {
font-size: 1.5rem;
}
}
@media (max-width: 450px) {
h2 {
font-size: 1.25rem;
}
}
/*————— headings — title */
.title {
color: var(--color-gray);
letter-spacing: 0.05rem;
text-transform: uppercase;
}
/*————— sections */
/*————— sections */
/*————— sections */
header {
border-bottom: 1px solid var(--color-gray);
padding-bottom: 2rem;
}
@media (min-width: 451px) {
header {
padding-bottom: 2rem;
}
}
@media (max-width: 450px) {
header {
padding-bottom: 1rem;
}
}
/*————— sections — footer */
footer {
border-top: 1px solid var(--color-gray);
padding-bottom: 2rem;
}
@media (min-width: 451px) {
footer {
padding-top: 2rem;
}
}
@media (max-width: 450px) {
footer {
padding-top: 1rem;
}
}
footer span {
color: var(--color-gray);
}
/*————— sections — main */
main {
max-width: 800px;
padding-bottom: 1rem;
}
@media (min-width: 451px) and (max-width: 850px) {
main {
padding-right: 2rem;
}
}
@media (min-width: 451px) {
main {
padding-top: 2rem;
}
}
@media (max-width: 450px) {
main {
padding-top: 1rem;
padding-right: 1rem;
}
}
/*————— copy */
/*————— copy */
/*————— copy */
p {
letter-spacing: 0.025rem;
line-height: 1.33;
margin-bottom: 1.5rem;
}
@media (min-width: 451px) {
p {
font-size: 1.5rem;
}
}
@media (max-width: 450px) {
p {
font-size: 1.15rem;
}
}
/*————— copy — anchor */
a {
color: inherit;
font-weight: 600;
transition: color 0.2s;
}
a:hover {
color: var(--color-cerulean);
}
/*————— projects */
/*————— projects */
/*————— projects */
.table {
padding-top: 0.5rem;
}
@media (min-width: 451px) {
.table {
margin-bottom: 2rem;
}
}
@media (max-width: 450px) {
.table {
margin-bottom: 1rem;
}
}
/*————— projects — grid */
@media (min-width: 801px) {
.grid {
display: table;
table-layout: fixed;
width: 100%;
}
}
@media (max-width: 800px) {
.grid:first-of-type {
display: none;
}
.grid:nth-child(2) {
padding-bottom: 1.25rem;
}
.grid:not(:first-of-type):not(:nth-child(2)) {
padding-top: 1rem;
}
}
@media (min-width: 451px) and (max-width: 850px) {
.grid:not(:first-of-type):not(:nth-child(2)) {
padding-bottom: 1.25rem;
}
}
@media (max-width: 450px) {
.grid:not(:first-of-type):not(:nth-child(2)) {
padding-bottom: 1rem;
}
}
.grid:first-of-type {
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 0.05rem;
position: relative;
}
.grid:not(:first-of-type) {
border-bottom: 1px solid var(--color-gray);
font-size: 1rem;
}
/*————— projects — column */
.col {
cursor: default;
overflow: hidden;
line-height: 1.33;
}
@media (min-width: 801px) {
.col {
display: table-cell;
padding: 0.75rem 1rem 0.75rem 0;
vertical-align: middle;
}
}
.col a {
white-space: nowrap;
}
</style>
</head>
<body>
<header>
<h1>inc <small class="title">· ideas never cease</small></h1>
</header>
<main>
<h2 class="title">intro</h2>
<p><strong>Ideas Never Cease</strong>, a company name and a universal truth. Ideas encompass our lives and everything we do. Why think "outside of the box" when you can <strong>think outside of the sphere</strong> that contains this box? Our mission is simple: to <strong>delight</strong>, <strong>inform</strong>, and <strong>change the world</strong>. And then, <strong>other worlds</strong>. 😁</p>
<h2 class="title">projects</h2>
<section class="table">
<div class="grid">
<div class="col">name</div>
<div class="col">description</div>
<div class="col">url</div>
</div>
<div class="grid">
<div class="col">Aries</div>
<div class="col">Web Browser</div>
<div class="col">—</div>
</div>
<div class="grid">
<div class="col">BackOffice</div>
<div class="col">Everything you need to run your business</div>
<div class="col">—</div>
</div>
<div class="grid">
<div class="col">Beachfront</div>
<div class="col"><del>Domain portfolio management</del> Registrar for the Neue Internet</div>
<div class="col">—</div>
</div>
<div class="grid">
<div class="col">Chew</div>
<div class="col">Analytics you can count on</div>
<div class="col"><a href="https://chew.sh" title="Chew, analytics you can count on">chew.sh</a></div>
</div>
<div class="grid">
<div class="col">dsgn.</div>
<div class="col">Design Services for the Good Natured</div>
<div class="col"><a href="https://dsgn.agency" title="dsgn., Design Services for the Good Natured">dsgn.agency</a></div>
</div>
<div class="grid">
<div class="col">FRSH×BTS</div>
<div class="col">Music production</div>
<div class="col">—</div>
</div>
<div class="grid">
<div class="col">hikari</div>
<div class="col">MMBN-inspired operating "system"</div>
<div class="col"><a href="https://hikar.io" title="hikari, MMBN-inspired operating 'system'">hikar.io</a></div>
</div>
<div class="grid">
<div class="col">Neuenet</div>
<div class="col">Registry for the Neue Internet</div>
<div class="col"><a href="https://neuenet.com" title="Registry for the Neue Internet">neuenet.com</a></div>
</div>
<div class="grid">
<div class="col">Pidge</div>
<div class="col"><del>IMAP</del> JMAP client</div>
<div class="col">—</div>
</div>
<div class="grid">
<div class="col">socii</div>
<div class="col">A better social network</div>
<div class="col"><a href="https://socii.network" title="Socii, a better social network">socii.network</a></div>
</div>
<div class="grid">
<div class="col">VendoMarket</div>
<div class="col">eCommerce platform</div>
<div class="col">—</div>
</div>
<div class="grid">
<div class="col">WEÖM</div>
<div class="col">Space-centric lifestyle brand</div>
<div class="col"><a href="https://weom.space" title="WEÖM, space-centric lifestyle brand">weom.space</a></div>
</div>
</section>
<p>We are committed to developing plumbing for what we call the "Neue Internet," starting with a Handshake <a href="https://neuenet.com" title="Registry for the Neue Internet">registry</a> and <a href="https://twitter.com/beachfront_" title="Registrar for the Neue Internet">registrar</a>.</p>
<p>Work on socii and other products will continue once those are launched.</p>
</main>
<footer>
© 1988—<script>
(() => {
const x = document.getElementsByTagName("script");
const y = x[x.length - 1];
const z = document.createTextNode((new Date()).getFullYear());
y.parentNode.insertBefore(z, y);
})();
</script><noscript>∞</noscript> Ideas Never Cease. All Rights Reserved.<br/><br/>
<span>Last updated 2021.07.19</span>
</footer>
</body>
</html>