-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (30 loc) · 1.49 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>typon's website</title>
<link href="css/generated.css" rel="stylesheet">
</head>
<body class="bg-gray-600">
<div class="grid grid-cols-12">
<div class="p-4 hidden col-span-3 md:block bg-orange-100 grid grid-rows-2 justify-items-stretch min-h-screen">
<div id="sidebar-header" class="font-urdu justify-self-center text-center p-6 border-8 border-slate-800 ring-2 ring-slate-800 ring-offset-8 ring-offset-orange-100">
<span class="text-6xl text-amber-600">حَسَن</span>
<span class="text-6xl text-orange-900">فاروق</span>
</div>
<div class="bg-black-100 h-1">
<!-- Divider -->
</div>
</div>
<!-- <div id="main" class="col-span-12 md:col-span-9 bg-[#fffff8]"> -->
<div id="main" class="p-4 col-span-12 md:col-span-9 bg-orange-50">
<h1 class="text-md text-amber-600 text-center">﷽</h1>
<h2 class="font-niceserif text-2xl text-slate-800 font-semibold">Posts</h1>
<ul class="font-niceserif list-inside mt-4 text-lg text-slate-800 underline decoration-dotted">
<li><a href="wordle.html">Solving Wordle with Z3</a></li>
</ul>
</div>
</div>
</body>
</html>