-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (64 loc) · 2.57 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
<!--
v8.2 03.2016 God this site is terrible, some day I need to do something cool here
v8.1 10.2012
-->
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<script>document.documentElement.className="js"</script>
<title>David Grajal Blanco</title>
<link href="//fonts.googleapis.com/css?family=IM+Fell+DW+Pica&subset=latin" rel="stylesheet">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="David Grajal Home 2012">
<meta name="author" content="David Grajal Blanco">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.png">
<link rel="stylesheet" href="css/style.css">
<script src="js/yepnope.1.5.4-min.js"></script>
</head>
<body style='zoom: 100%; height: 300px; overflow:hidden; background: none; background-color: #222; color: #eee;'>
<script type="text/javascript">
if (window.location.hostname!='localhost')
{
yepnope({
load: 'http://piwik.grajal.net/piwik.js',
complete: function() {
pkBaseURL = 'http://piwik.grajal.net/';
piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 7);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
},
});
}
</script>
<!--
<div id="page-container">
<video class="video-background" autoplay="autoplay" loop="loop">
<source src="video/video_web.m4v" type="video/mp4">
<source src="video/video_web.webmvp8.webm" type="video/webm">
<source src='video/video_web.theora.ogv' type='video/ogg'>
</video>
</div>
-->
<div id="content" style='display:block; position:absolute; '>
<h1><span class="firstname">David</span> <span class="lastname">Grajal Blanco</span></h1>
<h4><p>Contact me:
<div class='icon-linkedin' > <a href='http://lnkd.in/sWTjyf'>Linkedin</a></div>
<div class='icon-twitter'> <a href='http://twitter.com/dgrabla'>Twitter</a></div>
<div class='icon-facebook'> <a href='http://www.facebook.com/davidgrajal'>Facebook</a></div>
<!--<div class='icon-sina' > <a href='http://t.sina.com.cn/dgrabla'>Sina Weibo</a></div> -->
<div class='icon-email'> <a href='mailto:david@grajal.es'>david@grajal.es</a></div>
</h4>
</section>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>
$(function(){
$("h1").delay(500).fadeIn(1000);
$("h2").delay(1500).fadeIn(1000);
$("h3").delay(2500).fadeIn(1000);
$("h4").delay(3500).fadeIn(1000);
});
</script>
</body>
</html>