-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_me.html
68 lines (67 loc) · 3.1 KB
/
about_me.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>
<head>
<title>Pat Falconer - About Me</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-100567096-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-100567096-1');
</script>
</head>
<body>
<div id="wrapper">
<header id="header">
<ul class="icons">
<li><a href="index.html" class="icon fa-home alt"><span class="label">GitHub</span></a></li>
</ul>
<h1>About Me</h1>
</header>
<div id="main">
<section id="content" class="main">
<h2>Hi my name is Pat Falconer</h2>
<p>I am a developer who loves to find and build solutions to problems. I am always interested in learning a new framework, language or architecture design. When I am not heads down on a computer you can find me as the pool as the Head Varsity Boys Water Polo Coach at Latin High School.</p>
<p>I am also an avid player in Settler of Catan with my friends, and love to sail and be around the water in the summers. Inbetween my free time I spend a lot of time caring for my 4 rescued pets, 2 dogs (Bucky and Bruin), cat (Penny), and bunny (Baxter).</p>
</section>
</div>
<footer id="footer">
<section>
<h2> I Am Always Interested To Hear About New Opportunities</h2>
<ul class="actions">
<li><a href="assets/Resume.pdf" download="Pat_Falconer_Resume.pdf" class="button">Download Resume</a></li>
<li><a href="mailto:[email protected]" class="button">Contact Me!</a></li>
</ul>
</section>
<section>
<h2>Contact Information</h2>
<dl class="alt">
<dt>Address</dt>
<dd>160 W Burton Place Apartment 1R • Chicago, IL 60610 • USA</dd>
<dt>Phone</dt>
<dd>(847) 602-3738</dd>
<dt>Email</dt>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
</dl>
<ul class="icons">
<li><a href="https://github.com/P-J-FALCONER" class="icon fa-github alt"><span class="label">GitHub</span></a></li>
</ul>
</section>
<p class="copyright">© Pat Falconer</p>
</footer>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>