RIsk of permanent rain :)
This commit is contained in:
parent
de776c563c
commit
65e9dd1854
6 changed files with 8 additions and 24 deletions
|
@ -82,7 +82,7 @@ function converter(html, query) {
|
|||
|
||||
html = html.substring(0, html.indexOf("<body>")) + bodyHTML + html.substring(html.indexOf("</body>") + 7)
|
||||
|
||||
var weathers = ["rain", "none"]
|
||||
var weathers = ["rain"]
|
||||
|
||||
var weather = weathers[time.getDate() % weathers.length]
|
||||
|
||||
|
|
|
@ -54,8 +54,8 @@ main:nth-of-type(1) {
|
|||
body {
|
||||
overflow-x: hidden;
|
||||
|
||||
background-color: rgb(15, 4, 45);
|
||||
background: linear-gradient(rgb(65, 4, 85), black);
|
||||
background-color: rgb(55, 4, 75);
|
||||
background: linear-gradient(rgb(40, 4, 75), black);
|
||||
|
||||
background-attachment: local;
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<div style="display: flex; justify-content: center; align-items: center;">
|
||||
<img src="https://api.violets-purgatory.dev/v1/pfp" class="pfp">
|
||||
<div>
|
||||
<p><a>They/Them</a></p>
|
||||
<p>They/Them</p>
|
||||
<p>Developer</p>
|
||||
<p>{DISCORD_STATUS}</p>
|
||||
</div>
|
||||
|
@ -46,9 +46,6 @@
|
|||
<p>Make sure to check out this project on <a href="https://codeberg.org/bingus_violet/violets-purgatory">Codeberg</a>!</p>
|
||||
{ACTIVITIES}
|
||||
|
||||
<h2><hr>Happy 400 Commits!</h2>
|
||||
<p>Thanks everyone for staying with me! <a href="https://blog.violets-purgatory.dev/post/400Commits.md">Here's a blog post if ur interested!!!</a></p>
|
||||
|
||||
<h2><hr>Services</h2>
|
||||
<p>List of services for public use hosted on Violet's Purgatory. <br>More are planned, don't worry!</p>
|
||||
<a href="https://sxng.violets-purgatory.dev" class="chip">SearXNG: sxng.violets-purgatory.dev</a>
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
z-index: 3;
|
||||
position: relative;
|
||||
border-radius: 12px;
|
||||
|
||||
box-shadow: outset rgb(35, 20, 60) 0px 0px 20px;
|
||||
}
|
||||
|
||||
.animatedTitle {
|
||||
|
@ -135,21 +137,6 @@ img:not(.project-inner > div > img):not(.activity>img) {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
body {
|
||||
animation: heightIncrease 3s;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
@keyframes heightIncrease {
|
||||
0% {
|
||||
overflow: hidden;
|
||||
min-height: 200vh;
|
||||
}
|
||||
100% {
|
||||
min-height: 300vh;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes mainText {
|
||||
0% {
|
||||
transform: translateY(calc(50vh - 6rem)) scale(1.5);
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<body>
|
||||
<h1>Socials</h1>
|
||||
<main>
|
||||
<p>Here's most of the sites you can find me on- if you needed that for some reason?</p>
|
||||
<p>Here's most of the sites you can find me on-<br>if you needed that for some reason?</p>
|
||||
<div class="grid-container">
|
||||
<div class="grid-child">
|
||||
<div>
|
||||
|
|
|
@ -9,7 +9,7 @@ module.exports = {
|
|||
`
|
||||
<style>
|
||||
#card {
|
||||
background-color: rgba(200, 0, 255, 0.2);
|
||||
background-color: rgba(50, 0, 90, 0.5);
|
||||
backdrop-filter: blur(5px);
|
||||
}
|
||||
.rainStuff {
|
||||
|
|
Loading…
Reference in a new issue