-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
133 lines (79 loc) · 3.16 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
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>El Blog de JP </title>
<meta name="author" content="Jhoon Saravia">
<meta name="description" content="El Blog de JP, Jhoon Saravia, blog, tecnología, programación"> <meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="/atom.xml" rel="alternate" title="El Blog de JP" type="application/atom+xml">
<link rel="canonical" href="">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/stylesheets/font-awesome.min.css" rel="stylesheet" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-KWBHMP"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KWBHMP');</script>
<!-- End Google Tag Manager -->
<header id="header">
<div class="inner">
<ul class="navigation">
<li><a href="/"><h1>El Blog de JP</h1></a></li>
<li><a href="/" class="is-selected">Blog</a></li>
<li><a href="http://github.com/jhoon" target="blank">Github</a></li>
</ul>
</div></header>
<div id="content" class="inner">
<section class="archives">
<article>
<h2 class="title"><a href="/2015/11/big-android-bbq-principiantes.html">Big Android BBQ para principiantes</a></h2>
<div class="meta">
<div class="date">Nov 24, 2015</div>
<div class="tags">
<a class='category' href='/categories/conferencias/'>conferencias</a>, <a class='category' href='/categories/eventos/'>eventos</a>
</div>
</div>
</article>
<article>
<h2 class="title"><a href="/2015/11/intro-a-nfc.html">Intro a NFC con Android Beam™</a></h2>
<div class="meta">
<div class="date">Nov 4, 2015</div>
<div class="tags">
<a class='category' href='/categories/tutorial/'>tutorial</a>
</div>
</div>
</article>
<article>
<h2 class="title"><a href="/2015/09/layervisualizer-es-ahora-open-source.html">LayerVisualizer es ahora Open Source!</a></h2>
<div class="meta">
<div class="date">Sep 9, 2015</div>
</div>
</article>
</div>
<footer id="footer" class="inner"><div class="aboutme">
<hr>
<div class="profile">
<a href="http://twitter.com/jsaravia"><img class="icon" src="https://avatars2.githubusercontent.com/u/863144?s=80"></a>
<h3>Jhoon Saravia</h3>
<p><a href="http://twitter.com/jsaravia">@jsaravia</a>, programmer. Cat. Sometimes both.</p>
<div class="codes">
<h4>Where to find me</h4>
<div class="github"><a href="https://github.com/jhoon">github.com/jhoon</a></div>
</div>
</div>
<div class="float_clear"></div>
</div>
Copyright © 2015
Jhoon Saravia
<br>
Powered by Octopress.
</footer>
</body>
</html>