-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
59 lines (46 loc) · 1.93 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 lang="es">
<head>
<meta charset="utf-8">
<title>OSM Talks</title>
<meta name="description" content="OSM Talks">
<meta name="author" content="Jorge Sanz">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Bootstrap core CSS -->
<link href="https://getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="https://getbootstrap.com/examples/jumbotron-narrow/jumbotron-narrow.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation"><a href="http://jorgesanz.net">jorgesanz.net</a></li>
<li role="presentation"><a href="https://github.com/jsanz/slides-osm">repo</a></li>
<li role="presentation"><a href="http://osm.org">osm.org</a></li>
</ul>
</nav>
<h3 class="text-muted">OSM Talks</h3>
</div>
<div class="row marketing">
<div class="col-lg-12">
<h4>OSM no es un mapa, es una base de datos</h4>
<ul>
<li><a href="noesunmapa/index.html">slides ES</a> · <a href="noesunmapa/index-en.html">slides EN</a></li>
<li><a href="https://gist.github.com/jsanz/3afcea05186f6a3667a5">links</a></li>
</ul>
<h4>Sinergias con el IGN</h4>
<ul>
<li><a href="sinergias-ign/index.html">slides</a> (<a href="sinergias-ign/README.html">notas</a>) </li>
</ul>
</div>
</div>
<footer class="footer">
<p><a href="http://jorgesanz.net">Jorge Sanz</a> · 2015</p>
</footer>
</div> <!-- /container -->
</body>
</html>