diff --git a/.gitignore b/.gitignore index e43b0f9..a5ac23a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -.DS_Store +.DS_Store + +README.md \ No newline at end of file diff --git a/README.md b/README.md index 3a5bbe5..8d36c2f 100644 --- a/README.md +++ b/README.md @@ -1,57 +1,57 @@ -# Work Assignment - HTML Resume - -## Description -You will create a resume page and contact form using HTML. After completing each bullet point in the requirements, you should commit and push your changes. To commit a change, you can follow the following steps: - -1. Add files to staging: `git add .` -2. Commit staged files: `git commit -m '' -3. Push changes to GitHub `git push` - -## Setup -1. Fork this repository -2. Clone your repository to your local machine `git clone` -3. Open the project in your text editor -4. Create HTML pages in the root directory -5. Create a folder named 'images' and add image files to this directory - -### Tech Stack -A list of expected technology to be used in this assignment - -* HTML -* Web Browser - -## Requirements - -### Part 1 - -Create a web page that displays your resume. The web page should consist of the following sections: - -* Name -* Objective (3 sentence minimun) -* Work Experience (no less than 2 previous/present jobs) -* Education -* Skills (3 skills minimum) -* LinkedIn Profile Address -* Profile Image -* Any awards and/or certificates if applicable - -### Part 2 - -Now is time create a 2nd page. This page will contain a contact form. The form should have the following fields: - -* First Name (text field, limit of 30 characters) -* Last Name (text field, limit of 30 characters) -* Contact phone number (text field) -* Phone number type: Landline, Mobile (radio button) -* Contact email (text field, limit of 50 characters) -* How did you hear about us: Search Engine, Social Media, Recruiter (drop down) -* Interest for contacting: A list of your skills (check box) -* Message (text area, limit of 250 characters) -* Use of labels with all form fields -* Use of validation - -### Submission -Create a pull request from your project GitHub page - -**Happy Hacking!** - +# Work Assignment - HTML Resume + +## Description +You will create a resume page and contact form using HTML. After completing each bullet point in the requirements, you should commit and push your changes. To commit a change, you can follow the following steps: + +1. Add files to staging: `git add .` +2. Commit staged files: `git commit -m '' +3. Push changes to GitHub `git push` + +## Setup +1. Fork this repository +2. Clone your repository to your local machine `git clone` +3. Open the project in your text editor +4. Create HTML pages in the root directory +5. Create a folder named 'images' and add image files to this directory + +### Tech Stack +A list of expected technology to be used in this assignment + +* HTML +* Web Browser + +## Requirements + +### Part 1 + +Create a web page that displays your resume. The web page should consist of the following sections: + +* Name +* Objective (3 sentence minimun) +* Work Experience (no less than 2 previous/present jobs) +* Education +* Skills (3 skills minimum) +* LinkedIn Profile Address +* Profile Image +* Any awards and/or certificates if applicable + +### Part 2 + +Now is time create a 2nd page. This page will contain a contact form. The form should have the following fields: + +* First Name (text field, limit of 30 characters) +* Last Name (text field, limit of 30 characters) +* Contact phone number (text field) +* Phone number type: Landline, Mobile (radio button) +* Contact email (text field, limit of 50 characters) +* How did you hear about us: Search Engine, Social Media, Recruiter (drop down) +* Interest for contacting: A list of your skills (check box) +* Message (text area, limit of 250 characters) +* Use of labels with all form fields +* Use of validation + +### Submission +Create a pull request from your project GitHub page + +**Happy Hacking!** + diff --git a/contactform.html b/contactform.html new file mode 100644 index 0000000..4be68c5 --- /dev/null +++ b/contactform.html @@ -0,0 +1,57 @@ + + + + + + + Contact Form + + + +
+
+

Contact Form

+
+
+
+
+
+
+ + + + + + + + Landline + Mobile
+ + +
+ +

Interest For Contacting

+ + + +
+ +
+ + +
+ + + + +
+
+
+
+ + + \ No newline at end of file diff --git a/fonts/EightBitDragon-anqx.ttf b/fonts/EightBitDragon-anqx.ttf new file mode 100644 index 0000000..736c366 Binary files /dev/null and b/fonts/EightBitDragon-anqx.ttf differ diff --git a/fonts/Pixeboy-z8XGD.ttf b/fonts/Pixeboy-z8XGD.ttf new file mode 100644 index 0000000..d303047 Binary files /dev/null and b/fonts/Pixeboy-z8XGD.ttf differ diff --git a/images/Sword.png b/images/Sword.png new file mode 100644 index 0000000..b20579c Binary files /dev/null and b/images/Sword.png differ diff --git a/images/antpic.PNG b/images/antpic.PNG new file mode 100644 index 0000000..5ed34e3 Binary files /dev/null and b/images/antpic.PNG differ diff --git a/images/avatartongue.svg b/images/avatartongue.svg new file mode 100644 index 0000000..640d541 --- /dev/null +++ b/images/avatartongue.svg @@ -0,0 +1 @@ +Created with getavataaars.com \ No newline at end of file diff --git a/images/wine.png b/images/wine.png new file mode 100644 index 0000000..4a7e1ba Binary files /dev/null and b/images/wine.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..69bde23 --- /dev/null +++ b/index.html @@ -0,0 +1,90 @@ + + + + + + + + Anthony Smith Resume + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test.html b/test.html new file mode 100644 index 0000000..b4c328e --- /dev/null +++ b/test.html @@ -0,0 +1,12 @@ + + + + + + + Document + + + + + \ No newline at end of file