File tree Expand file tree Collapse file tree 6 files changed +30
-39
lines changed Expand file tree Collapse file tree 6 files changed +30
-39
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- < header class ="site-header navbar-fixed " role ="header ">
2
- < nav class ="transparent " role ="navigation ">
3
- < div class ="nav-wrapper container ">
4
- < a id ="logo-container " href ="/ " class ="new-logo white-text " style ="display: none; ">
5
- < img src ="/assets/img/logo_gdgssa_horizontal.svg " alt ="">
6
- </ a >
7
- < ul class ="right hide-on-med-and-down ">
8
- < li > < a href ="# "> Teste</ a > </ li >
9
- < li > < a href ="# "> Teste</ a > </ li >
10
- < li > < a href ="# "> Teste</ a > </ li >
11
- </ ul >
12
- < ul id ="nav-mobile " class ="side-nav ">
13
- {% for page in site.pages %}
14
- < li > < a href ="{{ site.url_dev }}{{ page.url }} "> {{ page.title }}</ a > </ li >
15
- {% endfor %}
16
- </ ul >
17
- < a href ="# " data-activates ="nav-mobile " class ="button-collapse "> < i class ="material-icons "> menu</ i > </ a >
18
- </ div >
19
- </ nav >
1
+ < header id ="index-banner " class ="header-container " role ="banner ">
2
+ < div class ="row center flex-center ">
3
+ < img src ="/assets/img/logo_gdgssa_vert_white.svg " alt ="" style ="z-index: 100 ">
4
+ </ div >
5
+ < div class ="color-overlay "> </ div >
20
6
</ header >
Original file line number Diff line number Diff line change
1
+ < div class ="site-header navbar-fixed ">
2
+ < nav class ="transparent " role ="navigation ">
3
+ < div class ="nav-wrapper container ">
4
+ < a id ="logo-container " href ="/ " class ="new-logo white-text " style ="display: none; ">
5
+ < img src ="/assets/img/logo_gdgssa_horizontal_white.svg " alt ="">
6
+ </ a >
7
+ < ul class ="right hide-on-med-and-down ">
8
+ < li > < a href ="# "> Iniciativas</ a > </ li >
9
+ < li > < a href ="# "> Eventos</ a > </ li >
10
+ < li > < a href ="# "> Time</ a > </ li >
11
+ < li > < a href ="# "> GDG em sua Faculdade</ a > </ li >
12
+ </ ul >
13
+ < ul id ="nav-mobile " class ="side-nav ">
14
+ {% for page in site.pages %}
15
+ < li > < a href ="{{ site.url_dev }}{{ page.url }} "> {{ page.title }}</ a > </ li >
16
+ {% endfor %}
17
+ </ ul >
18
+ < a href ="# " data-activates ="nav-mobile " class ="button-collapse "> < i class ="material-icons "> menu</ i > </ a >
19
+ </ div >
20
+ </ nav >
21
+ </ div >
Original file line number Diff line number Diff line change 3
3
{% include head.html %}
4
4
< body >
5
5
{% include header.html %}
6
- {% include banner.html %}
7
-
6
+ {% include nav.html %}
8
7
< section class ="container ">
9
8
{{ content }}
10
- </ section >
11
-
9
+ </ section >
12
10
{% include footer.html %}
13
-
14
11
</ body >
15
12
</ html >
Original file line number Diff line number Diff line change 23
23
transition : all 0.45s linear ;
24
24
}
25
25
26
- .parallax -container {
26
+ .header -container {
27
27
min-height : 100vh ;
28
28
background-image : url (/ assets/img/background1.jpg );
29
29
background-size : cover ;
47
47
z-index : 1 ;
48
48
}
49
49
50
-
51
-
52
-
53
-
54
50
.flex-center {
55
51
color : white ;
56
52
border :none ;
Original file line number Diff line number Diff line change 18
18
background : none;
19
19
transition : all 0.45s linear; }
20
20
21
- .parallax -container {
21
+ .header -container {
22
22
min-height : 100vh ;
23
23
background-image : url (/assets/img/background1.jpg);
24
24
background-size : cover;
You can’t perform that action at this time.
0 commit comments