change path system to use main isntead of body
This commit is contained in:
parent
8004194219
commit
46d0220427
3 changed files with 51 additions and 40 deletions
|
@ -12,10 +12,8 @@
|
|||
|
||||
<meta name="darkreader-lock">
|
||||
|
||||
<meta content="Welcome to 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!"
|
||||
property="og:description" />
|
||||
<meta content="Violet's Purgatory - Socials" property="og:title" />
|
||||
<meta content="This page lists all the places where you can find me." 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" />
|
||||
|
||||
|
@ -24,33 +22,43 @@
|
|||
|
||||
<body>
|
||||
<h1>Socials</h1>
|
||||
<main class="grid-container">
|
||||
<div class="grid-child">
|
||||
<div>
|
||||
<h3>Social Media</h3>
|
||||
<a class="chip" href="https://www.youtube.com/channel/UChcrBJNJLZucy3TPyGyAY2g">Youtube: <span style="color: white;">{Violet}'s Fiasco</span></a>
|
||||
<a class="chip" href="https://ko-fi.com/bingus_violet">Ko-fi: <span style="color: white;">Bingus_{Violet}</span></a>
|
||||
<a class="chip" href="https://void.lgbt/bingus_violet" rel="me">Fedi: <span style="color: white;">bingus_violet​@void.lgbt</span></a>
|
||||
<main>
|
||||
<div class="grid-container">
|
||||
<div class="grid-child">
|
||||
<div>
|
||||
<h3>Social Media</h3>
|
||||
<a class="chip" href="https://www.youtube.com/channel/UChcrBJNJLZucy3TPyGyAY2g">Youtube: <span
|
||||
style="color: white;">{Violet}'s Fiasco</span></a>
|
||||
<a class="chip" href="https://ko-fi.com/bingus_violet">Ko-fi: <span
|
||||
style="color: white;">Bingus_{Violet}</span></a>
|
||||
<a class="chip" href="https://void.lgbt/bingus_violet" rel="me">Fedi: <span
|
||||
style="color: white;">bingus_violet​@void.lgbt</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid-child">
|
||||
<div>
|
||||
<h3>Chat</h3>
|
||||
<a class="chip" href="https://matrix.to/#/@bingus_violet:catgirl.cloud">Matrix: <span style="color: white;">@bingus_violet:​catgirl.cloud</span></a>
|
||||
<div class="grid-child">
|
||||
<div>
|
||||
<h3>Chat</h3>
|
||||
<a class="chip" href="https://matrix.to/#/@bingus_violet:catgirl.cloud">Matrix: <span
|
||||
style="color: white;">@bingus_violet:​catgirl.cloud</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid-child">
|
||||
<div>
|
||||
<h3>Coding</h3>
|
||||
<a class="chip" href="https://codeberg.org/Bingus_violet">Codeberg: <span style="color: white;">bingus_violet</span></a>
|
||||
<a class="chip" href="https://hub.docker.com/u/bingusviolet">Docker: <span style="color: white;">bingusviolet</span></a>
|
||||
<a class="chip" href="https://github.com/violets-puragtory">Github: <span style="color: white;">violets-puragtory</span></a>
|
||||
<div class="grid-child">
|
||||
<div>
|
||||
<h3>Coding</h3>
|
||||
<a class="chip" href="https://codeberg.org/Bingus_violet">Codeberg: <span
|
||||
style="color: white;">bingus_violet</span></a>
|
||||
<a class="chip" href="https://hub.docker.com/u/bingusviolet">Docker: <span
|
||||
style="color: white;">bingusviolet</span></a>
|
||||
<a class="chip" href="https://github.com/violets-puragtory">Github: <span
|
||||
style="color: white;">violets-puragtory</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid-child">
|
||||
<div>
|
||||
<h3>Games</h3>
|
||||
<a class="chip" href="https://steamcommunity.com/id/violet-The-Thigh-high-obtainer/">Steam: <span style="color: white;">{Violet}</span></a>
|
||||
<div class="grid-child">
|
||||
<div>
|
||||
<h3>Games</h3>
|
||||
<a class="chip" href="https://steamcommunity.com/id/violet-The-Thigh-high-obtainer/">Steam: <span
|
||||
style="color: white;">{Violet}</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue