-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (42 loc) · 1.5 KB
/
Copy pathindex.html
File metadata and controls
49 lines (42 loc) · 1.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Allen Thomas</title>
<link rel="stylesheet" href="output.css">
</head>
<body class="flex justify-center h-screen">
<div class="max-w-xl mx-auto p-4">
<ul class="mt-10 flex font-mono">
<li class="mr-6">
<a class="hover:text-blue-800 font-black" href="#">me</a>
</li>
<li class="mr-6">
<a class="hover:text-blue-800 font-light" href="#">cv</a>
</li>
<li class="mr-6">
<a class="hover:text-blue-800 font-thin" href="#">thoughts</a>
</li>
<li class="mr-6">
<a class="" href="#">???</a>
</li>
</ul>
<div class="mt-10 text-left">
<section class="mx-auto w-full">
<section class="flex min-h-0 flex-col gap-y-3">
<h1 class="text-2xl font-bold">allen</h1>
<h3 class="custom-h3 font-nerd text-gray-500">i'm a data engineer, clojure developer and
football nerd</h3>
<h3 class="custom-h3 font-nerd text-gray-500"> i'll be attending uiuc for my masters in
computer science starting fall '24</h3>
<h3 class="custom-h3 font-nerd text-gray-500">this website will serve as a place to dump all
my thoughts, or at least the ones i deem worthy of being written
down</h3>
<h3 class="custom-h3 font-nerd text-gray-500"></h3>
</section>
</section>
</div>
</div>
</body>
</html>