-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="manifest" href="/manifest.webmanifest">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" type="text/css" href="/main.css">
<title>Michael Meisel</title>
<script src="/main.js" type="module"></script>
</head>
<body>
<h1>
Michael Meisel
<social-links style="font-size: 0.75em"></social-links>
</h1>
<main class="image-grid">
<a href="work/" class="overlay-container">
<img src="/images/bond-flowchart.svg" alt="Professional Interests" class="pan-rl" />
<h2 class="overlay">Professional Interests</h2>
</a>
<a href="art/" class="overlay-container">
<img src="/images/thumb-observer.jpg" alt="Art and Design" class="pan-rl" />
<h2 class="overlay">Art and Design</h2>
</a>
<a href="about.html" class="overlay-container">
<img src="/images/thumb-about.jpg" alt="About Me" style="width: 100%" />
<h2 class="overlay">About Me</h2>
</a>
</main>
</body>
</html>