-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
71 lines (50 loc) · 1.93 KB
/
about.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link rel="Shortcut Icon" href="eye.ico">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="20 Eyes Contact" />
<meta name="keywords" content="contact" />
<meta name="author" content="Patrick White" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen"
/>
<title>20 Eyes Dot Org</title>
</head>
<body>
<div id="wrapper">
<?php include('includes/header.php'); ?>
<?php include('includes/nav.php'); ?>
<?php include('includes/sidebar.php'); ?>
<h1>Hi! My name is Patrick and I'm a nerd.</h1>
<p>
<img src="images/jenkinsconf.jpg" class=".banner-image">
</p>
<p>
Jenkins and I at Jenkins User Conference 2015
</p>
<h3>
I live in Brooklyn, NY with my partner, <a href="https://twitter.com/liannawoods", target="_blank">Lianna</a> and our cat. I'm a software test engineer working for a medium sized content delivery company based in Washington, DC. I grew
up in Maryland, and lived in DC until 2010 when I moved to Richmond, VA, then moved back to DC in 2014, and off to Brooklyn in 2015. I hate moving!
</h3>
<h3>
I love building and maintaining test infrastructure and automating as much possible.
</h3>
<h3>
My interests include but are not limited to Linux, Ruby, reading product reviews on
Amazon, and basketball.
</h3>
<h3>
In another life I worked in supply chain management or logistics.
</h3>
<p>
<img src="images/banner.png" class=".banner-image">
</p>
<p>
My desk in my old DC apartment
</p>
<h1><a href="https://github.com/Whitepatrick/resume", target="_blank">My Resume (.md & .pdf)</a>
<?php include('includes/footer.php'); ?>
</div>
</body>
</html>