Skip to content

Commit 9412b77

Browse files
committed
reformat group members page
- change photos to render without black and white This commit shouldn't include any other functional changes - fix indenting - reduce unnecessary/unused HTML tags - rename CV pdf docs to consistent format (better git tracking) - clarify "mr-3" class by renaming it "group-member-photo" - reduce css
1 parent cdbd20a commit 9412b77

5 files changed

Lines changed: 270 additions & 347 deletions

File tree

_sass/main.scss

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ padding: 50px;
124124
transition-property: transform;
125125
outline: 0;
126126
}
127-
127+
128128
.arrow:focus {
129129
-webkit-transform: rotate(45deg);
130130
-ms-transform: rotate(45deg);
131131
transform: rotate(45deg);
132132
}*/
133-
133+
134134
// footer styles
135135
.container-footer{
136136
padding: 40px;
@@ -168,30 +168,25 @@ margin-top: 10px;
168168

169169
.media-body{
170170
margin-top: 20px;
171+
margin-bottom: 40px;
171172
}
172173

173174
.mt-0 {
174175
font-size: 14px;
175176
}
176-
.mr-3{
177+
.group-member-photo{
177178
height:300px;
178179
width:225px;
179-
filter: grayscale(100%);
180-
}
181-
182-
.mr-3:hover{
183-
filter: grayscale(0%);
184-
transition: 0.5s;
185180
}
186-
.mr-3-main{
181+
.group-pi-photo{
187182
height:350px;
188183
width:262.5px;
189-
filter: grayscale(100%);
190184
}
191-
.mr-3-main:hover{
192-
filter: grayscale(0%);
193-
transition: 0.5s;
185+
186+
.group-member-dept{
187+
height:5%;
194188
}
189+
195190
// publications styles
196191
.margin-top-40{
197192
margin-top: 40px;
@@ -338,7 +333,7 @@ img {vertical-align: middle;}
338333
.frank-text{
339334
margin-top: 20px;
340335
}
341-
336+
342337
}
343338

344339
@media (max-width: 992px){
@@ -393,7 +388,7 @@ font-size: 28px;
393388

394389
@media only screen and (max-width: 300px) {
395390
.prev, .next,.text {font-size: 11px}
396-
391+
397392
}
398393

399394
/* stylelint-disable selector-list-comma-newline-after */

0 commit comments

Comments
 (0)