Description
Final Graded Project: HTML Coding
You need to include all files with your submission to the school: all HTML files and any supplemental files (any other material you used not included in the stock photos).
Each project is individually graded by your instructor and therefore takes up to a few weeks to grade.
Be sure that each of your three files contains the following information:
- Your name
- Your student ID number
- The lesson name
- Your email address
Note: If you have more than 10 attachments, you may need to WinZip all of the projects associated files, along with all documentation, using the WinZip software program.
Be sure to keep a backup copy of any files you submit to the school.
Instructions
For the graded project, youll create a web page from scratch for John Rucker, who wants to open a new steakhouse. Youll use many of the HTML and CSS elements youve learned. Create the main page by following each step and add each of the presentation elements as instructed. To help you with this assignment, review Chapters 18 and 19 and Example HTML5 Layout in your text. Here are some other examples you may find helpful:
- Structure example: Pages 2122
- Text example: Pages 57, 58, 295, and 296
- Lists, tables, and forms example: Pages 69, 70, 139, 140, 353, and 354
- Links example: Pages 8990
- Box example: Pages 325326
- Layout example: Pages 399400
- Images example: Pages 121, 122, 399, and 400
Home Page Information
John Rucker, the owner of Ruckers in Scottsdale, Arizona, asks you to create a web page for his restaurant. He wants his customers to be able to view photos of the menu, pricing information, and atmosphere they can expect when they visit the restaurant. He wants you to link this page to a web form where customers can make a reservation. He also wants to monitor visitor activity, such as how long visitors view a page and how many visitors come to the site daily. Follow the instructions below to create this website for Ruckers.
- Open a text editor, such as Windows Notepad.
- Use the following lines of code to begin writing your document as shown below:
<html>
<head>
<title>Ruckers</title>
</head>
<body>
</body> - Once you start with this small block of code, open a web browser to view how it looks.
- Change the color and positioning of your heading by:
- Centering the heading
- Changing the font color to red
- Changing the font face to Arial, Helvetica, or Sans Serif
- Save changes and view again in your browser.
- Below the heading, add the following text: The best steak in Scottsdale! Be sure to format this text as
- Heading 2
- Italicized
- Centered
- Below this heading add the following address information as paragraph text:
555 Mountainview Ave.
Scottsdale, AZ 85260 - (602) 789-5672
- Make sure to center the text.
- Add the following greeting below the address and make sure to center:
Welcome to Ruckers, which has been voted Best Steakhouse in Scottsdale four years running! At Ruckers you can enjoy a quality steak, amazing wine, and a quiet atmosphere in a mountain-themed restaurant. Ruckers has been a tradition in Scottsdale since 1975 and is an amazing place to dine.
Additional Site Map Information
Create a separate page for the menu, specials, and gift cards. Create a form on the main page for customers to make an online reservation. Within this form include selection boxes for customers to choose a month, date, time (include a.m. and p.m.), and year for their reservation. Keep in mind Ruckers is open seven days a week from 11 a.m. to 10 p.m. Monday through Saturday and 12 p.m. through 8 p.m. on Sunday.
Requirements for Page Links
- Place the phone number in the upper right-hand header of each page.
- Include the following email address in a contact us link on each page: staff@ruckers.com.
- Make sure all links to other pages on the site work and contain a link back to the homepage for Ruckers.
Special Photo Instructions
In addition to the stock photos provided for this assignment, find appropriate background images to use on each page that match the site and provide relevant material for a steak restaurant. Create a table to display photos of the various dishes Ruckers has to offer.
Make sure to save all photos you use for your web page so you can submit them with the rest of your final assignment documents. You can use the photos provided for this assignment or find your own. If you find other pictures to use, be aware of copyright protection; make sure you use stock photos that arent copyright protected.
Save each of your .htm files with appropriate names, such as onlineorderform.htm, menu.htm, and specials.htm.
Menu Pages
John Rucker desires a main page with two separate subpagesone for his beer and wine list and the other for his shorter dessert list. For the main menu page, include a stock photo of some of the menu items; it isnt necessary to include a photo of every item on the menu. Make sure the menu includes a list of various dishes and appropriate pricing for an upper-class steakhouse. He has daily featured meals with special pricing. Ruckers sells various steak dinners (T-bone, Porterhouse, Sirloin, and so on), grilled chicken, fish, and salads. Make sure the specials.htm shows feature meals and special pricing.
John Rucker takes pride in his Arizona crafted beer and wine collection. Please be sure to highlight Arizona Strongholds Merlot and Four Peaks Hop Knot, as these are his favorites. His dessert list contains four sweet treats. This list usually contains a chocolate treat (like a lava cake), a regionally inspired treat (like a prickly pear sundae), a seasonal pie, and a special monthly dessert called the Chefs Creation. Make sure these separate pages are linked from the main menu page and go back to it.
Order Online Page
Create an Order Online page with a form for customers to fill out. Include appropriate size boxes for the following:
- First name
- Last name
- Phone number
- Email address
- Credit card number
- Credit card expiration date (with a selection box for the month and one for the year)
- CSV number on the back of the card
- Desired pickup time (a selection box with half-hour increments within the parameters of business hours)
You may reuse some of the same code on each page as long as its relevant and matches, so you dont have to spend additional time retyping reused code.
About Us Page
Create an About Us page with a brief bio and history for Ruckers. Feel free to enter your text, making sure to remember that Ruckers is a quiet, family-friendly restaurant with a professional waitstaff. Ruckers was founded in 1975. Create a brief backstory for Ruckers.
Overall Guidance For This Project
For this project, you must demonstrate proficiency in each of the following areas you learned about in class:
- Heading
- Paragraph
- Ordered or unordered list
- Character formatting element
- Inline images
- Horizontal line
- Special character
- Block-level element that isnt a heading, paragraph, list, or horizontal line
- Two examples of an inline style
- Appropriate contrast, hue, and brightness of all boxes
- Boxes with appropriate border image, shadow, and/or rounded corners
- Tables with appropriate cell margins and spacing
- Bullet lists when appropriate with different point styles from pages 333?334 of your text
- Form or forms with the following attributes where appropriate:
- Text input (sized appropriately)
- Text area
- Select boxes
- Radio buttons (can use if a dish offers chicken or beef, for example)
- Checkboxes
- Use proper XHTML and CSS syntax at all times.
- Close all two-sided tags, properly nest all tags within your code, and use appropriate comments within your code.
- Enclose all attribute values in quotes.
- Include alternate text for nongraphical browsers with inline images.
- Write your code so that it will be easy to read and understand; dont get sloppy with your code.
- Constantly save your files.
- Reference your text for examples of what youll need to complete this project.
- Make sure to reference the process and design guidance from Chapter 18 and practical information from Chapter 19, such as SEO keywords, analytics, wireframes, and so on. You dont have to create a page for analytics for this project.
Grading Criteria
The following rubric will be used to grade your project:
Criteria | Possible Points |
---|---|
Use of proper XHTML syntax, including an appropriate heading and paragraph | 10 |
Easy to read and understand code | 10 |
Characters Correct character formatting element Use of special characters Use of horizontal line |
10 |
Use of inline images Proper format Two examples of the inline style |
10 |
Tables with appropriate cell margins and spacing | 10 |
Block-level element that isnt a heading, paragraph, list, or horizontal line | 10 |
Boxes Appropriate border image Appropriate shadow Appropriate contrast, hue, and brightness of all boxes Rounded corners |
10 |
Lists Ordered or unordered Bullet lists with appropriate different point styles |
10 |
Tags All two-sided tags closed Properly nested tags Appropriate comments within code All attribute values enclosed in quotes |
10 |
Forms Text input (sized appropriately) Text area Select boxes Radio buttons Checkboxes |
10 |
Total | 100 |