-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (66 loc) · 2.55 KB
/
index.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!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/index.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="week4_cultural_blog.html">Culture</a></li>
<li><a href="week4_technical.html">Tech</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</div>
</div>
</div>
<div id="intro">
<div class="container">
<h1 style="left:10px; top:130px;text-shadow:none;">Life is uncertain.</h1>
<h1 style="top:510px;right:10px;">Eat Dessert First.</h1>
</div>
</div>
<div id="blog">
<div class="container">
<div class="left">
<h1>What is this place?</h1>
</div>
<div class="right">
<!--<img src="unit1_projects/images/melissa_baking_chile.jpg" alt="Melissa Baking">-->
<p>Here you will find various rants about my DevBootcamp experience from technical topics to cultural innuendos.</p>
</div>
</div>
</div>
<div id="about_me">
<div class="container">
<div class="left">
<h1>Who am I?</h1>
</div>
<div class="right" style="top:45px;">
<p>I wish I knew! Here are some things I'm passionate about: International Development, Social Entrepreneurship, Engineering, Appropriate Technology Creation, Water/Energy, Computer Science/ICT4D/AI4D, Traveling, Eating. </p>
<!--<img src="unit1_projects/images/melissa_baking_chile.jpg" alt="Melissa Baking"> -->
</div>
</div>
</div>
<div id="footer">
<div class="container">
<div class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="week4_technical.html">Tech</a></li>
<li><a href="week4_cultural_blog.html">Culture</a></li>
<li><a href="about_me.html">About Me</a></li>
</ul>
</div>
<p>© 2014 Melissa McCoy No Rights Reserved</p>
</div>
</body></html>
<!DOCTYPE html>