More highlighting stuffs
This commit is contained in:
parent
9b5e4d093b
commit
823623b6c4
4 changed files with 24 additions and 26 deletions
|
@ -74,16 +74,19 @@
|
|||
"word highlighting": "yellow",
|
||||
"replaceAll": "limegreen",
|
||||
"Godot Engine": "#64B5F6",
|
||||
"javascript": "yellow",
|
||||
"Javascript": "yellow",
|
||||
"NodeJS": "limegreen",
|
||||
"Violet's": "rgb(200, 150, 255)",
|
||||
"Violet": "rgb(200, 150, 255)",
|
||||
"Purgatory": "rgb(200, 150, 255)",
|
||||
"Youtube": "rgb(255, 0, 0)",
|
||||
"Fedi": "rgb(175, 125, 200)",
|
||||
"Matrix": "limegreen",
|
||||
"Codeberg": "rgb(0, 255, 255)",
|
||||
"Docker": "blue",
|
||||
"Github": "white",
|
||||
"Github": "gray",
|
||||
"Steam": "lightgray",
|
||||
"Univerter": "rgb(200, 175, 255)"
|
||||
"Univerter": "rgb(200, 175, 255)",
|
||||
"Ko-fi": "rgb(255, 150, 150)"
|
||||
}
|
||||
}
|
|
@ -23,7 +23,8 @@
|
|||
</head>
|
||||
|
||||
<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">
|
||||
<p>{RANDOM_QUOTE}</p>
|
||||
<div id="card">
|
||||
|
@ -35,13 +36,24 @@
|
|||
<p>Developer</p>
|
||||
<p>{DISCORD_STATUS}</p>
|
||||
</div>
|
||||
</div>
|
||||
<a style="color: rgb(255, 100, 100); " class="chip" href="https://https://ko-fi.com/bingus_violet">Donate (Ko-fi)</a>
|
||||
</div>
|
||||
<a class="chip" href="https://https://ko-fi.com/bingus_violet">Donate (Ko-fi)</a>
|
||||
<div>
|
||||
<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>
|
||||
|
||||
<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}
|
||||
</main>
|
||||
</body>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
.mainTitle {
|
||||
font-size: 2.75rem;
|
||||
color: rgb(200, 150, 255);
|
||||
display: block;
|
||||
padding-top: 5px;
|
||||
line-height: 2.2rem;
|
||||
|
|
|
@ -23,29 +23,13 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Links & Socials</h1>
|
||||
<h1>Socials</h1>
|
||||
<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>
|
||||
<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://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​@void.lgbt</span></a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue