-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
59 lines (52 loc) · 1.58 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>My Blog</title>
<link href="styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="header">
<div class="container">
<a href="blog.html" id="header-title">My Blog</a>
<ul id="header-nav">
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="mailto:[email protected]">Contact</a>
</li>
</ul>
</div>
</div>
<div id="content">
<div class="container">
<div class="about">
<div class="about-author">
<img src="nelsonM.png">
</div>
<h1 class="about-title">About Me</h1>
<div class="about-content">
<p>gsiefacdasduhfcbnewashefcwj iwqeo fwe fwqiehurhw er hf wqey iweq gfwbeqoih fuwe rywueh uh ehri hwegd ewr weh fhwe fgwue fjweg fhweigd8w h9fgewq fewg fh</p>
<p>gsiefacdasduhfcbnewashefcwj iwqeo fwe fwqiehurhw er hf wqey iweq gfwbeqoih fuwe rywueh uh ehri hwegd ewr weh fhwe fgwue fjweg fhweigd8w h9fgewq fewg fh</p>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<div class="column">
<h4>My Links</h4>
<p>
<a href="">Twitter</a>
<br>
<a href="">Facebook</a>
</p>
</div>
<div class="column">
<h4>My Story</h4>
<p>Hi there! Im an aspiring web developer</p>
</div>
</div>
</div>
</body>
</html>