PiperBaron / KPopRepo

A project dedicated to providing translation and background to popular K-Pop songs and groups!
2 stars 0 forks source link

Project Website #11

Open PiperBaron opened 3 years ago

PiperBaron commented 3 years ago

I've put together a splash page and basic navigation for the website. It's really simple, but it's a start. None of it (the layout, colors, images, etc.) are set in stone, feel free to change it however you'd like and re-upload it via FileZilla. I also uploaded all of the images we've collected so far (member profile pictures and lightsticks), because we'll need them in the future.

I think what we have so far is enough to satisfy the website portion of 3rd Project Checkpoint.

PiperBaron commented 3 years ago

I wanted to use a server-side include for the navigation bar, but I couldn't figure out how to make it work with the "active" class. I want the menu item for the page that you're currently on to be highlighted, and I can do that with having the navigation code on each page, but I don't know how to do that with the include.

I want to try to figure it out at some point, so let's treat the current layout as (somewhat) temporary.

ebeshero commented 3 years ago

@PiperBaron In general, when attempting to style an SSI, you want to write the CSS for a page with the SSI portion already included. I will set the SSI content in the local html while writing the CSS to make sure the effect is working. Then I replace with the SSI line when I send it to the web server.

Not sure if that helps. Make sure too that you set the “x-bit” on the files holding the includes on the server.