forked from wdi-hk-9/lab-html-css-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout_Page.html
58 lines (36 loc) · 1.49 KB
/
About_Page.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!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>