-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (34 loc) · 2.14 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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Fabi Castillo</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=Arapey' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' 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_12 omega" id="header">
<ul class="nav">
<li><a href="portfolio/index.html">Portfolio</a></li>
</ul>
</div>
<div id="intro" class=grid_12 omega><h1>Things I <span id="heart"><span></h1></div>
<div class="grid_7 content">
<h2>Organizing</h2>
<p>I'm into watching professional organizers doing their thing on HGTV or <a href="http://www.youtube.com/channel/UCcvu0uB6SzugED_5FEC7Z0Q" title="Alejandra's Home Organizing Channel" target="_blank">YouTube</a>, gathering ingenious organization ideas on <a href="http://www.pinterest.com/kokoshow/organize/" target="_blank">Pinterest</a> and adding to my collection of storage containers.</p>
<img src="img/containers.jpg" alt="empty containers">
</div>
<div class="grid_5 omega content">
<h2>Gigi & Binky</h2>
<p>These girls are my daily sidekicks. Gigi is a 9 year old Yorkie with poor manners — totally my fault. It was my first time raising (and living with) a dog... I was so clueless. I learned that Well-behaved, friendly dogs don't just "happen".</p>
<p>When Binky joined the family last year I spent lots of time training and socializing her. If you have a puppy I highly recommend checking out Dr. Sophia Yin's books (<a href="http://www.amazon.com/Perfect-Puppy-Days-Start-Right/dp/0964151871" target="_blank">this one</a> is my favorite) and videos. </p>
<img src="img/gigi-with-ball.jpg" alt="Gigi with ball in her mouth">
<img src="img/bullystick.jpg" alt="Gigi and Binky with bullystick">
</div>
</div>
</body>
</html>