Skip to content

Commit bc02689

Browse files
committed
index
Signed-off-by: x-t <xdasht@pm.me>
1 parent 185ee25 commit bc02689

2 files changed

Lines changed: 1 addition & 17 deletions

File tree

apps/web/root/index.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,10 @@ <H1 style="margin-bottom: 0px;">zxyz</H1>
6363

6464
<P style="margin-top: 0px;margin-bottom: 40px;"><small>thinking of clouds</small></P>
6565

66-
<P>twenty one, he/they, lithuanian student</P>
67-
6866
<p>some of my favorite projects: <a href="https://regitra.pages.dev/">regitra-parody</a>, <a href="https://github.com/x-t/ebin-dos">ebin-dos</a>. look for more on my github!</p>
6967

7068
<p>quote of the day: <span id="qotd">💭</span></p>
7169

72-
<!--
73-
:) coming soon <3
74-
75-
<H2><A HREF="writing.html"><PICTURE><SOURCE SRCSET="/img/scroll.webp" TYPE="image/webp" /><IMG SRC="/img/scroll.png" ALT="Scroll icon" WIDTH=25
76-
HEIGHT=25 ALIGN=bottom /></PICTURE> writings <span class="arrow_lg" aria-hidden="true">~~></span></A></H2>
77-
-->
78-
7970
<H2><A HREF="guestbook.html"><PICTURE><SOURCE SRCSET="/img/guestbook.webp" TYPE="image/webp" /><IMG SRC="/img/guestbook.png" ALT="Notepad icon" WIDTH=25
8071
HEIGHT=25 ALIGN=bottom /></PICTURE> guestbook <span class="arrow_lg" aria-hidden="true">~~></span></A></H2>
8172

apps/web/root/js/qotd.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
// Mountain View, CA 94042, USA.
88

99
var qotd = [
10-
":3 - zxyz",
11-
"meow :3 - zxyz",
12-
"mrow :3 - zxyz",
13-
"OwO - zxyz",
1410
"In this town, nobody is awake at night. - Terry A. Davis",
1511
"Entertain God as an act of love to God. - Terry A. Davis",
1612
"I hate cryptology. It distracts people from useful work. - Terry A. Davis",
@@ -19,15 +15,12 @@ var qotd = [
1915
"You must live outside your comfort zone. - Terry A. Davis",
2016
"I do not know what my reality is, but God is God. - Terry A. Davis",
2117
"I am beautiful. I hope. - Terry A. Davis",
22-
"Jesus replied: \“‘Love the Lord your God with all your heart and with all your soul and with all your mind.’ - Matthew 22:37",
2318
"I know we will win. I know the enemy will be punished. - Terry A. Davis",
2419
"Русский военный корабль, иди на хуй - Roman Hrybov",
2520
"There is no system but GNU and Linux is one of it's kernels - Richard M. Stallman",
2621
"I've become an animal. Socializing sucks. - Terry A. Davis",
2722
"Those that can, do. Those that can't, complain. - Linus Torvalds",
2823
"All operating systems sucks, but Linux just sucks less - Linus Torvalds",
29-
"Be strong and courageous. Do not fear or be in dread of them, for it is the Lord your God who goes with you. He will not leave you or forsake you.\” - Deuteronomy 31:6",
30-
"Allah does not burden a soul beyond that it can bear - Quran 2:286",
3124
"You just brought piss to a shit fight, you little cunt! - Erlich Bachman",
3225
"It’s not magic, it’s talent and sweat. - Bertram Gilfoyle",
3326
"People like to lie, Richard. It’s a war of all against all. The history of humanity is a book written in blood. We’re all just animals in a pit. - Bertram Gilfoyle",
@@ -63,4 +56,4 @@ var qotd = [
6356

6457
window.onload = function() {
6558
document.getElementById("qotd").innerText = qotd[Math.floor(Math.random() * qotd.length)];
66-
}
59+
}

0 commit comments

Comments
 (0)