cd /projects/coursework/2019-spring/cs329e-mitra/login_nameIn this directory create your index.html file. For all other homework assignments create subdirectories from this directory - one subdirectory per assignment. For example for this home work create a subdirectory called hwk2.
Your welcome page (or index.html) will have your name and a table listing the web page exercises. The table will have 3 columns. The first column will have the exercise number, e.g. HWK 2. This will also be the link to the page that you have developed. The second column will have a brief description of the page. The third column will have the date that you completed the project. The table will have a caption - something like Your Name: Spring 2019 CS 329E Assignments . Each new assignment will be added to the top of previous recorded assignments. You will make all your directories and files world readable. To view your page through a browser do:
https://spring-2019.cs.utexas.edu/cs329e-mitra/login_name
The first page that you create will be about yourself. It should be more than a professional resume. The page should be generated by hand, i.e. using a text editor using just basic HTML structural tags. Do NOT use any style features in the html document. You will have a separate CSS file that will specify just the colors and fonts for the document later on but not for now. Your page should include:
The page should be completed by Wednesday, 13 Feb 2019, 11 PM. Send Wei Sun (wsun@utexas.edu) a link to your index.html file when you have completed.