-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_backup.html
43 lines (33 loc) · 1.4 KB
/
index_backup.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Messages from Melissa</title>
<link href="unit1_projects/stylesheets/dbc2.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="header">
<h1>Melissa McCoy</h1>
<h2>Entrepreneur | Engineer | Sweets Lover</h2>
</div>
<div id="nav">
<a href="unit1_projects/about_me.html"><p>About Me</p></a>
<a href="unit1_projects/week3_cultural_blog.html"><p>Cult Blog</p></a>
<a href="unit1_projects/week1_technical_blog.html"><p>Tech Blog</p></a>
<a href="index.html"><p>Home</p></a>
</div>
<div id="content">
<p>Hi there!</p>
<p>My name is Melissa (if you couldn't tell from above) and I love everything sweet (if you couldn't tell from below). My past experience rests in heavy industries like energy/mining/manufacturing as a chemical engineer and business consultant. I've also started some entrepreneurial endeavors focused on water infrastructure and 3D Printing. Look forward to meeting in the fall!</p>
<div class="image">
<caption>I sometimes dance while baking..minus the sometimes.</caption>
<img src="unit1_projects/images/melissa_baking_chile.jpg" alt="Melissa serving pie." />
</div>
</div>
<div id="sidebar">
</div>
<div id="footer">
<p>© 2014 Melissa McCoy No Rights Reserved</p>
</div>
</body>
</html>
<!DOCTYPE html>