From 6d490b0fa63e3696012aaf7a089b51e973889128 Mon Sep 17 00:00:00 2001 From: Breno Brito Date: Sat, 16 May 2026 22:04:48 -0300 Subject: [PATCH 1/3] feat: add outras cidades page --- _data/settings.yml | 1 + cities.md | 55 ++++++++++++++++++++-------------------------- 2 files changed, 25 insertions(+), 31 deletions(-) diff --git a/_data/settings.yml b/_data/settings.yml index 29193ff..b35df13 100755 --- a/_data/settings.yml +++ b/_data/settings.yml @@ -5,3 +5,4 @@ menu: - {name: 'Sobre', url: '/about'} - {name: 'Eventos', url: '/events'} - {name: 'Meetup', url: 'https://meetup.com/pt-BR/floripa-bitdevs', external: true} + - {name: 'Outras Cidades', url: '/cities'} diff --git a/cities.md b/cities.md index ab1a6f9..dba74d4 100644 --- a/cities.md +++ b/cities.md @@ -1,36 +1,29 @@ --- layout: default +title: Outras Cidades --- +
+

+ 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. +

-As Bitcoin has grown, so too have the local communities of like minded enthusiasts who wish to learn from one another and connect on a deeper level. Each of these communities is unique in its own way, composed of individuals from all walks of life with different ideas about what Bitcoin is and what it is not. What it can do, and what it cannot. But no matter from what lense you view Bitcoin, you cannot escape certain shared beliefs, because without them Bitcoin would not exist. One most critical is that of open source software development––"standing on the shoulder's of giants"––a principle that enables the seemingly endless chain of novel insights from which Bitcoin and its future improvements are built. +
+

BitDevs em outras cidades do Brasil

+ +
-Inspired by this very ethos, the BitDevs NYC community fostered an in-person environment where technically focused dialogue could be used as a way of testing ideas, just in the same way software protocols are challenged in open networks. Instead of organizing meetups exclusively around presentations and lectures, events were styled as Socratic Seminars, such that open discourse underpinned each event, inviting a collaborative spirit that reflected the base principles of the Bitcoin protocol and cypherpunk spirit. - -Over time, the concept of BitDevs and the associated Socratic Seminar event series have spread to other cities. While the NYC community was first to stumble upon these ideas, it holds no trademark, license, branding or creative direction over the use of these terms. BitDevs, like any piece of open source code with a liberal license, is free for anyone to use and adapt to their local communities. - -If you find yourself interested in tapping into your local Bitcoin community, we have put together a list here of meetups which are known to regularly host in-person [Socratic Seminars](https://bitdevs.org/about). We hope you are able to attend and leave with a deeper connection to and appreciation for the Bitcoin community. - -As a disclaimer, BitDevs NYC has no official associations with or oversight of these meetups. In some cases we have never even spoken to the organizers. An idea, much like a hash function, is one way. If you don't like what you see, feel free to [fork it](https://github.com/BitDevsNYC/BitDevsNYC.github.io/) and [run your own](https://bitdevs.org/running-a-great-socratic-seminar/). - -- [Amsterdam](https://bitdevsamsterdam.org/) -- [Atlanta](https://atlantabitdevs.org/) -- [Austin](https://austinbitdevs.com/) -- [Berlin](https://bitdevs.berlin/) -- [Boston](https://bostonbitdevs.org/) -- [Chicago](https://chibitdevs.org/) -- [Denver](http://denverbitdevs.com/) -- [Honolulu](http://www.honolulubitdevs.com/) -- [London](https://londonbitdevs.org/) -- [Los Angeles](https://bitdevsla.org/) -- [Miami](https://miamibitdevs.org/) -- [Minneapolis](https://bitdevsmpls.org) -- [Paris](https://twitter.com/bitdevsfr) -- [Portland](https://www.meetup.com/portlandbitdevs/) -- [Raleigh / Durham / Chapel Hill](https://trianglebitdevs.org/) -- [San Francisco](https://www.sfbitcoindevs.org/) -- [San Juan](https://sanjuanbitdevs.org/) -- [São Paulo](https://bitdevsportugues.org) -- [Taipei](https://bitdevs.tw/) -- [Tampa](https://tampabitdevs.io/) -- [Vancouver](https://bitdevs.ca/) -- [Washington, D.C.](https://dcbitdevs.org/) +
+

BitDevs em outras cidades do mundo

+

+ + Ver a lista global mantida pelo BitDevs NYC + +

+
+
From 3142904db183898f700c359fcb5db156e8bc18a1 Mon Sep 17 00:00:00 2001 From: Breno Brito Date: Fri, 22 May 2026 00:10:54 -0300 Subject: [PATCH 2/3] =?UTF-8?q?feat:=20add=20Uberl=C3=A2ndia=20to=20city?= =?UTF-8?q?=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cities.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cities.md b/cities.md index dba74d4..ec60f50 100644 --- a/cities.md +++ b/cities.md @@ -15,6 +15,7 @@ title: Outras Cidades
  • Curitiba
  • Porto Alegre
  • São Paulo
  • +
  • Uberlândia
  • From 994a271a1f3b26be2aad97f733ec4748f46607c2 Mon Sep 17 00:00:00 2001 From: Breno Brito Date: Mon, 25 May 2026 10:21:59 -0300 Subject: [PATCH 3/3] fix: replica ajuste de navegacao de cidades do Curitiba --- _data/settings.yml | 2 +- assets/css/_header.scss | 2 ++ cities.md | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_data/settings.yml b/_data/settings.yml index b35df13..31204e3 100755 --- a/_data/settings.yml +++ b/_data/settings.yml @@ -5,4 +5,4 @@ menu: - {name: 'Sobre', url: '/about'} - {name: 'Eventos', url: '/events'} - {name: 'Meetup', url: 'https://meetup.com/pt-BR/floripa-bitdevs', external: true} - - {name: 'Outras Cidades', url: '/cities'} + - {name: 'Cidades', url: '/cities'} diff --git a/assets/css/_header.scss b/assets/css/_header.scss index be2df56..cdafcef 100644 --- a/assets/css/_header.scss +++ b/assets/css/_header.scss @@ -58,6 +58,7 @@ &-logo-text { margin-left: 5rem; font-size: 2.1rem; + white-space: nowrap; @media (min-width: 768px) { margin-left: 4.5rem; } @@ -82,6 +83,7 @@ color: var(--font-color); opacity: 0.4; margin-right: 1rem; + white-space: nowrap; @media (min-width: 768px) { margin-right: 0; diff --git a/cities.md b/cities.md index ec60f50..d612d59 100644 --- a/cities.md +++ b/cities.md @@ -1,6 +1,7 @@ --- layout: default -title: Outras Cidades +title: Cidades +permalink: /cities/ ---