-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
113 lines (100 loc) · 4.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
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="es-ve" />
<meta http-equiv="imagetoolbar" content="false" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<title>api.vzla.io</title>
<link rel="alternate" type="application/atom+xml" title="Cambios de la API" href="./changes.atom" />
<link href="./css/reset.css" rel="stylesheet" type="text/css" />
<link href="./css/960.css" rel="stylesheet" type="text/css" />
<link href="./css/uv_active4d.css" rel="stylesheet" type="text/css" />
<link href="./shared/css/documentation.css" media="screen" rel="stylesheet" type="text/css">
<link href="./shared/css/pygments.css" media="screen" rel="stylesheet" type="text/css">
<script src="./shared/js/jquery.js" type="text/javascript"></script>
<script src="./shared/js/documentation.js" type="text/javascript"></script>
</head>
<body class="overview">
<div id="header-wrapper">
<div id="header">
<div>
<a class="logo" href="./">api.vzla.io:desarrollador</a>
<ul class="nav">
<li><a href="./v1/" class="nav-api">API</a></li>
<li><a href="./program/" class="nav-developers">Desarrolladores</a></li>
<li><a href="./changes/" class="nav-blog">Bitácora</a></li>
<li><a href="https://github.com/vzla/vzla.github.io/issues/new">Soporte</a></li>
<li id="search-container">
<input type="text" id="searchfield" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" /><label class="search-placeholder">Buscar</label>
<div class="cancel-search"></div>
<ul id="search-results">
</ul>
</li>
</ul>
</div>
</div><!-- #header -->
</div><!-- #header-wrapper -->
<div class="wrapper feature">
<h1>
Aprovecha el poder de<br>
api.vzla.io en tu aplicación.
</h1>
<p class="intro">Comienza a trabajar con uno de nuestros tutoriales, o salta directamente a la documentación de la API.</p>
<a href="./v1/" class="button">Explora la documentación</a>
<img src="./shared/images/rocketship.png" class="rocketship" alt="Rocketship">
</div>
<div class="full-width dev-program-callout">
<div class="wrapper">
<h2>Únete a la organización.</h2>
<p>La mejor manera de integrarse con api.vzla.io. <a href="./program/">Obtenga más información</a>.</p>
</div>
</div>
<div class="full-width-divider">
<ul class="wrapper highlights">
<li class="highlight-module">
<a href="./guides/"><span class="mega-octicon octicon-file-text"></span></a>
<h2><a href="./guides/">Comienza</a></h2>
<p>¿Nuevo en la API de vzla.io? Con estos tutoriales pon en marcha y funcionando en un instante.</p>
</li>
<li class="highlight-module">
<a href="./libraries/"><span class="mega-octicon octicon-code"></span></a>
<h2><a href="./libraries/">Bibliotecas</a></h2>
<p>Tenemos todo cubierto. Utilice la API de vzla.io en su lenguaje de programación preferido.</p>
</li>
<li class="highlight-module">
<a href="https://github.com/vzla/vzla.github.io/issues/new"><span class="mega-octicon octicon-mail-read"></span></a>
<h2><a href="https://github.com/vzla/vzla.github.io/issues/new">Soporte</a></h2>
<p>¿Estas atrapado? ¿Ya haz probado nuestra <a href="./v1/troubleshooting/">guía de solución de problemas</a>? Escribenos.</p>
</li>
</ul>
</div>
<div id="footer" >
<div class="lower_footer">
<ul class="footer-cell">
<li><a href="./terms-of-service/">Términos</a></li>
<li><a href="./privacy-policy/">Privacidad</a></li>
<li><a href="./security/">Seguridad</a></li>
<li><a href="https://github.com/vzla/vzla.github.io/issues/new">Contacto</a></li>
</ul>
<span class="footer-cell">
<a href="http://vzla.io"><img class="logo" src="./images/logo.svg" alt="logo" height="24" width="24"> </a>
</span>
<ul class="footer-cell">
<li><a href="http://status.vzla.io/">Estatus</a></li>
<li><a href="http://training.vzla.io/">Entrenamiento</a></li>
<li><a href="./blog">Bitácora</a></li>
<li><a href="./about">Nosotros</a></li>
</ul>
</div>
<div class="wrapper">
<p>© <span class="js-year">2014</span> api.vzla.io. Todos los derechos reservados. Excepto cuando se indique lo contrario, el contenido de este sitio está bajo licencia de <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons CC-BY license</a>.</p>
</div>
</div><!-- /#footer -->
<script type="text/javascript">
</script>
<script src="./shared/js/retina.js" type="text/javascript"></script>
</body>
</html>