Due before midnight, Thursday 22 Mar 2007
In this assignment, you will be creating 2 HTML files and accompanying CSS style sheets using rules for fonts, text decorations, and the like.
Remember, I've put template HTML and XHTML files on the web.
Feel free to use them as starting points.
All final pages should be both valid HTML or XHTML and valid CSS.
Make a folder called hw06. Inside it create 2 subfolders, pages, and css. Create additional folders as needed.
In order to get some experience using the CSS rules, I want you to start with the following line of CSS in your files:
* { font: normal xx-small monospace; }
This will force everything to be tiny, monospaced characters requiring you to write CSS rules to change them. Remember, you can have a set of CSS rules apply to more than one tag by having a comma separated list in the selector.
As in the last project, you will be creating HTML/CSS pairs of pages with the same name. You can do them in any order.
For any special rules, you should define a class to contain the formatting.
Create a page called invite.html with an accompanying CSS file invite.css. This will be used to create an invitation to an event of your choice.
Here is what I'd like you to do for this page:
Feel free to include additional information and/or images.
This should do the transformation for you if you just cut and paste. Let me know if it doesn't work.
Enter your URL below:
Result:
Create a page called resume.html with an accompanying CSS file resume.css. Here you will be creating a resume for someone either real or fictional (maybe pick your favorite historical figure, cartoon character, etc. or just use yourself).
Here is what I'd like you to do for this page:
References available upon requestor similar that is centered and in italics. And then use that for the last paragraph.
Feel free to include additional sections and/or images.
Now you need to create an index.html file in your hw06 directory. Include in it links to to the 2 pages you created. You can style this with CSS if you want.
If you followed the Honor Code in this assignment, insert a paragraph attesting to the fact within this file as well. Create a "honor" paragraph class that centers and changes the color of the text (you can change other properties too if you want).
I affirm that I have adhered to the Honor Code in this assignment.
Update your index.html file in your csci100 directory with a link to this assignment.
Be sure all (X)HTML files are validated as either 4.01 Strict or XHTML 1.0, and all CSS files are valid CSS.
Upload, set permissions, and so forth. You now just need to electronically handin all your files.
If you are using Terminal you can just do this as one command:
ssh username@cs.oberlin.edu handin -c cs100 -a 6 www/csci100/hw06
Yippee!!! Last assignment before break!