-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
55 lines (49 loc) · 2.17 KB
/
about.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
<!DOCTYPE HTML>
<html lang="es">
<head>
<title>arguser</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="José Pablo Leandro Martín" />
<meta name="description" content="Blog Personal" />
<link href="/css/style.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="http://arguser.com.ar/favicon.ico" />
</head>
<body>
<div id="main" >
<header id="page-title">
<h1><a href="/">arguser</a></h1>
</header>
<nav>
<ul>
<li><a href="/" class="inactive">acerca</a></li>
<li><a href="/" >blog</a></li>
<li><a href="/links.html" >enlaces</a></li>
<li><a href="/atom.xml" class="subscribe">feed</a></li>
</ul>
</nav>
</div>
<footer>
<img alt="favicon" class="bottoml" src="/faviconmb.ico" />
<img alt="favicon" class="left" src="/favicon.ico" />
<img alt="favicon" class="right" src="/faviconm.ico" />
<img alt="favicon" class="bottomr" src="/faviconma.ico" />
<p class="left">Blog Personal de <a href="http://arguser.com.ar">José Pablo Leandro Martín</a> Licenciado bajo <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA 3.0</a></p>
<p class="right">Hosteado en <a href="http://pages.github.com">Github Pages</a> | Construido con <a href="http://jekyllrb.com">Jekyll</a></p>
</footer>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'arguser'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.2/CFInstall.min.js"></script>
<script>window.attachEvent("onload",function(){CFInstall.check({mode:"overlay"})})</script>
<![endif]-->
</body>
</html>