-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (29 loc) · 1.31 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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stephen Mottershead</title>
<link rel="stylesheet" href="/assets/css/main.css">
</head>
<body>
<header>
</header>
<section class="container">
<h1>STEPHEN</h1>
<h1>MOTTERSHEAD</h1>
<ul role="list" class="social-links">
<li class="twitter" aria-label="Twitter"><a href="https://twitter.com/SMMottershead">{% include socials/Twitter-logo.html %}</a></li>
<li class="sketchfab" aria-label="Sketchfab"><a href="https://sketchfab.com/smmottershead">{% include socials/sketchfab-logo.html %}</a></li>
<li class="artstation" aria-label="Artstation"><a href="https://www.artstation.com/smmottershead">{% include socials/ArtStation-logo.html %}</a></li>
<li class="youtube" aria-label="Youtube"><a href="https://www.youtube.com/channel/UC7YByLfzcMs_3m6GkLBFzMw">{% include socials/YouTube-logo.html %}</a></li>
<li class="bmac" aria-label="Buy Me A Coffee"><a href="https://www.buymeacoffee.com/SMMottershead">{% include socials/bmc-logo.html %}</a></li>
</ul>
</section>
<footer>
</footer>
</body>
</html>