-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (44 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
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Blaine Fahey</title>
<meta name="description" content="Chicago iOS developer">
<meta name="author" content="Blaine Fahey">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
</head>
<body>
<header role="banner">
<h1>Blaine Fahey</h1>
</header>
<aside role="complementary">
<p>I'm an avid runner, cyclist, and maker-of-things. I like to build iOS apps, coffee tables, desks, 3D printers, drones, computers, and gingerbread houses.</p>
</aside>
<main role="main">
<article>
<h3>Working On</h3>
<ul>
<li><a href="https://apps.apple.com/us/app/orangeqc/id324039524">OrangeQC</a>, a refreshingly simple inspection and ticketing app for facility management</li>
</ul>
<section>
<h3>Apps I've Made</h3>
<ul>
<li><a href="https://apps.apple.com/us/app/fanatics-gear-for-sports-fans/id712661687">Fanatics</a> (2015), an e-commerce app for one of the largest U.S. online sports retailers</li>
<li><a href="https://apps.apple.com/us/app/trunk-club/id635441999">Trunk Club</a> (2012), a wardrobe app that helps you find great clothes with a personal stylist</li>
<li>University of Illinois at Urbana-Champaign (2010), official university app with student directory, sports news, campus map, ADA building floor plans, and local weather updates</li>
</ul>
</section>
</article>
</main>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-2792607-4");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>