Skip to content

Commit aacdd7d

Browse files
committed
Merge branch 'master' into image-merged
2 parents 172ca35 + 13308af commit aacdd7d

4 files changed

Lines changed: 25 additions & 8 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Site settings
22
title: OpenStreetMap Brasil
33
email:
4-
description: "Associação de mapeadores"
4+
description: "Informações sobre como mapear e participar da comunidade do OpenStreetMap."
55
baseurl: ""
66
url: "http://www.openstreetmap.com.br"
77
twitter_username:

css/main.css

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ a:visited { color: #205caa; }
4343
.container,
4444
.grid {
4545
margin: 0 auto;
46+
margin-bottom: 40px;
4647
}
4748
.container {
4849
padding-left: 30px;
@@ -143,7 +144,7 @@ a:visited { color: #205caa; }
143144
width: -moz-calc(38%);
144145
width: -o-calc(38%);
145146
width: calc(38%);
146-
text-align: center;
147+
text-align: left;
147148
}
148149

149150
.site-footer ul { list-style: none; }
@@ -432,6 +433,22 @@ div.page-content.background-map, header.background-map {
432433
width: auto;
433434
float: none;
434435
clear: both;
436+
text-align: center;
437+
}
438+
439+
.hero {
440+
margin-top: 30px;
441+
margin-bottom: 30px;
442+
}
443+
444+
.hero h2 {
445+
line-height: 1.2em;
446+
margin-bottom: 20px;
447+
}
448+
449+
.grid {
450+
margin-top: 40px;
451+
margin-bottom: 20px;
435452
}
436453

437454
}

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: none
2+
layout:
33
---
44
<?xml version="1.0" encoding="UTF-8"?>
55
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
<section class="hero">
66
<h2>
7-
Conheça o OpenStreetMap, o mapa do mundo livre
7+
OpenStreetMap, o mapa mundial editável e livre
88
</h2>
99
<p>
10-
O OpenStreetMap é um projeto de produção colaborativa de dados geo-espaciais abertos e reutilizáveis.</br>
11-
Qualquer pessoa pode editar o <a href="http://www.openstreetmap.org/?locale=pt-BR#map=4/-15.19/-51.31" target="_blank">mapa</a>. Os dados são redistribuídos sob licença <a href="http://www.openstreetmap.org/copyright?locale=pt-BR" target="_blank">ODbl</a>.
10+
Um projeto de produção colaborativa de dados geo-espaciais&nbsp;abertos.</br>
11+
Qualquer pessoa pode editar o <a href="http://www.openstreetmap.org/?locale=pt-BR#map=4/-15.19/-51.31" target="_blank">mapa</a> e os dados são redistribuídos sob a licença <a href="http://www.openstreetmap.org/copyright?locale=pt-BR" target="_blank">ODbL</a>.
1212
</p>
1313
</section>
1414

@@ -20,7 +20,7 @@ <h3>
2020
</h3>
2121
<p>
2222
<a href="/aprenda/">
23-
Crie uma conta e comece a mapear
23+
Crie uma conta e comece a explorar o universo do OpenStreetMap
2424
</a>
2525
</p>
2626
</div>
@@ -30,7 +30,7 @@ <h3>
3030
</h3>
3131
<p>
3232
<a href="/comunidade/">
33-
Conheça os canais de conversa brasileiros
33+
Conheça os canais de conversa da comunidade brasileira
3434
</a>
3535
</p>
3636
</div>

0 commit comments

Comments
 (0)