Skip to content

Commit 1135f34

Browse files
committed
Adicionado sessão WTM
1 parent 4e4ac97 commit 1135f34

File tree

5 files changed

+30
-4
lines changed

5 files changed

+30
-4
lines changed

_includes/wtm.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<section id="wtm" class="section-wtm">
2+
<div class="row container">
3+
<header class="col s12 center">
4+
<h2 class="title-header white-text">Women Techmakers</h2>
5+
</header>
6+
7+
<div class="col s12">
8+
<p class="text white-text">O Women Techmakers (WTM) é um programa criado pelo Google cujo objetivo é incentivar a participação das mulheres na tecnologia. Cada GDG pode ter um WTM associado a ele. O WTM deve ter pelo menos um líder, que deve fazer parte da organização do GDG. O WTM segue o mesmo padrão do GDG: cada cidade pode ter um (desde que juntos).</p>
9+
<p class="text white-text">O WTM é uma comunidade dentro do GDG para incentivar mulheres na área de tecnologia. O WTM Salvador ou WTM SSA vem trabalhado junto com o GDG SSA para incluir mais mulheres participando dos eventos, seja como ouvinte, seja como palestrante.</p>
10+
<p class="text white-text">Quer participar dos nossos eventos? Siga nossos canais ou entre em contato com nossa leader WTM Salvador @marladore ou um dos demais organizadores do GDG SSA.</p>
11+
</div>
12+
</div>
13+
</section>

_src/sass/_content.scss

+8-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ body{
2929
background:$work;
3030
padding: 1rem;
3131
}
32+
33+
&-wtm{
34+
min-height:85vh;
35+
background:$wtm;
36+
padding: 1rem;
37+
}
3238
}
3339

3440
.title-header{
@@ -56,9 +62,9 @@ body{
5662
}
5763

5864
.card-team{
59-
padding:16px;
65+
padding:16px;
6066
min-height: 16rem;
61-
}
67+
}
6268

6369
.card-team-action{
6470
border-top: 1px solid rgba(160,160,160,0.5);

_src/sass/_variables.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$bg: #F6F4F8;
2-
$blue-gray: #263238;
2+
$blue-gray: #263238;
33
$primary-color: #009688;
44
$second-color: #FBBC05;
55

@@ -9,4 +9,5 @@ $overlay: #263238;
99
$work: #3f51b5;
1010
$event: #8E44AD;
1111
$university: #34495E;
12-
$team: #E74C3C;
12+
$team: #E74C3C;
13+
$wtm: #295a6a;

assets/css/main.css

+5
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ body {
7676
background: #3f51b5;
7777
padding: 1rem; }
7878

79+
.section-wtm {
80+
min-height: 85vh;
81+
background: #295a6a;
82+
padding: 1rem; }
83+
7984
.title-header {
8085
position: relative;
8186
font-size: 3rem;

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
---
44

55
{% include work.html %}
6+
{% include wtm.html %}
67
{% include event.html %}
78
{% include university.html %}
89
{% include team.html %}

0 commit comments

Comments
 (0)