-
Notifications
You must be signed in to change notification settings - Fork 1
/
cupcake-bakery.html
71 lines (62 loc) · 3.48 KB
/
cupcake-bakery.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Meli's Personalized Site</title>
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/grid.css" type="text/css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Nunito' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
</head>
<body>
<div class="container clearfix">
<div class="grid_4">
<img class="margin" src="img/programmerpic.jpeg" alt="Programer Chick">
<h2>Melissa Alvarez</h2>
</div>
<div class="grid_8 omega">
<ul class="nav">
<li><a href="http://www.alvarezmelissa.com/portfolio/">Portfolio</a></li>
<li><a href="#about me">About Me</a></li>
<li class="last"><a href="#contact">Contact Me</a></li>
</ul>
</div>
<div id="intro" class="grid_9">
<h1>Greetings! As a proud member of the Dev Bootcamp Red Admirals cohort I am pleased to welcome you to my very first web creation. </h1>
<p><a href="http://www.alvarezmelissa.com/portfolio/" class="btn">Explore my portfolio.</a></p>
</div>
<div class= "grid_3 omega">
<img class= "resize" src="img/redadmiralbutterfly_web.png" alt="Red Admirals">
</div>
<div id="adventure-time" class="grid_7">
<h2>Adventure Time!</h2>
<p>I love the art and feel of animation- this is a witty show about a human boy named Finn and, Jake, his magic dog. They explore the land of Ooo and have some incredible adventures. It's one of my favority things to watch- it keeps the mind amused and the mood light. <a href="http://www.cartoonnetwork.com/tv_shows/adventuretime/">Adventure Time</a>!</p>
<img src="img/Adventure_Time_with_Finn_Jake.png" alt="Adventure Time!">
</div>
<div id="other-loves" class="grid_5 omega">
<h2>Some of my other loves...</h2>
<p>I'm always up for a match- or for watching one- and there's nothing better than strumming when you're not coding.</p>
<img src="img/guitar-56914_150.jpg" alt="Guitar">
<img src="img/soccer-77956_150.jpg" alt="Soccer">
</div>
<div class="grid_7">
<h2 id="about me">Now, a bit about me:</h2>
<p>I began my professional life as a Recovery Counselor working with adolescents. I discovered how much I liked working with students and planned a basic computer class to help make the transition into moving into the working world after high school. After learning a bit of code, I was hooked. I was a counselor by day and a developing coder by night. Then I discovered Dev Bootcamp. The rest is, as they say, history.</p>
<p><a href="#" class="btn-small">Read More</a></p>
</div>
<div class="grid_5 omega">
<h2>Reach out to me.</h2>
<div id="contact">
<p>Call me: <span>1-719-287-7622</span><br>
Email us: <a href="#">[email protected]</a></p>
</div>
<p>Get in touch with me through Facebook & Twitter!</p>
<a href="https://www.facebook.com/melissa.alvarez.142892"><img src="img/facebook.gif" alt="Facebook"></a>
<a href="https://twitter.com/melifluous87"><img src="img/twitter.gif" alt="Twitter"></a>
</div>
<div id="copyright" class="grid_12">
<p>© CodeMonster. All Rights Reserved.</p>
</div>
</div>
</body>
<html>