-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (75 loc) · 3.03 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
<!DOCTYPE html>
<html lang="ES">
<head>
<meta charset="utf-8">
<meta name="description" content="Documentación API de Datos Abiertos Bogotá">
<meta name="keywords" content="bogota,api,docs">
<meta name="author" content="AlejandroCR<alejandrocr.1024@gmail.com>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="licence" content="MIT">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<style type="text/css">
table.table-params td * {
width: 10em;
}
</style>
<title>Datos Abiertos Bogotá API</title>
</head>
<body class="container-fluid">
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<span class="navbar-brand" href="#" target="_blank">Generador de enlaces</span>
<img style="width: 10%; height: 20%;" src="https://bogota.gov.co/coronavirus-en-bogota/images/logo-bogota.svg" alt="logo bogota">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item active">
<a class="nav-link" href="https://bogota.gov.co/coronavirus-en-bogota/" target="_blank">Coronavirus En Bogotá</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="https://datosabiertos.bogota.gov.co/api/3/action/help_show?name=help_show" target="_blank">Documentación Oficial</a>
</li>
</ul>
</div>
</nav>
</header>
<main>
<section id="url-field-section">
<div class="input-group mb-3 mt-3">
<div class="input-group-prepend">
<button id="copy-button" class="btn btn-outline-secondary" type="button">Copiar</button>
</div>
<input id="url-field" type="text" class="form-control" placeholder="" aria-label="" aria-describedby="basic-addon1">
</div>
</section>
<section id="param-table-section">
<table class="table table-sm table-bordered table-params">
<thead class="thead-dark">
<tr>
<th scope="col">Incuír</th>
<th scope="col">Parámetro</th>
<th scope="col">Valor</th>
<th scope="col">Tipo</th>
<th scope="col">Predeterminado</th>
<th scope="col">Descripción</th>
</tr>
</thead>
<tbody id="param-table-body"></tbody>
</table>
</section>
</main>
<aside></aside>
<footer class="page-footer font-small blue">
<div class="footer-copyright text-center py-3">
Licencia:
<a target="_blank" href="https://github.com/twbs/bootstrap/blob/master/LICENSE">MIT</a>
Autor:
<a target="_blank" href="mailto:alejandrocr.1024@gmail.com">AlejandroCR</a>
in 2020
</div>
</footer>
<script async defer type="text/javascript" src="scripts.js"></script>
</body>
</html>