xNS5 / rentalreviews

A simple web applicaiton for displaying reviews of local property management companies and apartment complexes
GNU General Public License v3.0
0 stars 0 forks source link

Create Navbar #2

Closed xNS5 closed 4 months ago

xNS5 commented 5 months ago

Website needs a navbar to, well, navigate to things. Create a navbar with the following items:

  1. Home -- self explanatory
  2. Reviews -- page with grid for reviews + whatnot
  3. About -- About the project and about me
  4. Contact -- contact form? Email? Unknown at this point.
xNS5 commented 5 months ago

Adding resources link, which will be a dropdown to a number of other resources such as the WA Tenants Union, Local ordinances, WA state laws, etc.

Will need to do an accessibility evaluation on the navbar after I'm finished.

xNS5 commented 4 months ago

Reopening. I want to add additional functionality to this:

xNS5 commented 4 months ago

Plot twist, I switched from a database-driven solution to static files. I don't really foresee updating the content at all, so in this context it makes more sense for the time being.