Rewrite announcement
This commit is contained in:
parent
c5cd07a60a
commit
37fc759820
2 changed files with 19 additions and 3 deletions
|
@ -62,8 +62,24 @@
|
||||||
{LANYARD_FULL}
|
{LANYARD_FULL}
|
||||||
|
|
||||||
<h2><hr>Announcement!</h2>
|
<h2><hr>Announcement!</h2>
|
||||||
<p>I'm getting a hand-me-down server, so I might end up hosting fedi and matrix on it! <br> (Note that they will probably both be single user instances so this does not affect you :P)</p>
|
<p>Soon enough, I will begin work on a complete rewrite for Violet's Purgatory. This rework will be done in hopes of:<br>
|
||||||
<p class="note">Also this isn't dynamic this is literally just something I throw in the source code but maybe one day it will be...</p>
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>Spicing up the website's visuals</li>
|
||||||
|
<li>Optimizing the site</li>
|
||||||
|
<li>Making the codebase more readable</li>
|
||||||
|
<li>Reducing the amount of code</li>
|
||||||
|
<li>Making the site more easily scalable</li>
|
||||||
|
</ul>
|
||||||
|
<p>
|
||||||
|
The codeberg repository for this site was made 6 months ago, not counting all the contributions I had done before then. Thats alot of time, and i've learnt so much since then! This was even my first project to do Dynamic HTML!<br>
|
||||||
|
It has been an absolutely wonderful journey, but as per usual, its about time we do some reworking!<br>
|
||||||
|
I may still keep this version of the website up for archival sake (And, worst comes to worst, I'll still have it on archive.org)<br>
|
||||||
|
This rewrite will take time, so from now on, updates to Violet's Purgatory will be slow or nonexistant.<br>
|
||||||
|
And if you're curious, you can always check the beta branch to see how progress is going!<br>
|
||||||
|
Thank you for your time and encouragement, It's been a fun year on violets-purgatory.dev :)
|
||||||
|
</p>
|
||||||
|
<p class="note">P.S.: As my final gift, CSS is now minified!!! woohoo!!!</p>
|
||||||
|
|
||||||
{SOCIALS}
|
{SOCIALS}
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ li {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul, ol {
|
||||||
display: inline-block
|
display: inline-block
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue