File tree Expand file tree Collapse file tree 2 files changed +37
-6
lines changed Expand file tree Collapse file tree 2 files changed +37
-6
lines changed Original file line number Diff line number Diff line change 34
34
</ div >
35
35
</ div >
36
36
</ div >
37
- < div class ="container inner-splash " style =" margin-top: 135px; ">
37
+ < div class ="container inner-splash main-logo-wrap ">
38
38
< div class ="row ">
39
39
< div class ="col-md-6 col-md-offset-3 text-center ">
40
40
< img src ="/resources/img/scala-center-main-logo@2x.png " width ="100% " alt ="ScalaCenter. For Open Source. For Education " >
47
47
< div class ="col-md-12 text-center ">
48
48
< div class ="objectives ">
49
49
An independent not-for-profit center established at EPFL.< br />
50
- < b > Focused on: </ b >
50
+ < b > Focused on</ b >
51
51
</ div >
52
52
</ div >
53
53
</ div >
57
57
< a class ="btn btn-default btn " data-toggle ="popover " data-placement ="bottom " data-container ="body " href ="#education "> Education</ a >
58
58
</ div >
59
59
</ div >
60
+ < div class ="row ">
61
+ < div class ="col-md-12 text-center ">
62
+ < div class ="objectives short ">
63
+ < b > Activities</ b >
64
+ </ div >
65
+ </ div >
66
+ </ div >
67
+ < div class ="row ">
68
+ < div class ="col-md-12 text-center home-popovers ">
69
+ < a class ="btn btn-default btn " href ="https://www.scala-lang.org/blog/2023/01/31/scala-center-2023-roadmap.html "> 2023 Roadmap</ a >
70
+ < a class ="btn btn-default btn " href ="/records/first-five-years/ "> 5 year impact report</ a >
71
+ </ div >
72
+ </ div >
60
73
</ div >
61
74
< div class ="vertical-spacer-bottom gradient "> </ div >
62
75
</ div >
Original file line number Diff line number Diff line change @@ -57,6 +57,18 @@ $fa-font-path: "./../../bower_components/font-awesome/fonts";
57
57
overflow-x : hidden ;
58
58
}
59
59
60
+ .main-logo-wrap {
61
+ margin-top : 135px ;
62
+
63
+ @media (max-width : 991px ) {
64
+ margin-top : 42px ;
65
+ }
66
+
67
+ @media (max-width : 767px ) {
68
+ margin-top : 154px ;
69
+ }
70
+ }
71
+
60
72
/* HEADER */
61
73
.header-logo {
62
74
.swirl {
@@ -121,9 +133,6 @@ $fa-font-path: "./../../bower_components/font-awesome/fonts";
121
133
.popover .arrow {
122
134
left : 50% !important ;
123
135
}
124
- body .home .splash {
125
- height : 815px !important ;
126
- }
127
136
}
128
137
129
138
/* HOME */
@@ -180,7 +189,13 @@ body.home {
180
189
}
181
190
182
191
.splash {
183
- height : 650px ;
192
+ height : 720px ;
193
+ @media (max-width : 768px ) {
194
+ height : 770px ;
195
+ }
196
+ @media (max-width : 520px ) {
197
+ height : 900px ;
198
+ }
184
199
background-color : #15414c ;
185
200
position : relative ;
186
201
font-family : " Lato" , sans-serif ;
@@ -255,6 +270,9 @@ body.home {
255
270
line-height : 1.42 ;
256
271
margin-bottom : 40px ;
257
272
font-weight : 400 ;
273
+ & .short {
274
+ height : 14px ;
275
+ }
258
276
b {
259
277
margin-top : 15px ;
260
278
display : block ;
You can’t perform that action at this time.
0 commit comments