-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (48 loc) · 1.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Clay Dugo</title>
<link rel="stylesheet" href="stylesheet.css">
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
<link rel="manifest" href="assets/site.webmanifest">
</head>
<body>
<main>
<img src="assets/profile_pic.png" class="profile-pic">
<h2>Clay Dugo</h2>
<div class="icons">
<a href="mailto:[email protected]" target="_blank"
rel="noopener noreferrer">
<img src="assets/at.svg" class="social-icon">
</a>
<a href="https://github.com/claydugo" target="_blank"
rel="noopener noreferrer">
<img src="assets/github.svg" class="social-icon">
</a>
<a href="https://www.linkedin.com/in/claydugo/" target="_blank"
rel="noopener noreferrer">
<img src="assets/linkedin.svg" class="social-icon">
</a>
<a href="https://orcid.org/0009-0004-6499-9068"
target="_blank" rel="noopener noreferrer">
<img src="assets/orcid.svg" class="social-icon">
</a>
<a href="/beermap">
<img src="assets/untappd.svg" class="social-icon">
</a>
<a href="https://www.imdb.com/user/ur84423387" target="_blank"
rel="noopener noreferrer">
<img src="assets/imdb.svg" class="social-icon">
</a>
<a href="https://goodreads.com/claydugo" target="_blank"
rel="noopener noreferrer">
<img src="assets/goodreads.svg" class="social-icon">
</a>
</div>
</main>
</body>
</html>