-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (47 loc) · 1.96 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>Steven Heidel</title>
<link href="output.css" rel="stylesheet">
</head>
<body class="bg-gray-100 text-gray-900 font-sans p-3 md:p-10">
<div class="h-64 flex justify-center items-center">
<div class="max-w-lg text-center">
<h1 class="text-3xl font-bold">Hello, I'm Steven Heidel</h1>
<p class="text-xl my-4">🏠 San Francisco | 💼 OpenAI | 🏳️🌈 he/him</p>
<div class="flex justify-center gap-3 mt-4">
<a href="https://bsky.app/profile/stevenheidel.com" class="icon">
<img src="bluesky.svg" alt="Bluesky" class="h-8 w-8">
<span class="label">Bluesky</span>
</a>
<a href="https://github.com/stevenheidel" class="icon">
<img src="github.svg" alt="GitHub" class="h-8 w-8">
<span class="label">GitHub</span>
</a>
<a href="https://www.goodreads.com/user/show/26275473-steven-heidel" class="icon">
<img src="goodreads.svg" alt="Goodreads" class="h-8 w-8">
<span class="label">Goodreads</span>
</a>
<a href="https://www.instagram.com/stevenheidel" class="icon">
<img src="instagram.svg" alt="Instagram" class="h-8 w-8">
<span class="label">Instagram</span>
</a>
<a href="https://www.linkedin.com/in/stevenheidel" class="icon">
<img src="linkedin.svg" alt="LinkedIn" class="h-8 w-8">
<span class="label">LinkedIn</span>
</a>
<a href="https://medium.com/@stevenheidel" class="icon">
<img src="medium.svg" alt="Medium" class="h-8 w-8">
<span class="label">Medium</span>
</a>
<a href="https://twitter.com/stevenheidel" class="icon">
<img src="twitter.svg" alt="Twitter" class="h-8 w-8">
<span class="label">Twitter</span>
</a>
</div>
</div>
</div>
</body>
</html>