Skip to content

Add Meetup link and join button #12

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
Feb 11, 2019
Merged
Changes from 1 commit
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
Next Next commit
Add Meetup link in footer
  • Loading branch information
lucianomlima committed Feb 11, 2019
commit e547ea0c5a7798d192969091c80d31f57a0f8326
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,10 @@ <h2>Quer ser avisadx sobre os próximos encontros?</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" href="https://github.com/ReactSSA" class="github"><i class="fab fa-github"></i></a>
<a rel="external" target="_blank" href="https://twitter.com/ReactSSA" class="twitter"><i class="fab fa-twitter-square"></i></a>
<a rel="external" target="_blank" href="https://facebook.com/reactssa" class="facebook"><i class="fab fa-facebook"></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>
<a rel="external" target="_blank" href="https://facebook.com/reactssa"><i class="fab fa-facebook"></i></a>
</div>
</div>

Expand Down