Skip to content

Commit 1b56189

Browse files
authored
Clean up banner (#263)
* Replace banner pic 1a with 6a. * Move SEAAS and DIVA to "completed." * Change font color of banner.
1 parent 8240665 commit 1b56189

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

assets/images/banners/Picture1a.png

-1.46 MB
Binary file not shown.

assets/images/banners/Picture6a.png

1.66 MB
Loading

assets/themes/lab/css/style.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ strong {
227227
font-weight: $heavy-font-weight;
228228
display: table-cell;
229229
vertical-align: middle;
230-
text-align: center;
231-
text-shadow: 1.5px 1.5px #ffffff;
230+
text-align: center;
231+
color: #ffffff;
232232
}
233233

234234
// navbar

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
<!-- See https://bootsnipp.com/tags/carousel for possible approaches -->
3030
<div class="carousel-inner">
3131
<div class="active item">
32-
<img src="/assets/images/banners/Picture1a.png" width='1200px' alt="">
33-
</div>
34-
<div class="item">
3532
<img src="/assets/images/banners/Picture1b.png" width='1200px' alt="">
3633
</div>
3734
<div class="item">
3835
<img src="/assets/images/banners/Picture2b.png" width='1200px' alt="">
3936
</div>
37+
<div class="item">
38+
<img src="/assets/images/banners/Picture6a.png" width='1200px' alt="">
39+
</div>
4040
</div>
4141
<!-- Carousel nav -->
4242
<a class="left carousel-control" href="#carousel" role="button" data-slide="prev">

projects/_posts/2018-10-05-diva.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: project
33
title: "DIVA: Dense investigation of variability in affect"
44
contributors: [alaird, tsalo, kbottenhorn, jflannery, agonzalez]
55
handle: diva
6-
defunct: false
6+
defunct: true
77

88
# Optional
99
website:

projects/_posts/2018-10-05-seaas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: project
33
title: "SEAAS: Social and Emotional Aspects of Academic Success"
44
contributors: [alaird, mriedel, kbottenhorn, rpintos, tsalo]
55
handle: seass
6-
defunct: false
6+
defunct: true
77

88
# Optional
99
website:

0 commit comments

Comments
 (0)