-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (65 loc) · 2.73 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
<!doctype html>
<html ⚡ lang="en">
<head>
<!-- meta -->
<title>Henrik Rypkema</title>
<meta name="title" content="">
<meta name="description" content="">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<link rel="canonical" href="/">
<!-- opengraph -->
<!-- favicon -->
<link rel="icon" type="image/png" href="/favicon.ico">
<!-- amp -->
<script async src="https://cdn.ampproject.org/v0.js"></script>
<style amp-boilerplate>
body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}
</style>
<noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<!-- assets -->
<!-- styles -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tachyons/4.7.4/tachyons.min.css"></head>
<style>.bg-orange{background: #FF5722;}</style>
<body>
<article class="vh-100 dt w-100 sans-serif bg-orange">
<div class="dtc v-mid black">
<main class="cf pa3 pa4-m pa5-l mw9 center">
<div class="fr w-100 w-80-l">
<p class="f4 b mb5">
Henrik Rypkema
</p>
<h1 class="f-headline lh-solid mt0 mb4 mb5-ns">
h.
</h1>
</div>
<div class="f4 lh-copy fl w-100 mb4">
<div class="fl-ns w-100 w-20-l pr3-m pr5-l">
<p class="dn db-l">→</p>
<p class="dn-l">↓</p>
</div>
<div class="fl-ns w-50-m w-20-l pr3-m pr5-l">
<p>
<a href="https://codepen.io/h" class="dib black no-underline grow">Codepen</a>
</p>
</div>
<div class="fl-ns w-50-m w-20-l pr3-m pr5-l">
<p>
<a href="https://github.com/henrikr" class="dib black no-underline grow">Github</a>
</p>
</div>
<div class="fl-ns w-50-m w-20-l pr3-m pr5-l">
<p>
<a href="https://twitter.com/hnnrrk" class="dib black no-underline grow">Twitter</a>
</p>
</div>
<div class="fl-ns w-50-m w-20-l pr3-m pr5-l">
<p>
<a href="mailto:[email protected]" class="dib black no-underline grow">Email</a>
</p>
</div>
</div>
</main>
</div>
</article></body>
</html>