Asahi update Asahi update
This commit is contained in:
parent
bd80d1ba0d
commit
ba60e76436
4 changed files with 100 additions and 5 deletions
|
@ -37,7 +37,8 @@
|
|||
"The worst git user to exist",
|
||||
"no idea how branches work",
|
||||
"Their ass is NOT listening",
|
||||
"These birds are Pissing me off... I'm the original Starwalker"
|
||||
"These birds are Pissing me off... I'm the original Starwalker",
|
||||
"Married to my beloved <a href='./asahi'>Asahi</a> <3"
|
||||
],
|
||||
"titles": [
|
||||
"Boykisser",
|
||||
|
@ -60,6 +61,10 @@
|
|||
"NodeJS": "limegreen",
|
||||
"Violet's": "rgb(200, 150, 255)",
|
||||
"Violet": "rgb(200, 150, 255)",
|
||||
"Asahi": "rgb(255, 175, 175)",
|
||||
"Lunya": "rgb(255, 175, 175)",
|
||||
"bisexual": "rgb(214, 2, 112)",
|
||||
"enby": "rgb(252, 244, 52)",
|
||||
"Purgatory": "rgb(200, 150, 255)",
|
||||
"Youtube": "rgb(255, 0, 0)",
|
||||
"Fedi": "rgb(175, 125, 200)",
|
||||
|
|
|
@ -127,13 +127,20 @@ module.exports = {
|
|||
filePath = path.join(__dirname, 'static', filePath || 'index.html')
|
||||
if (fs.existsSync(filePath)) {
|
||||
var data = fs.readFileSync(filePath).toString()
|
||||
if (req.path.includes(".css")) {
|
||||
res.setHeader("Content-Type", "text/css")
|
||||
} else if (!req.path.includes(".woff2")) {
|
||||
|
||||
res.contentType(path.basename(filePath))
|
||||
|
||||
// if (req.path.includes(".css")) {
|
||||
// res.setHeader("Content-Type", "text/css")
|
||||
// } else if (!req.path.includes(".woff2")) {
|
||||
// data = converter(data, req.query)
|
||||
// }
|
||||
|
||||
if (filePath.includes(".html")) {
|
||||
data = converter(data, req.query)
|
||||
}
|
||||
|
||||
res.send(minify.minify(data))
|
||||
res.send(data)
|
||||
} else {
|
||||
res.status(404).send(`
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
|
|
83
static/asahi/index.html
Normal file
83
static/asahi/index.html
Normal file
|
@ -0,0 +1,83 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="/root.css">
|
||||
<link rel="stylesheet" type="text/css" href="/global.css">
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Violet's Purgatory</title>
|
||||
|
||||
<meta name="darkreader-lock">
|
||||
|
||||
<meta content="Violet's Purgatory" property="og:title" />
|
||||
<meta
|
||||
content="Hi, I'm Violet, a 15 year old web developer. My site lists my projects, passions, and where you can find me, so please visit!"
|
||||
property="og:description" />
|
||||
<meta content="./pfp.png" property="og:image" />
|
||||
<meta content="#a200ff" data-react-helmet="true" name="theme-color" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{WEATHER_MODIFIER}
|
||||
<h1 class="animatedTitle">Welcome to my<span class="mainTitle" style="color: rgb(200, 150, 255)">Humble Abode</span>
|
||||
</h1>
|
||||
<main class="animatedMain">
|
||||
<p>nice seeing you here! while you're at it, why not check out my socials or about me?</p>
|
||||
<hr>
|
||||
<div id="card">
|
||||
<h2>Asahi</h2>
|
||||
<div style="display: flex; justify-content: center; align-items: center;">
|
||||
<img src="/imgs/asahiPFP.png" class="pfp">
|
||||
<div>
|
||||
<p>They/Them</p>
|
||||
<p>Marcy & Violet <3 </p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div>
|
||||
<p style="padding: 10px;">
|
||||
<br>hi! my name is Asahi Lunya :3 i'm a bisexual enby who's a very queer mess
|
||||
|
||||
<br>i have interests in tech, aerospace, trains, art, and music! i'm also a privacy/security
|
||||
enthusiast
|
||||
|
||||
<br>i'm currently learning many new things in my life, expanding my knowledge
|
||||
|
||||
<br>i hope you got to know me a little ^^
|
||||
</p>
|
||||
<!-- <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> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2><hr>Disclaimer!</h2>
|
||||
<p>
|
||||
This is NOT Asahi's real site! Please find it <a href="https://asahixp.pages.gay">here</a> instead!
|
||||
</p>
|
||||
|
||||
<h2><hr>Quotes:</h2>
|
||||
|
||||
|
||||
<p style="white-space: pre-wrap;">“literally anything from the 1995 movie 'Hackers' will absolutely fit here :neofox_bongo_hyper:” -tyberry
|
||||
"ooooo you like boys, ur a boykisser" -Elodie
|
||||
"asahi is twink-esk in spirit. aspirational." -Juniper
|
||||
"cute huggable nice huggable cute cute" -marcy
|
||||
"Petting Asahi makes the world better” -yassie
|
||||
"meow meow meow mrrrp nya~" -gettie
|
||||
"cute and queer catenby that functions as fedi's algorithm on the side" -7331
|
||||
"sometimes this one still forgets how friendly some people are here… like Asahi, for instance!” -Ariadne
|
||||
"Asahi wa sugoi desu ne?" -Bard
|
||||
"this is a quote :3c" -Ukko
|
||||
"best Asahi I've ever metblob cat squeezes heart (awww!)" -Kristina
|
||||
"asahi is friend shaped and they have a good heart" -Drew
|
||||
"10/10 will give loving headpats and will protect them!" -Natsura</p>
|
||||
|
||||
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
BIN
static/imgs/asahiPFP.png
Normal file
BIN
static/imgs/asahiPFP.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 145 KiB |
Loading…
Reference in a new issue