-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (36 loc) · 1.32 KB
/
index.html
File metadata and controls
39 lines (36 loc) · 1.32 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">
<img class="main" src="new_hero.png" alt="Me">
<h3 class="center-text">Pat Canny</h3>
<div class="center-text">
<a href="https://www.github.com/patrickcanny"><img class="icon" src="icons/github.png" /></a>
<a href="mailto:hirepatrickcanny@gmail.com"><img class="icon" src="icons/email.png" /></a>
<a href="https://www.linkedin.com/in/patrick-canny-191650101/"><img class="linkedin"
src="icons/linkedin.png" /></a>
</div>
<div class="res center-text" title="Resume">
<a href="patrick_canny_resume.pdf">
<h5>Resume</h5>
</a>
<a href="./blog/blog.html">
<h5>Blog</h5>
</a>
<a href="./about.html">
<h5>About</h5>
</a>
<br />
</div>
</div>
</div>
</body>
</html>