File tree 3 files changed +46
-11
lines changed
3 files changed +46
-11
lines changed Original file line number Diff line number Diff line change 7
7
$slicer-breakpoint-names : ' xs' ' s' ' m' ' l' ' xl' ;
8
8
9
9
$s-sidebar-width : 100% ;
10
- $m-sidebar-width : 13 rem ;
11
- $l-sidebar-width : 17 rem ;
10
+ $m-sidebar-width : 16 rem ;
11
+ $l-sidebar-width : 20 rem ;
12
12
$side-pad-left : 1rem ;
13
13
14
14
html {
@@ -111,16 +111,46 @@ a.sidebar-nav-item {
111
111
112
112
}
113
113
114
+ .full-content {
115
+ @include to (' s' ) { margin-left : 0 ; }
116
+ @include from (' m' ) { margin-left : $m-sidebar-width ; }
117
+ @include from (' l' ) { margin-left : $l-sidebar-width ; }
118
+ }
119
+
120
+ #photo-wrapper {
121
+ overflow : hidden ;
122
+ text-align : center ;
123
+
124
+ #photo {
125
+ display : block ;
126
+ height : 18rem ;
127
+ margin : 0 -100px ;
128
+ }
129
+ }
130
+
114
131
.content {
132
+ $content-margin : 5% ;
115
133
@include to (' s' ) { margin-left : 0 ; }
116
- @include from (' m' ) { margin-left : #{$m-sidebar-width } ; }
117
- @include from (' l' ) { margin-left : #{$l-sidebar-width } ; }
134
+ @include from (' m' ) {
135
+ margin-left : $content-margin ;
136
+ margin-right : $content-margin ;
137
+ }
138
+
139
+ max-width : 600px ; // limit lines for readability
118
140
}
119
141
142
+
120
143
.banner {
121
- background-color : #dfdfdf ;
144
+ background-color : #f5f5f5 ;
122
145
123
- padding : 4rem 10% 4rem 10% ;
146
+ font-size : 1.5rem ;
147
+ color : #666 ;
148
+
149
+ padding : 1rem 1rem ;
150
+
151
+ @include from (' m' ) {
152
+ margin-top : 3rem ;
153
+ }
124
154
}
125
155
126
156
.mission-statement {
Original file line number Diff line number Diff line change 11
11
< div class ="outer ">
12
12
{% include sidebar.html %}
13
13
14
- < div class ="content ">
15
- < div class ='banner '>
16
- < h4 class ='mission-statement '>
17
- The Secure Systems Laboratory at the NYU Tandon School of Engineering exists to identify and design solutions for security threats to software systems
14
+ < div class ='full-content '>
15
+ < div id ='photo-wrapper '>
16
+ < img id ='photo ' src ='images/alligator2.jpg ' />
17
+ </ div >
18
+ < div class ="content ">
19
+ < div class ='banner '>
20
+ < h4 class ='mission-statement '>
21
+ The Secure Systems Laboratory at the NYU Tandon School of Engineering exists to identify and design solutions for security threats to software systems
22
+ </ div >
18
23
</ div >
24
+
19
25
</ div >
20
-
21
26
</ div >
22
27
</ div >
23
28
</ body >
You can’t perform that action at this time.
0 commit comments