-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_me.html
58 lines (45 loc) · 1.72 KB
/
about_me.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Melissa McCoy</title>
<link href="stylesheets/reset.css" type="text/css" rel="stylesheet">
<link href="stylesheets/blog.css" type="text/css" rel="stylesheet">
</head>
<body>
<div id="header">
<div class="container">
<div class="logo">
<h1>Melissa McCoy</h1>
<h2>Entrepreneur | Engineer | Sweets Lover</h2>
</div>
<div class="nav">
<ul>
<li><a href="about_me.html">About Me</a></li>
<li><a href="week3_cultural_blog.html">Culture</a></li>
<li><a href="week2_technical.html">Tech</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</div>
</div>
</div>
<div id="content">
<div class="container">
<h1>About Me</h1>
<h2>About Me</h2>
<p>About Me</p>
</div>
</div>
<div id="footer">
<div class="container">
<div class="nav">
<ul>
<li><a href="./index_new_files/index_new.html">Home</a></li>
<li><a href="file:///home/melissa/dbc/phase_0/melissa-mccoy.github.io/unit1_projects/week1_technical_blog.html">Tech</a></li>
<li><a href="file:///home/melissa/dbc/phase_0/melissa-mccoy.github.io/unit1_projects/week3_cultural_blog.html">Culture</a></li>
<li><a href="file:///home/melissa/dbc/phase_0/melissa-mccoy.github.io/unit1_projects/about_me.html">About Me</a></li>
</ul>
</div>
<p>© 2014 Melissa McCoy No Rights Reserved</p>
</div>
</body></html>
<!DOCTYPE html>