Project 1, Make a Personal Site: 100 points, Due: 11:59pm on July 26
For this Project, you will make and publish a personal web site. The specific content is up to you.
Files
Your site should have files for
- a home/index page
- IT 581 page
- an external CSS file
- three or more images
Content
Home page
Your home/index page should be laid out with
- a background image
- a columnar layout with two columns
- a section across the top
- a footer section across the bottom.
Your home/index page should have at least the following components:
- An appropriate title (in your source code)
- An identifying main heading
- A horizontal "menubar" (or just a hyperlink) at the top with link to the IT581 page.
- A paragraph or two introducing the page, such as who the site belongs to, what course it is for, etc.
- At least two other images. You do not need to use a picture of yourself unless you want to.
- A column headed "School". For this section
- A paragraph or two about your classes or activities.
- Incorporate references to several school-related web sites into your narrative text. Make them links to the sites. Your school-related links should include at least Hood College (www.hood.edu), the Computer Science Department site (cs.hood.edu), Blackboard (blackboard.hood.edu), and any others you wish
- A column headed "Interests". For this section
- A paragraph or two about your interests.
- Incorporate into your narrative text links to several (at least four) sites that interest you.
- A bottom (footer) section spans multiple columns and contains at least a "Comments to" mailto link, and W3C validation badges (and of course the page should validate.)
IT 581 page
Your IT581 page should include:
- An appropriate title (in your source code)
- An identifying main heading that includes IT 581, Practium in Web Development
- A horizontal "menubar" at the top with links to the Labs, Projects, Discussions sections within the page and to the home/index page.
- A paragraph or two introducing the page, such as why you are taking this course and what you hope to get out of it.
- A section for labs,
- Create a subfolder called "labs" inside your public_html folder
- Upload all the labs to this folder
- List all the labs we have done so far in this section
- The labs should be hyprerlinked
- A section for projects, the same as the section of labs.
- A section for discussions
- a summary discussion of the topics we have covered so far and which ones interest you the most.
- includes a short paragraph for a few, at least three, key features that you have incorporated into your site
- This is a free style writing. Write any reflection you have.
- A bottom (footer) section that contains at least a "Comments to" mailto link, and W3C validation badges (and of course the page should validate.)
Stylesheet
Your site should use an external stylesheet to control the presentation.
- Use a single external stylesheet that will be linked to both of the pages.
- All of your style rules should be in this stylesheet.
- Use classes or ids as necessary to distinguish among elements.
General Specifications
- HTML and CSS must be valid.
- Check your grammar and spelling - they do count in this assignment.
- Don't let style properties happen by default - specify them.
- Aim for a professional, readable look.
- If you aren't sure, ask!
Submission
- There will be an entry for Project 1 in the Assignments section on Blackboard.
- Provide the full URL of your site as a link to the site. Be sure it is correct.
Comments to: dong@hood.edu
Last Modified: 24 July 2015. 10:28