In this assignment, you will style a resume website using CSS.
style.css
: a template css file linked in index.html and contact.htmlindex.html
: a template shell with css file linkedcontact.html
: a template shell with css file linked
- Copy the contents of your completed
index.html
from the html assignment into the providedindex.html
template. (Keep the link to style.css.) - Copy the contents of your completed
contact.html
from the html assignment into the providedcontact.html
template file. (Keep the link to style.css.) - Copy the images from your completed html project to the images folder
Style your cv following these step-by-step instructions. (20 pts)
After you have completed the style.css file. You may run the test scripts locally by:
-
Install the tools by running:
npm install
-
Run the test scripts:
npm test
-
Repeat
npm test
until all tests are passed.
- **Publish your CV on GitHub pages **
You are to publish your CV to your own GitHub pages site. This is NOT your classroom repo created in our CSCI4300-Web-Programming organization. instructions for publishing on GitHub are linked.
- Provide the link on the class Google sheet
The link to the Google sheet is provided in the instructions sheet linked above.