From 63d4fff386ec7e82f6d90f8c0b8bf3c391c05f28 Mon Sep 17 00:00:00 2001 From: "Ryan D. Barnett" Date: Thu, 14 Sep 2017 00:50:36 -0400 Subject: [PATCH 1/8] add name to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1444c5a..fdd19d1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # assignment_html_resume Build an HTML5 resume to jump start your job search +By Ryan Barnett From 71092e081355a8b4fb1170c17f4629d6d948b8e5 Mon Sep 17 00:00:00 2001 From: "Ryan D. Barnett" Date: Thu, 14 Sep 2017 00:52:20 -0400 Subject: [PATCH 2/8] change name to miranda --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdd19d1..93f2294 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # assignment_html_resume Build an HTML5 resume to jump start your job search -By Ryan Barnett +By Miranda Hebert From ff154ae7a6eb937cf254694f53e73d07af550ab9 Mon Sep 17 00:00:00 2001 From: "Ryan D. Barnett" Date: Thu, 14 Sep 2017 00:55:43 -0400 Subject: [PATCH 3/8] change name in readme again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93f2294..fdd19d1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # assignment_html_resume Build an HTML5 resume to jump start your job search -By Miranda Hebert +By Ryan Barnett From 9496504b228e83b91ba72ec723e751bd61310ee4 Mon Sep 17 00:00:00 2001 From: "Ryan D. Barnett" Date: Mon, 18 Sep 2017 15:39:17 -0400 Subject: [PATCH 4/8] Complete first draft --- index.html | 133 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..7447549 --- /dev/null +++ b/index.html @@ -0,0 +1,133 @@ + + + + Ryan Barnett's HTML5 Resume + + +
+

Ryan Barnett | Software Engineer

+
1967 Lakeshore Road, Camden, SC 29020
+ ryan@localimpact.co +
+
+
+

Career Goals

+

My main objective is to become the best software engineer in South Carolina!

+
+
+

Skills

+

Programming Languages

+
    +
  • HTML5
  • +
  • CSS3
  • +
  • SASS
  • +
  • Javascript
  • +
  • Ruby
  • +
+

Databases

+
    +
  • SQLite3
  • +
  • PostgreSQL
  • +
  • MySQL
  • +
  • MongoDB
  • +
+

Platforms

+
    +
  • Heroku
  • +
  • AWS
  • +
+

Version Control

+
    +
  • Git
  • +
+

Operating Systems

+
    +
  • Windows
  • +
  • Linux
  • +
  • OS X
  • +
+

Other Tools

+
    +
  • Wordpress
  • +
+

Soft Skills

+
    +
  • Adaptable
  • +
  • Team Player
  • +
  • Trustworthy
  • +
+
+
+

Work Experience

+ + + + + + + + + + + + + + + + + +
TimeNameLocationPosition TitleResponsibilitiesContact Info
2 YearsLocal ImpactCamden, SCDeveloperProblem Solver803-412-2840
+
+
+

Education

+ + + + + + + + + + + + + +
TimeSchoolLocationCertificate
2 YearsHarvardOnlineWeb Technologies
+
+
+

Achievements

+
    +
  • Honorably Served in US Marine Corps
  • +
  • Sole Web Developer for Marketing Firm
  • +
+
+
+

Hobbies & Interests

+
    +
  • Learning
  • +
  • Fostering Kittens
  • +
  • Raising Ducks
  • +
+
+
+

References

+ Available upon request +
+
+ +

Ryan Barnett | Software Engineer

+
1967 Lakeshore Road, Camden, SC 29020
+ ryan@localimpact.co +
+
+ + + +

How do you define career success? Are you achieving some level of success in your current job? What job (link is external) will help you achieve complete success?

+ +
    +
  • +
  • +
  • +
\ No newline at end of file From 2d5b386002ed6f81c3013ac41006476dbf3507b3 Mon Sep 17 00:00:00 2001 From: "Ryan D. Barnett" Date: Mon, 18 Sep 2017 15:42:18 -0400 Subject: [PATCH 5/8] Change Goals header --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7447549..46ca351 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@

Ryan Barnett | Software Engineer


-

Career Goals

+

Goal

My main objective is to become the best software engineer in South Carolina!

From eb9dd4ebc747c8f6ba619bddfe7e8ced2e7561bc Mon Sep 17 00:00:00 2001 From: "Ryan D. Barnett" Date: Mon, 18 Sep 2017 15:45:47 -0400 Subject: [PATCH 6/8] Remove content --- index.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/index.html b/index.html index 46ca351..a6f8068 100644 --- a/index.html +++ b/index.html @@ -122,12 +122,4 @@

References

- - -

How do you define career success? Are you achieving some level of success in your current job? What job (link is external) will help you achieve complete success?

- -
    -
  • -
  • -
  • -
\ No newline at end of file + \ No newline at end of file From fef1d45c3811a9c21bb860c5f919314a80c3bad8 Mon Sep 17 00:00:00 2001 From: "Ryan D. Barnett" Date: Mon, 18 Sep 2017 15:57:24 -0400 Subject: [PATCH 7/8] Deploy Resume and add link to Readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fdd19d1..16dc90e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # assignment_html_resume Build an HTML5 resume to jump start your job search + By Ryan Barnett + +[See Resume](https://ryandbarnett.github.io/assignment_html_resume/) \ No newline at end of file From cf9aadb6c11014257a5951e8e4031064351a63d9 Mon Sep 17 00:00:00 2001 From: "Ryan D. Barnett" Date: Tue, 19 Sep 2017 17:43:00 -0400 Subject: [PATCH 8/8] Refactor resume --- index.html | 192 ++++++++++++++++++++++++++++---------------- solution.html | 217 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 340 insertions(+), 69 deletions(-) create mode 100644 solution.html diff --git a/index.html b/index.html index a6f8068..2f10100 100644 --- a/index.html +++ b/index.html @@ -1,125 +1,179 @@ + + + Ryan Barnett's HTML5 Resume +

Ryan Barnett | Software Engineer

-
1967 Lakeshore Road, Camden, SC 29020
- ryan@localimpact.co -
+ +
+ 1967 Lakeshore Road +
+ Camden, SC 29020 +
+ + + ryan@localimpact.co +
-
-

Goal

+
+ + +
+

Goals

+

My main objective is to become the best software engineer in South Carolina!

-
+ + +

Skills

+

Programming Languages

-
    +
    1. HTML5
    2. CSS3
    3. SASS
    4. Javascript
    5. Ruby
    6. -
+ +

Databases

-
    +
    1. SQLite3
    2. PostgreSQL
    3. MySQL
    4. MongoDB
    5. -
+
  • Redis
  • + +

    Platforms

    -
      +
      1. Heroku
      2. AWS
      3. -
    + +

    Version Control

    -
      +
      1. Git
      2. -
    +
  • Github
  • + +

    Operating Systems

    -
      +
      1. Windows
      2. -
      3. Linux
      4. -
      5. OS X
      6. -
    +
  • Unix
  • +
  • Mac OS X
  • + +

    Other Tools

    -
      +
        +
      1. Sublime Text
      2. Wordpress
      3. -
    + +

    Soft Skills

    -
      +
      1. Adaptable
      2. Team Player
      3. Trustworthy
      4. -
    -
    -
    -

    Work Experience

    + +
    + + +
    +

    Education

    - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + +
    TimeNameLocationPosition TitleResponsibilitiesContact Info
    2 YearsLocal ImpactCamden, SCDeveloperProblem Solver803-412-2840
    TimeSchoolLocationCertificate
    2 YearsHarvardOnlineWeb Technologies
    -
    -
    -

    Education

    +
    + + +
    +

    Work Experience

    - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +
    TimeSchoolLocationCertificate
    2 YearsHarvardOnlineWeb Technologies
    TimeNameLocationPosition TitleResponsibilitiesContact Info
    2 YearsLocal ImpactCamden, SCDeveloperProblem Solver803-412-2840
    -
    + + +

    Achievements

    -
      + +
      1. Honorably Served in US Marine Corps
      2. Sole Web Developer for Marketing Firm
      3. -
    -
    -
    -

    Hobbies & Interests

    -
      + +
    + + +
    +

    Hobbies and Interests

    + +
    1. Learning
    2. Fostering Kittens
    3. Raising Ducks
    4. - +
    -
    + + +

    References

    - Available upon request + +

    Available upon request

    + +
    -

    Ryan Barnett | Software Engineer

    -
    1967 Lakeshore Road, Camden, SC 29020
    - ryan@localimpact.co + Ryan Barnett | Software Engineer * 1967 Lakeshore Road + Camden, SC 29020 * ryan@localimpact.co
    +
    +
    +
    +
    + \ No newline at end of file diff --git a/solution.html b/solution.html new file mode 100644 index 0000000..e6def54 --- /dev/null +++ b/solution.html @@ -0,0 +1,217 @@ + + + + + + My Resume + + + +
    +

    John Smith | Software Engineer

    + +
    + 1234 Street Road +
    + Townville, NY 12345 +
    + + + webmaster@example.com + +
    +
    + + + +
    +

    Goals

    + +

    Lorem ipsum dolor sit amet, consectetur adipisicing elit. Earum libero assumenda iure expedita et quia voluptates numquam, provident dolores. Id vitae asperiores quo quam dolorem veritatis distinctio, quisquam consequatur porro.

    +
    + + + +
    +

    Skills

    + +

    Programming Languages

    +
      +
    1. HTML5
    2. +
    3. CSS3
    4. +
    5. SASS
    6. +
    7. Ruby
    8. +
    9. JavaScript
    10. +
    + +

    Databases

    +
      +
    1. SQLite3
    2. +
    3. PostgreSQL
    4. +
    5. MySQL
    6. +
    7. MongoDB
    8. +
    9. Redis
    10. +
    + +

    Platforms

    +
      +
    1. Heroku
    2. +
    3. AWS
    4. +
    + +

    Version Control

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

    Operating Systems

    +
      +
    1. Unix
    2. +
    3. Mac OS X
    4. +
    + +

    Other Tools

    +
      +
    1. Sublime Text
    2. +
    + +

    Soft Skills

    +
      +
    1. Communication
    2. +
    +
    + + + +
    +

    Education

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TimeSchoolLocationMajor/Degree EarnedMinor
    2016Viking Code SchoolOnlineWeb Development/Software EngineeringN/A
    2016Viking Code SchoolOnlineWeb Development/Software EngineeringN/A
    2016Viking Code SchoolOnlineWeb Development/Software EngineeringN/A
    +
    + + + +
    +

    Work Experience

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TimeNameLocationPosition TitleResponsibilitiesContact Info
    2015-2016Dunder MifflinScranton, PAAssistant to the Regional ManagerProvide assistance to the regional manager, make coffee, sell paper123-456-7890 - Dwight Schrute
    2015-2016Dunder MifflinScranton, PAAssistant to the Regional ManagerProvide assistance to the regional manager, make coffee, sell paper123-456-7890 - Dwight Schrute
    2015-2016Dunder MifflinScranton, PAAssistant to the Regional ManagerProvide assistance to the regional manager, make coffee, sell paper123-456-7890 - Dwight Schrute
    +
    + + + +
    +

    Acheivements

    + +
      +
    1. Paper Salesman of the Year - 2016
    2. +
    3. Paper Salesman of the Year - 2015
    4. +
    5. Paper Salesman of the Year - 2014
    6. +
    +
    + + + +
    +

    Hobbies and Interests

    + +
      +
    1. Mountain Climbing
    2. +
    3. Cooking
    4. +
    5. Knitting
    6. +
    7. No seriously, Knitting
    8. +
    +
    + + + +
    +

    References

    + +

    Available upon request

    +
    + + + +
    +
    +
    +
    + + + + + \ No newline at end of file