Implemented Lanyard Updating
This commit is contained in:
parent
5042df67cd
commit
641b9fd559
4 changed files with 527 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
|||
|
||||
==================================================
|
||||
----------------Violet's Purgatory----------------
|
||||
==================================================
|
||||
...Who?
|
||||
Hi! I'm Violet, a generic web and game developer.
|
||||
I thought adding a curl secret would be funny :3
|
||||
--------------------------------------------------
|
||||
Violet
|
||||
Profession: Being bad at webdev
|
||||
They/Them (Non-Binary)
|
||||
===================================================
|
||||
----------------------Socials----------------------
|
||||
|
||||
KoFi for donations: https://ko-fi.com/bingus_violet
|
||||
Fedi: https://tech.lgbt/@Bingus_Violet
|
||||
Matrix: @bingus_violet:catgirl.cloud
|
||||
Revolt: BingusViolet#5573
|
||||
Discord: bingus_violet
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Sorry for the lackluster site...
|
||||
Theres more on the real page!
|
||||
I just wanted to add this bc I was bored TwT
|
58
resources/mainPage.html
Normal file
58
resources/mainPage.html
Normal file
|
@ -0,0 +1,58 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
|
||||
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
|
||||
<title>Violet's Purgatory</title>
|
||||
|
||||
<meta content="Welcome to Violet's Purgatory" property="og:title" />
|
||||
<meta
|
||||
content="I'm Violet, a 14yo web and game developer. On my site i'm hosting various services, so please check out the site for more info!!!"
|
||||
property="og:description" />
|
||||
<meta content="https://api.lanyard.rest/534132311781015564.png" 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>
|
||||
<div class="fadediv" style="display: flex; justify-content: center; align-items: center; width: 100%; height: 85%;">
|
||||
<div class="container-fluid row" id="card">
|
||||
<h2>Violet</h2>
|
||||
<div class="col-sm-6" style="display: flex; justify-content: center; align-items: center;">
|
||||
<img src="https://api.lanyard.rest/534132311781015564.png" class="pfp">
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<p>Pronouns: They/Them</p>
|
||||
<p>Gender: Non-binary</p>
|
||||
<p>Game & web developer</p>
|
||||
</div>
|
||||
<div class="col-sm-12">
|
||||
<p class="chip"><a href="/hosted">Stuff i'm hosting!</a></p>
|
||||
<p class="chip"><a href="/socials">Socials</a></p>
|
||||
<p class="chip"><a href="/pronouns">Pronouns</a></p>
|
||||
<br>
|
||||
<p class="d-sm-inline-block d-none">Fediverse: <a rel="me"
|
||||
href="https://tech.lgbt/@Bingus_Violet">@Bingus_Violet@tech.lgbt</a></p>
|
||||
<p class="d-sm-inline-block d-none" style="border-color: red;">Ko-Fi: <a
|
||||
href="https://ko-fi.com/bingus_violet" style="color: rgb(255, 0, 0)">bingus_violet</a> - Please
|
||||
donate!</p>
|
||||
{LANYARD}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
<!--
|
||||
If you're using the curl command, perhaps consider trying to curl "violets-purgatory.dev/curl" instead?
|
||||
:3 there waits a secret for you...
|
||||
-->
|
Loading…
Add table
Add a link
Reference in a new issue