Modifying an Existing Template Assignment-1


You will be working with the "design- portfolio-template".

This assignment is intended to aid you in identifying the structure and key components of existing pages or templates in order to make modifications to suit your needs. This template was chosen primarily for the "image boxes", which is the structural element you are going to use for displaying images.

Your assignment will be to identify the following key elements of this template:
  1. Components of the Header
  2. The header background image
  3. What creates the background color
  4. List the components of the main body of the page e.g.; main-content, sidebar, etc...

assign_9 (86K)

Once that is done, these will be the changes that are expected to be done to the page:
  1. The new file should have the new HTML5 Dtd (Doctype decleration).
  2. Use only the accompanying style sheet for your CSS, do not use inline or style blocks!
  3. Replace the header background with an image that will represent an auto dealership or your personal interest in automobiles.
  4. Replace the logo and slogan which is outlined in red in the above screenshot, with your own.
  5. Change the color scheme to colors of your choice, as long as it does not use any of the original colors!
  6. Remove the sidebar without disrupting the flow of the page.
  7. Add text in the area between the header and the image boxes consisting of a bio or description.
  8. The content width, which is the area designated by the orange line on the above screenshot, should be set for 960px.
  9. Utilize the image boxes to display pictures of different vehicles. Make at least three images for this purpose (there are many existing automobile related images in the HTML 101 folder). Here is a hint, note the dimensions of the image boxes you plan on using and resize the images accordingly, even if you have to create containers in Artweaver. Treat the images with importance to your project, so do not skimp on the quality (if you were displaying your personal vehicle for show on the web would you use a cockeyed or skewed pic?).
  10. Create a hyperlink from the image box (thumbnail you created to the existing full sized image).
  11. Whichever images you choose, optimize the size to match the containers that you will be using (large, small, or rectangular image boxes).
  12. Replace the footer with something consistent to the new design and should only contain the designers information.
  13. Remove all JavaScript related code.
  14. Remove all unnecessary code from the page.
Create a folder named HTML 201 within your own personal folder and save the files there.

 







Modifying an Existing Template Assignment-2


You will be working with the "Heavenly Bliss template".

As with the last assignment, this one is also going to have you indentify structure and key components of the existing templates in order to make modifications to suit your needs. This template was chosen specifically for its 3-column lay-out and overall generic look.

Your assignment will be to identify the following key elements of this template:
  1. Name the different wrappers used
  2. Note the different components within the wrappers (<div id>)
  3. What do those components do?
  4. List the components of the main body of the page e.g.; main-content, sidebar, etc...
Once that is done, changes will be made to replicate example-2


  1. The new file should have the new HTML5 Dtd (Doctype decleration).
  2. Use only the accompanying style sheet for your CSS, do not use inline or style blocks!
  3. Make the navigation bar fixed so that it will be displayed even when scrolling down.
  4. Replace the banner image.
  5. Change the body background color to a gradient. There is more than one way to accomplish this, the simplest being to create a strip in "Artweaver" and setting it to repeat along the appropriate axis it in your stylesheet.
  6. Match the menu background with the body background
  7. Change the anchor text to a blue to match the background
  8. As you will see in the image of Example-2 above, each wrapper segment is labeled ("sidebar", "content", "sidebar 2").
    • Make the background for "sidebar" transparent
    • Add a subtle background to "content using alpha-blending.
    • Make the text-color in "content" white
    • Make the background for "sidebar" transparent
  9. Add the same background from content to the footer.

Save the results in your HTML 201 folder.

This excersise was intended to show you how some quick and simple changes in the stylesheet can do. Total time to complete this project should be less than 10 minutes.

Good luck and try to have fun with this! smiley-spid (65K)