Skip to content

Add Meetup #9 and slides links #9

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
Jan 27, 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
40 changes: 24 additions & 16 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,17 @@
--color-lightGray: #e6e6e6;
--color-gray: #bbbbbb;
--color-green: #269535;

--color-lightText: #888888;
--color-text: #5a5a5a;
}


/* animations */
@keyframes slideCenter{
to{
transform: translate(0,0);
}
}

@keyframes fadeScaleOut{
from{
transform: scale(1.2)
Expand All @@ -36,7 +34,6 @@
width: 0;
}
}

@keyframes textFadeIn{
from{
opacity: 0;
Expand All @@ -47,7 +44,6 @@
transform: translate(0,0) rotate(0);
}
}

@keyframes loadingFadeIn{
from{
transform: scale(0.6) translate(-50%,-50%);
Expand All @@ -70,7 +66,6 @@
}

/* styles */

.general-header{
position: fixed;
top: 0;
Expand Down Expand Up @@ -168,7 +163,6 @@
animation: width 0.2s ease-out 0.7s both;
}


.aboutComunitryLeftContent p{
font-family: var(--font-texts);
font-size: 23px;
Expand All @@ -179,7 +173,7 @@
animation: textFadeIn 0.5s ease-in-out 0.4s forwards;
}

.aboutComunitryRightContent {
.aboutComunitryRightContent {
width: 325px;
height: 400px;
margin-left: auto;
Expand Down Expand Up @@ -267,11 +261,11 @@
.Comunity .aboutComunitryRightContent .box-logo:before{
transform: translate(100%,0);
}

.Comunity .aboutComunitryRightContent{
order: -1;
margin-left: 0;
margin-right:auto;
margin-right:auto;
}

.Comunity .aboutComunitryRightContent .box-logo{
Expand Down Expand Up @@ -310,7 +304,7 @@
padding: 20px;
width: calc(33.33% - 62px);
min-width: 225px;
height: 90px;
height: 120px;
background: var(--color-verylightBlue);
border: 1px solid var(--color-lightBlue);
margin: 10px;
Expand All @@ -319,15 +313,29 @@

.meetup h2{
font-family: var(--font-subtitle);
font-size: 22px;
font-size: 1.4em;
color:var(--color-primary);
margin-bottom: .4em;
}

.meetup h3{
font-size: 12px;
font-size: .8em;
font-family: var(--font-texts);
color:var(--color-primary);
margin-bottom: 6px;
margin-bottom: .4em;
}

.meetup span {
font-size: 1em;
font-family: var(--font-texts);
}
.meetup span img {
margin-right: .2em;
vertical-align: bottom;
width: 20px;
}
.meetup span a {
color:var(--color-primary);
}

.meetups form h2{
Expand All @@ -345,7 +353,7 @@
border:none;
}
.meetups form input{
padding: 16px;
padding: 16px;
outline: 0;
border:none;
background: var(--color-lightGray);
Expand Down Expand Up @@ -499,4 +507,4 @@
height: 8px;
}

}
}
1 change: 1 addition & 0 deletions assets/icons/link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 27 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,32 +61,48 @@ <h1>Últimos meetups</h1>

<div class="meetups-list">
<div class="meetup">
<h3>30/08/2018</h3>
<h2>Testes em componentes React.</h2>
<h3>Meetup #9 - 27/11/2018</h3>
<h2>O que há de novo no React!</h2>
</div>
<div class="meetup">
<h3>02/08/2018</h3>
<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>
<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>
<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>
<div class="meetup">
<h3>19/07/2018</h3>
<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>
<div class="meetup">
<h3>28/06/2018</h3>
<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>
<div class="meetup">
<h3>07/06/2018</h3>
<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>
<div class="meetup">
<h3>10/05/2018</h3>
<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>
<div class="meetup">
<h3>10/04/2018</h3>
<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>
</div>

Expand All @@ -99,7 +115,7 @@ <h2>Quer ser avisadx sobre os próximos encontros?</h2>
</form>
</div>
</section>

<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>
Expand All @@ -108,8 +124,8 @@ <h2>Quer ser avisadx sobre os próximos encontros?</h2>
<a rel="external" target="_blank" href="https://facebook.com/reactssa" class="facebook"><i class="fab fa-facebook"></i></a>
</div>
</div>


<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed|Patua+One|Merriweather+Sans" rel="stylesheet">
Expand Down