From b90443cd7bf8853e678fde2a903b10a0ca3eb68c Mon Sep 17 00:00:00 2001 From: Angel Barranco Date: Tue, 22 Aug 2017 00:07:39 -0700 Subject: [PATCH 1/3] added name to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1444c5a..dc43973 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # assignment_html_resume Build an HTML5 resume to jump start your job search +Angel Barranco From df3a38bcf83781b05df6be77cd309701e67c2b03 Mon Sep 17 00:00:00 2001 From: Angel Barranco Date: Thu, 24 Aug 2017 00:40:36 -0700 Subject: [PATCH 2/3] Added HTML Resume --- resume.html | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 resume.html diff --git a/resume.html b/resume.html new file mode 100644 index 0000000..f2d23ef --- /dev/null +++ b/resume.html @@ -0,0 +1,124 @@ + + + + + Angel Barranco | Web Developer + + +
+

Angel Barranco | Web Developer

+ +
Abarranco650@gmail.com
+
26648 Avenue 18 1/2, Madera,CA 93638
+
+
+ +
+

Goals

+

My main goal is to learn the front and backend of web development and then use it to be able to make functional and beauitful websites. I would love to be able to work in a startup along with other coders and get a big project up and running.

+
+ +
+

Skills

+

Programming Languages

+
    +
  • HTML
  • +
  • CSS
  • +
  • Ruby
  • +
  • Javascript
  • +
+

Databases

+
    +
  • MySQL
  • +
+

Platforms

+
    +
  • WordPress
  • +
  • PHP
  • +
+

Version Control

+
    +
  • Git
  • +
+

Operating Systems

+
    +
  • MacOS
  • +
  • Linux
  • +
  • Windows
  • +
+

Other Tools

+
    +
  • SketchApp
  • +
  • PhotoShop
  • +
  • UXPin
  • +
  • InVision
  • +
+
+
+

Work Experience

+ + + + + + + + + + + + + + + +
CompanyLocationTitleTime on JobContact
BJ's RestaurantFresno, CAServer3 Years(310)743-2704
+
+
+

Education

+ + + + + + + + + + + + + +
SchoolTimeLocationDegree or Certificate
CareerFoundry1 yearRemoteUser Interface Designer
+
+
+

Achievements

+
    +
  • Varsity Soccer Captain
  • +
  • 4.0 GPA Student Certificate
  • +
+
+
+

Hobbies and Interests

+
    +
  • Video Games
  • +
  • Soccer
  • +
  • Game of Thrones
  • +
  • Bartending
  • +
+
+
+

References

+

Available upon Request

+
+ +
+ + + From 12146107c74715a52d2327297794acbd307382c9 Mon Sep 17 00:00:00 2001 From: Angel Barranco Date: Thu, 24 Aug 2017 00:52:00 -0700 Subject: [PATCH 3/3] Renamed to index.htm --- resume.html => index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename resume.html => index.html (100%) diff --git a/resume.html b/index.html similarity index 100% rename from resume.html rename to index.html