-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (51 loc) · 2.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta
name="keywords"
content="DeAnna Nicholson, software developer, software engineer, bootcamp graduate"
/>
<meta
name="description"
content="My portfolio showcasing my software apps I have made."
/>
<title>DeAnna's Portfolio</title>
<!-- external CSS link -->
<link
rel="stylesheet"
href="css/normalize.css"
/>
<link
rel="stylesheet"
href="css/style.css"
/>
</head>
<body>
<div id="container">
<!-- START HERE -->
<h1>My Portfolio</h1>
<h2>created by:</h2>
<h2 id="myName"> DeAnna Nicholson</h2>
<p>I love cookies big and small, I love cookies I love them all. Do you have cookies? Do you need them eaten? If so, me the monster for the job.
</p>
<p>Flavors of expertise: chocolate chip cookies, peanut butter cookies, maple leaf cookies - and while you were reading I just ate your browser cookies...om nom nom nom.
</p>
<p>My favorite word? Cookie! My least favorite word? "outofcookies". Me have over 30 years of experience with cookies on <a href="http://www.sesamestreet.org/" target="_blank" >Sesame Street</a>. And if you want to see me in action please watch my <a href="http://www.youtube.com/watch?v=C-PkQRh3QXA" target="_blank">SNL demo reel</a> where I act, sing and eat cookies.
</p>
<a href="https://twitter.com/#!/mewantcookie" target="_blank" >
<img src="images/social-twitter.png" alt="Twitter" >
</a>
<a href="https://www.linkedin.com/in/deanna-n01" target="_blank" >
<img src="images/linkedin.png" alt="Linked In" >
</a>
<a href="http://github.com/DeAnnaN01" target="_blank" >
<svg src="images/github.svg" alt="Git Hub" ></svg>
</a>
<a href="https://www.facebook.com/pages/Cookie-Monster-should-host-Saturday-Night-Live/130316933655526" target="_blank" >
<img src="images/social-facebook.png" alt="Facebook" >
</a>
<!-- END HERE -->
</div>
<!-- #container -->
</body>
</html>