Moar stuff!
This commit is contained in:
parent
185c66b86a
commit
acd6302e48
2 changed files with 14 additions and 13 deletions
|
@ -13,9 +13,9 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Welcome to Violet's Purgatory</h1>
|
||||
<div class="fadediv"
|
||||
style="display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;">
|
||||
<!-- <h1>Welcome to Violet's Purgatory</h1> -->
|
||||
style="display: flex; justify-content: center; align-items: center; width: 100%; height: 80%;">
|
||||
<div class="container-fluid row" id="card">
|
||||
<h2>Violet</h2>
|
||||
<div class="col-sm-6" style="display: flex; justify-content: center; align-items: center;">
|
||||
|
@ -28,21 +28,24 @@
|
|||
</div>
|
||||
<div>
|
||||
<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="/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>
|
||||
|
||||
<!-- <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
|
||||
href="https://codeberg.org/Bingus_Violet/Violets-Purgatory">codeberg!</a></p> -->
|
||||
</div>
|
||||
<p style="color: lightgray"><em>The world's worst developer</em></p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
@ -19,7 +19,7 @@ h2 {
|
|||
|
||||
body {
|
||||
margin: auto;
|
||||
background-color: rgb(10, 5, 20);
|
||||
background-color: rgb(30, 5, 60);
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
|
@ -46,13 +46,13 @@ a {
|
|||
margin: 3px;
|
||||
display: inline-block;
|
||||
transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
/* transform: scale(0.95) */
|
||||
transform: scale(0.95)
|
||||
}
|
||||
|
||||
.chip:hover {
|
||||
/* background-color: rgb(20, 10, 30); */
|
||||
/* transform: scale(1); */
|
||||
font-size: 1.35rem;
|
||||
transform: scale(1);
|
||||
/* font-size: 1.35rem; */
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
|
@ -151,12 +151,10 @@ hr {
|
|||
0% {
|
||||
opacity: 0;
|
||||
transform: translateY(20%);
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
background-color: rgb(15, 5, 30);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue