代写 html graph ITD 110: Phase 01

ITD 110: Phase 01

Phase 01:
Documentation:
Identify what information will be placed on each one of the 5+ required pages. Examples of typical pages found on a business website include pages that represent: company history, contact us (includes a form), products, product detail, services, service detail, etc. I would suggest that you browse a variety of business based websites for inspiration. You will also need to decide on what you will be naming the files. The first page will be named: index.html. The name of the other four files is up to you, please make sure the names clearly represent the purpose of the page and that they are “lower case” with “no spaces” present in the names. This information is to be typed up as a list and saved with the name “lastname,firstname_documentation”. This file will be submitted to blackboard. The file may be a .txt file or a word document. Here is an example of what I’m looking for.
 Welcome Page: index.html
 Products Page: products.html

Sketches:
You will need to provide sketches of the 5+ pages. Make sure that you represent the HTML elements that you plan to use on the sketches (heading, paragraphs, images, lists, links, etc.). The website require a two column layout. You may use a program such as Balsamiq Mockups (www.balsamiq.com) or you can sketch it by hand. These sketches must be submitted in digital format. They can be in PDF, PNG, GIF or JPG formats. Save the sketches in folder named “lastname,firstname_sketches”. You will need to create a zip file of this folder to be submitted to blackboard.
HTML:
You will need to create a “local” root folder on your computer to store your project files. Name the folder “lastname_firstname_root” (use your last and first name in the folder name). Create a folder named “images” in the “local” root folder; place at least one image in it that you plan to use on the project. Create all 5+ HTML files with the name you specified in the documentation inside the local root folder. The HTML files should have all the basic required tags (HTML, HEAD, TITLE, & BODY). The content of the TITLE tag for each page should reflect the name/purpose of the page. The H1 tag for each page should reflect the name/purpose of the page. I do not expect you to put content into these pages that is what you do in Phase 02. You will need to zip the root folder and submit it to blackboard.
Submit the following:
• Documentation document (Word document or TXT file)
• Zip of the sketches
• Zip of local root folder with basic HTML files