-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (38 loc) · 1.79 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es-mx" lang="es-mx">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.21-DEV" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>El Buen Código</title>
<link rel="stylesheet" href="https://elbuencodigo.github.io/css/poole.css">
<link rel="stylesheet" href="https://elbuencodigo.github.io/css/syntax.css">
<link rel="stylesheet" href="https://elbuencodigo.github.io/css/hyde.css">
<link rel="stylesheet" href="https://elbuencodigo.github.io/css/override.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.png">
<link href="https://elbuencodigo.github.io/index.xml" rel="alternate" type="application/rss+xml" title="El Buen Código" />
</head>
<body class="theme-base-08 layout-reverse">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="https://elbuencodigo.github.io/"><h1>El Buen Código</h1></a>
<p class="lead">
El Buen Código es el sitio en español que pretende promover las buenas prácticas de desarrollo de software sin poner tanta importancia a lenguajes o herramientas en específico.
</p>
</div>
<ul class="sidebar-nav">
<li><a href="/">Home</a> </li>
</ul>
<p>© 2017. All rights reserved. </p>
</div>
</div>
<div class="content container">
<div class="posts">
</div>
</div>
</body>
</html>