You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
849 B

---
import Base from '../layout/Base.astro'
import Linklist from '../components/linkList.astro'
---
<Base title="ruthenic.com: Homepage">
<h1>Ruthenic's site</h1> <!--originally intended to be only written in CSS and HTML but f**k that-->
<p>Welcome to my site. I hope you enjoy the experience.</p>
<marquee behavior="scroll" direction="left"><a href = "https://github.com/Ruthenic">Checkout (haha) my Github!</a></marquee>
<p>Check me out on</p>
<Linklist entries={{
Gitea: "https://git.ruthenic.com/ruthenic",
Github: "https://github.com/Ruthenic",
"Last.fm": "https://www.last.fm/user/DustyAngel47",
Fediverse: "https://social.ruthenic.com/ruthenic",
Youtube: "https://www.youtube.com/channel/UC5BfTH4lP7rY5q3qSAvpvhA",
"Wattpad (for some reason)": "https://www.wattpad.com/user/DustyAngel47"
}}/>
</Base>