-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
193 lines (160 loc) · 6.46 KB
/
index.html
File metadata and controls
193 lines (160 loc) · 6.46 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Foundation | Welcome</title>
<link href='http://fonts.googleapis.com/css?family=Josefin+Slab:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/style.css" />
<script src="js/vendor/modernizr.js"></script>
<!--<script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script> -->
</head>
<body>
<!-- HERO -->
<div class="row section hero">
<div class="bob" style="width:216px; height:300px;margin:0 auto;">
</div>
<h2 class="name">Tony D. Le</h2>
<p class="subtitles">Student of the MakerSquare. Eater of food. Drinker of drinks.</p>
<div>
<a class="button" href="#contact">Work together?</a>
<a class="button hello">Say hello?</a>
</div>
</div>
<!-- ABOUT -->
<div id= "about">
<div class="row section space">
<div class="large-12 columns">
<h2>About Me</h2>
<p>I'm Tony, an aspiring front-end web developer from Austin, TX. Born to a mother and father. I've been alive for 9262 days. This is my real story:</p>
<p>Now, this is a story all about how. My life got flipped-turned upside down. And I'd like to take a minute. Just sit right there. I'll tell you how I became the prince of a town called Bel Air. In west Philadelphia born and raised.On the playground was where I spent most of my days. Chillin' out maxin' relaxin' all cool. And all shootin some b-ball outside of the school. When a couple of guys who were up to no good. Started making trouble in my neighborhood. I got in one little fight and my mom got scared. She said 'You're movin' with your auntie and uncle in Bel Air. </p>
<img src="img/fresh_prince.jpg">
</div>
</div>
</div>
<!-- MY WORK -->
<div id= "work">
<div class="large-12 columns">
<h2>My Work</h2>
<p>The work I'm most proud of consists of animals and the king of all kings, Bill Murray.</p>
<div class="portfolioFilter">
<a href="#" data-filter="*" class="work">All Categories</a>
<a href="#" data-filter=".kittens">Kittens</a>
<a href="#" data-filter=".puppies">Puppies</a>
<a href="#" data-filter=".bill-murray">Bill Murray</a>
</div>
<div class="portfolioContainer">
<div class="kittens">
<img src="http://placekitten.com/277/225" alt="image">
</div>
<div class="kittens">
<img src="http://placekitten.com/277/225" alt="image">
</div>
<div class="puppies">
<img src="http://placepuppy.it/277/225" alt="image">
</div>
<div class="bill-murray">
<img src="http://www.fillmurray.com/277/225" alt="image">
</div>
<div class="bill-murray">
<img src="http://www.fillmurray.com/277/225" alt="image">
</div>
<div class="puppies">
<img src="http://placepuppy.it/277/225" alt="image">
</div>
<div class="puppies">
<img src="http://placepuppy.it/277/225" alt="image">
</div>
<div class="kittens">
<img src="http://placekitten.com/277/225" alt="image">
</div>
</div>
</div>
</div>
<!-- CONTACT -->
<div id= "contact" class="row">
<h2>Contact</h2>
<div class="row">
<div class="large-centered large-8 medium-8 columns">
<form data-abide action="http://getsimpleform.com/messages?form_api_token=798981d7c3630764c186c2a24340b6c6" method="post">
<div class="row">
<div class="large-6 columns">
<label>Name</label>
<input type="text" name='name' pattern="alpha" placeholder="First and Last" required />
<small class="error">First and Last Name</small>
</div>
<div class="large-6 medium-6 columns">
<label>E-mail</label>
<input type="email" name='email' pattern="email" placeholder="email@yourmail.com" required />
<small class="error">Please give a valid email.</small>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<label>Comments</label>
<textarea name="comments" placeholder="What's your secret message?"></textarea>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<button type="submit">Talk soon!</button>
</div>
</div>
</form>
</div>
</div>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script src="js/jquery.isotope.js" type="text/javascript"></script>
<script>
$(document).foundation();
</script>
<script>
$(window).load(function(){
var $container = $('.portfolioContainer');
$container.isotope({
filter: '*',
animationOptions: {
duration: 750,
easing: 'linear',
queue: false
}
});
$('.portfolioFilter a').click(function(){
$('.portfolioFilter .current').removeClass('current');
$(this).addClass('current');
var selector = $(this).attr('data-filter');
$container.isotope({
filter: selector,
animationOptions: {
duration: 750,
easing: 'linear',
queue: false
}
});
return false;
});
});
</script>
<style>
@-webkit-keyframes BLINK {
0% { background-image: url('img/face2.png') }
25% {background-image: url('img/face2.png')}
26% {background-image: url('img/face1.png') }
28% {background-image: url('img/face2.png') }
100% {background-image: url('img/face2.png') }
}
.bob {
-webkit-animation: BLINK 6s linear 0s infinite ; /* Safari 4+ */
}
.bob:hover {
-webkit-animation: 0s;
background-image: url('img/face3.png');
cursor: pointer;
}
</style>
</body>
</html>