-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (67 loc) · 1.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-17597788-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-17597788-3');
</script>
<meta charset="utf-8"/>
<title>ಠ_ಠ</title>
<style>
body {
font-family:Helvetica;
font-size:large;
color:black;
background-color:white;
margin-top:50px;
}
section {
position:relative;
width:700px;
margin:0 auto;
}
h1 {
font-size:48px;
margin:0;
}
a {
color:black;
}
a:hover {
color:red;
}
img {
border:0px none;
padding:2px 2px 0px 0px;
}
</style>
</head>
<body>
<section>
<h1>Matthew Finkel</h1>
<p>
I make the computers talk
</p>
<img alt="QR Code" src="qr.png" />
<p>
Senior SRE at <a href="https://ziprecruiter.com/">ZipRecruiter</a><br/>
</p>
<p>
<a href="https://www.mixcloud.com/fffinkel/">Mixcloud</a><br/>
<a href="https://www.instagram.com/matt.fucking.finkel">Instagram</a><br/>
<a href="https://github.com/fffinkel">GitHub</a><br/>
<a href="https://www.linkedin.com/in/matthewfinkel/">LinkedIn</a><br/>
</p>
<p>
<a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Fmfinkel.net%2F">HTML5 Valid</a><br/>
<a href="http://jigsaw.w3.org/css-validator/validator?uri=mfinkel.net">CSS3 Valid</a><br/>
<a href="javascript:document.body.contentEditable='true'; document.designMode='on'; void 0">Edit this page</a>
</p>
<img alt="Barf" src="rainbows.png" />
</section>
</body>
<!-- Lij3NBZxMSX2HCZyMCjfMCXxLf== -->
</html>