Moar stuff!

This commit is contained in:
Violet 2023-11-07 20:48:35 +00:00 committed by GitHub
parent 185c66b86a
commit acd6302e48
2 changed files with 14 additions and 13 deletions

View file

@ -13,9 +13,9 @@
</head> </head>
<body> <body>
<h1>Welcome to Violet's&nbsp;Purgatory</h1>
<div class="fadediv" <div class="fadediv"
style="display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;"> style="display: flex; justify-content: center; align-items: center; width: 100%; height: 80%;">
<!-- <h1>Welcome to Violet's&nbsp;Purgatory</h1> -->
<div class="container-fluid row" id="card"> <div class="container-fluid row" id="card">
<h2>Violet</h2> <h2>Violet</h2>
<div class="col-sm-6" style="display: flex; justify-content: center; align-items: center;"> <div class="col-sm-6" style="display: flex; justify-content: center; align-items: center;">
@ -28,21 +28,24 @@
</div> </div>
<div> <div>
<br> <br>
<a rel="me" style="display: none;" href="https://tech.lgbt/@Bingus_Violet" /> <p class="chip">Fediverse: <a rel="me" href="https://tech.lgbt/@Bingus_Violet" >@Bingus_Violet@tech.lgbt</a></p>
<p class="chip"><a href="/s">Socials</a></p> <p class="chip"><a href="/s">Socials</a></p>
<p class="chip"><a href="/p">Pronouns</a></p> <p class="chip"><a href="/p">Pronouns</a></p>
<p style="color: lightgray"><em>The world's worst developer</em></p> <br>
<p class="chip" style="border-color: red;">Ko-Fi: <a href="https://ko-fi.com/bingus_violet"
style="color: rgb(255, 100, 100)">bingus_violet</a> - Please donate!</p>
<p>If you have any problems with the site, put up an issue on <a
href="https://codeberg.org/Bingus_Violet/Violets-Purgatory">codeberg!</a></p>
</div> </div>
</div> </div>
<!-- <p class="chip" style="border-color: red;">Ko-Fi: <a href="https://ko-fi.com/bingus_violet" <!--
style="color: rgb(255, 100, 100)">bingus_violet</a> - Please donate!</p>
<br><br>
<p>If you have any problems with the site, put up an issue on <a <p>If you have any problems with the site, put up an issue on <a
href="https://codeberg.org/Bingus_Violet/Violets-Purgatory">codeberg!</a></p> --> href="https://codeberg.org/Bingus_Violet/Violets-Purgatory">codeberg!</a></p> -->
</div> </div>
<p style="color: lightgray"><em>The world's worst developer</em></p>
</body> </body>
</html> </html>

View file

@ -19,7 +19,7 @@ h2 {
body { body {
margin: auto; margin: auto;
background-color: rgb(10, 5, 20); background-color: rgb(30, 5, 60);
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
} }
@ -46,13 +46,13 @@ a {
margin: 3px; margin: 3px;
display: inline-block; display: inline-block;
transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
/* transform: scale(0.95) */ transform: scale(0.95)
} }
.chip:hover { .chip:hover {
/* background-color: rgb(20, 10, 30); */ /* background-color: rgb(20, 10, 30); */
/* transform: scale(1); */ transform: scale(1);
font-size: 1.35rem; /* font-size: 1.35rem; */
border-color: white; border-color: white;
} }
@ -151,12 +151,10 @@ hr {
0% { 0% {
opacity: 0; opacity: 0;
transform: translateY(20%); transform: translateY(20%);
background-color: black;
} }
100% { 100% {
opacity: 1; opacity: 1;
transform: none; transform: none;
background-color: rgb(15, 5, 30);
} }
} }