This assignment lets you practice with a hodgepodge of options that you have at your disposal when you design a web site. You'll practice with images, layout, and several new CSS rules. You'll also practice with documentation so you're able to learn new tricks on your own, and not just rely on what you've seen in class. Remember, every html file you make should include a DTD, a comment for the assignment number, and meta tags for author, keywords, and description. As always, you'll be publishing everything at the end.
Make an artistic web page about yourself that includes a collage of pictures and text. Your collage should contain at least 6 images and 3 blocks of text. Use an internal stylesheet to absolutely position all collage elements. The three text blocks should have different background colors but identical borders. Use a CSS class to make the borders happen. I'll let you figure out how to do the background colors. You may need to resize the images you choose so that they are somewhat similar in size.
A sample of what your collage might look like appears below. Note that I have fewer pictures and text than you'll have, but you get the idea.
Feel free to include more elements than just the collage on this page. (Tell me about yourself! This page is about you!) But at minimum, this page needs the following:
Publish this page on antipasto as "index.html", replacing the identically-named file that is currently in your webfiles volume on antipasto. Note that this page is not going into the "hw3" folder. We'll use that later. Test it by going to:
http://antipasto.union.edu/~YOUR USERNAME
Note that if you name an html file "index.html", you don't need to include that name specifically in the URL. Test on Firefox and IE.
In this part, you'll make a web page about our course. It will be published in your "hw3" folder on antipasto. Include the following information in an unordered list:
Your page should also include:
Use an external stylesheet for this page. Add style of your own choosing including background colors, images, fonts, etc. Two items of style you must include are the following:
Name this page "index.html" and publish it to your "hw3" folder on antipasto. Test everything, especially your links.
Please turn in printouts of all HTML and CSS code. Use the gradesheet to make sure you have everything.
All assignments are individual projects. I encourage you to talk to others about the general nature of the project and ideas about how to pursue it. However, the technical work, the writing, and the inspiration behind these must be substantially your own. If any person besides you contributes in any way to the project, you must credit their work on your assignment. Similarly, if you include information that you have gleaned from other published sources, you must cite them as references. Looking at, and/or copying, other people's written work is inappropriate, and will be considered cheating.