-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (36 loc) · 1.47 KB
/
index.html
File metadata and controls
44 lines (36 loc) · 1.47 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
<!DOCTYPE html>
<html>
<head>
<title>Tony Le</title>
<link type="text/css" rel="stylesheet" href="stylesheet.css" />
<link href='http://fonts.googleapis.com/css?family=Monda:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="header">
<h1>Tony Le</h1>
<p><a href="index.html">Home</a> | <a href="about.html">About</a> | <a href="contact.html">Contact</a></p>
</div>
<div class="logo"><img src="http://static.comicvine.com/uploads/scale_small/6/66303/2200288-1316662425_cvr.jpeg" /></div>
<div class="container">
<h1>70% Water, 30% Miscellaneous. Learning how to code front-end web dev at the MakerSquare. Love me some tacos.</h1>
<div id="button"><br/>Say hello!</div>
<br/>
</div>
<div>
<h2>Latest Blog Post</h2>
<p id="blocktext"> If you haven't been to Casino El Camino, you need to go. Of the tens of thousands of nominations that came in this year - blogs great and small, visual and textual, humorous and profound, technical and amateur, exuberant and austere - we found not just great writing, great photography, and.. <a href="blogpage.html">Read More</a></p>
</div>
<ul class="testimonials">
<h2>Favorite Things About Austin</h2>
<li>
<p>Live music happens to be a huge deal in the city. Every night, there's a place to rep that fancy footwork.</p>
</li>
<li>
<p>Food trailers. Gummi worms. Oreo dirt.</p>
</li>
<li>
<p>SXSW is coming in 2 months. Excited?</p>
</li>
</ul>
</body>
</html>