-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.old.html
42 lines (38 loc) · 2.09 KB
/
index.old.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
<!DOCTYPE html>
<html lang="en">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#
profile: http://ogp.me/ns/profile#">
<meta charset="utf-8">
<title>Bryan Estrada</title>
<link rel="icon" type="image/png" href="favicon.png">
<meta name="description" content="Hi, I'm Bryan: software hacker, gadget connoisseur, and resident of the great city of San Francisco.">
<link rel="stylesheet" href="style/reset.css" type="text/css">
<link rel="stylesheet" href="style/style.css" type="text/css">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" charset="utf-8"></script>
<meta property="og:type" content="profile">
<meta property="og:url" content="http://bryanestrada.com/">
<meta property="og:image" content="http://bryanestrada.com/img/me.png">
<meta property="og:title" content="Bryan Estrada">
<meta proerty="og:description" content="Hi, I'm Bryan: software hacker, gadget connoisseur, and resident of the great city of San Francisco.">
<meta property="profile:first_name" content="Bryan">
<meta property="profile:last_name" content="Estrada">
<meta property="profile:gender" content="male">
</head>
<body>
<p class="center">
<i class="icon me"></i>
<a href="http://www.facebook.com/bestrada" target="_blank"><i class="icon facebook"></i></a>
<a href="http://www.linkedin.com/in/bestrada/" target="_blank"><i class="icon linkedin"></i></a>
<a href="http://twitter.com/bryanestrada" target="_blank"><i class="icon twitter"></i></a>
<a href="https://foursquare.com/user/38561" target="_blank"><i class="icon foursquare"></i></a>
<a href="https://github.com/bestrada" target="_blank"><i class="icon github"></i></a>
</p>
<script src="scripts/reveal.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
var _gaq=[['_setAccount','UA-549598-2'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>