-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (33 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible"
content="ie=edge">
<title>Justin Boyson: Front End Enthusiast</title>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css" />
<link rel="stylesheet"
href="styles.css">
</head>
<body>
<img class="hero-image"
src="Diagram.png"
alt="Venn diagram scientifically proving Justin is cross between Tony Stark, Peter Parker, and Groot...yeah I don't get it either."
title="That's me in the middle."
srcset="">
<p>
<a href="https://www.linkedin.com/in/justindavidboyson/">Linked In</a> .
<a href="https://github.com/unclejustin">Github</a> .
<a href="https://www.instagram.com/___thisjustin/">Instagram</a>
</p>
<p class="attribution">
<a href="https://codepen.io/P1N2O/pen/pyBNzX"
target="_blank">Background css</a> shamelessly pilfered from
<a href="https://codepen.io/P1N2O"
target="_blank">Manuel Pinto</a>.
</p>
</body>
</html>