-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
39 lines (36 loc) · 1.16 KB
/
about.html
File metadata and controls
39 lines (36 loc) · 1.16 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Patrick Canny</title>
<link href="styles.css" rel="stylesheet" />
<link rel="shortcut icon" type="image/png" href="./favicon.ico">
</head>
<body>
<div>
<div class="centeredMain margin">
<a href="./index.html">
<img href="./index.html" class="main" src="./new_hero.png" alt="pat">
</a>
<div class="about">
<h3>About Me</h3>
<p>
Hello! My name is Patrick. Thanks so much for visiting my website!
</p>
<p>
I work professionally as a software engineer, working across the tech stack to create useful and functional products.
</p>
<p>
While not working, I love hiking in the mountain west, brewing and tasting beautiful coffees, watching Survivor with my wife, and listening to Billy Strings.
</p>
<p>Best wishes, and safe travels on your journeys :)</p>
</div>
</div>
<br />
<a href="./index.html">
<h6>Return to Website Home</h6>
</a>
<br /><br /><br />
</body>
</html>