Yea just put it back I give up
This commit is contained in:
parent
84abbae868
commit
6f4feb2d15
1 changed files with 9 additions and 8 deletions
|
@ -54,14 +54,8 @@
|
||||||
<hr>
|
<hr>
|
||||||
<div>
|
<div>
|
||||||
<p style="padding: 10px; padding-bottom: 5px;">Hi, I'm Violet! I'm a 15 year old web developer, making dynamic websites with server-side rendering, so Javascript is never forced! All of my sites are all made with NodeJS, and are self-hosted.</p>
|
<p style="padding: 10px; padding-bottom: 5px;">Hi, I'm Violet! I'm a 15 year old web developer, making dynamic websites with server-side rendering, so Javascript is never forced! All of my sites are all made with NodeJS, and are self-hosted.</p>
|
||||||
<div class="customStatus">
|
|
||||||
{CUSTOM_STATUS}
|
<h2>Links:</h2>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- <p>{RANDOM_QUOTE}</p> -->
|
|
||||||
|
|
||||||
<h2>Other pages:</h2>
|
|
||||||
<br>
|
<br>
|
||||||
<div class="linkContainer">
|
<div class="linkContainer">
|
||||||
<a class="chip" href="./socials/">Socials</a>
|
<a class="chip" href="./socials/">Socials</a>
|
||||||
|
@ -70,7 +64,14 @@
|
||||||
<a class="chip" href="https://{BRANCH_SUB}violets-purgatory.dev">{BRANCH_NAME} site</a>
|
<a class="chip" href="https://{BRANCH_SUB}violets-purgatory.dev">{BRANCH_NAME} site</a>
|
||||||
<a class="chip" href="./blog">Blog</a>
|
<a class="chip" href="./blog">Blog</a>
|
||||||
<a class="chip" href="https://fs.violets-purgatory.dev">FileShare</a>
|
<a class="chip" href="https://fs.violets-purgatory.dev">FileShare</a>
|
||||||
|
</div>
|
||||||
|
<div class="customStatus">
|
||||||
|
{CUSTOM_STATUS}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<p>{RANDOM_QUOTE}</p>
|
||||||
|
|
||||||
<div id="activityHtml">
|
<div id="activityHtml">
|
||||||
{ACTIVITIES}
|
{ACTIVITIES}
|
||||||
|
|
Loading…
Reference in a new issue