-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (28 loc) · 1013 Bytes
/
index.html
File metadata and controls
37 lines (28 loc) · 1013 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Let's learn About_Me</title>
</head>
<body>
<header>
<h1>Andy Martin</h1>
<p>Student of Code</p>
</header>
<main>
<img class = "profilePhoto" src="https://scontent.xx.fbcdn.net/v/t31.0-8/13988185_10154396699050763_3186216355270453378_o.jpg?oh=e4d196eed7c7c2c197eb89d5cfcd8c56&oe=5984052D">
<h2>Background</h2>
<p>Most recently I worked at PayScale in software sales, but I have a background in event planning, carpentry, and marketing</p>
<h2>Hobbies</h2>
<h3>Carpentry</h3>
<p>I really like building things out of wood</p>
<h3>Cooking</h3>
<p>Food is delicious, and being able to cook it makes people like you</p>
<h3>Cocktails</h3>
<p>Sort of like food, but now the people are drunker</p>
</main>
<footer>Welcome to the ass-end of this webpage</footer>
<script src="app.js"></script>
</body>
</script>
</html>