diff --git a/About_Page.html b/About_Page.html new file mode 100644 index 0000000..f83f55c --- /dev/null +++ b/About_Page.html @@ -0,0 +1,58 @@ + + + + ABOUT ME + + + + +
+ + +
+ +
+
+

JOHN JONSON

+

I ENJOY LIFE AS A DEVELOPER

+ +

I'm John Johnson, a Developer based in NYC. I Have ten years of experience in the graphic design world, specializing in the creation of responsive websites.

+John Jonson +

+
+
+ +

Experience

+ +

I recently graduated from a Front-End Web Development course at General Assembly where I learned HTML, CSS, JavaScript, jQuery and how to be an awesome Front-End Web Developer! During my spare time, I enjoy senior water aerobics, pickling, and spending time with my goldfish, Jerry.

+ +

Relevant Experience

+
Web Developer, Relaxr 2015 - present +Developed a multi-column layout blog, landing page, and contact forms that render on mobile devices.
+
Web Developer, Startup Matchmaker 2015 - present +Used a design team's wireframes to develop this company's responsive homepage.
+
Web Developer, CitiPix 2015 – present +Built web app prototype that allows users to store and quickly retrieve photos using keywords.
+ +

Education

+ +
General Assembly FEWD 2015
+
College of Soft Knocks B.S. 2009
+
School of Hard Knocks 2005 (Honors)
+ + + + + + + + + + + + + + + diff --git a/Portfolio.html b/Portfolio.html new file mode 100644 index 0000000..3fab552 --- /dev/null +++ b/Portfolio.html @@ -0,0 +1,47 @@ + + + + PORTFOLIO + + + + +
+ + +
+ +
+
+

JOHN JONSON

+ +

I'm John Johnson, a Developer based in NYC. I Have ten years of experience in the graphic design world, specializing in the creation of responsive websites.

+
+ + + + + + +

+ +
+
+ + + + + + + + + + + + + + + diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..890715e --- /dev/null +++ b/css/style.css @@ -0,0 +1,21 @@ +#top-menu { + float: left; + position: relative; +} +#top-menu ul { + float: center; + margin: 5px; +} +#top-menu li { + float: left; + list-style: none; + margin: 5px; +} + + +#container { + + float: center; + position: center; + +} diff --git a/images/John.png b/images/John.png new file mode 100644 index 0000000..6c5f194 Binary files /dev/null and b/images/John.png differ diff --git a/starter-code/images/citipix-deliverable.png b/images/citipix-deliverable.png similarity index 100% rename from starter-code/images/citipix-deliverable.png rename to images/citipix-deliverable.png diff --git a/starter-code/images/relaxr-deliverable.png b/images/relaxr-deliverable.png similarity index 100% rename from starter-code/images/relaxr-deliverable.png rename to images/relaxr-deliverable.png diff --git a/starter-code/images/startup-matchmaker-deliverable.png b/images/startup-matchmaker-deliverable.png similarity index 100% rename from starter-code/images/startup-matchmaker-deliverable.png rename to images/startup-matchmaker-deliverable.png