-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.57 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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>gabrielf11</title>
<meta name="description" content="a small website to store my projects and stuff">
<link rel="icon" href="media/favicon.ico" sizes="any">
<link rel="apple-touch-icon" href="media/apple-touch-icon.png">
<link href="/dist/output.css" rel="stylesheet">
</head>
<body class="bg-white text-black dark:bg-slate-800 dark:text-white text-center">
<h1 class="text-5xl md:text-7xl font-black p-5 transition-all">gabrielf11</h1>
<caption class="transition-all">welcome. there's not much here at the moment...</caption>
<div class="flex flex-col mt-5">
<p>external</p>
<a href="https://youtube.com/@gabrielf111" class="text-3xl md:text-4xl hover:text-red-400 hover:text-5xl hover:font-bold transition-all">youtube</a>
<a href="https://github.com/gabrielf11" class="text-3xl md:text-4xl hover:text-blue-400 hover:text-5xl hover:font-bold transition-all">github</a>
<p>other</p>
<a href="/imbored" class="text-3xl md:text-4xl hover:text-teal-400 hover:text-5xl hover:font-bold transition-all">imbored</a>
<a href="/music" class="text-3xl md:text-4xl hover:text-orange-500 hover:text-5xl hover:font-bold transition-all">"music"</a>
<a href="/educational-duck" class="text-3xl md:text-4xl hover:text-green-500 hover:text-5xl hover:font-bold transition-all">test game</a>
</div>
<!-- npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch -->
</body>
</html>