-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
46 lines (42 loc) · 2.07 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
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Alex Klarfeld</title>
<link href="main.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
<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-94074413-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="main">
<header>
<h1><span>Alex</span>Klarfeld</h1>
<ul class="links">
<li><a href="https://www.alexklarfeld.com/projects">Projects</a></li>
<li><a href="https://www.linkedin.com/in/alex-klarfeld-a2706848">LinkedIn</a></li>
<li><a href="https://www.forbes.com/profile/alex-klarfeld">Forbes</a></li>
</ul>
</header>
<section id="about">
<p> My name is Alex Klarfeld, I'm a software engineer living in San Francisco. I'm currently building
<a href="https://supergood.ai">Supergood</a>, a company that monitors the cost and performance of a company's 3rd party
API integrations.
</p>
<p>Before Supergood, I co-founded <a href="https://www.divvyhomes.com"> Divvy Homes </a>, a company helping Americans
bridge the gap between renting and owning a home.
</p>
<p> I enjoy hacking on projects in my free time, including
<a href="http://www.bubb.ie">Bubbie</a>, a personalized memory tracking
and training application for <a href="https://www.youtube.com/watch?v=786T9C-13oM">Alzheimer's patients.</a>
</p>
<p> I graduated Carnegie Mellon University in 2013 where I <a href="https://web.archive.org/web/20150905150141/http://www.ece.cmu.edu/news/story/2010/06/ecers_get_handson.html">
studied</a> Electrical and Computer Engineering.
</p>
</section>
</div>
</body></html>