Website building

Messages
8,942
Tings
66,170
SO.. i wanted feedback on my website.. and i have been told there no website building treads! So, im making one! Feel free to post your personal sites and ask for feedback!

https://edgyrabbid.neocities.org/

This is my site, and im going for a old web vibe.. however i want it to be more organized! but any feedback is also good.
 
Great idea : here is mine


It is a website for my company (video editing and live-streaming). I made the basis myself in Angular and a friend constructed the rest once I hit several snags because I'm ass at front-end building (back end also. There is a reason that I left IT).

It is due for a complete rebuild because I want to add section for photography (wedding or sports) and drone captation, which were recently added to my arsenal.

It is missing a back to default page (meaning it often leads to a 404 when clicking on back) and the sections are not exactly well structured, even without factoring the concept of SEO. It would benefit to links to my pictures / videos / livestreams / clients referals. I want to work on it during the holidays.

Also a contact form that directly goes to my inbox is still missing.

Other kind of feedback is appreciated.

SO.. i wanted feedback on my website.. and i have been told there no website building treads! So, im making one! Feel free to post your personal sites and ask for feedback!

https://edgyrabbid.neocities.org/

This is my site, and im going for a old web vibe.. however i want it to be more organized! but any feedback is also good.

The retro aestetics is there, no doubt about that. But the menu at the bottom of the page is so small I have to ask whether it's by design, to be ironic.
 
Np! And yeah, i’ve seen the new navigation layout you’ve made, looks really great! :up:
 
After issues with my friend in webdesign, I could finally relanch my website on my own...


... But now the responsive part is completely broken on mobile. So I still need my friend's help :v

All those efforts quasi wasted. I'd like to kill myself...
 
Your site is blocked on my school wifi for whatever reason?

Also magelin, your site is AMAZING.
 
Well isn't that weird. It may be because of the exposed titty of Lady Liberty on the "Illustrations" page.
 
Also magelin, your site is AMAZING.
Ah, thank you! It’s a little bit outdated, though, so i’m remaking it completely. I’ve already made the rough layout, so maybe i’ll show you tomorrow how it looks like!
I’m also trying to make it a little bit more responsive, and i think it’s coming along nicely :mrgreen:
 
Okay so this goes in here. I was making a page on my site with every Rayman site i could find. However, now i wanna make an entire site and host the codes of the offical discountied sites on there. However im not sure if i could do that on Neocites? Would i need to buy the RayWeb domain name?
 
You can make a new account and host the website here! It’s not against the rules to create multiple accounts, from what i seen before. So, don’t worry about that part!
 
...Thats just a link to my site? Are you linking it to make a point? But if you are then im glad someone else is helping archiving the RayWeb!!
 
Nice page! And surprisingly, somewhat responsive.
Though, i have noticed in your code that you keep reusing style tags, like this (this is just an example) :
Code:
<style>
a 
{ color : blue }
</style>
<style>
#container 
{ display : flex }
</style>
When you could easily just write this :
Code:
<style>
a 
{ color : blue }
#container 
{ display : flex }
</style>
That looks a little bit better, innit? (I'm turning British :mefiant:)
I know Spacehey does this thing where you have to use multiple style tags in order for the CSS to work (at least in my experience), but it's not needed here.
Anyways, i have been working on my website, once again, and it's 75% done, i think. Here is a little showcase of the blog!
whar.png

pee.png

Still not really done yet, but i like how it looks. Don't mind the stuff in the container, i just like to put stupid things as my placeholders :hap:
Been having a bit of trouble, though. So, i was inspired by this layout, and decided to study its code. As you can see, the welcome message is here. And once you click on another link, it dissapears.
But i just cannot get that to work. That "hi" in the container is actually supposed to be the welcome message, and the stuff below is the content that is supposed to show up instead of the welcome message. Man... :facepalm:
 
Well… I don’t know how to help unfortunately then. BUT I do know a fourm site where you could ask!
 
Back
Top