More highlighting stuffs

This commit is contained in:
Bingus_Violet 2024-02-13 09:23:54 -06:00
parent 9b5e4d093b
commit 823623b6c4
4 changed files with 24 additions and 26 deletions

View file

@ -74,16 +74,19 @@
"word highlighting": "yellow", "word highlighting": "yellow",
"replaceAll": "limegreen", "replaceAll": "limegreen",
"Godot Engine": "#64B5F6", "Godot Engine": "#64B5F6",
"javascript": "yellow", "Javascript": "yellow",
"NodeJS": "limegreen", "NodeJS": "limegreen",
"Violet's": "rgb(200, 150, 255)",
"Violet": "rgb(200, 150, 255)", "Violet": "rgb(200, 150, 255)",
"Purgatory": "rgb(200, 150, 255)",
"Youtube": "rgb(255, 0, 0)", "Youtube": "rgb(255, 0, 0)",
"Fedi": "rgb(175, 125, 200)", "Fedi": "rgb(175, 125, 200)",
"Matrix": "limegreen", "Matrix": "limegreen",
"Codeberg": "rgb(0, 255, 255)", "Codeberg": "rgb(0, 255, 255)",
"Docker": "blue", "Docker": "blue",
"Github": "white", "Github": "gray",
"Steam": "lightgray", "Steam": "lightgray",
"Univerter": "rgb(200, 175, 255)" "Univerter": "rgb(200, 175, 255)",
"Ko-fi": "rgb(255, 150, 150)"
} }
} }

View file

@ -23,7 +23,8 @@
</head> </head>
<body> <body>
<h1 class="animatedTitle">Welcome to <span class="mainTitle">Violet's Purgatory</span><span class="note">Commit {COMMIT_COUNT}</span><br></h1> <h1 class="animatedTitle">Welcome to <span class="mainTitle">Violet's Purgatory</span><span class="note">Commit
{COMMIT_COUNT}</span><br></h1>
<main class="animatedMain"> <main class="animatedMain">
<p>{RANDOM_QUOTE}</p> <p>{RANDOM_QUOTE}</p>
<div id="card"> <div id="card">
@ -36,12 +37,23 @@
<p>{DISCORD_STATUS}</p> <p>{DISCORD_STATUS}</p>
</div> </div>
</div> </div>
<a style="color: rgb(255, 100, 100); " class="chip" href="https://https://ko-fi.com/bingus_violet">Donate (Ko-fi)</a> <a class="chip" href="https://https://ko-fi.com/bingus_violet">Donate (Ko-fi)</a>
<div> <div>
<p style="padding: 10px;">Hi! I'm Violet, a 15 year old web and game developer. <br> <p style="padding: 10px;">Hi! I'm Violet, a 15 year old web and game developer. <br>
I aspire to make fast and javascript free websites! I'm currently learning the Godot Engine, and have been becoming quite fluent in NodeJS.</p> I aspire to make fast and Javascript free websites! I'm currently learning the Godot Engine, and
have been becoming quite fluent in NodeJS.</p>
</div> </div>
</div> </div>
<h3>On Violet's Purgatory:</h3>
<a class="chip" href="https://beta.violets-purgatory.dev">Beta site</a>
<a class="chip" href="https://blog.violets-purgatory.dev">Blog</a>
<a class="chip" href="https://fs.violets-purgatory.dev">Clipdump</a>
<h3>My Other Projects</h3>
<a class="chip" href="https://univerter.dev">Univerter</a>
<a class="chip" href="https://codeberg.org/bingus_violet/steamrpc">SteamRPC</a>
{PATH_SOCIALS} {PATH_SOCIALS}
</main> </main>
</body> </body>

View file

@ -5,7 +5,6 @@
.mainTitle { .mainTitle {
font-size: 2.75rem; font-size: 2.75rem;
color: rgb(200, 150, 255);
display: block; display: block;
padding-top: 5px; padding-top: 5px;
line-height: 2.2rem; line-height: 2.2rem;

View file

@ -23,29 +23,13 @@
</head> </head>
<body> <body>
<h1>Links & Socials</h1> <h1>Socials</h1>
<main class="grid-container"> <main class="grid-container">
<div class="grid-child">
<div>
<h3>Subsites</h3>
<a class="chip" href="https://beta.violets-purgatory.dev">Beta site</a>
<a class="chip" href="https://blog.violets-purgatory.dev">Blog</a>
<a class="chip" href="https://fs.violets-purgatory.dev">Clipdump</a>
</div>
</div>
<div class="grid-child">
<div>
<h3>Other sites/projects</h3>
<a class="chip" href="https://univerter.dev">Univerter</a>
<a class="chip" href="https://codeberg.org/bingus_violet/steamrpc">SteamRPC</a>
</div>
</div>
<div class="grid-child"> <div class="grid-child">
<div> <div>
<h3>Social Media</h3> <h3>Social Media</h3>
<a class="chip" href="https://www.youtube.com/channel/UChcrBJNJLZucy3TPyGyAY2g">Youtube: <span style="color: white;">{Violet}'s Fiasco</span></a> <a class="chip" href="https://www.youtube.com/channel/UChcrBJNJLZucy3TPyGyAY2g">Youtube: <span style="color: white;">{Violet}'s Fiasco</span></a>
<a class="chip" href="https://ko-fi.com/bingus_violet" style="color: rgb(255, 100, 100);">Ko-fi: <span style="color: white;">Bingus_{Violet}</span></a> <a class="chip" href="https://ko-fi.com/bingus_violet">Ko-fi: <span style="color: white;">Bingus_{Violet}</span></a>
<a class="chip" href="https://void.lgbt/bingus_violet" rel="me">Fedi: <span style="color: white;">bingus_violet&ZeroWidthSpace;@void.lgbt</span></a> <a class="chip" href="https://void.lgbt/bingus_violet" rel="me">Fedi: <span style="color: white;">bingus_violet&ZeroWidthSpace;@void.lgbt</span></a>
</div> </div>
</div> </div>