-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
24 lines (20 loc) · 997 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="description" content="Geolocalização, consciência e responsabilidade – a importância dos mapas livres">
<title>Conhecer OpenStreetMap</title>
<link rel="shortcut icon" href="imagens/favicon.ico" />
<link href='https://www.mapbox.com/base/latest/base.css' rel='stylesheet' />
</head>
<body>
<div class='col12 prose prose-big pad1 center limiter'>
<h3 class="fancy">Bem-Vindo!!</h3>
<h1 class="fancy">Conhecer OpenStreetMap</h1>
<p>Este é meu humilde repositório de protótipos e exemplos opensource. Saiba mais visitando
o site e conhecendo mais sobre OpenStreetMap, e confira também o projeto no portal da Rede de Projetos.</p>
<a class="button icon osm fill-green" href="http://conheceropenstreetmap.wordpress.com/">Acesse Conhecer OpenStreetMap</a>
<a class="button icon github" href="https://github.com/edilqueirozdearaujo/conhecerosm">Código Fonte</a>
</div>
</body>
</html>