M
Medjed
April 28, 2025 at 9:43:44 AM
how'd you find me? hailing from neocities, nekoweb, status.cafe, or someplace else?:
Nekoweb
I hope you don't mind, but I noticed a few issues that I figured you're not aware of so wanted to inform you:
1. You use catbox.moe as a file host for some things which means these files aren't visible to many people (See the Connectivity Issues section). It would be better to host all the files directly on Nekoweb, or at very least host on something not blocked for lots of people like filegarden. (Another note about images is that you're missing alt text)
2. Your landing page doesn't look right unless zoomed into 140% (I'm using a 1920x1080 display). You could fix this by nesting the <div class="decorative-image miku"></div> inside the <div class="browser-frame"></div> then removing 'overflow: hidden;' on the .browser-frame, and changing the styling on .miku to something like 'bottom: -100px; left: -280px;'. This means it would be in the same position on all screens.
3. Similarly, on your landing page, the background image doesn't cover the whole background unless zoomed in. You can fix this by doing 'background-size: cover;' and 'background-attachment: fixed;'. Again, this makes it cover the page for all screens.
4. You can make your whole Nekoweb sitebox clickable by doing 'visibility: hidden;' or 'opacity: 0;' for your .sitebox .sitefeature, instead of 'display: none;'.
I hope this doesn't come off as overly critical, your site is pretty neat (I love Miku) and I just wanted to offer some help 