diff --git a/static/index.html b/static/index.html
index eefa4ed..aa2a7e4 100644
--- a/static/index.html
+++ b/static/index.html
@@ -15,23 +15,20 @@
Violet's Purgatory
...Who?
- Hi! I'm Violet, a 14 year old web and game developer.
If it wasn't already clear, though, I am not a graphic designer TwT.
+ Hi! I'm Violet, a generic web and game developer.
If it wasn't already clear, though, I am not a graphic designer TwT.
Violet
They/Them
Non-Binary
(More info)
- Where you can find me:
+ Socials:
+
Ko-Fi: bingus_violet - Please donate!
-
- Fedi: @Bingus_Violet@tech.lgbt
- Github: Violets-puragtory
- Codeberg: Bingus_Violet
- Steam: Violet
-
- Matrix: @bingus_violet:catgirl.cloud
- Revolt: BingusViolet#5573
- Discord: bingus_violet
+
+ Matrix: @bingus_violet:catgirl.cloud
+ Revolt: BingusViolet#5573
+ Discord: bingus_violet
+ More
Where did you get this very original website design?
Uhmmmmmm..... nowhere :>
diff --git a/static/s/index.html b/static/s/index.html
new file mode 100644
index 0000000..db8a399
--- /dev/null
+++ b/static/s/index.html
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+ Socials - Violet's Purgatory
+
+
+ Socials
+
+ Social media:
+ Fedi: @Bingus_Violet@tech.lgbt
+ Youtube: Violet's Fiasco
+
+ Git sites:
+ Github: Violets-puragtory
+ Codeberg: Bingus_Violet
+ Game sites:
+ Steam: Violet
+ Chat Applications:
+ Matrix: @bingus_violet:catgirl.cloud
+ Revolt: BingusViolet#5573
+ Discord: bingus_violet
+
+
+
\ No newline at end of file
diff --git a/static/style.css b/static/style.css
index 30a00aa..80602f7 100644
--- a/static/style.css
+++ b/static/style.css
@@ -18,9 +18,9 @@ h2 {
}
body {
- padding: 0;
+ padding: 15px;
margin: auto;
- background-color: black;
+ background-color: rgb(10, 5, 20);
max-width: 1100px;
animation-name: "fade-in";
@@ -38,18 +38,19 @@ a {
.chip {
font-size: 1.3rem;
border: 2px white solid;
- border-radius: 25px;
+ border-radius: 15px;
background-color: black;
padding: 10px;
margin: 5px;
display: inline-block;
- transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
- transform: scale(1)
+ transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
+ /* transform: scale(0.95) */
}
.chip:hover {
- background-color: rgb(20, 10, 30);
- transform: scale(1.05);
+ /* background-color: rgb(20, 10, 30); */
+ /* transform: scale(1); */
+ font-size: 1.4rem;
}
a:hover {
@@ -135,11 +136,13 @@ hr {
@keyframes fade-in {
0% {
opacity: 0;
- transform: translateY(20%)
+ transform: translateY(20%);
+ background-color: black;
}
100% {
opacity: 1;
transform: none;
+ background-color: rgb(10, 5, 20);
}
}
\ No newline at end of file