File tree 5 files changed +45
-12
lines changed
5 files changed +45
-12
lines changed Original file line number Diff line number Diff line change 1
1
< div id ="index-banner " class ="parallax-container " role ="banner ">
2
- < div class ="section no-pad-bot ">
3
- < div class ="container ">
4
- < div class ="row center ">
5
- < img src ="/assets/img/gdglogo.png " class ="logo-gdg " alt ="google developer group ">
6
- <!-- <h4 class="header yellow-text">Google Developer Group</h4>
7
- <h1 class="header yellow-text">Salvador</h1> -->
8
- </ div >
2
+ < div class ="section no-pad-bot ">
3
+ < div class ="container ">
4
+ < div class ="row center ">
5
+ <!-- <img src="/assets/img/gdglogo.png" class="logo-gdg" alt="google developer group"> -->
9
6
</ div >
10
7
</ div >
11
- < div class ="color-overlay "> </ div >
12
- < div class ="parallax ">
8
+ </ div >
9
+ < div class ="color-overlay ">
10
+ < div class ="row center flex-center ">
11
+ < h2 class ="header white-text "> Google Developer Group</ h2 >
12
+ < h3 class ="header white-text "> Salvador</ h3 >
13
13
</ div >
14
- </ div >
14
+ </ div >
15
+ < div class ="parallax ">
16
+ </ div >
17
+ </ div >
Original file line number Diff line number Diff line change 5
5
< a id ="logo-container " href ="/ " class ="brand-logo yellow-text "> #{{ site.title_min }}</ a >
6
6
< ul class ="right hide-on-med-and-down ">
7
7
{% for page in site.pages %}
8
+ a
8
9
< li > < a href ="{{ site.url_dev }}{{ page.url }} "> {{ page.title }}</ a > </ li >
9
10
{% endfor %}
10
11
</ ul >
Original file line number Diff line number Diff line change 1
- $bg : #fcfcfc ;
1
+ $bg : #F6F4F8 ;
2
2
$blue-gray : #263238 ;
3
3
$primary-color : #4285F4 ;
4
4
$second-color : #FBBC05 ;
Original file line number Diff line number Diff line change 65
65
width : 9999px ;
66
66
height : 1px ;
67
67
background : $blue-gray ;
68
+ }
69
+
70
+
71
+ .flex-center {
72
+ color : white ;
73
+ border :none ;
74
+ display : flex ;
75
+ flex-direction : column ;
76
+ justify-content : center ;
77
+ height : 100vh ;
78
+ resize : vertical ;
79
+ overflow : auto ;
80
+ h2 , h3 {
81
+ margin : 0 ;
82
+ padding : 20px ;
83
+ }
68
84
}
Original file line number Diff line number Diff line change 1
1
body {
2
- background-color : # fcfcfc ; }
2
+ background-color : # F6F4F8 ; }
3
3
4
4
.parallax-container {
5
5
min-height : 100vh ;
@@ -51,3 +51,16 @@ body {
51
51
width : 9999px ;
52
52
height : 1px ;
53
53
background : # 263238 ; }
54
+
55
+ .flex-center {
56
+ color : white;
57
+ border : none;
58
+ display : flex;
59
+ flex-direction : column;
60
+ justify-content : center;
61
+ height : 100vh ;
62
+ resize : vertical;
63
+ overflow : auto; }
64
+ .flex-center h2 , .flex-center h3 {
65
+ margin : 0 ;
66
+ padding : 20px ; }
You can’t perform that action at this time.
0 commit comments