ibm-developer-skills-network / xrwvm-fullstack_developer_capstone

fullstack_developer_capstone
Apache License 2.0
9 stars 1.38k forks source link

Completed Task of Week 1 #15

Open AnitaMevada opened 5 months ago

AnitaMevada commented 5 months ago
  1. Added a new HTML file named Contact.html under the server/frontend/static folder.
  2. Linked the style sheets to Contact.html for consistent styling.
  3. Implemented the header navigation bar with 'Contact Us' as the active link.
  4. Included contact information content in Contact.html, creatively designed and styled using CSS.
  5. Added the contact path to djangproj/urls.py to enable routing to the Contact Us page.
  6. The 'About Us' page content has been updated to reflect accurate and realistic information about the dealership, including details about the dealership's history, mission, and values.
  7. Linked the style sheets to About.html for consistent styling.