Skip to content

Commit af2d04b

Browse files
authored
Update site with latest meetups (#25)
* Update slack link and add youtube channel link on footer * Add last meetups
1 parent e89ad9c commit af2d04b

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

index.html

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,31 @@ <h1>A comunidade</h1>
6464
<h1>Últimos meetups</h1>
6565

6666
<div class="meetups-list">
67+
<div class="meetup">
68+
<h3>Meetup #23 - 17/09/2020</h3>
69+
<h2>Criando uma aplicação isomórfica com ReactJS e Next.JS</h2>
70+
<div class="links">
71+
<a rel="external" target="_blank" href="https://github.com/lucaziz/hello-world-next"><img src="assets/icons/code.svg" /> Código</a>
72+
<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>
73+
<a rel="external" target="_blank" href="https://www.youtube.com/watch?v=sPSS1tO1W9M"><img src="assets/icons/video.svg" /> Vídeo</a>
74+
</div>
75+
</div>
76+
<div class="meetup">
77+
<h3>Meetup #22 - 13/08/2020</h3>
78+
<h2>Como parar de fazer mock da fetch API</h2>
79+
<div class="links">
80+
<a rel="external" target="_blank" href="https://github.com/mdapper/stop-mocking-fetch"><img src="assets/icons/code.svg" /> Código</a>
81+
<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>
82+
<a rel="external" target="_blank" href="https://www.youtube.com/watch?v=jY1d0rQ31ss"><img src="assets/icons/video.svg" /> Vídeo</a>
83+
</div>
84+
</div>
85+
<div class="meetup">
86+
<h3>Meetup #21 - 17/05/2020</h3>
87+
<h2>Live Coding - a live</h2>
88+
<div class="links">
89+
<a rel="external" target="_blank" href="https://www.youtube.com/watch?v=NYko3bTqSX4"><img src="assets/icons/video.svg" /> Vídeo</a>
90+
</div>
91+
</div>
6792
<div class="meetup">
6893
<h3>Meetup #20 - 03/03/2020</h3>
6994
<h2>Introdução a ReasonML e ReasonReact</h2>
@@ -231,7 +256,8 @@ <h2>Da Web ao App</h2>
231256

232257
<div id="redes" class="social">
233258
<div class="max-content">
234-
<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>
259+
<a rel="external" target="_blank" class="slack" href="https://reactssa.slack.com"> <i class="fab fa-slack-hash"></i>Entre no nosso slack</a>
260+
<a rel="external" target="_blank" href="https://www.youtube.com/c/ReactSalvador"><i class="fab fa-youtube"></i></a>
235261
<a rel="external" target="_blank" href="https://meetup.com/pt-BR/reactssa/"><i class="fab fa-meetup"></i></a>
236262
<a rel="external" target="_blank" href="https://github.com/ReactSSA"><i class="fab fa-github"></i></a>
237263
<a rel="external" target="_blank" href="https://twitter.com/ReactSSA"><i class="fab fa-twitter-square"></i></a>

0 commit comments

Comments
 (0)