-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAbout.html
38 lines (38 loc) · 1.18 KB
/
About.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
<!DOCTYPE html>
<html>
<head>
<link
href='https://fonts.googleapis.com/css?family=Raleway:400, 600'
rel='stylesheet'
type='text/css'>
<link href='style.css' rel='stylesheet'/>
</head>
<body>
<div class="header">
<div class="container">
<ul class="nav">
<li>
<a href="About.html">About</a>
</li>
<li>Work</li>
<li>Contact</li>
<li>Photography</li>
<li>Travel</li>
</ul>
</div>
</div>
<div class="col">
<p>
I am a software developer who loves creating and building a pleasant user
experience. I have had experience in django as well as building applications in
.NET. I love to dance and travel. I enjoy working and building scalable, usable
and fun products.
</p>
</div>
<div class="footer">
<div class="container">
<p>© Broadway 2015</p>
</div>
</div>
</body>
</html>