Skip to content

Commit

Permalink
the rambles continue
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosyu committed Aug 11, 2024
1 parent d07a33f commit 9479323
Show file tree
Hide file tree
Showing 11 changed files with 95 additions and 15 deletions.
Binary file added assets/4201726415_c85f4837b0_o.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/720.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/948816870864199720.webp
Binary file not shown.
Binary file added assets/GLxjAMnXUAA_6_F.webp
Binary file not shown.
Binary file added assets/GSycK4fW8AAgtal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fredrei.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/t1Ivg5kVIdON96ZU.mp4
Binary file not shown.
25 changes: 18 additions & 7 deletions pages/inspirations.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,26 @@
border-radius: 0px;
}
a {
font-size: calc(4vw + 4vh);
font-size: calc(3vw + 3vh);
}
</style>
</head>

<body>
<div style="font-size: calc(4vw + 4vh)" class="inspired">
<p style="color: white;">inspirations & help:</p>
<div style="font-size: calc(3vw + 3vh)" class="inspired">
<p style="color: white;">inspirations, help and websites i like:</p>
<br>
<a href="https://displayman.neocities.org/" target="_blank">daniels virtual place (my goat)</a>
<a href="https://displayman.neocities.org/" target="_blank"> daniels virtual place [my goat and original inspiration for this site]</a>
<br>
<a href="https://www.w3schools.com/" target="_blank">w3schools</a>
<br>
<a href="https://developer.mozilla.org/en-US/" target="_blank">mozilla docs</a>
<a href="https://developer.mozilla.org/en-US/" target="_blank">mozilla docs [probably best html resource??]</a>
<br>
<a href="https://stackoverflow.com/" target="_blank">stackoverflow</a>
<a href="https://stackoverflow.com/" target="_blank">stackoverflow [everyone there are assholes but at least they smart]</a>
<br>
<a href="https://neocities.org/" target="_blank">neocities my (beloved)</a>
<a href="https://neocities.org/" target="_blank">neocities [my beloved]</a>
<br>
<a href="https://nekoweb.org/" target="_blank">nekoweb [neocities but more viable for hosting a real site for free (github pages is still better tho)]</a>
<br>
<a href="https://swirl.neocities.org/" target="_blank">swirl</a>
<br>
Expand All @@ -72,6 +74,15 @@
<a href="https://melps.neocities.org/" target="_blank">melps</a>
<br>
<a href="https://kiwimeowo.neocities.org/" target="_blank">kiwimeowo</a>
<br>
<a href="https://archive.org/" target="_blank">internet archive [idk how they have enough money to store every file but i love those guys]</a>
<br>
<a href="https://www.albumoftheyear.org/" target="_blank">aoty [my favourite music tracker site and unlike rym its not a toxic shithole with uninspiring ui]</a>
<br>
<a href="https://www.wiki.gg/" target="_blank">wiki.gg [crushes fandom and its not even close to a competition]</a>
<br>
<a href="https://annas-archive.org/" target="_blank">annas archive [modern day library of alexandria and yet they are trying to burn it down again]</a>

</div>
</body>

Expand Down
2 changes: 1 addition & 1 deletion pages/misc/recordroom.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</header>
<body>
<div class = "mainbox">
<img style="width: 20%;" src = "../../assets/cancer.jpg">
<img style="width: 20%; padding: 30px;" src = "../../assets/cancer.jpg">
<p style="color: white; background-color:blue;" >
place to show of my favourite albums of all time that id buy if i also wanted to spend every penny i have on a vinyl player
</p>
Expand Down
35 changes: 28 additions & 7 deletions pages/misc/reviews.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
</nav>
</header>
<body style="font-size: 20px;">
<div class="mainbox">
<div class="updog">
<a href="../misc/reviews/abook_ratings.html">
<img style="width: 50%;" src="../../assets/book3.gif"/>
<p style="color: white;" >asian media ratings</p>
</a>
</div>
</div>
<div class="mainbox">
<div class="updog">
<a href="misc/../reviews/game_ratings.html">
Expand All @@ -37,13 +45,26 @@
</a>
</div>
</div>
<div class="mainbox">
<div class="updog">
<a href="../misc/reviews/abook_ratings.html">
<img style="width: 50%;" src="../../assets/book3.gif"/>
<p style="color: white;" >asian media ratings</p>
</a>
</div>
<div class="mainbox" style="padding-top: 2%;">
<p style="background-color: #121212; color: white; font-family: Verdana, Arial; font-size: 14px;">this is my reviews (ratings) page !!
<br>
most i call them "reviews" but they arent really, more like random collections of thought i have after watching something.
<br>
the catagories are also pretty loose im grouping the entirety of webtoon into asian media because its just easier yk.
<br>
if youre wondering about the rating distribution discrepancies between asian ratings and everything else its because
<br>
since making this site ive having been reading as many books and watching as many movies, so a lot of the ratings are
<br>
based on vague memories i have of something from when i was like 7, so they just seem better to 6 year old me ig.
<br>
as for video games i usually dont buy games below "very positive" on steam so i just end up rarely playing bad games.
<br>
i also rate things before actually finishing them if i just drop them at like chapter 5 lol so if it rated something
<br>
like a 4 or below ive probably only read about 20 chapters, but in my mind if it isnt good for 20 chapters it just isnt a good story.
</p>
</div>
<img style="display: block; margin-left: auto; margin-right: auto; padding: 5px;" src="../../assets/948816870864199720.webp">
</body>
</html>
48 changes: 48 additions & 0 deletions pages/ramblings.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,58 @@

<div style="color: white; padding: 5px; font-size: 20px;" id="home" class="tabcontent">
<p>this is where im gonna write all the random shit i think that isnt really coherent enough to be a journal. click the things above to go to sections</p>
<p>i stole every aspect of this from <a href="https://incessantpain.neocities.org/">incessantpain</a> so go check him out</p>
<div style="display: flex; flex-wrap: wrap; justify-content: center;">
<video controls>
<source src="../assets/t1Ivg5kVIdON96ZU.mp4" type="video/mp4">
</video>
<img src="../assets/GLxjAMnXUAA_6_F.webp">
<img src="../assets/GSycK4fW8AAgtal.jpg">
<img src="../assets/fredrei.jpg">
</div>
<p>i dont really have more to say but when my page isnt long enough for a scrollbar to appear the navbar is pushed slightly less to the left making it look wonky going between pages</p>
<br>
<p>Connection terminated.

I'm sorry to interrupt you Elizabeth, if you still even remember that name. But I'm afraid you've been misinformed. You are not here to receive a gift, nor have you been called here by the individual you assume. Although you have indeed been called.

You have all been called here. Into a labyrinth of sounds and smells, misdirection and misfortune. A labyrinth with no exit, a maze with no prize. You don't even realize that you are trapped. Your lust for blood has driven you in endless circles, chasing the cries of children in some unseen chamber, always seeming so near, yet somehow out of reach.

But you will never find them, none of you will. This is where your story ends.

And to you, my brave volunteer, who somehow found this job listing not intended for you. Although there was a way out planned for you, I have a feeling that's not what you want. I have a feeling that you are right where you want to be. I am remaining as well, I am nearby.

This place will not be remembered, and the memory of everything that started this can finally begin to fade away. As the agony of every tragedy should. And to you monsters trapped in the corridors: Be still and give up your spirits, they don't belong to you.

For most of you, I believe there is peace and perhaps more waiting for you after the smoke clears. Although, for one of you, the darkest pit of Hell has opened to swallow you whole, so don't keep the devil waiting, old friend.

My daughter, if you can hear me, I knew you would return as well. It's in your nature to protect the innocent. I'm sorry that on that day, the day you were shut out and left to die, no one was there to lift you up into their arms the way you lifted others into yours. And then, what became of you.

I should have known you wouldn't be content to disappear, not my daughter. I couldn't save you then, so let me save you now.

It's time to rest. For you, and for those you have carried in your arms.

This ends for all of us.

End communication.
</p>
</div>
<div style="color: white; padding: 5px; font-size: 20px;" id="2024" class="tabcontent">
<p style="text-align: right;"> <a style="color: white;" href="javascript: document.body.scrollIntoView(false);">scroll to bottom</a></p>
<h1>2024</h1>
<h3>11/08/24</h3>
<p>i keep seeing a sick site and wanting to completely overhaul mine to look like theirs because it looks "too generic". idk if
thats the case, the main layout of most things has stayed the same since ~2021 when i used a w3school tutorial to get it done so
i suppose it could look generic but i think its fermented enough to have formed its own kind of identity?? idk, i keep feeling
like the navbar isnt bullshit enough but in the same vein the top of the screen horizontal navbar has been adopted everywhere for
a reason i guess. though i cant lie i feel a little jealous when i see melps' or incessantpain's cool ass navigation menus.
</p>
<h3>11/08/24</h3>
<img style="width: 25%;" src="https://i.imgur.com/23LpPHI.png">
<h3>10/08/24</h3>
<img style="width: 35%;" src="https://i.imgur.com/0fM9Uh0.png">
<h3>10/08/24</h3>
<img style="width: 35%;" src="https://i.imgur.com/g1ewmHu.png">
<h3>06/08/24</h3>
<p>im so fucking sick of needing to sign up to every website. like this is why i need 2fa on everything because passwords dont matter anymore because if i want to do
anything at all i gotta sign up, wanna crop this image online? sign up!! want to view this document? sign up!! want to scan an image for ai? sign up!! so now, every
Expand Down

0 comments on commit 9479323

Please sign in to comment.