This commit is contained in:
wont-stream 2025-04-08 16:46:16 -04:00
parent 4efdf07301
commit da60eea418
2 changed files with 5 additions and 5 deletions

View file

@ -5,11 +5,11 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark"> <meta name="color-scheme" content="dark">
<meta name="description" content="A Dedicated Backend Developer." />
<title>Seth @ IPv4 dot Army</title> <title>Seth @ IPv4 dot Army</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
<script type="module" src="/src/main.tsx"></script> <script type="module" src="/src/main.tsx" defer></script>
</body> </body>
</html> </html>

View file

@ -27,16 +27,16 @@ export default () => {
return ( return (
<> <>
<div class="container bg-body-tertiary shadow text-center position-absolute top-50 start-50 translate-middle mx-auto py-4"> <div class="container bg-body-tertiary shadow text-center position-absolute top-50 start-50 translate-middle mx-auto py-4">
<img src="favicon.svg" class={`img-thumbnail rounded-circle border border-4 ${statusMap[status]}`} alt="..." width="100" /> <img src="favicon.svg" class={`img-thumbnail rounded-circle border border-4 ${statusMap[status]}`} alt="..." width="100px" height="100px" />
<br /> <br />
<h1>Seth</h1> <h1>Seth</h1>
<h6 class="lead">Dedicated Backend Developer <h2 class="lead">Dedicated Backend Developer
<br /> <br />
<br /> <br />
<small class="text-body-secondary"> <small class="text-body-secondary">
With a passsion for high-fidelity audio, gaming, and web development With a passsion for high-fidelity audio, gaming, and web development
</small> </small>
</h6> </h2>
<Heart /> <Heart />
</div> </div>
</> </>