-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>matt ratleph</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Matt Ratleph">
<meta name="description" content="Portfolio of Matt Ratleph: christian, minimalist, hacker, and creator.">
<meta name="keywords" content="portfolio, robert, matthew, matt, ratleph, christian, minimalist, hacker, creator">
<link rel="icon" href="img/favicon.png">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<header>
<img src="img/avatar.png" height="100" width="100" alt="avatar">
<h1>Matt Ratleph</h1>
<p>Christian. Minimalist. <a href="https://github.com/mattratleph">Hacker</a>. <a href="https://mattratleph.bandcamp.com/">Creator</a>.</p>
</header>
<main>
<iframe style="border: 0; width: 100%; height: 42px;" src="https://bandcamp.com/EmbeddedPlayer/album=93902563/size=small/bgcol=ffffff/linkcol=63b2cc/transparent=true/" seamless><a href="https://mattratleph.bandcamp.com/album/renew">renew by matt ratleph</a></iframe>
</main>
<footer>
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0, Some Rights Reserved</a>
</footer>
</body>
</html>