Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _data/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ menu:

- {name: 'Eventos', url: '/events'}
- {name: 'Meetup', url: 'https://www.meetup.com/porto-alegre-bitdevs', external: true}
- {name: 'Cidades', url: '/cities'}
5 changes: 5 additions & 0 deletions assets/css/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
}
}

&-logo-text {
white-space: nowrap;
}

&-nav {
display: flex;
font-size: 1.3rem;
Expand All @@ -34,6 +38,7 @@
color: #333;
opacity: 0.4;
margin-left: 1.5rem;
white-space: nowrap;

&:hover {
color: $primary-color;
Expand Down
31 changes: 31 additions & 0 deletions cities.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: default
title: Cidades
permalink: /cities/
---
<div class="Home">
<p class="Home-about">
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.
</p>

<div class="Home-posts">
<h2 class="Home-posts-title">BitDevs em outras cidades do Brasil</h2>
<ul>
<li><a href="https://bhbitdevs.org/" target="_blank" rel="noopener nofollow">Belo Horizonte</a></li>
<li><a href="https://bitdevs.bsb.br/" target="_blank" rel="noopener nofollow">Brasília</a></li>
<li><a href="https://curitibabitdevs.org/" target="_blank" rel="noopener nofollow">Curitiba</a></li>
<li><a href="https://floripabitdevs.org/" target="_blank" rel="noopener nofollow">Florianópolis</a></li>
<li><a href="https://saopaulobitdevs.org/" target="_blank" rel="noopener nofollow">São Paulo</a></li>
<li><a href="https://udibitdevs.org/" target="_blank" rel="noopener nofollow">Uberlândia</a></li>
</ul>
</div>

<div class="Home-posts">
<h2 class="Home-posts-title">BitDevs em outras cidades do mundo</h2>
<p>
<a href="https://bitdevs.org/cities" target="_blank" rel="noopener nofollow">
Ver a lista global mantida pelo BitDevs NYC
</a>
</p>
</div>
</div>