Skip to content

Update site with latest meetups #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 28, 2020
Merged
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
28 changes: 27 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,31 @@ <h1>A comunidade</h1>
<h1>Últimos meetups</h1>

<div class="meetups-list">
<div class="meetup">
<h3>Meetup #23 - 17/09/2020</h3>
<h2>Criando uma aplicação isomórfica com ReactJS e Next.JS</h2>
<div class="links">
<a rel="external" target="_blank" href="https://github.com/lucaziz/hello-world-next"><img src="assets/icons/code.svg" /> Código</a>
<a rel="external" target="_blank" href="https://docs.google.com/presentation/d/1UX-DfEYzBtEw79D5HVRrSeg2-wEYhXKyXt_2GIlTq_w/edit?usp=sharing"><img src="assets/icons/link.svg" /> Slides</a>
<a rel="external" target="_blank" href="https://www.youtube.com/watch?v=sPSS1tO1W9M"><img src="assets/icons/video.svg" /> Vídeo</a>
</div>
</div>
<div class="meetup">
<h3>Meetup #22 - 13/08/2020</h3>
<h2>Como parar de fazer mock da fetch API</h2>
<div class="links">
<a rel="external" target="_blank" href="https://github.com/mdapper/stop-mocking-fetch"><img src="assets/icons/code.svg" /> Código</a>
<a rel="external" target="_blank" href="https://slides.com/marcelodapper/como-parar-fazer-mock-fetch-api/fullscreen"><img src="assets/icons/link.svg" /> Slides</a>
<a rel="external" target="_blank" href="https://www.youtube.com/watch?v=jY1d0rQ31ss"><img src="assets/icons/video.svg" /> Vídeo</a>
</div>
</div>
<div class="meetup">
<h3>Meetup #21 - 17/05/2020</h3>
<h2>Live Coding - a live</h2>
<div class="links">
<a rel="external" target="_blank" href="https://www.youtube.com/watch?v=NYko3bTqSX4"><img src="assets/icons/video.svg" /> Vídeo</a>
</div>
</div>
<div class="meetup">
<h3>Meetup #20 - 03/03/2020</h3>
<h2>Introdução a ReasonML e ReasonReact</h2>
Expand Down Expand Up @@ -231,7 +256,8 @@ <h2>Da Web ao App</h2>

<div id="redes" class="social">
<div class="max-content">
<a rel="external" target="_blank" class="slack" href="https://bit.ly/ReactSSA_invite"> <i class="fab fa-slack-hash"></i>Entre no nosso slack</a>
<a rel="external" target="_blank" class="slack" href="https://reactssa.slack.com"> <i class="fab fa-slack-hash"></i>Entre no nosso slack</a>
<a rel="external" target="_blank" href="https://www.youtube.com/c/ReactSalvador"><i class="fab fa-youtube"></i></a>
<a rel="external" target="_blank" href="https://meetup.com/pt-BR/reactssa/"><i class="fab fa-meetup"></i></a>
<a rel="external" target="_blank" href="https://github.com/ReactSSA"><i class="fab fa-github"></i></a>
<a rel="external" target="_blank" href="https://twitter.com/ReactSSA"><i class="fab fa-twitter-square"></i></a>
Expand Down