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.htmlfrom the html assignment into the providedindex.htmltemplate. (Keep the link to style.css.) - Copy the contents of your completed
contact.htmlfrom the html assignment into the providedcontact.htmltemplate 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 testuntil 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.
- commit commit your changes with appropriate commit message
- submit - git push
submit your cv -
git push