change path system to use main isntead of body

This commit is contained in:
Bingus_Violet 2024-02-13 09:38:29 -06:00
parent 8004194219
commit 46d0220427
3 changed files with 51 additions and 40 deletions

View file

@ -12,17 +12,16 @@
<meta name="darkreader-lock">
<meta content="Welcome to Violet's Purgatory" property="og:title" />
<meta content="Violet's Purgatory" property="og:title" />
<meta
content="Hi, I'm Violet, a 15 year old web developer with strong ambitions. You can find more info on my site!"
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!"
property="og:description" />
<meta content="https://api.violets-purgatory.dev/v1/pfp" property="og:image" />
<meta content="#a200ff" data-react-helmet="true" name="theme-color" />
<!-- To any who dare read this code! I stole the code above off of stack overflow :P-->
</head>
<body>
{TOPBAR}
<h1 class="animatedTitle">Welcome to <span class="mainTitle">Violet's Purgatory</span><span class="note">Commit {COMMIT_COUNT}</span><br></h1>
<main class="animatedMain">
<p>{RANDOM_QUOTE}</p>
@ -44,15 +43,19 @@
</div>
</div>
<h3>On Violet's Purgatory:</h3>
<a class="chip" href="https://beta.violets-purgatory.dev">Beta site</a>
<a class="chip" href="https://blog.violets-purgatory.dev">Blog</a>
<a class="chip" href="https://fs.violets-purgatory.dev">Clipdump</a>
<div style="padding-bottom: 20px;">
<h3>On Violet's Purgatory</h3>
<a class="chip" href="https://beta.violets-purgatory.dev">Beta site</a>
<a class="chip" href="https://blog.violets-purgatory.dev">Blog</a>
<a class="chip" href="https://fs.violets-purgatory.dev">Clipdump</a>
<h3>My Other Projects</h3>
<a class="chip" href="https://univerter.dev">Univerter</a>
<a class="chip" href="https://codeberg.org/bingus_violet/steamrpc">{Steam}RPC</a>
<h3>My Other Projects</h3>
<a class="chip" href="https://univerter.dev">Univerter</a>
<a class="chip" href="https://codeberg.org/bingus_violet/steamrpc">{Steam}RPC</a>
</div>
<h2>Socials</h2>
{PATH_SOCIALS}
</main>
</body>