forked from jsanz/slides-osm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
55 lines (42 loc) · 1.7 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
<!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="http://getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="http://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://fernando.com.ar">fernando.com.ar</a></li>
<li role="presentation"><a href="https://github.com/osm-ar/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</a></li>
<li><a href="https://gist.github.com/jsanz/3afcea05186f6a3667a5">links</a></li>
</ul>
</div>
</div>
<footer class="footer">
<p><a href="http://fernando.com.ar">Fernando Sanz</a> · 2015</p>
</footer>
</div> <!-- /container -->
</body>
</html>