Add lavender.software webring

main
Charlotte Som 2022-03-08 04:09:02 +00:00
parent f52bff3c9e
commit 34383a4b22
3 changed files with 124 additions and 89 deletions

View File

@ -6,6 +6,7 @@ body {
body { body {
display: flex; display: flex;
flex-direction: row;
min-height: 100vh; min-height: 100vh;
align-items: center; align-items: center;
@ -19,7 +20,9 @@ body {
width: 60ch; width: 60ch;
margin: 0 auto; margin: 0 auto;
}
.about-me {
padding: 1em; padding: 1em;
border: 2px solid white; border: 2px solid white;
border-radius: 1em; border-radius: 1em;
@ -67,3 +70,7 @@ h3 {
p { p {
margin: 0.5em 0; margin: 0.5em 0;
} }
.webring-container {
margin-top: 1em;
}

View File

@ -34,10 +34,14 @@ code {
} }
.inline-list li + li { .inline-list li + li {
border-inline-start: 1px solid white; border-inline-start: 2px solid white;
padding-inline-start: 0.5ch; padding-inline-start: 0.5ch;
} }
abbr { abbr {
text-decoration: none; text-decoration: none;
} }
.lavender-webring-container {
font-family: "Inter", sans-serif !important;
}

View File

@ -15,6 +15,11 @@
<link rel="stylesheet" href="/inter/inter.css" /> <link rel="stylesheet" href="/inter/inter.css" />
<link
rel="stylesheet"
href="https://lavender.software/webring/webring-0.2.0.css"
/>
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://char.lt" /> <meta property="og:url" content="https://char.lt" />
<meta property="og:title" content="charlotte ✨" /> <meta property="og:title" content="charlotte ✨" />
@ -34,6 +39,7 @@
<body> <body>
<div class="page-wrapper"> <div class="page-wrapper">
<article class="about-me">
<header> <header>
<aside> <aside>
<h1><abbr title="charlotte athena som">charlotte ✨</abbr></h1> <h1><abbr title="charlotte athena som">charlotte ✨</abbr></h1>
@ -56,7 +62,9 @@
</header> </header>
<main> <main>
<p>welcome to <code>char.lt</code>: the domain, is, like, my name!!</p> <p>
welcome to <code>char.lt</code>: the domain, is, like, my name!!
</p>
<p> <p>
hey, i'm charlotte! i like music and videogames and programming and hey, i'm charlotte! i like music and videogames and programming and
@ -64,9 +72,9 @@
</p> </p>
<p> <p>
i like breaking the rules, so i enjoy software piracy, videogame cheat i like breaking the rules, so i enjoy software piracy, videogame
development, hyperpop production, anticonventional programming, and cheat development, hyperpop production, anticonventional
being obnoxiously queer everywhere i go &lt;3 programming, and being obnoxiously queer everywhere i go &lt;3
</p> </p>
<section> <section>
@ -110,13 +118,19 @@
</a> </a>
</li> </li>
<li> <li>
<a rel="me" href="https://github.com/videogame-hacker">github</a> <a rel="me" href="https://github.com/videogame-hacker"
>github</a
>
</li> </li>
<li> <li>
<a rel="me" href="https://twitter.com/half_kh_hacker">twitter</a> <a rel="me" href="https://twitter.com/half_kh_hacker"
>twitter</a
>
</li> </li>
<li> <li>
<a rel="me" href="https://last.fm/user/half-kh-hacker">last.fm</a> <a rel="me" href="https://last.fm/user/half-kh-hacker"
>last.fm</a
>
</li> </li>
<li> <li>
<a rel="me" href="https://soundcloud.com/charlotte-athena"> <a rel="me" href="https://soundcloud.com/charlotte-athena">
@ -133,6 +147,16 @@
</main> </main>
<footer>a site by <a href="https://som.codes">charlotte som</a></footer> <footer>a site by <a href="https://som.codes">charlotte som</a></footer>
</article>
<article class="webring-container">
<script
src="https://lavender.software/webring/webring-0.2.0.js"
data-site-id="charlotte"
crossorigin="anonymous"
integrity="sha512-wWgLGI60d62wrvLSoSeA3zLAUl8QeWjwVshCY7QYaWai6Mrt/4ar1E5ET4SvJ8yFU3Vmb5uVsmA8auRNQQyEXg=="
></script>
</article>
</div> </div>
</body> </body>
</html> </html>