V1.0
This commit is contained in:
parent
a1f3f77e6b
commit
3fb2954de4
@ -1,5 +1,7 @@
|
||||
* {
|
||||
--link-color: #5b5b5b;
|
||||
|
||||
font-family: 'Source Serif Pro', serif;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user