Skip to content

Add meetup-10 info and change links layout #13

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 1 commit into from
Feb 14, 2019
Merged
Show file tree
Hide file tree
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
41 changes: 38 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -350,17 +350,52 @@
margin-bottom: .4em;
}

.meetup .links {
display: flex;
flex-wrap: wrap;
}
.meetup .links a {
align-items: center;
background-color: white;
border: 1px solid var(--color-gray);
border-radius: 0.25em;
color:var(--color-primary);
display: flex;
font-size: 0.9em;
font-family: var(--font-texts);
margin-bottom: .5em;
margin-right: .5em;
padding: 0.2em 0.4em;
text-decoration: none;
}
.meetup .links img {
margin-right: .2em;
width: 16px;
}

.meetup span {
font-size: 1em;
align-items: center;
background-color: white;
border: 1px solid var(--color-gray);
border-radius: 0.25em;
display: flex;
flex: 1 auto 1;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
font-size: 0.9em;
font-family: var(--font-texts);
padding: 0.2em 0.4em;
max-width: 50%;
}
.meetup span img {
margin-right: .2em;
vertical-align: bottom;
width: 20px;
width: 16px;
}
.meetup span a {
color:var(--color-primary);
flex-wrap: nowrap;
text-decoration: none;
}

.meetups form h2 {
Expand Down
1 change: 1 addition & 0 deletions assets/icons/code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/video.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 37 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,50 +64,78 @@ <h1>A comunidade</h1>
<h1>Últimos meetups</h1>

<div class="meetups-list">
<div class="meetup">
<h3>Meetup #10 - 12/02/2019</h3>
<h2>Testando uma aplicação React na prática</h2>
<div class="links">
<a rel="external" target="_blank" href="https://github.com/ReactSSA/meetup10"><img src="assets/icons/code.svg" /> Código</a>
<a rel="external" target="_blank" href="https://www.youtube.com/watch?v=s7NIluQKOWE"><img src="assets/icons/video.svg" /> Vídeo</a>
</div>
</div>
<div class="meetup">
<h3>Meetup #9 - 27/11/2018</h3>
<h2>O que há de novo no React!</h2>
<span><img src="assets/icons/link.svg" /><a href="https://dygufa.com/react16-features-presentation/dist/#0">Slides</a></span>
<div class="links">
<a rel="external" target="_blank" href="https://dygufa.com/react16-features-presentation/dist/#0"><img src="assets/icons/link.svg" /> Slides</a>
</div>
</div>
<div class="meetup">
<h3>Meetup #8 - 23/10/2018</h3>
<h2>Javascript com tipos.</h2>
<span><img src="assets/icons/link.svg" /><a href="http://slides.com/vhfmag/javascript-tipado/">Slides</a></span>
<div class="links">
<a rel="external" target="_blank" href="http://slides.com/vhfmag/javascript-tipado/"><img src="assets/icons/link.svg" /> Slides</a>
</div>
</div>
<div class="meetup">
<h3>Meetup #7 - 30/08/2018</h3>
<h2>Testes em componentes e aplicações React.</h2>
<span><img src="assets/icons/link.svg" /><a href="https://www.youtube.com/watch?v=rmM0gMYs5aQ">Vídeo</a></span>
<div class="links">
<a rel="external" target="_blank" href="https://www.youtube.com/watch?v=rmM0gMYs5aQ"><img src="assets/icons/video.svg" /> Vídeo</a>
</div>
</div>
<div class="meetup">
<h3>Meetup #6 - 02/08/2018</h3>
<h2>GraphQL - A evolução do REST</h2>
<span><img src="assets/icons/link.svg" /><a href="http://slides.com/matheuscruzrocha/graphql-2#/">Slides</a></span>
<div class="links">
<a rel="external" target="_blank" href="http://slides.com/matheuscruzrocha/graphql-2#/"><img src="assets/icons/link.svg" /> Slides</a>
</div>
</div>
<div class="meetup">
<h3>Meetup #5 - 19/07/2018</h3>
<h2>Estruturando componentes</h2>
<span><img src="assets/icons/link.svg" /><a href="http://slides.com/lucianolima/estruturando-componentes#/">Slides</a></span>
<div class="links">
<a rel="external" target="_blank" href="http://slides.com/lucianolima/estruturando-componentes#/"><img src="assets/icons/link.svg" /> Slides</a>
</div>
</div>
<div class="meetup">
<h3>Meetup #4 - 28/06/2018</h3>
<h2>A pedra no sapato do front-end</h2>
<span><img src="assets/icons/link.svg" /><a href="https://slides.com/claraverenabattesini/pedras-no-sapato#/">Slides</a></span>
<div class="links">
<a rel="external" target="_blank" href="https://slides.com/claraverenabattesini/pedras-no-sapato#/"><img src="assets/icons/link.svg" /> Slides</a>
</div>
</div>
<div class="meetup">
<h3>Meetup #3 - 07/06/2018</h3>
<h2>Redux vs MobX - Gerenciadores de estado para React</h2>
<span><img src="assets/icons/link.svg" /><a href="http://slides.com/vhfmag/react-state-management#/">Slides</a></span>
<div class="links">
<a rel="external" target="_blank" href="http://slides.com/vhfmag/react-state-management#/"><img src="assets/icons/link.svg" /> Slides</a>
</div>
</div>
<div class="meetup">
<h3>Meetup #2 - 10/05/2018</h3>
<h2>ES6+ O presente e o futuro do JavaScript</h2>
<span><img src="assets/icons/link.svg" /><a href="http://slides.com/vhfmag/es6plus#/">Slides</a></span>
<div class="links">
<a rel="external" target="_blank" href="http://slides.com/vhfmag/es6plus#/"><img src="assets/icons/link.svg" /> Slides</a>
</div>
</div>
<div class="meetup">
<h3>Meetup #1 - 10/04/2018</h3>
<h2>Da Web ao App</h2>
<span><img src="assets/icons/link.svg" /><a href="http://slides.com/lucianolima/workshop-react/fullscreen">Slides</a></span>
<div class="links">
<a rel="external" target="_blank" href="https://github.com/ReactSSA/meetup1-app"><img src="assets/icons/code.svg" /> Código App</a>
<a rel="external" target="_blank" href="https://github.com/ReactSSA/meetup1-web"><img src="assets/icons/code.svg" /> Código Web</a>
<a rel="external" target="_blank" href="http://slides.com/lucianolima/workshop-react/fullscreen"><img src="assets/icons/link.svg" /> Slides</a>
</div>
</div>
</div>
</div>
Expand Down