-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (71 loc) · 3.5 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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Irene Yiu</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=Oxygen' 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_3 alpha">
<img class="logo" src="img/slug-logo.png">
</div>
<div class="grid_9 omega">
<ul class="nav">
<li><a href="#">About</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Services</a></li>
<li class="last"><a href="#">Contact</a></li>
</ul>
</div>
<div id="intro" class="grid_12">
<h1>Hello! My name is Irene Yiu.</h1>
<h1>I am a developer learning Ruby on Rails at Dev Bootcamp.</h1>
<h1>I like to code, travel, dance, and eat meat.</h1>
</div>
<div id="self-portrait" class="grid_12">
<img src="img/self.jpg" class="bordered-image">
</div>
<div id="quirk" class="grid_12">
<h2>¿Cómo te llamas?</h2>
<p>What's my quirk? Well, I'm a huge language nerd. When I was 8 years old, I started teaching myself Spanish using a CD-ROM program and a microphone. Later on in college, I learned Mandarin Chinese, Russian, and Spanish - at one point, simultaneously! I also studied abroad at the Universidad de Sevilla in Spain for one semester. More recently, I taught myself basic French and Icelandic before I traveled to Paris and Reykjavik.</p>
<p><em>(Check out my travel pics!)</em></p>
</div>
<div class="grid_4 alpha">
<img src="img/iceland.jpg" alt="Iceland" class="bordered-image">
</div>
<div class="grid_4">
<img src="img/paris.jpg" alt="Paris" class="bordered-image">
</div>
<div class="grid_4 omega">
<img src="img/versailles.jpg" alt="Versailles" class="bordered-image">
</div>
<div id="dance" class="grid_12">
<h2>On the Dance Floor</h2>
<p>I wished I could have learned ballet as a child, but that never happened. I discovered dancing later on in life. In high school, I learned flamenco because it seemed cool and exotic. At the University of Pennsylvania, I learned the latin and ballroom dances. Rumba, cha cha, samba, waltz, foxtrot... you name it! I also competed at various schools along the East Coast. Nowadays, I'll dance salsa and bachata occasionally. And I like to break it down Gangnam Style!</p>
</div>
<div class="grid_7 alpha">
<img src="img/psy.jpg" alt="Gangnam Style" class="bordered-image">
</div>
<div class="grid_5 omega">
<img src="img/dance-1.jpg" alt="Ballroom dance" class="bordered-image">
<img src="img/dance-2.jpg" alt="Dancing with ballroom team" class="bordered-image">
</div>
<div id="contact" class="grid_12">
<h2>Wanna Know More? Let's Talk!</h2>
<div id="contact">
<p>Phone: <span>1-555-IAM-HERE</span><br>
Email: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<a href="http://www.facebook.com/ireyiu"><img src="img/facebook.gif" alt="Facebook"></a>
<a href="https://twitter.com/#!/irenewyiu"><img src="img/twitter.gif" alt="Twitter"></a>
</div>
<div id="copyright" class="grid_12">
<p>© 2013 Irene Yiu, Inc. All Rights Reserved.</p>
</div>
</div>
</body>
</html>