Create your personal website in your CS account.
Presuming you do not currently have a homepage on your CS Department account, these are the basic instructions for creating such a file:
Create two web pages - a homepage by name "index.html" and another web page by name "other.html". You should be able to navigate between one page from the other. It's upto you to decide what information goes into these pages. As this website is publicly accessible from cs department domain, make sure that the information is presented in a professional way. Create an external style sheet "mystyle1.css". Link the web pages to a single CSS file called "mystyle1.css". Avoid inline style directives, and if this does not yet make sense it will soon.
Create a second version of these webpages, index2.html and other2.html. Create another external style sheet "mystyle2.css". Redefine all the style information so that the look and feel of each web page changes completely. Link the second version of web pages to a single CSS file called "mystyle2.css". The contents of the paired index and other files are IDENTICAL with the exception for the link attribute change the name of the style file. The contents of the paired index and other files are IDENTICAL with only two exceptions. First, the link to the style file obviously changes. Second, links between the pages must change so that the two differently styled versions point to the appropriate companion page for the particular version: version 1 or 2. Thus, the two versions in html differ by exactly one character: a ‘1’ becomes a ‘2’.
Also, your page must contain one or more examples of the following HTML constructs, in other words, tags.
Your CSS file should redefine:
You will submit a single tar file "lastname.tar" with all the required files. Submission will be through Canvas.
To do this assignment, please use a text editor and type all the necessary tags by hands. Please do not use any web development application to create your home page. Your work will be tested with Chrome on department machines.
Grading Criteria: