From 146eb2ee6f467cf43bca49ad80e9756289ed479c Mon Sep 17 00:00:00 2001 From: Brennan Date: Fri, 22 Sep 2017 13:55:52 -0400 Subject: [PATCH 1/5] completed resume assignment with fake data --- README.md | 4 ++ html_resume.html | 180 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 184 insertions(+) create mode 100644 README.md create mode 100644 html_resume.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..add97a0 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# assignment_html_resume +Build an HTML5 resume to jump start your job search + +Brennan Fulmer diff --git a/html_resume.html b/html_resume.html new file mode 100644 index 0000000..a7ef8aa --- /dev/null +++ b/html_resume.html @@ -0,0 +1,180 @@ + + + + Resume + + +
+

+ Brennan Fulmer | Web Developer +

+
+
123 Private street
+ City, State zip +
+ me@email.net +
+ +
+ +

+ Career Goals +

+ +

+ I plan to train for and eventually get a job in web development. +

+ +

+ Skills +

+ +

+ Programming Languages +

+
    +
  1. HTML5
  2. +
  3. CSS
  4. +
  5. Ruby
  6. +
+

+ Databases +

+
    +
  1. SQL
  2. +
+

+ Platforms +

+

+ Version Control +

+
    +
  1. Git
  2. +
  3. Github
  4. +
+

+ Operating Systems +

+
    +
  1. Windows (Server and Workstation)
  2. +
  3. Linux
  4. +
+

+ Other Tools +

+

+ Soft Skills +

+ +

+ Work Experience +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TimeNameLocationPositionResponsibilitiesContact Info
One yearCompany Inc.Placeville, StateEmployeeDo workTom Bossman 555-555-5555
Three yearsBusiness SolutionsCity, StatertonWorkerGet the job doneSandy Leader 333-333-3333
+

+ Education +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
TimeSchoolLocationDegree
4 YearsHigh SchoolPlaceville, StateHigh School Diploma
4 YearsCollegeCity, StatertonBachelors Degree
+ +

+ Achievements +

+ +
+
Honor Roll
+
Earned honor roll a lot in both high school and college
+
Comptia A+ Certification
+
Earned the A+ cert in 2013
+
Comptia Net+ Certification
+
Earned the Net+ cert in 2014
+
Comptia Security+ Certfication
+
Earned the Security+ cert in 2015
+
+ +

+ Hobbies and Interests +

+ + + +

+ References +

+ +

+available upon request +

+ + + + From da1e7c7cb8ad23b7083b56ae4b960f00dc74dd74 Mon Sep 17 00:00:00 2001 From: Brennan Date: Fri, 22 Sep 2017 17:25:32 -0400 Subject: [PATCH 2/5] renamed html file to index.html for public upload --- html_resume.html | 180 ----------------------------------------------- 1 file changed, 180 deletions(-) delete mode 100644 html_resume.html diff --git a/html_resume.html b/html_resume.html deleted file mode 100644 index a7ef8aa..0000000 --- a/html_resume.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - Resume - - -
-

- Brennan Fulmer | Web Developer -

-
-
123 Private street
- City, State zip -
- me@email.net -
- -
- -

- Career Goals -

- -

- I plan to train for and eventually get a job in web development. -

- -

- Skills -

- -

- Programming Languages -

-
    -
  1. HTML5
  2. -
  3. CSS
  4. -
  5. Ruby
  6. -
-

- Databases -

-
    -
  1. SQL
  2. -
-

- Platforms -

-

- Version Control -

-
    -
  1. Git
  2. -
  3. Github
  4. -
-

- Operating Systems -

-
    -
  1. Windows (Server and Workstation)
  2. -
  3. Linux
  4. -
-

- Other Tools -

-

- Soft Skills -

- -

- Work Experience -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TimeNameLocationPositionResponsibilitiesContact Info
One yearCompany Inc.Placeville, StateEmployeeDo workTom Bossman 555-555-5555
Three yearsBusiness SolutionsCity, StatertonWorkerGet the job doneSandy Leader 333-333-3333
-

- Education -

- - - - - - - - - - - - - - - - - - - - - - - - - -
TimeSchoolLocationDegree
4 YearsHigh SchoolPlaceville, StateHigh School Diploma
4 YearsCollegeCity, StatertonBachelors Degree
- -

- Achievements -

- -
-
Honor Roll
-
Earned honor roll a lot in both high school and college
-
Comptia A+ Certification
-
Earned the A+ cert in 2013
-
Comptia Net+ Certification
-
Earned the Net+ cert in 2014
-
Comptia Security+ Certfication
-
Earned the Security+ cert in 2015
-
- -

- Hobbies and Interests -

- - - -

- References -

- -

-available upon request -

- -
- - Brennan Fulmer | Web Developer -
-
123 Private street
- City, State zip -
- me@email.net - -
- - From 3d496f12db164269325226d9748e4d0f327b129a Mon Sep 17 00:00:00 2001 From: Brennan Date: Fri, 22 Sep 2017 17:26:37 -0400 Subject: [PATCH 3/5] renamed html file to index.html for public upload, but this time added the new file correctly --- index.html | 180 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..a7ef8aa --- /dev/null +++ b/index.html @@ -0,0 +1,180 @@ + + + + Resume + + +
+

+ Brennan Fulmer | Web Developer +

+
+
123 Private street
+ City, State zip +
+ me@email.net +
+ +
+ +

+ Career Goals +

+ +

+ I plan to train for and eventually get a job in web development. +

+ +

+ Skills +

+ +

+ Programming Languages +

+
    +
  1. HTML5
  2. +
  3. CSS
  4. +
  5. Ruby
  6. +
+

+ Databases +

+
    +
  1. SQL
  2. +
+

+ Platforms +

+

+ Version Control +

+
    +
  1. Git
  2. +
  3. Github
  4. +
+

+ Operating Systems +

+
    +
  1. Windows (Server and Workstation)
  2. +
  3. Linux
  4. +
+

+ Other Tools +

+

+ Soft Skills +

+ +

+ Work Experience +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TimeNameLocationPositionResponsibilitiesContact Info
One yearCompany Inc.Placeville, StateEmployeeDo workTom Bossman 555-555-5555
Three yearsBusiness SolutionsCity, StatertonWorkerGet the job doneSandy Leader 333-333-3333
+

+ Education +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
TimeSchoolLocationDegree
4 YearsHigh SchoolPlaceville, StateHigh School Diploma
4 YearsCollegeCity, StatertonBachelors Degree
+ +

+ Achievements +

+ +
+
Honor Roll
+
Earned honor roll a lot in both high school and college
+
Comptia A+ Certification
+
Earned the A+ cert in 2013
+
Comptia Net+ Certification
+
Earned the Net+ cert in 2014
+
Comptia Security+ Certfication
+
Earned the Security+ cert in 2015
+
+ +

+ Hobbies and Interests +

+ +
    +
  • Learning web development
  • +
  • Learning Linux
  • +
  • Learning MAC/Apple computers
  • +
+ +

+ References +

+ +

+available upon request +

+ +
+ + Brennan Fulmer | Web Developer +
+
123 Private street
+ City, State zip +
+ me@email.net + +
+ + From 125279deccb520e45ff75a4bb344d2d58ab0512f Mon Sep 17 00:00:00 2001 From: Brennan Date: Fri, 22 Sep 2017 17:35:02 -0400 Subject: [PATCH 4/5] added link to public resume page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a8a3a2..0321eca 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Build an HTML5 resume to jump start your job search Brennan Fulmer - +https://brennanfulmer.github.io/Public_Resume_Assignment/ From 949609b60ed1b921f59e244a7a2d1670c30bead5 Mon Sep 17 00:00:00 2001 From: BrennanFulmer <31666354+BrennanFulmer@users.noreply.github.com> Date: Tue, 7 Nov 2017 11:45:17 -0500 Subject: [PATCH 5/5] Update README.md modified readme to clarify what the link is for --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0321eca..9c2e3fe 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,7 @@ Build an HTML5 resume to jump start your job search Brennan Fulmer + +Click this link to view as an actual web page: + https://brennanfulmer.github.io/Public_Resume_Assignment/