Fix links
This commit is contained in:
parent
3894833e21
commit
7ec7b1c360
3 changed files with 6 additions and 10 deletions
2
index.js
2
index.js
|
@ -159,7 +159,7 @@ function pageUpdate() {
|
|||
}
|
||||
|
||||
if (!debounce && activity.type != 4) {
|
||||
addedHTML += `<h1><hr>What I'm up to:</h1><div class="container-fluid row" style="margin: 0; padding: 0; display: flex;">`
|
||||
addedHTML += `<h2><hr>What I'm up to:</h2><div class="container-fluid row" style="margin: 0; padding: 0; display: flex;">`
|
||||
debounce = true
|
||||
}
|
||||
function get_img() {
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
<p>Check out the source code on <a href="https://codeberg.org/Bingus_Violet/Violets-Purgatory">Codeberg</a></p>
|
||||
{LANYARD_FULL}
|
||||
|
||||
<h1><hr>Stats:</h1>
|
||||
<h2><hr>Stats:</h2>
|
||||
<p>Just some funny stats for the site :3</p>
|
||||
<ul>
|
||||
<li>Uptime: {UPTIME}</li>
|
||||
|
|
|
@ -25,8 +25,7 @@
|
|||
<div class="col-sm-6">
|
||||
<hr>
|
||||
<h2>Chat Applications:</h2>
|
||||
<p class="chip" style="color: limegreen;">Matrix: <a
|
||||
href="https://matrix.to/#/@bingus_violet:catgirl.cloud" rel="me">@bingus_violet​:catgirl.cloud</a></p>
|
||||
<p class="chip" style="color: limegreen;">Matrix: <a href="https://matrix.to/#/@bingus_violet:catgirl.cloud" rel="me">@bingus_violet​:catgirl.cloud</a></p>
|
||||
<p class="chip"><span style="color: red;">Revolt:</span> BingusViolet#5573</p>
|
||||
<p class="chip"><span style="color: rgb(125, 150, 225)">Discord:</span> bingus_violet</p>
|
||||
|
||||
|
@ -35,10 +34,8 @@
|
|||
<div class="col-sm-6">
|
||||
<hr>
|
||||
<h2>Social media:</h2>
|
||||
<p class="chip" style="color: rgb(200, 175, 255);">Fedi: <a
|
||||
href="https://void.lgbt/bingus_violet" rel="me">@Bingus_Violet​@void.lgbt</a></p>
|
||||
<p class="chip" style="color: rgb(255, 80, 80)">Youtube: <a
|
||||
href="https://www.youtube.com/channel/UChcrBJNJLZucy3TPyGyAY2g">Violet's Fiasco</a></p>
|
||||
<p class="chip" style="color: rgb(200, 175, 255);">Fedi: <a href="https://void.lgbt/bingus_violet" rel="me">@Bingus_Violet​@void.lgbt</a></p>
|
||||
<p class="chip" style="color: rgb(255, 80, 80)">Youtube: <a href="https://www.youtube.com/channel/UChcrBJNJLZucy3TPyGyAY2g">Violet's Fiasco</a></p>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
|
@ -52,8 +49,7 @@
|
|||
<div class="col-sm-6">
|
||||
<hr>
|
||||
<h2>Game sites:</h2>
|
||||
<p class="chip" style="color: darkgrey">Steam: <a
|
||||
href="https://steamcommunity.com/id/Violet-The-Thigh-high-obtainer/">Violet</a></p>
|
||||
<p class="chip" style="color: darkgrey">Steam: <a href="https://steamcommunity.com/id/Violet-The-Thigh-high-obtainer/">Violet</a></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue