Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions About_Page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!DOCTYPE html>
<html>
<head>
<title>ABOUT ME</title>
<link rel="stylesheet" type="text/css" href="css/style.css">

</head>
<body>
<div id="container">


<div id="top-menu">
<ul>
<li> About Me</li><li><a href="Portfolio.html">Portfolio</a></li>
</ul>
</div>
<br>
<h1>JOHN JONSON</h1>
<h2>I ENJOY LIFE AS A DEVELOPER</h2>

<p>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.</p>
<img src="images/John.png" alt="John Jonson" align="right" >
<br><br>
<hr>
</div>

<h3>Experience</h3>

<p>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 <b> awesome </b> Front-End Web Developer! During my spare time, I enjoy senior water aerobics, pickling, and spending time with my goldfish, Jerry.</p>

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

<h3>Education</h3>

<h5>General Assembly FEWD 2015</h5>
<h5>College of Soft Knocks B.S. 2009</h5>
<h5>School of Hard Knocks 2005 (Honors)</h5>



</body>
</html>










47 changes: 47 additions & 0 deletions Portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html>
<head>
<title>PORTFOLIO</title>
<link rel="stylesheet" type="text/css" href="css/style.css">

</head>
<body>
<div id="container">


<div id="top-menu">
<ul>
<li><a href="About_Page.html"> About Me</a></li>
<li> Portfolio </li>
</ul>
</div>
<br>
<h1>JOHN JONSON</h1>

<p>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.</p>
<hr>
<img src="images/citipix-deliverable.png" align="center">

<img src="images/startup-matchmaker-deliverable.png align="center">


<img src="images/relaxr-deliverable.png" align="center">
<br><br>

<hr>
</div>



</body>
</html>










21 changes: 21 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -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;

}
Binary file added images/John.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.