Skip to content

Commit

Permalink
index
Browse files Browse the repository at this point in the history
Signed-off-by: x-t <xdasht@pm.me>
  • Loading branch information
x-t committed Sep 4, 2024
1 parent 185ee25 commit bc02689
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
9 changes: 0 additions & 9 deletions apps/web/root/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,10 @@ <H1 style="margin-bottom: 0px;">zxyz</H1>

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

<P>twenty one, he/they, lithuanian student</P>

<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>

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

<!--
:) coming soon <3
<H2><A HREF="writing.html"><PICTURE><SOURCE SRCSET="/img/scroll.webp" TYPE="image/webp" /><IMG SRC="/img/scroll.png" ALT="Scroll icon" WIDTH=25
HEIGHT=25 ALIGN=bottom /></PICTURE> writings <span class="arrow_lg" aria-hidden="true">~~></span></A></H2>
-->

<H2><A HREF="guestbook.html"><PICTURE><SOURCE SRCSET="/img/guestbook.webp" TYPE="image/webp" /><IMG SRC="/img/guestbook.png" ALT="Notepad icon" WIDTH=25
HEIGHT=25 ALIGN=bottom /></PICTURE> guestbook <span class="arrow_lg" aria-hidden="true">~~></span></A></H2>

Expand Down
9 changes: 1 addition & 8 deletions apps/web/root/js/qotd.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
// Mountain View, CA 94042, USA.

var qotd = [
":3 - zxyz",
"meow :3 - zxyz",
"mrow :3 - zxyz",
"OwO - zxyz",
"In this town, nobody is awake at night. - Terry A. Davis",
"Entertain God as an act of love to God. - Terry A. Davis",
"I hate cryptology. It distracts people from useful work. - Terry A. Davis",
Expand All @@ -19,15 +15,12 @@ var qotd = [
"You must live outside your comfort zone. - Terry A. Davis",
"I do not know what my reality is, but God is God. - Terry A. Davis",
"I am beautiful. I hope. - Terry A. Davis",
"Jesus replied: \“‘Love the Lord your God with all your heart and with all your soul and with all your mind.’ - Matthew 22:37",
"I know we will win. I know the enemy will be punished. - Terry A. Davis",
"Русский военный корабль, иди на хуй - Roman Hrybov",
"There is no system but GNU and Linux is one of it's kernels - Richard M. Stallman",
"I've become an animal. Socializing sucks. - Terry A. Davis",
"Those that can, do. Those that can't, complain. - Linus Torvalds",
"All operating systems sucks, but Linux just sucks less - Linus Torvalds",
"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",
"Allah does not burden a soul beyond that it can bear - Quran 2:286",
"You just brought piss to a shit fight, you little cunt! - Erlich Bachman",
"It’s not magic, it’s talent and sweat. - Bertram Gilfoyle",
"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",
Expand Down Expand Up @@ -63,4 +56,4 @@ var qotd = [

window.onload = function() {
document.getElementById("qotd").innerText = qotd[Math.floor(Math.random() * qotd.length)];
}
}

0 comments on commit bc02689

Please sign in to comment.