-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 1.53 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
<!DOCTYPE html >
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Paul R. Dukes - Design Leader">
<title>Hi, I'm Paul</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/styles.css" rel="stylesheet">
</head>
<body >
<div class="wrap">
<section class="content">
<img src="imgs/paulrdukes-2019.jpg" alt="profile photo of the page author" class="avatar">
<div class="about">
<h1>Hi, I'm Paul</h1>
<p><em>Director, Product Design</em> @ <a href="https://viubyhub.com/" target="_blank">VIUbyHUB</a></p>
<p>I'm passionate about people, places, and also things.</p>
<a href="https://ca.linkedin.com/in/pauldukes" class="entypo-linkedin social-media" data-icon="linkedin" target="_blank">
<span class="visuallyhidden">LinkedIn</span>
</a>
</div>
</section>
<footer>
<span class="caption">This life is a work in progress.</span> <br>© 2023 | powered by <a href="https://pages.github.com" target="_blank">Github</a>
</footer>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-717796-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-717796-3');
</script>
</body>
</html>