50 lines
1.8 KiB
HTML
50 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body class="bg-grey p-8">
|
|
<h1 class="txt-cyan">
|
|
<div class="flex flex-row space-x-8 w-full">
|
|
<div class="w-2/5 space-y-8">
|
|
<div class="outline-8 p-2">
|
|
<img class="" src="assets/ida_blue.png" />
|
|
</div>
|
|
<img src="assets/linux.png"/>
|
|
</div>
|
|
<div class="w-3/5">
|
|
<img class=""src="assets/title.png" />
|
|
<div class="flex flex-row outline-8 p-3 jb-mono text-[2vw] space-x-[2.5vw]">
|
|
<p>
|
|
000000<br>
|
|
000008<br>
|
|
000010<br>
|
|
000018<br>
|
|
000020<br>
|
|
000028<br>
|
|
000030<br>
|
|
000038<br>
|
|
</p>
|
|
<p>
|
|
48 6f 77 64 79 20 21 20<br>
|
|
49 74 27 73 20 6d 65 20<br>
|
|
41 79 61 62 75 73 61 2c<br>
|
|
77 65 6c 63 6f 6d 65 20<br>
|
|
74 6f 20 6d 79 20 20 20<br>
|
|
63 6f 72 6e 65 72 20 20<br>
|
|
6f 66 20 74 68 65 20 20<br>
|
|
77 65 62 0a
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</h1>
|
|
</body>
|
|
</html>
|