-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (71 loc) · 3.78 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
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
<link rel='stylesheet' href='css/style.css' type='text/css' />
<title>Devin Finzer</title>
<meta name="p:domain_verify" content="825e115f6a6a5f9bc02969279a396737"/>
<meta name="google-site-verification" content="VF_x7yMUSSi47rKjuPcIoMGLonFbvZgn4ZONEMuO9-I" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-16848831-8', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<div class="row">
<h1 class="main-title">Devin Finzer</h1>
</div>
<div class="row">
<p>Full stack software developer, life hacker, productivity enthusiast. Amateur music producer.</p>
</div>
<br/>
<hr><hr>
<br/>
<div class="row">
<h2>Featured writing</h2>
<br/>
<p>
<a href="https://medium.com/@devinfinzer/an-alias-for-new-aliases-c6500ae0f73e" target="_blank">An alias for new aliases</a><br/> Beef up your command line with a faster way to add new aliases.
<br/><br/>
<a href="https://medium.com/@devinfinzer/on-laziness-26d7a9f32066" target="_blank">On laziness</a><br/>Why it's important to be unlazy about being lazy.
<br/><br/>
<a href="https://medium.com/@devinfinzer/exploration-vs-exploitation-b17612698511" target="_blank">Exploration vs. exploitation</a><br/>A guiding principal of life, inspired by AI.
</p>
</div>
<br/>
<br/>
<div class="row">
<h2>Featured projects</h2>
<br/>
<p>
<a href="https://medium.com/the-lazy-developer/" target="_blank">The Lazy Developer</a><br/>A blog about developer tools and productivity hacking.
<br/><br/>
<a href="https://www.claimdog.com" target="_blank">Claimdog</a><br/>The highest coverage search engine for unclaimed property.
<br/><br/>
<a href="https://itunes.apple.com/us/app/eye-chart-pro-test-vision/id364802332?mt=8" target="_blank">Eye Chart Pro</a><br/>An eye chart app for iOS. Over 1 million downloads.
<br/><br/>
<a href="https://www.trycarrierpigeon.com" target="_blank">CarrierPigeon</a><br/>The fastest way to mail letters online.
</p>
</div>
<br/>
<br/>
<div class="row">
<h2>Find me</h2>
<br/>
<p>
<a href="https://www.twitter.com/dfinzer" target="_blank">Twitter</a> |
<a href="https://medium.com/@devinfinzer/" target="_blank">Medium</a> |
<a href="https://facebook.com/dfinzer" target="_blank">Facebook</a> |
<a href="https://www.linkedin.com/in/devin-finzer-88971816" target="_blank">LinkedIn</a> |
<a href="https://www.github.com/dfinzer" target="_blank">Github</a>
</p>
</div>
<br/>
<br/>
</div>
</body>
</html>