-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (50 loc) · 2.06 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
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
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
<head>
<title>Hi, I'm Pat</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Patrick W. Roach Designs">
<meta property="og:description" content="Illustration, Graphic Design, Concept Art">
<meta property="og:url" content="http://www.patrickwroach.com/">
<meta property="og:image" content="images/portfolio/flamehand.svg">
<meta charset="utf-8">
<link type="text/css" rel="stylesheet" href="styles/main-styles.css">
<link rel="stylesheet" href="scripts/src/css/swipebox.min.css">
<link rel="icon" href="images/web-assets/icon.png">
<link href="https://fonts.googleapis.com/css?family=Average Sans" rel="stylesheet">
</head>
<body>
<div class="content-container black" id="nav">
<a href="/pwr.com">
<div id="infinity-keeper">
<div id="infinity-container-small">
<div id="infinity">
</div>
<div class="cubeLines">
</div>
<div class="cubeLines left">
</div>
<div class="cubeLines right">
</div>
</div>
</div>
</a>
<div class="content">
<ul>
<li><a href="/pwr.com/artwork">artwork</a></li>
<li><a href="/pwr.com/webwork">webwork</a></li>
<li><a href="/pwr.com/contact">contact</a></li>
</ul>
</div>
</div>
<div class="content-container dark" id="landing">
<div class="content">
<p>Hi, I'm <span>Pat</span>. I am a creative web designer, UX consultant and illustrator. I am also pretty charming.</p>
</div>
</div>
<div class="content-container black" id="footer">
<p>© Patrick Roach | <script type="text/javascript">
document.write(new Date().getFullYear());
</script></p>
</div>
</body>
</html>