-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbio.html
More file actions
38 lines (32 loc) · 1.27 KB
/
bio.html
File metadata and controls
38 lines (32 loc) · 1.27 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Charles Sipe: Seattle Front-End Web Developer</title>
</head>
<body>
<h1>Charles Sipe: Seattle Front-End Web Developer</h1>
<nav>
<a href="#">About Me</a>
<a href="#">My Website</a>
<!--This is an example comment -->
</nav>
<article>
<h2>About Me:</h2>
<p>Hi, my name is Charles Sipe and I am a <em>front-end web developer</em> in the Seattle area who loves writing code.</p>
<p>Education:</p>
<ul>
<li>CSS, HTML, and Responsive Design for Web Development Certificate from University of Washington</li>
<li>Bachelor's in Marketing from University of Washington</li>
</ul>
<blockquote>
"Charles was able to pick new things up very quickly and demonstrated great initiative. The thing I loved most about Charles is that was always looking to expand his knowledge base. "
</blockquote>
<aside>Favorite quote: "Most people go through life quietly and safely tip-toeing to an early grave." -Les Brown</aside>
</article>
<img src="http://www.charlessipe.com/wp-content/uploads/2009/12/profile-pic1.jpg" alt="Charles Sipe" width="200px">
<footer>
<p>Copyright 2014: Charles Sipe</p>
</footer>
</body>
</html>