Merge pull request 'random' (#4) from dev into origin
Reviewed-on: https://codeberg.orgBingus_Violet/Violets-Purgatory#4
This commit is contained in:
commit
39e41e44b0
2 changed files with 7 additions and 13 deletions
6
index.js
6
index.js
|
@ -216,10 +216,10 @@ function pageUpdate() {
|
|||
|
||||
addedHTML = ""
|
||||
|
||||
var faqHTML = fs.readFileSync(path.join(__dirname, 'static/faq/index.html')).toString()
|
||||
addedHTML += faqHTML.substring(faqHTML.indexOf("<h1>"), faqHTML.indexOf("</body>"))
|
||||
// var faqHTML = fs.readFileSync(path.join(__dirname, 'static/faq/index.html')).toString()
|
||||
// addedHTML += faqHTML.substring(faqHTML.indexOf("<h1>"), faqHTML.indexOf("</body>"))
|
||||
|
||||
html = html.replace("{FAQ}", addedHTML)
|
||||
html = html.replace("{FAQ}", ``)
|
||||
|
||||
html = html.replace("{MASTODON_FEED}", mastoData.HTML)
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<img src="https://api.lanyard.rest/534132311781015564.png?" class="pfp">
|
||||
<div>
|
||||
<p><a href="pronouns">They/Them</a></p>
|
||||
<p>Game & web developer</p>
|
||||
<p>Developer</p>
|
||||
{LANYARD_STATUS}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -41,24 +41,18 @@
|
|||
<p class="chip"><a href="https://blog.violets-purgatory.dev">Blog</a></p>
|
||||
<p class="chip"><a href="./faq">FAQ</a></p>
|
||||
<p class="chip"><a href="https://beta.violets-purgatory.dev">Beta</a></p>
|
||||
<!-- <p class="chip"><a href="./portfolio">Portfolio</a></p> -->
|
||||
<!-- <p class="chip"><a href="./art">Art</a></p> -->
|
||||
<!-- <p class="chip"><a href="./games">Games</a></p> -->
|
||||
{LANYARD_QUOTE}
|
||||
</div>
|
||||
</div>
|
||||
<p><em>The world's worst developer</em></p>
|
||||
<p style="color: lightgray">To be honest the pronouns button is just there so the layout is more even</p>
|
||||
<noscript>
|
||||
<p style="font-size: 0.9rem;">Fun fact: This website uses no Javascript! Everything dynamic (E.G. The discord status) is done
|
||||
server-side, so enjoy :D</p>
|
||||
</noscript>
|
||||
<p>Check out the source code on <a href="https://codeberg.org/Bingus_Violet/Violets-Purgatory">Codeberg</a></p>
|
||||
|
||||
<hr>
|
||||
<h1>Violet's Limbo</h1>
|
||||
<p>Be sure to check out my blog, Violet's Limbo! Even if it's a major work in progress...</p>
|
||||
<p><a href="https://blog.violets-purgatory.dev">blog.violets-purgatory.dev</a></p>
|
||||
|
||||
<h2><hr>Projects</h2>
|
||||
<p>A (few) of the main projects i've been working on. Find more <a href="./projects">here</a>!</p>
|
||||
{LANYARD_FULL}
|
||||
{SOCIALS}
|
||||
|
||||
|
|
Loading…
Reference in a new issue