Skip to content

Commit 6ed9172

Browse files
authored
feat: add outras cidades page (#88)
1 parent 974a5c3 commit 6ed9172

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

_data/settings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ menu:
55

66
- {name: 'Eventos', url: '/events'}
77
- {name: 'Meetup', url: 'https://evento.so/brbitdevs', external: true}
8+
- {name: 'Outras Cidades', url: '/cities'}
89

910
social:
1011
x:

cities.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: default
3+
title: Outras Cidades
4+
---
5+
<div class="Home">
6+
<p class="Home-about">
7+
O formato BitDevs se espalhou por várias cidades do Brasil. Se você estiver viajando ou quiser conhecer outras comunidades, aqui vai uma lista com alguns grupos ativos.
8+
</p>
9+
10+
<div class="Home-posts">
11+
<h2 class="Home-posts-title">BitDevs em outras cidades do Brasil</h2>
12+
<ul>
13+
<li><a href="https://bhbitdevs.org/" target="_blank" rel="noopener nofollow">Belo Horizonte</a></li>
14+
<li><a href="https://bitdevs.bsb.br/" target="_blank" rel="noopener nofollow">Brasília</a></li>
15+
<li><a href="https://curitibabitdevs.org/" target="_blank" rel="noopener nofollow">Curitiba</a></li>
16+
<li><a href="https://floripabitdevs.org/" target="_blank" rel="noopener nofollow">Florianópolis</a></li>
17+
<li><a href="https://poabitdevs.org/" target="_blank" rel="noopener nofollow">Porto Alegre</a></li>
18+
</ul>
19+
</div>
20+
21+
<div class="Home-posts">
22+
<h2 class="Home-posts-title">BitDevs em outras cidades do mundo</h2>
23+
<p>
24+
<a href="https://bitdevs.org/cities" target="_blank" rel="noopener nofollow">
25+
Ver a lista global mantida pelo BitDevs NYC
26+
</a>
27+
</p>
28+
</div>
29+
</div>

0 commit comments

Comments
 (0)