You are browsing as a guest. Sign up (or log in) to start making projects!

Ship #1 Changes requested

# I made a website for my neighbourhood (as requested)
So I made a website for my neighbourhood so that we can take in invoices, stuff like that. I really enjoyed making this website since it is probably the first website that actually looks good... Feel free to buy any swag from the shop which is going to be released soon!

  • 3 devlogs
  • 3h
Try project → See source code →
Open comments for this post

1h 54m 51s logged

I have the website up and running!

Picked this back up after a few weeks away. The bones were already there — the homepage, the payment modal, the photo carousel — but a few things were bugging me and one thing was just flat broken.The mobile menu was completely dead. Tapping the hamburger did nothing. Turned out there was a JavaScript crash happening before the menu button ever got its event listener. The carousel code was trying to update a .carousel-count element that doesn’t exist in the HTML, which threw a null reference error and silently killed the rest of the script. Embarrassing, but easy to fix once you find it.While I was in there I rethought the menu itself. It was opening as a dropdown that floated over the hero text — looked messy and felt cheap on mobile. Replaced it with a proper side drawer that slides in from the right, with a blurred backdrop behind it. The hamburger icon also animates into an × when it’s open. Much cleaner.The images were way too big. The six home photos in the carousel were raw PNGs — 1.6 to 4.7 MB each, nearly 20 MB total. On a phone with a decent connection that’s a noticeable wait. Converted them all to JPEG at 78% quality, capped at 1400px wide. Total came out to about 2.6 MB — roughly 87% lighter. Quality looks identical at carousel size.Also added a neighborhood store section. A dark card with the community crest, a tagline, and a link to the Printify store. Lives between the “About” section and the contact footer. Kept the same design language as the rest of the site.Wrote a README too, which the repo embarrassingly didn’t have.

0
0
22

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…