Demonstrate that your virtual machine web server is functioning. To do this, take a screenshot of the vm running on your system. The screenshot should contain:
public_html
directoryCreate a web page that is your electronic resume. Style the website to match this screenshot of the website we started in class. The website is going to look outdated (we will fix that in part 3), but the goal of this portion of the homework is to help you practice using various CSS rules.
Information on your web page might include:
Some additional details:
Re-style your resume using the Bootstrap theme. This portion of the assignment is intentionally vague. Take some time to look through the provided documentation, and set up a page that you like.
This part of the assignment will be graded using the following criteria:
div
elements. There are
lots of things to try out on the "CSS" and "Components" pages. Be
creative, and try some of these out!Note: Your content and layout do not need to be the same as in the previous part.
In addition to the files required by the parts above (screenshot, at least 2 html files, and supporting resources), submit a text file named references.txt. In this file, provide a citation for each resource you used (excluding class notes, and assigned readings) to complete the assignment. For example, if you found a Stack Overflow answer helpful, provide a link to it. Additionally, provide a brief description of how the resource helped you. Your file should look something akin to:
uvaid: mst3k
http://www.w3schools.com/bootstrap/bootstrap_ref_comp_glyphs.asp
Helped me to use a glyphicon correctly.
Also provide a readme.txt file that includes your UVA computing ID and directions identifying which files are associated with each part of the assignment. For example:
uvaid: mst3k
Homework 1
part_1.png -> screenshot for part 1
part_2.html -> main page for part 2
requires "kevin.png" and "uva.png"
part_3.html -> main page for part 3
requires "kevin.png" and "uva.png"
Make a zip archive named with your UVA computing ID and "hw1" that
includes all of the required files (zip -r [zipfile.zip]
[directory_to_zip]
). Upload this to the submission
website.