Socials page finally gets acknowledged

This commit is contained in:
Violet 2024-04-16 19:25:15 +00:00 committed by GitHub
parent 94b24d614c
commit 7aa9ba6311
5 changed files with 37 additions and 18 deletions

View file

@ -45,9 +45,12 @@
<hr>
<div>
<p style="padding: 10px;">Hi! I'm Violet, a 15 year old web and game developer. I aspire to make server-sided dynamic websites, with no Javascript required! I'm currently making games in the Godot Engine, and my dynamic sites in NodeJS.</p>
<a class="chip" href="./socials/">Socials</a>
<a class="chip" href="./faq">Nerd FAQ</a>
<br>
<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">FileShare</a> -->
<a class="chip" href="https://fs.violets-purgatory.dev">FileShare</a>
<br>
{CUSTOM_STATUS}
@ -68,6 +71,7 @@
<hr>
<h1>Socials</h1>
{PATH_SOCIALS}
<p class="note">Please note I am extremely unhinged and gay on Fedi, I don't use Github, and I barely understand Docker.</p>
<br>
<p>{WEATHER_TEXT}</p>
<br>

View file

@ -4,6 +4,7 @@
<head>
<link rel="stylesheet" type="text/css" href="../global.css">
<link rel="stylesheet" type="text/css" href="../subpage.css">
<script src="../main.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -19,7 +20,9 @@
</head>
<body>
{WEATHER_MODIFIER}
<h1>Socials</h1>
<p>Congrats on finding the <em>Incomplete seperated version of the socials page!!!!</em></p>
<main>
<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">
@ -55,8 +58,10 @@
</div>
</div>
<br>
<p class="note">Please note I am extremely unhinged and gay on Fedi, I don't use Github, and I barely understand Docker.</p>
</main>
<div id="activityHTML">
{ACTIVITIES}
</div>
</body>
</html>

View file

@ -6,6 +6,7 @@
h1:nth-of-type(1) {
font-size: 2.5rem;
}
body {