CIS 4004 Web Based Information Technology Assignment 1
Due, Sunday, June 18, 2023 for 100% credit Monday, June 19, 2023 for 90% credit Tuesday, June 20, 2023 for 80% credit Wednesday, June 21, 2023 for 70% credit
Scenario You have started your own web development business and have your first client, Spotted Butt Acres. Spotted Butt Acres has asked you to develop a website to advertise their lodging and horse boarding business.
Assignment 1
- Download the Bootstrap template Vlava.zip. Extract the zip file.
- Download the images provided by the client images.zip. Extract the zip file. Place .zip contents in the appropriate folder.
- Modify the Vlava Bootstrap template based on the tasks provided.
table: Element Content index.html
<head>
Spotted Butt Acres
<header>
Image logo: Horse-Logo-Small.png
<nav>
href="#hero">Home
href="#about">About
href="#services">Amenities
href="#portfolio">Portfolio
href="#pricing">Pricing
href="#contact">Contact
<section id="hero"
Spotted Butt Acres
Making your stay in Ocala feel like a vacation!
<section id="about"
Rent, Ride, and Relax
At Spotted Butt Acres, we encourage you to experience all that Ocala has to offer in a quiet setting. The new World Equestrian Center is just across from the property.
- The final website should look like the test case images provided.
- The website must not have any warnings or errors in the web browser Console
- The website pages must validate using the W3C Markup Validation Service at URL https://validator.w3.org/. I recommend using the second tab option, Validate by File Upload. Validate means the following: a. No warnings b. No errors
- Submit the assignment in a compressed format (e.g. .zip, .tgz, .tar, etc…) that includes all resources (i.e., compress at the parent directory level)
...