This commit is contained in:
Shav Kinderlehrer 2023-05-22 12:27:49 -04:00
parent a1f3f77e6b
commit 3fb2954de4
3 changed files with 14 additions and 3 deletions

View File

@ -1,5 +1,7 @@
* {
--link-color: #5b5b5b;
font-family: 'Source Serif Pro', serif;
}
a {

View File

@ -2,7 +2,11 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<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=Source+Serif+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet"><link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>

View File

@ -47,13 +47,18 @@
<Block>
<h2>Links</h2>
<div id="links">
<a href="https://lightblog.dev">blog (I write articles every month or so)</a>
<a href="https://lightblog.dev">blog</a>
<br />
<a href="https://github.com/secondary-smiles">github</a>
<br />
<pre>my selfhosted git server [<a href="ssh://git.trinket.icu">ssh git.trinket.icu</a>]</pre>
<a href="ssh://git.trinket.icu">ssh git.trinket.icu</a>
</div>
</Block>
<Block>
<h2>More</h2>
<p class="about">If you'd like to add your project to this site, email me!</p>
</Block>
</main>
<style>