diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5926ecf..e225384 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + token: ${{ secrets.GH_PAGES_GITHUB_TOKEN }} + ref: jekyll - name: setup-ruby uses: ruby/setup-ruby@v1 with: @@ -22,7 +25,8 @@ jobs: run: | cd ./_site git init - git config user.name "GithubActions CI/CD" + git config user.name grupyblumenau + git config user.email grupyblumenau@gmail.com git add . && git commit -m "Deploy github-pages" - git remote add origin https://rtancman:${{ secrets.GH_PAGES_GITHUB_TOKEN }}@github.com/rtancman/rtancman.github.io.git + git remote add origin https://rtancman:${{ secrets.GH_PAGES_GITHUB_TOKEN }}@github.com/pythonbnu/pythonbnu.github.io.git git push origin master -f \ No newline at end of file diff --git a/.gitignore b/.gitignore index 2c5045f..7af275f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,67 @@ _site *.swp .sass-cache .vscode + +*.gem +*.rbc +/.config +/coverage/ +/InstalledFiles +/pkg/ +/spec/reports/ +/spec/examples.txt +/test/tmp/ +/test/version_tmp/ +/tmp/ + +# Used by dotenv library to load environment variables. +# .env + +# Ignore Byebug command history file. +.byebug_history + +## Specific to RubyMotion: +.dat* +.repl_history +build/ +*.bridgesupport +build-iPhoneOS/ +build-iPhoneSimulator/ + +## Specific to RubyMotion (use of CocoaPods): +# +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control +# +# vendor/Pods/ + +## Documentation cache and generated files: +/.yardoc/ +/_yardoc/ +/doc/ +/rdoc/ + +## Environment normalization: +/.bundle/ +/vendor/bundle +/lib/bundler/man/ + +# for a library or gem, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# Gemfile.lock +# .ruby-version +# .ruby-gemset + +# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: +.rvmrc + +# Used by RuboCop. Remote config files pulled in from inherit_from directive. +# .rubocop-https?--* + +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata +# Ignore folders generated by Bundler +.bundle/ +vendor/ diff --git a/Gemfile b/Gemfile index e6e6bce..63a4bd8 100644 --- a/Gemfile +++ b/Gemfile @@ -21,6 +21,7 @@ group :jekyll_plugins do gem 'jekyll-youtube', '~> 1.0' gem 'jekyll-giphy', '~> 1.0' gem 'jekyll-gist', '~> 1.5' + gem 'jekyll-archives', '~> 2.2', '>= 2.2.1' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index 3c307b7..3ec051b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,281 +1,138 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.2.10) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.11.1) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) - colorize (0.8.1) - commonmarker (0.17.13) - ruby-enum (~> 0.5) - concurrent-ruby (1.1.3) - dnsruby (1.61.2) - addressable (~> 2.5) - em-websocket (0.5.1) + concurrent-ruby (1.1.10) + em-websocket (0.5.3) eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) - ethon (0.11.0) - ffi (>= 1.3.0) + http_parser.rb (~> 0) + ethon (0.15.0) + ffi (>= 1.15.0) eventmachine (1.2.7) - eventmachine (1.2.7-x64-mingw32) - execjs (2.7.0) - faraday (0.15.4) - multipart-post (>= 1.2, < 3) - ffi (1.9.25) - ffi (1.9.25-x64-mingw32) + faraday (2.5.2) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.0) + ffi (1.15.5) forwardable-extended (2.6.0) - gemoji (3.0.0) - github-pages (193) - activesupport (= 4.2.10) - github-pages-health-check (= 1.8.1) - jekyll (= 3.7.4) - jekyll-avatar (= 0.6.0) - jekyll-coffeescript (= 1.1.1) - jekyll-commonmark-ghpages (= 0.1.5) - jekyll-default-layout (= 0.1.4) - jekyll-feed (= 0.11.0) - jekyll-gist (= 1.5.0) - jekyll-github-metadata (= 2.9.4) - jekyll-mentions (= 1.4.1) - jekyll-optional-front-matter (= 0.3.0) - jekyll-paginate (= 1.1.0) - jekyll-readme-index (= 0.2.0) - jekyll-redirect-from (= 0.14.0) - jekyll-relative-links (= 0.5.3) - jekyll-remote-theme (= 0.3.1) - jekyll-sass-converter (= 1.5.2) - jekyll-seo-tag (= 2.5.0) - jekyll-sitemap (= 1.2.0) - jekyll-swiss (= 0.4.0) - jekyll-theme-architect (= 0.1.1) - jekyll-theme-cayman (= 0.1.1) - jekyll-theme-dinky (= 0.1.1) - jekyll-theme-hacker (= 0.1.1) - jekyll-theme-leap-day (= 0.1.1) - jekyll-theme-merlot (= 0.1.1) - jekyll-theme-midnight (= 0.1.1) - jekyll-theme-minimal (= 0.1.1) - jekyll-theme-modernist (= 0.1.1) - jekyll-theme-primer (= 0.5.3) - jekyll-theme-slate (= 0.1.1) - jekyll-theme-tactile (= 0.1.1) - jekyll-theme-time-machine (= 0.1.1) - jekyll-titles-from-headings (= 0.5.1) - jemoji (= 0.10.1) - kramdown (= 1.17.0) - liquid (= 4.0.0) - listen (= 3.1.5) - mercenary (~> 0.3) - minima (= 2.5.0) - nokogiri (>= 1.8.2, < 2.0) - rouge (= 2.2.1) - terminal-table (~> 1.4) - github-pages-health-check (1.8.1) - addressable (~> 2.3) - dnsruby (~> 1.60) - octokit (~> 4.0) - public_suffix (~> 2.0) - typhoeus (~> 1.3) - html-pipeline (2.9.1) - activesupport (>= 2) - nokogiri (>= 1.4) - html-proofer (3.9.3) - activesupport (>= 4.2, < 6.0) + html-proofer (4.4.0) addressable (~> 2.3) - colorize (~> 0.8) - mercenary (~> 0.3.2) - nokogiri (~> 1.8.1) - parallel (~> 1.3) + mercenary (~> 0.3) + nokogiri (~> 1.13) + parallel (~> 1.10) + rainbow (~> 3.0) typhoeus (~> 1.3) yell (~> 2.0) - http_parser.rb (0.6.0) - i18n (0.9.5) + zeitwerk (~> 2.5) + http_parser.rb (0.8.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) - jekyll (3.7.4) + jekyll (4.2.2) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) - i18n (~> 0.7) - jekyll-sass-converter (~> 1.0) + i18n (~> 1.0) + jekyll-sass-converter (~> 2.0) jekyll-watch (~> 2.0) - kramdown (~> 1.14) + kramdown (~> 2.3) + kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (~> 0.3.3) + mercenary (~> 0.4.0) pathutil (~> 0.9) - rouge (>= 1.7, < 4) + rouge (~> 3.0) safe_yaml (~> 1.0) - jekyll-archives (2.1.1) - jekyll (>= 2.4) - jekyll-avatar (0.6.0) - jekyll (~> 3.0) - jekyll-coffeescript (1.1.1) - coffee-script (~> 2.2) - coffee-script-source (~> 1.11.1) - jekyll-commonmark (1.2.0) - commonmarker (~> 0.14) - jekyll (>= 3.0, < 4.0) - jekyll-commonmark-ghpages (0.1.5) - commonmarker (~> 0.17.6) - jekyll-commonmark (~> 1) - rouge (~> 2) - jekyll-default-layout (0.1.4) - jekyll (~> 3.0) - jekyll-feed (0.11.0) - jekyll (~> 3.3) + terminal-table (~> 2.0) + jekyll-archives (2.2.1) + jekyll (>= 3.6, < 5.0) + jekyll-feed (0.16.0) + jekyll (>= 3.7, < 5.0) + jekyll-giphy (1.0.0) jekyll-gist (1.5.0) octokit (~> 4.2) - jekyll-github-metadata (2.9.4) - jekyll (~> 3.1) - octokit (~> 4.0, != 4.4.0) - jekyll-mentions (1.4.1) - html-pipeline (~> 2.3) - jekyll (~> 3.0) - jekyll-optional-front-matter (0.3.0) - jekyll (~> 3.0) jekyll-paginate (1.1.0) - jekyll-readme-index (0.2.0) - jekyll (~> 3.0) - jekyll-redirect-from (0.14.0) - jekyll (~> 3.3) - jekyll-relative-links (0.5.3) - jekyll (~> 3.3) - jekyll-remote-theme (0.3.1) - jekyll (~> 3.5) - rubyzip (>= 1.2.1, < 3.0) - jekyll-sass-converter (1.5.2) - sass (~> 3.4) - jekyll-seo-tag (2.5.0) - jekyll (~> 3.3) - jekyll-sitemap (1.2.0) - jekyll (~> 3.3) - jekyll-swiss (0.4.0) - jekyll-theme-architect (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-cayman (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-clean-blog (4.0.1) - jekyll (~> 3.6) - jekyll-theme-dinky (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-hacker (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-leap-day (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-merlot (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-midnight (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-minimal (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-modernist (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-primer (0.5.3) - jekyll (~> 3.5) - jekyll-github-metadata (~> 2.9) - jekyll-seo-tag (~> 2.0) - jekyll-theme-slate (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-tactile (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-time-machine (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-titles-from-headings (0.5.1) - jekyll (~> 3.3) - jekyll-watch (2.1.2) + jekyll-redirect-from (0.16.0) + jekyll (>= 3.3, < 5.0) + jekyll-sass-converter (2.2.0) + sassc (> 2.0.1, < 3.0) + jekyll-seo-tag (2.8.0) + jekyll (>= 3.8, < 5.0) + jekyll-theme-clean-blog (4.0.12) + jekyll (>= 3.8.5) + jekyll-watch (2.2.1) listen (~> 3.0) - jemoji (0.10.1) - gemoji (~> 3.0) - html-pipeline (~> 2.2) - jekyll (~> 3.0) - kramdown (1.17.0) - liquid (4.0.0) - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) - mercenary (0.3.6) - mini_portile2 (2.3.0) - minima (2.5.0) - jekyll (~> 3.5) + jekyll-youtube (1.0.0) + jekyll + kramdown (2.4.0) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.3) + listen (3.7.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.4.0) + minima (2.5.1) + jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (5.11.3) - multipart-post (2.0.0) - nokogiri (1.8.5) - mini_portile2 (~> 2.3.0) - nokogiri (1.8.5-x64-mingw32) - mini_portile2 (~> 2.3.0) - octokit (4.13.0) - sawyer (~> 0.8.0, >= 0.5.3) - parallel (1.12.1) + nokogiri (1.16.2-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.16.2-x86_64-linux) + racc (~> 1.4) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) + parallel (1.22.1) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (2.0.5) - rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rouge (2.2.1) - ruby-enum (0.7.2) - i18n - ruby_dep (1.5.0) - rubyzip (1.2.2) - safe_yaml (1.0.4) - sass (3.7.2) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sawyer (0.8.1) - addressable (>= 2.3.5, < 2.6) - faraday (~> 0.8, < 1.0) - terminal-table (1.8.0) + public_suffix (5.0.0) + racc (1.7.3) + rainbow (3.1.1) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.5) + rouge (3.30.0) + ruby2_keywords (0.0.5) + safe_yaml (1.0.5) + sassc (2.4.0) + ffi (~> 1.9) + sawyer (0.9.2) + addressable (>= 2.3.5) + faraday (>= 0.17.3, < 3) + terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) - thread_safe (0.3.6) - typhoeus (1.3.1) + typhoeus (1.4.0) ethon (>= 0.9.0) - tzinfo (1.2.5) - thread_safe (~> 0.1) - tzinfo-data (1.2018.7) - tzinfo (>= 1.0.0) - unicode-display_width (1.4.0) - yell (2.0.7) + unicode-display_width (1.8.0) + webrick (1.7.0) + yell (2.2.2) + zeitwerk (2.6.0) PLATFORMS - ruby - x64-mingw32 + x86_64-darwin-21 + x86_64-linux DEPENDENCIES - github-pages - html-proofer (~> 3.4) - jekyll (~> 3.7.4) - jekyll-archives - jekyll-feed - jekyll-paginate - jekyll-sitemap - jekyll-theme-clean-blog - minima (~> 2.5.0) + html-proofer (~> 4.4) + jekyll (~> 4.2, >= 4.2.2) + jekyll-archives (~> 2.2, >= 2.2.1) + jekyll-feed (~> 0.16.0) + jekyll-giphy (~> 1.0) + jekyll-gist (~> 1.5) + jekyll-paginate (~> 1.1.0) + jekyll-redirect-from (~> 0.16.0) + jekyll-theme-clean-blog (~> 4.0, >= 4.0.12) + jekyll-youtube (~> 1.0) + minima (~> 2.5, >= 2.5.1) rouge tzinfo-data + webrick (~> 1.7) + +RUBY VERSION + ruby 3.1.2p20 BUNDLED WITH - 1.17.1 + 2.3.22 diff --git a/Makefile b/Makefile index 004dc3f..a25d64d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ setup: - gem install bundler + gem install bundler --user-install bundle install run: diff --git a/_includes/headerbanner.html b/_includes/headerbanner.html index b9a7c8c..c658ec0 100644 --- a/_includes/headerbanner.html +++ b/_includes/headerbanner.html @@ -1 +1,6 @@ -
\ No newline at end of file +
+
+ +

A comunidade Grupy Blumenau reune grupos de usuários em todo o Vale do Itajaí interessados em difundir e divulgar a linguagem de programação.

+
+
\ No newline at end of file diff --git a/_posts/2021/2021-02-27-vigesimo-primeiro-encontro-grupy-blumenau.md b/_posts/2021/2021-02-27-vigesimo-primeiro-encontro-grupy-blumenau.md index 05d421d..1df78f2 100644 --- a/_posts/2021/2021-02-27-vigesimo-primeiro-encontro-grupy-blumenau.md +++ b/_posts/2021/2021-02-27-vigesimo-primeiro-encontro-grupy-blumenau.md @@ -5,8 +5,6 @@ description: "21º Encontro da Comunidade Python de Blumenau" author: pythonbnu categories: [ encontros ] image: /assets/images/encontros/2021/02/grupy-21-encontro.png -featured: true -hidden: true --- Em fevereiro rolou mais um meetup da comunidade GruPy Blumenau! Nosso encontro será online por conta da pandemia. Live no YouTube do Hackerspace Blumenau: https://youtu.be/Py4SqoDr_PE diff --git a/_posts/2021/2021-02-27-vigesimo-segundo-grupy-blumenau.md b/_posts/2021/2021-02-27-vigesimo-segundo-grupy-blumenau.md index 363a1bc..5733c95 100644 --- a/_posts/2021/2021-02-27-vigesimo-segundo-grupy-blumenau.md +++ b/_posts/2021/2021-02-27-vigesimo-segundo-grupy-blumenau.md @@ -5,8 +5,6 @@ description: "22º Encontro da Comunidade Python de Blumenau" author: pythonbnu categories: [ encontros ] image: /assets/images/encontros/2021/03/grupy-22-encontro.png -featured: true -hidden: true --- No dia 25 de Março de 2021 teremos mais um meetup da comunidade GruPy Blumenau! Nosso encontro será online por conta da pandemia. A ideia desse encontro é organizar palestras de +/- 45 minutos e ter um espaço para mais duas palestras curtas de +/- 15 minutos. Por favor, mencione a duração da sua palestra ao enviar a proposta. diff --git a/_posts/2022/2022-11-27-vigesimo-setimo-grupy-blumenau copy.md b/_posts/2022/2022-11-27-vigesimo-setimo-grupy-blumenau copy.md new file mode 100644 index 0000000..4f32b27 --- /dev/null +++ b/_posts/2022/2022-11-27-vigesimo-setimo-grupy-blumenau copy.md @@ -0,0 +1,45 @@ +--- +layout: post +title: "27º Encontro do GruPy Blumenau Presencial" +description: "27º Encontro da Comunidade Python de Blumenau" +author: pythonbnu +categories: [ encontros ] +image: /assets/images/encontros/2022/11/grupy-27-encontro.jpg +--- + +O grande momento chegou! Após algum tempo sem encontros presenciais devido à pandemia, no dia 3 de dezembro de 2022, teremos o nosso primeiro encontro presencial! Será o 27º da comunidade de Blumenau. + +A intenção desse encontro é reunir os desenvolvedores da região para discutir assuntos relacionados à tecnologia e Python. Teremos uma palestra de +/- 45 minutos e um espaço para mais duas palestras curtas de +/- 5 minutos. + + +Compartilhe o seu conhecimento conosco! + +**Local:** + +FURB Campus 1, Bloco S, Sala s410 + +**Horário:** + +9h30 AM + + +**Agenda:** + +- Palestra 1 (45min) +- Lightning talk 1 (5min) +- Lightning talk 2 (5min) + +Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links: + + + +Grande abraço! +#forcaPython diff --git a/_posts/2022/2022-12-14-fotos-vigesimo-setimo-grupy-blumenau.md b/_posts/2022/2022-12-14-fotos-vigesimo-setimo-grupy-blumenau.md new file mode 100644 index 0000000..5d5caf8 --- /dev/null +++ b/_posts/2022/2022-12-14-fotos-vigesimo-setimo-grupy-blumenau.md @@ -0,0 +1,30 @@ +--- +layout: post +title: "Fotos do 27º Encontro do GruPy Blumenau Presencial" +description: "Veja as fotos do 27º Encontro da Comunidade Python de Blumenau" +author: pythonbnu +categories: [ encontros ] +image: /assets/images/encontros/2022/12/27-encontro-grupyblumenau-galera-1.jpeg +--- + +Veja aqui as fotos do nosso encontro que aconteceu dia 03/12/2022. + +Participantes do 27º Econtro do Grupy + +Foto do Workshop prático para iniciantes na linguagem Python + + +Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links: + + + +Grande abraço! +#forcaPython diff --git a/_posts/2023/2023-01-11-vigesimo-oitavo-grupy-blumenau.md b/_posts/2023/2023-01-11-vigesimo-oitavo-grupy-blumenau.md new file mode 100644 index 0000000..1af1567 --- /dev/null +++ b/_posts/2023/2023-01-11-vigesimo-oitavo-grupy-blumenau.md @@ -0,0 +1,47 @@ +--- +layout: post +title: "28º Encontro do GruPy Blumenau Presencial" +description: "28º Encontro da Comunidade Python de Blumenau" +author: pythonbnu +categories: [ encontros ] +image: /assets/images/encontros/2023/01/grupy-28-encontro.jpg +--- + +Feliz ano novo!!! E para iniciar os trabalhos no dia 25 de Janeiro, teremos o nosso primeiro encontro presencial de 2023! Será o 28º da comunidade de Blumenau. + +A intenção desse encontro é reunir os desenvolvedores da região para discutir assuntos relacionados à tecnologia e Python. Teremos uma palestra de +/- 45 minutos e um espaço para mais duas palestras curtas de +/- 5 minutos. Compartilhe o seu conhecimento conosco! + +**Submeta a sua palestra pelo Google Forms no link** + +https://forms.gle/s1MEhQcHSBMb38Jc8 + +**Local:** + +FURB Campus 1, Bloco S, Sala s410 + +**Dia e Horário:** + +25/01/2023 às 18h30 + + +**Agenda:** + +- Palestra 1 (45min) +- Palestra 2 (45min) +- Lightning talk 1 (5min) +- Lightning talk 2 (5min) + +Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links: + + + +Grande abraço! +#forcaPython diff --git a/_posts/2023/2023-03-01-vigesimo-nono-grupy-blumenau.md b/_posts/2023/2023-03-01-vigesimo-nono-grupy-blumenau.md new file mode 100644 index 0000000..cafb104 --- /dev/null +++ b/_posts/2023/2023-03-01-vigesimo-nono-grupy-blumenau.md @@ -0,0 +1,45 @@ +--- +layout: post +title: "29º Encontro do GruPy Blumenau Presencial" +description: "29º Encontro da Comunidade Python de Blumenau" +author: pythonbnu +categories: [ encontros ] +image: /assets/images/encontros/2023/03/grupy-29-encontro.png +--- + +No dia 01 de Março, teremos o nosso segundo encontro presencial de 2023! Será o 29º \o/ + +A intenção desse encontro é reunir os desenvolvedores da região para discutir assuntos relacionados à tecnologia e Python. Teremos uma palestra de +/- 45 minutos e um espaço para mais duas palestras curtas de +/- 5 minutos. Compartilhe o seu conhecimento conosco! + +**Agenda:** + +- Extração de dados de monolito para microsserviços (45min) + + Palestrante: Guionardo Furlan + + Descrição: Palestra apresentada na Python Sul 2022, sobre a estratégia de extração de dados de um monolito COBOL. + + Categoria: python, microsserviços, integração. + + Dificuldade: Intermediário + +**Local:** FURB Campus 1, Bloco S, Sala s410 + +**Dia e Horário:** 01/03/2023 às 18h30 + +**Inscrições:** https://www.meetup.com/hackerspaceblumenau/events/291816342/ + +Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links: + + + +Grande abraço! +#forcaPython \ No newline at end of file diff --git a/_posts/2023/2023-05-20-trigesimo-grupy-blumenau.md b/_posts/2023/2023-05-20-trigesimo-grupy-blumenau.md new file mode 100644 index 0000000..949c0a1 --- /dev/null +++ b/_posts/2023/2023-05-20-trigesimo-grupy-blumenau.md @@ -0,0 +1,47 @@ +--- +layout: post +title: "30º Encontro do GruPy Blumenau Presencial" +description: "30º Encontro da Comunidade Python de Blumenau" +author: pythonbnu +categories: [ encontros ] +image: /assets/images/encontros/2023/05/grupy-30-encontro.png +featured: true +hidden: true +--- + +No dia 20 de Maio teremos o nosso terceiro encontro presencial de 2023! Será o 30º \o/ + +**Agenda:** + +- Worshop (2hs) + + Tema: "Django mão na massa: Como fazer um serviço para oficina do meu cunhado" + + Descrição: Vamos fazer um mão na massa passando pela instalação, CRUD e customização do django admin. Para isto vamos + + construir uma aplicação que gerencia ordem de serviço de uma oficina. + +Organizadores: +- João Paulo Carvalho +- Raffael Tancman + +**Local:** FURB Campus 1, Bloco S, Sala s410 + +**Dia e Horário:** 01/03/2023 às 18h30 + +**Inscrições:** https://www.meetup.com/hackerspaceblumenau/events/293578460/ + +Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links: + + + +Grande abraço! +#forcaPython \ No newline at end of file diff --git a/_posts/2023/2023-05-26-trigesimo-primeiro-grupy-blumenau.md b/_posts/2023/2023-05-26-trigesimo-primeiro-grupy-blumenau.md new file mode 100644 index 0000000..3f50ce0 --- /dev/null +++ b/_posts/2023/2023-05-26-trigesimo-primeiro-grupy-blumenau.md @@ -0,0 +1,35 @@ +--- +layout: post +title: "31º Encontro do GruPy Blumenau Presencial" +description: "31º Encontro da Comunidade Python de Blumenau" +author: pythonbnu +categories: [ encontros ] +image: /assets/images/encontros/2023/05/grupy-31-encontro.png +featured: true +hidden: true +--- + +No dia 17 de Junho teremos o nosso quarto encontro presencial de 2023! Será o 31º \o/ + +Submeta aqui a sua palestra para o encontro acessando link https://github.com/pythonbnu/meetups/issues/3 . + +**Local:** FURB Campus 1, Bloco S, Sala s410 + +**Dia e Horário:** 01/03/2023 às 18h30 + +**Inscrições:** https://www.meetup.com/hackerspaceblumenau/events/293791478/ + +Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links: + + + +Grande abraço! +#forcaPython \ No newline at end of file diff --git a/assets/css/main.scss b/assets/css/main.scss index b622550..fb5b457 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -76,11 +76,16 @@ body { } .header-banner { - background: url(../images/banner-grupy-blumenau.jpg) no-repeat bottom center; - background-size: cover; - position: relative; - height: 300px; - background-position: 50% 60%; + color: #fff; + padding: 50px 0 60px; + text-align: center; + background-color: #1F4665; + background-image: linear-gradient(#1e415e 10%,#2b5b84 90%); + + .header-logo { + width: 300px; + margin-bottom: 30px; + } .intro-text { text-align: center; diff --git a/assets/images/encontros/2022/11/grupy-27-encontro.jpg b/assets/images/encontros/2022/11/grupy-27-encontro.jpg new file mode 100644 index 0000000..cf06c5d Binary files /dev/null and b/assets/images/encontros/2022/11/grupy-27-encontro.jpg differ diff --git a/assets/images/encontros/2022/12/27-encontro-grupyblumenau-galera-1.jpeg b/assets/images/encontros/2022/12/27-encontro-grupyblumenau-galera-1.jpeg new file mode 100644 index 0000000..522b68c Binary files /dev/null and b/assets/images/encontros/2022/12/27-encontro-grupyblumenau-galera-1.jpeg differ diff --git a/assets/images/encontros/2022/12/27-encontro-grupyblumenau-galera-2.jpeg b/assets/images/encontros/2022/12/27-encontro-grupyblumenau-galera-2.jpeg new file mode 100644 index 0000000..03099fa Binary files /dev/null and b/assets/images/encontros/2022/12/27-encontro-grupyblumenau-galera-2.jpeg differ diff --git a/assets/images/encontros/2022/12/27-encontro-grupyblumenau-galera-3.jpeg b/assets/images/encontros/2022/12/27-encontro-grupyblumenau-galera-3.jpeg new file mode 100644 index 0000000..d071332 Binary files /dev/null and b/assets/images/encontros/2022/12/27-encontro-grupyblumenau-galera-3.jpeg differ diff --git a/assets/images/encontros/2023/01/grupy-28-encontro.jpg b/assets/images/encontros/2023/01/grupy-28-encontro.jpg new file mode 100644 index 0000000..f382e42 Binary files /dev/null and b/assets/images/encontros/2023/01/grupy-28-encontro.jpg differ diff --git a/assets/images/encontros/2023/03/grupy-29-encontro.png b/assets/images/encontros/2023/03/grupy-29-encontro.png new file mode 100644 index 0000000..9b949e3 Binary files /dev/null and b/assets/images/encontros/2023/03/grupy-29-encontro.png differ diff --git a/assets/images/encontros/2023/05/grupy-30-encontro.png b/assets/images/encontros/2023/05/grupy-30-encontro.png new file mode 100644 index 0000000..04a5ae5 Binary files /dev/null and b/assets/images/encontros/2023/05/grupy-30-encontro.png differ diff --git a/assets/images/encontros/2023/05/grupy-31-encontro.png b/assets/images/encontros/2023/05/grupy-31-encontro.png new file mode 100644 index 0000000..41f8f40 Binary files /dev/null and b/assets/images/encontros/2023/05/grupy-31-encontro.png differ diff --git a/comunidade.html b/comunidade.html index 09be763..a2e8bd7 100644 --- a/comunidade.html +++ b/comunidade.html @@ -12,17 +12,23 @@

Comunidade

Venha participar dos nossos encontros, nos siga nas redes sociais ou se cadastre na lista de e-mail para saber onde e quando será o próximo.

- Foto da Comunidade no primeiro dojo + Participantes do 27° Econtro do Grupy
- Foto da Comunidade no primeiro encontro + Participantes do III Econtro do Grupy
- Participantes do III Econtro do Grupy + Foto da Comunidade no primeiro dojo
+
+ Foto da Comunidade no primeiro encontro +
+
+ +
Participantes do IV Econtro do Grupy
@@ -45,6 +51,7 @@

Participantes

  • Júlio César Batista
  • Leandro Klug
  • Sidnei Correa
  • +
  • Elaini Araujo