2024-02-08 12:30:38 -06:00
<!DOCTYPE html>
< html lang = "en" >
< head >
2024-02-18 08:28:36 -06:00
< link rel = "stylesheet" type = "text/css" href = "./global.css" >
2024-02-12 11:12:15 -06:00
< link rel = "stylesheet" type = "text/css" href = "./root.css" >
2024-02-08 12:30:38 -06:00
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Violet's Purgatory< / title >
< meta name = "darkreader-lock" >
2024-02-13 09:38:29 -06:00
< meta content = "Violet's Purgatory" property = "og:title" / >
2024-02-08 12:45:32 -06:00
< meta
2024-02-13 09:38:29 -06:00
content="Hi, I'm Violet, a 15 year old web developer. My site lists my projects, passions, and where you can find me, so please visit!"
2024-02-08 12:45:32 -06:00
property="og:description" />
2024-02-08 12:30:38 -06:00
< meta content = "https://api.violets-purgatory.dev/v1/pfp" property = "og:image" / >
< meta content = "#a200ff" data-react-helmet = "true" name = "theme-color" / >
< / head >
< body >
2024-02-13 09:24:48 -06:00
< h1 class = "animatedTitle" > Welcome to < span class = "mainTitle" > Violet's Purgatory< / span > < span class = "note" > Commit {COMMIT_COUNT}< / span > < br > < / h1 >
2024-02-12 11:12:15 -06:00
< main class = "animatedMain" >
2024-02-08 18:28:33 -06:00
< p > {RANDOM_QUOTE}< / p >
2024-02-12 11:12:15 -06:00
< div id = "card" >
2024-02-18 08:01:58 -06:00
< h2 > {Violet}< / h2 >
2024-02-12 08:46:49 -06:00
< div style = "display: flex; justify-content: center; align-items: center;" >
< img src = "https://api.violets-purgatory.dev/v1/pfp" class = "pfp" >
2024-02-10 21:41:53 -06:00
< div >
2024-02-12 11:12:15 -06:00
< p > < a > They/Them< / a > < / p >
2024-02-12 08:46:49 -06:00
< p > Developer< / p >
< p > {DISCORD_STATUS}< / p >
2024-02-10 21:41:53 -06:00
< / div >
2024-02-13 09:23:54 -06:00
< / div >
2024-02-18 08:01:58 -06:00
< hr >
< div >
< p style = "padding: 10px;" > Hi! I'm Violet, a 15 year old web and game developer. < br > I aspire to make fast and Javascript free websites! I'm currently learning the Godot Engine, but most of my time recently has been spent learning NodeJS.< / p >
2024-02-13 10:51:48 -06:00
< a class = "chip" href = "https://beta.violets-purgatory.dev" > Beta site< / a >
2024-02-27 21:47:30 -06:00
< a class = "chip" href = "https://blog.violets-purgatory.dev" > Blog< / a >
< a class = "chip" href = "https://fs.violets-purgatory.dev" > FileShare< / a >
2024-02-18 08:01:58 -06:00
{CUSTOM_STATUS}
2024-02-12 08:46:49 -06:00
< / div >
< / div >
2024-02-18 08:03:05 -06:00
< p > Make sure to check out this project on < a href = "https://codeberg.org/bingus_violet/violets-purgatory" > Codeberg< / a > !< / p >
2024-02-18 08:01:58 -06:00
{ACTIVITIES}
2024-02-13 09:23:54 -06:00
2024-02-28 12:52:59 -06:00
< h2 > Kind of announcement I guess !!< / h2 >
< p > Over the past while (like a week I think) I've been working on a small 2d platformer. It's very, < em > very< / em > early in development, but I would love feedback!< / p >
< h2 > Check it out on:< / h2 >
< a class = "chip" href = "https://violets-purgatory.itch.io/grapple-test" > itch.io (Web & downloads)< / a >
< a class = "chip striked" > Play on Violet's Purgatory< / a >
< p > Coming soon!< / p >
2024-02-18 08:01:58 -06:00
< hr >
< h1 > Socials< / h1 >
2024-02-12 14:05:07 -06:00
{PATH_SOCIALS}
2024-02-08 12:45:32 -06:00
< / main >
2024-02-08 12:30:38 -06:00
< / body >
< / html >