Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming
This is a project I've been writing and rewriting on and off for a while now. After starting over completely from scratch last weekend, I think I've gotten far enough to share it.
It's still early, but so far it supports:
NPF and Legacy audio posts
Spotify posts
Keyboard navigation
There's a few more variations of audio post that I need to finish, but feel free to test out what is currently ready!
The original theme garden theme is several years old and was in need of a refresh. While the design is very similar, there are several changes to the theme options. I didn't want anyone to lose their settings, so this is a completely new version and not an update to the original.
This is much simpler to customize overall, so let me know if I should add some more of the older features into this one!
In the wake of the TikTok ban and revival as a mouthpiece for fascist propaganda, as well as the downfall of Twitter and Facebook/Facebook-owned platforms to the same evils, I think now is a better time than ever to say LEARN HTML!!! FREE YOURSELVES FROM THE SHACKLES OF MAJOR SOCIAL MEDIA PLATFORMS AND EMBRACE THE INDIE WEB!!!
You can host a website on Neocities for free as long as it's under 1GB (which is a LOT more than it sounds like let me tell you) but if that's not enough you can get 50GB of space (and a variety of other perks) for only $5 a month.
Create and surf awesome websites for free.
And if you can't/don't want to pay for the extra space, sites like File Garden and Catbox let you host files for free that you can easily link into NeoCities pages (I do this to host videos on mine!) (It also lets you share files NeoCities wouldn't let you upload for free anyways, this is how I upload the .zip files for my 3DS themes on my site.)
Host your files with decency.
The cutest free file host you've ever seen
Don't know how to write HTML/CSS? No problem. W3schools is an invaluable resource with free lessons on HTML, CSS, JavaScript, PHP, and a whole slew of other programming languages, both for web development and otherwise.
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML,
Want a more traditional social media experience? SpaceHey is a platform that mimics the experience of 2000s MySpace
SpaceHey is a retro social network focused on privacy and customizability. It's a friendly place to have fun, meet friends, and be creative.
Struggling to find independent web pages that cater to your interests via major search engines? I've got you covered. Marginalia and Wiby are search engines that specifically prioritize non-commercial content. Marginalia also has filters that let you search for more specific categories of website, like wikis, blogs, academia, forums, and vintage sites.
Marginalia Search is a small independent do-it-yourself search engine for surprising but content-rich websites that never ask you to accept
Wiby is a search engine for older style pages, lightweight and based on a subject of interest. Building a web more reminiscent of the early
Maybe you wanna log off the modern internet landscape altogether and step back into the pre-social media web altogether, well, Protoweb lets you do just that. It's a proxy service for older browsers (or really just any browser that supports HTTP, but that's mostly old browsers now anyways) that lets you visit restored snapshots of vintage websites.
With ProtoWeb, you can browse the web like it's 1995!
Protoweb has a lot of Geocities content archived, but if you're interested in that you can find even more old Geocities sites over on the Geocities Gallery
A restored visual gallery of the archived Geocities sites
And really this is just general tip-of-the-iceberg stuff. If you dig a little deeper you can find loads more interesting stuff out there.
The internet doesn't have to be a miserable place full of nothing but doomposting and targeted ads. The first step to making it less miserable is for YOU, yes YOU, to quit spending all your time on it looking at the handful of miserable websites big tech wants you to spend all your time on.
Going to put all this in its own post too by popular request: here's how you make your own website with no understanding of HTML code at all, no software, no backend, absolutely nothing but a text file and image files!
First get website server space of your own, like at NEOCITIES. The free version has enough room to host a whole fan page, your art, a simple comic series, whatever!
The link I've provided goes to a silly comic that will tell you how to save the page as an html file and make it into a page for your own site. The bare minimum of all you need to do with it is JUST THIS:
Change the titles, text, and image url's to whatever you want them to be, upload your image files and the html file together to your free website (or the same subfolder in that website), and now you have a webpage with those pictures on it. That's it!!!!!
.....But if you want to change some more super basic things about it, here's additional tips from the same terrible little guy:
That last code by itself is:
<meta HTTP-EQUIV="REFRESH" content="0; url=001.html">
Change "001.html" to wherever you want that link to take people. THIS IS THE REASON WHY when you go to bogleech.com/pokemon/ you are taken instantly to the newest Pokemon review, because the /pokemon/ directory of my website has an "index.html" page with this single line of code. Every pokemon review has its own permanent link, but I change that single line in the index file so it points to the newest page whenever I need it to!
While I catered these instructions to updating a webcomic, you can use the same template to make blog type posts, articles or just image galleries. Anything you want! You can delete the navigational links entirely, you can make your site's index.html into a simple list of text links OR fun little image links to your different content, whatever! Your website can be nothing but a big ugly deep fried JPEG of goku with a recipe for potato salad on it, no other content ever, who cares! We did that kind of nonsense all the time in the 1990's and thought it was the pinnacle of comedy!! Maybe it still can be?!?! Or maybe you just want a place to put some artwork and thoughts of yours that doesn't come with the same baggage as big social media?
Make a webpage this way and it will look the same in any browser, any operating system for years and years to come, because it's the same kind of basic raw code most of the internet depends upon!
Going to put all this in its own post too by popular request: here's how you make your own website with no understanding of HTML code at all, no software, no backend, absolutely nothing but a text file and image files!
First get website server space of your own, like at NEOCITIES. The free version has enough room to host a whole fan page, your art, a simple comic series, whatever!
The link I've provided goes to a silly comic that will tell you how to save the page as an html file and make it into a page for your own site. The bare minimum of all you need to do with it is JUST THIS: /end ID]
[image ID: a creature explaining what to change after you save the html to make it your own website: “Guess what? The circled bits are all you ever need to change to make it your OWN PAGE” The sections circled in red are:
the text of the page's tab, between "head" and "title" tags. it says “YOUR WEBSITE'S TITLE HERE”; the full line is: <head><title>YOUR WEBSITE'S TITLE HERE</title><head>
a header for the page, between "h1" and "p" tags. it says “BIG, CENTERED TEXT”; the full line is: <h1><p style="font-sixe:40px">BIG, CENTERED TEXT</p><h1>
a link to the image files of the comic, between an "h1" tag and inside an "img." tag. it says “thisisntyourcomic.png”; the full line is: <h1><img src="thisisntyourcomic.png"></h1>
the three navigation links, each inside an "a" tag. the first link applies to the word “Previous”, the second applies to the word “Home”, and the third to the word “Next”; the first line is: <a href="001.html"><b>Previous</b></a> . the second line is: <a href="YOURWEBSITE.WHATEVER"><b>Home</b></a>&nps;&nps; . the third line is: <a href="001.html"><b>Next</b></a>
/end ID]
[post text: Change the titles, text, and image url's to whatever you want them to be, upload your image files and the html file together to your free website (or the same subfolder in that website), and now you have a webpage with those pictures on it. That's it!!!!!
.....But if you want to change some more super basic things about it, here's additional tips from the same terrible little guy: /end PT]
[image ID: the creature from before, explaining how to change the background colors: “AAH! It's extra stuff! Here's where you can change colors!” a few spots for hexcodes and code segments are circled and labelled. The lines of code are:
The creature continues: “There's two different ones for "background" because the sample file has this nice middle column for your content!”
/end ID]
[image ID: a demonstration of the different background colors. Background 1 applies to the background of the webpage, and Background 2 applies to the background of the content column. The creature instructs: “Look up color hex codes and and try any vile combos you want!” /end ID]
[image ID: the creature explaining how to change the navigation at the bottom: “Links can be images instead of text! Just put an image code where the link text was.” The code segment from the first image for navigation links except with the "Previous", "Home", and "Next" texts replaced with <img src="backbutton.png">, <img src="homebutton.png"> and <img src="nextbutton.png"> /end ID]
[image ID: a screenshot of the html code inside the computer's files, with the creature explaining: “If an html file is just called "Index," it automatically acts as your main page! It will be what people see when they go to yourwebsitename.com or whatever!” /end ID]
[image ID: a singular line of code: <meta HTTP-EQUIV="REFRESH" content="0; url=yourwebsite.com"> The creature says: “If you make a page with only this one line of code, anyone who goes to the page will be taken to whatever URL you put there!” /end ID]
[image ID: the creature further explains: "You can use that to make a custom link with that always goes to your newest update! Whenever you update, just change this link again!Your index.html can be this, too!" There's an arrow pointing towards the "url=yourwebsite.com" in the code segment from the previous image. /end ID]
Change "001.html" to wherever you want that link to take people. THIS IS THE REASON WHY when you go to bogleech.com/pokemon/ you are taken instantly to the newest Pokemon review, because the /pokemon/ directory of my website has an "index.html" page with this single line of code. Every pokemon review has its own permanent link, but I change that single line in the index file so it points to the newest page whenever I need it to!
While I catered these instructions to updating a webcomic, you can use the same template to make blog type posts, articles or just image galleries. Anything you want! You can delete the navigational links entirely, you can make your site's index.html into a simple list of text links OR fun little image links to your different content, whatever! Your website can be nothing but a big ugly deep fried JPEG of goku with a recipe for potato salad on it, no other content ever, who cares! We did that kind of nonsense all the time in the 1990's and thought it was the pinnacle of comedy!! Maybe it still can be?!?! Or maybe you just want a place to put some artwork and thoughts of yours that doesn't come with the same baggage as big social media?
Make a webpage this way and it will look the same in any browser, any operating system for years and years to come, because it's the same kind of basic raw code most of the internet depends upon!
/end PT]
小い.> very useful guide~ thank you for making it!♡
게터.> neocities time〜 have fun everyone :]
ゆの.> web liberation W
additional useful things people added in the notes:
Tumblr is a place to express yourself, discover yourself, and bond over the stuff you love. It's where your interests connect you with your
alternatives for making a link to the newest update, because the method privided by the guide above will break the back button
💬 10 🔁 3378 ❤️ 5631 · and here's a website that's full of useful info and guides, for if you wanna expand your web design powers! https://
website for learning more html and css
💬 10 🔁 3378 ❤️ 5631 · I'll be honest with you: as a web developer this makes all my hair stand on end. BUT! Yes, this totally works and yo
how to make the text properly formatted and visible on mobile
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming
I'm posting this today as an official "goodbye" from Tumblr.
As much as I've loved creating themes, fonts and other goodies for you guys here, it's finally time to leave that for new creators.
All of my work will remain available, and you can get it all together in Suiomi's Everything Bundle, which includes all of my themes and the full Cappuccicons downloadable font:
Cappucicons PNG
Cappucicons SVG
Rihanna
Karina
Julissa
Nayeli
Nathalia
Kenya
Peyton
Clara
Mia
Get Suiomi's Everything Bundle [here].
I'd like to thank every single one of you who have supported me. It's been at least 10 years of creativity fueled by your love and support. I hope you guys have enjoyed my work throughout all these years.
Thank you so much again, and I hope my work will still make your projects and hobbies shine in years to come.
your favorite sidebar theme just got an upgrade, babeyyy
I went to update Ocular to make it NPF post-compliant and then my hand slipped and I redesigned the whole thing lmao. here's a brief update about Ocular 3; if you're looking for a full list of changes between versions 2 and 3, click the "Read More" below)
Ocular comes with the following features:
Colors: easily change the color scheme of your sidebar and posts using any colors you want
Post sizes: 400px, 500px, 540px, 600px, 700px
Sidebar: can be on the left, right, or above the posts. pick from a list of sidebar sizes, header image heights, and avatar shapes
Fonts: 20 different fonts, sizes 13px to 18px
Background: solid, gradient, full-size image or repeating image
Links: choose either regular navigation or drop-down navigation. unlimited custom links (visit the help desk FAQ for a tutorial) and ability to rename home, ask, submit, and archive links
Endless scroll, custom ask box text, Tumblr's full-width controls and search bar, optional header, avatar, and favicon images
if you already have Ocular installed, version 3 should be coming at you as soon as the update passes the theme garden. if you installed this theme with GitHub, you'll have to re-install manually.
now let's get to the fun stuff. what's new in version 3?
wow, do I have some updates for you!
1. goodbye color schemes, hello post background and text colors
you can now directly control the color of the posts rather than relying on color schemes to do it. want your posts to be a very specific shade of navy? all yours, buddy. go wild (make sure it's readable tho)
2. hello, color schemes! wait I thought we got rid of that guy
a lot of the color schemes I made became redundant now that the new post background/text color options exist. if you were married to the old color schemes, all of them can be recreated using those options. so the new color scheme options are as follows:
"My colors" — uses the colors you picked for post background/text
"Light preset" and "dark preset" — sets the posts to white with black text, or off-black with white text
"Translucent" — uses the colors you choose for post background/text, but makes the post backgrounds semi-transparent. there are NINE different translucent color schemes, ranging from 90% (only slightly see-through) to 10% (VERY see through)
3. navigation dropdown option
you can either use the sidebar links like they were before, or you can turn them into a cute little dropdown (helpful if you have lots of links or links with long titles!) you can enable this using the "use dropdown navigation" setting. you can also customize the label for the dropdown using the "dropdown menu label" setting. for instance, the dropdown on my blog currently says "oooh you wanna click me"
4. RIP google fonts I always hated your load times
decided to stop using Google Fonts and instead I'm providing the font files directly in the code. this will help speed up load times drastically when using custom fonts, plus I don't have to use Google. win-win! there's quite a bit of coverage overlap with the old fonts, but some of them that were too similar to each other got the ax. I also added all of the system fonts as options (hit classics like Arial, Georgia, and Comic Sans MS are now available TO YOU!)
5. more layout, sizing, and spacing options
the sidebar used to be either on the center-left, center-right, or above the posts; now it can go in the top-left or top-right! you can now control the border radius on the posts and sidebar. the header height, sidebar width, and post spacing all have additional options.
6. some options have been renamed for additional clarity
"background color 1" -> "background color"
"background color 2" -> "gradient background color"
"background" -> "background style"
"font override" -> "use body font everywhere"
"title" -> "sidebar title"
"description" -> "sidebar description"
"ask box text" -> "custom HTML above ask box"
7. removed some options
you win some, you lose some. I removed the uppercase sidebar links, theme credit, and inline media spacing options, mostly for redundancy reasons or because they produced unclear results.
8. as previously stated, now NPF-compliant
Ocular was ALMOST compliant with Tumblr's new post format, but had a few tweaks that needed to be ironed out. they're now ironed.
9: now user-friendly right out of the box
I updated the default color and content options, so new users installing this theme will have a much easier time using and customizing it immediately. no more ugly ass green background!
10. and finally, new JS
I had to rewrite some of the javascript for this theme, which turned into me rewriting ALL of the javascript. doing so meant that I could eliminate dependencies on third-party JS libraries and run the whole thing on plain JS. that should improve load times!!
bonus: custom CSS can do some nifty stuff now
want to change the size of your avatar? you can do that now! just do this to your Advanced > Add custom CSS section
super helpful if you're using the Avatar shape: Uncropped setting and you need your image to be a specific size (like a pixelated GIF)
for more info, check out the Ocular user guide. thanks for reading my updates!! hope you all have a fantastic start to your 2024 ❤️
last thing about this from me i promise. actually i don't, fuck you if you don't like it
the "old web" space is extremely hostile to disabled people. there is a show of patting themselves on the back for linking accessibility resources they've never read, while at the same time flat out promoting inaccessible practices. the thing is, they don't make the page slightly more difficult to read, they make it impossible to.
if you're photosensitive, using an inaccessible page can flat out give you seizures in the case of epilepsy, or otherwise cause massive disabling migraines and other painful effects. if you're a screen reader user, be it because of blindness, dyslexia, or other print disabilities, depending on exactly what nonsense you've done to your website, it can read things in a nonsensical order, refuse to read at all, or flat out CRASH.
if you're out here saying that html is so easy and anyone can learn it, put your effort where your own mouth is and learn accessibility standards. don't be so fucking apathetic - if you think inaccessibility will save you from data harvesting, you frankly deserve it getting stolen
Can you or someone please provide resources on making web stuff accessible? I constantly try to find resources for this and I'd like to make my web and other programming work more accessible but the best I've been able to find is some very specific stuff for apps.
not exhaustive by any means and i encourage more people to add on, but i really like w3schools' accessibility tutorial for being a nice breakdown of different things like alt text, aria labels, and roles. there's also a summary here. imo it's a really good place for a first start
firefox also has a built in automatic accessibility checker - right clicking, clicking "Inspect Accessibility Properties", and changing "Check for Issues: None" to "Check for Issues: All issues" will list out different problems with the web page
with most things around web content, WCAG is your first and best point of call. the W3 site has a very comprehensive breakdown of what each item means and how to meet it. (WCAG 2 Overview, W3.org)
what WCAG does really well is discuss many facets of accessibility, from content to user pathways to technical specifics. this is often left out of discussions on accessibility -- often web accessibility conversations begin and end with "is this screen-reader friendly". (which isn't to say that everyone is really great about making things screen-reader friendly, because they're not.)
i'll link the rest of my resources under the cut. they're australia-centric because most of them i sourced for work and i am australian. but many are relevant regardless of where you are from.
i've also tried not to link a whole bunch of resources that all say the same thing. i have read all these documents and they've all been very helpful to me in increasing the accessibility of what i produce.
i've organised this list in order of what i feel is probably most relevant to people on tumblr reading this list. i'll cover:
General content guidance (readability, etc.)
Colour
Websites
Images and diagrams
Audio and video
Digital documents
PDFs (get their own special spot because they fucking SUCK irt accessibility)
Forms and surveys
General content guidance
Readability Guidelines (Content Design London)
Accessible information (Inclusion Australia) A good introductory resource on Easy Read
Inclusive communication tips (Council for Intellectual Disability)
Colour & graphic design
Contrast (W3C)
Colour Contrast Analyser (Vision Australia. Blindness and low vision services)
Communicating data with colour (Department of Transport and Planning, Victoria)
AccessAbility 2: A practical handbook on accessible graphic design (RGD in Partnership with the Government of Ontario)
A Guide to Understanding What Makes a Typeface Accessible (The Readability Group)
Websites
Online accessibility toolkit (Government of South Australia) Great compilation which covers many different stages of a web build and accessibility considerations for different roles.
Accessibility testing toolkit (Digital.NSW) Walks you through running different types of tests on your page
Easy Checks – A First Review of Web Accessibility (W3C) Quick and easy checks to go through before hitting publish
Screen Reader Testing (University of Melbourne) Screen reader checker tools
Online and print inclusive design and legibility considerations (Vision Australia)
Guidelines for producing accessible e-text (2018) (Round Table on Information Access for People with Print Disabilities)
Images and diagrams
Alt decision tree (W3C) This is the best resource to learn about producing alt text, what to write, and when to use alt text!
Alternative Text (WebAIM)
How to make social media accessible: Our top three tips (Vision Australia)
Images (Australian Government Style Manual)
Guidelines for producing accessible graphics (2022) (Round Table on Information Access for People with Print Disabilities)
Audio and video
Requirements and standards for video and audio (Australian Government Style Manual)
Description of Visual Information | Web Accessibility Initiative (WAI) | W3C
Audio description for videos | Digital Accessibility (harvard.edu)
Quick reference to audio and video requirements under WCAG (Media Access Australia)
Sign language – Auslan (Better Health Channel)
Making audio and video media accessible (W3C)
Guidance on using captions, transcripts and audio descriptions (WebAIM)
Audio description of visual information (W3C)
Creating accessible videos (Education NSW)
Digital documents
Ace by DAISY. A free tool to check accessibility of EPUB files
Microsoft Word documents (Digital.NSW)
Microsoft Word accessibility (WebAIM)
Make your Word documents accessible to people with disabilities (Microsoft)
Create accessible Word documents video tutorials (Microsoft)
Make your Google Doc more accessible (Google)
Microsoft Excel (WebAIM)
Make your Excel documents accessible to people with disabilities (Microsoft)
You're doing great! Really love what you've done with the place so far. Now here's something important moving forward. If you are making a neocities - especially if you are doing so with the motivation to fight back against Web 3.0 and reclaim the web as a space for individual users instead of for companies - please, keep the following in mind:
An inaccessible web is not a free web.
Repeat after me: An inaccessible web is not a free web.
Resources for Beginners to Learn About Web Accessibility and Web Design:
W3C's Introduction to Web Accessibility | W3C is the organization that decides on the standards of Accessibility on the web. They are an invaluable direct resource.
A Beginner's Guide to Understanding Web Accessibility
Mozilla's Accessibility Overview
WebAIM's Introduction to Web Accessibility
What is Web Accesibility in 60 Seconds! [YouTube Video]
Accessibility: What's the difference between WCAG Levels A and AA? [YouTube Video]
FreeCodeCamp | FCC provides an extremely beginner friendly Responsive Web Design course. The lessons for this course integrate accessibility standards naturally, and also have individual lessons specifically for teaching accessibility.
FreeCodeCamp's Accessibility Tag on their News Page
HTML Dog's Tutorial's for HTML, CSS, and Javascript
MarkSheet's Free HTML and CSS Tutorial
W3C's Easy Checks
W3C's QuickRef on How to Meet WCAG | I have filtered the QuickRef link to only show Level A requirements. This is the easiest level to meet and is considered the "bare minimum."
Alt text on images: Use alt="" as an attribute on img tags. Describe what a sighted person would see and understand when they look at the image. Describe the image and its context.
Transcripts and captions: Videos and audio should have both hand-written captions and a full-text transcript. For videos without talking, describe what's going on.
Keyboard navigation: Navigate your site using just your keyboard. Tab should move through your links in order, and there should be a way to see that you're on a given link. Have a skip to content link first that brings you to your main content. This can be done with a fragment link if you add an id to your element.
Avoid color-only interactions: Add text styling or size changes as well as color to show that you're interacting with an element.
Color contrast: Check your color scheme in something like Adobe Color to see if it meets the requirements.
Font size: Bigger is always better. 18px minimum for body text is a solid guideline.
Theme 14: They/Them by enbythemes
preview | code | credits
This isn't Friday the 13th. It's April Fool's Day. Same formula, but with a killer twist ending.
When I found out there was a Tuesday the 17th in October, I immediately knew I had to recode and post it for today. The design/layout is still pretty similar to the original, now with added NPF support as well as light/dark mode. And a lot more cleaner of code.
features and options:
100px icon, with customizable two colored gradient border.
Posts Sizes: 400px / 450px / 500px / 540px
Three custom links
Option to switch between halloween and regular icons
Responsive
Light/Dark toggle
NPF support
notes:
ask link will only appear if you have them enabled
the tumblr customization page is buggy. be sure to save and view on your blog before sending me any message about problems
Icon made by the always lovely and extremely talented @msjessicaday ❤
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming
Given Iconic's reliance on legacy post types for styling, the rewrite modifies NPF posts to look like legacy posts for consistency. The theme's design hasn't changed, though I made some minor improvements for responsiveness.
If you notice any issues with this, please let me know!
so far a lot of my sdv mod coding is just figuring things out by looking at the content patcher mod author guides on github and observing how others do things. legit just guessing and praying. every time something different clicks in my head, and i understand more. prob more efficient ways to learn, but here i am roughing it.
honestly, most of my troubles is forgetting commas. universal coding problem i think.
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming
I spent last night looking at Neocities sites and here are my takeaways:
There's a real push to keeping the internet weird, open and less corporate-driven -- info on bypassing paywalls, protecting your data, archiving web media and basic coding/tech literacy.
(I found one tutorial on how to make a pop up that detects whether someone has an ad blocker and suggests they install one if they don't! Love that.)
There's also resources on finding the kind of internet that isn't the default experience anymore - alternate search engines I hadn't even heard of, human-made link lists and webrings. (Webrings! Turns out they never went away!)
If any of that sounds interesting to you, by the way - sadgrl.online has a lot of it and is possibly the best thing on the internet????
The "90's web" aesthetic is really fun and nostalgic, but I particularly loved seeing some people bring the better parts of the "modern internet" into it. What if we had weird, eye-searing personal sites BUT with plaintext alternatives for accessibility purposes? CW for flashing lights and unreality triggers?
(Again sadgrl comes in with a lot of resources for making your website accessible.)
Most of all, I'm honestly emotional about all the sites I found that were like, "hi! I'm 14 and this is my website where I talk about stuff I like haha."
It's so good that so many kids and teens who never experienced the "old internet" are still finding stuff like this and making their own weird stuff! Not just because weird websites are more fun, but because these skills are being passed down.
Anyway it's great and who knows maybe I'll make my own site sometime to keep horror media recommendations or something.