-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (55 loc) · 1.41 KB
/
index.html
File metadata and controls
58 lines (55 loc) · 1.41 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Made Out</title>
<meta name="description" content="Design and thought experiments.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css" />
<style>
body {
margin : 1.5em;
font-family: 'Roboto', sans-serif;
font-size: 12pt;
background: black;
color: white;
}
h1 {
font-size : 7em;
text-transform: uppercase;
font-weight: 400;
padding: 0;
margin:0
}
h3 {
font-size : 4em;
padding: 0;
margin:0;
font-weight: 400;
color: lightgrey;
}
a {
text-decoration: none;
color: grey;
}
.contact {
color: lightgrey;
position: absolute;
bottom:1em;
font-size: 1.5em;
line-height: 1.3em;
}
</style>
</head>
<body>
<h1>Made out</h1>
<h3>Design and thought experiments.</h3>
<p class="contact">
research / training / consulting <br>
<a href="mailto:contact@madeout.net">contact@madeout.net</a>
</p>
</body>
</html>