buncha of styling changes/fixes, add more projects and refine the mobile experience, add opengraph metadata, add footer that links to source code

This commit is contained in:
2024-06-04 22:49:05 -04:00
parent 1e5eba3d46
commit 7c9b327a36
29 changed files with 670 additions and 106 deletions

View File

@@ -2,11 +2,16 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="manifest" href="/manifest.json">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:type" content="website">
<meta property="og:title" content="silentsilas">
<meta property="og:url" content="https://beta.silentsilas.com">
<meta property="og:image" content="https://beta.silentsilas.com/social.png">
<meta property="og:description" content="Personal site of silentsilas.">
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" data-theme="forest">
<body data-sveltekit-preload-data="hover" data-theme="forest" style="overflow: hidden;">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>