-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
36 lines (36 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mac's personal website</title>
<meta charset="utf-8">
<meta property="og:title" content="Mac's personal website">
<meta property="og:description" content="I make software and I specialize in DevOps, security, platform engineering, and site reliability engineering.">
<meta property="og:image" content="https://www.macchaffee.com/static/favicon.png">
<meta name="description" content="I make software and I specialize in DevOps, security, platform engineering, and site reliability engineering.">
<meta name="image" content="https://www.macchaffee.com/static/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#f3ede0">
<link rel="shortcut icon" href="static/favicon.png" type="image/png">
<link href="static/styles.css" rel="stylesheet">
</head>
<body>
<div>
<img class="picture-circle" src="static/avatar.jpg" alt="A picture of Mac Chaffee (pronounced CHAY-fee) sitting at a table while smiling with his hands clasped together in front of him."/>
</div>
<h1>Hi! I'm Mac Chaffee.</h1>
<h2>I create and deploy software with a focus on DevOps, security, platform engineering, and site reliability engineering.</h2>
<main>
<div class="row">
<a href="https://github.com/mac-chaffee"><img role="link" class="picture-button" src="static/github.svg" alt="Mac's Github" /></a>
<a href="https://gitlab.com/users/mac-chaffee/projects"><img role="link" class="picture-button" src="static/gitlab.svg" alt="Mac's GitLab" /></a>
<div class="column">
<a href="blog"><img role="link" class="picture-button" src="static/blog.svg" alt="Mac's blog" /></a>
<a class="movies-link" href="movies">Movie Reviews</a>
</div>
<a href="static/resume.pdf"><img role="link" class="picture-button" src="static/resume.svg" alt="Mac's resumé as a PDF"/></a>
</div>
</main>
<footer>
</footer>
</body>
</html>