SEO
This commit is contained in:
parent
4efdf07301
commit
da60eea418
2 changed files with 5 additions and 5 deletions
|
@ -5,11 +5,11 @@
|
|||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="color-scheme" content="dark">
|
||||
|
||||
<meta name="description" content="A Dedicated Backend Developer." />
|
||||
<title>Seth @ IPv4 dot Army</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
<script type="module" src="/src/main.tsx" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -27,16 +27,16 @@ export default () => {
|
|||
return (
|
||||
<>
|
||||
<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 />
|
||||
<h1>Seth</h1>
|
||||
<h6 class="lead">Dedicated Backend Developer
|
||||
<h2 class="lead">Dedicated Backend Developer
|
||||
<br />
|
||||
<br />
|
||||
<small class="text-body-secondary">
|
||||
With a passsion for high-fidelity audio, gaming, and web development
|
||||
</small>
|
||||
</h6>
|
||||
</h2>
|
||||
<Heart />
|
||||
</div>
|
||||
</>
|
||||
|
|
Loading…
Add table
Reference in a new issue