blob: 61f0126f2eaf7a3915fe2b826ab6f53309823d6b (
plain)
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
|
<!doctype html>
<html lang="en"><head>
<meta charset="utf-8" />
<title>nomath.org</title>
<meta name="description" content="we are a collective of hackers. we “avoid success at all costs”." />
<link rel="icon" href="https://static.nomath.org/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style type="text/css">
/* fonts */
@font-face {
font-family: 'CMU Typewriter Text Variable Width';
src: url('cmunvt.otf'); }
/* layout */
* {
box-sizing: border-box; }
html {
width: 100%;
max-width: 600px; }
body {
margin: 10px; }
/* typography */
html {
font: 16px 'CMU Typewriter Text Variable Width', serif;
color: black;
hyphens: auto; }
h1, h2, h3 {
font-size: 1rem;
font-weight: normal; }
h1 {
font-weight: bold;
font-style: italic; }
h1, h2, h3, p {
margin-top: 10px;
margin-bottom: 10px;
white-space: pre-wrap; }
/* links */
a:link, a:hover {
color: coral; }
a:visited {
color: chocolate; }
a:focus {
outline: dashed darkorange; }
</style></head><body>
<h1>nomath.org</h1>
<h2>we are a collective of hackers. we <em>“avoid success at all costs”</em>.</h2>
<h3>we invite you to check out <a href="https://code.nomath.org">our projects</a>!</h3>
|