Skip to content

Commit 620fb6f

Browse files
committed
fixing style.css to include slide bg images, fixes to index page
1 parent 6201e5c commit 620fb6f

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

_includes/Digital_Sep.png

-3.77 MB
Binary file not shown.

_includes/parham.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<section class="slide parham small" id="parham">
22
<!-- image at images/parham.png -->
3-
<h1>Digital Sepoltuario</h1>
3+
<h1>Layered Memories</h1>
44
<p>Sociology Associate Professor Angel Parham's Layered Memories project excavates everyday histories by using what she calls <em>lieux de souvenir</em> analysis. <em>Lieux de souvenir</em> are places whose histories have been forgotten, submerged, or only very partially remembered. The focus is on three sites in New Orleans and their physical and social transformation over three centuries: the Hermann-Grima historic house; the site of a French Quarter hotel that used to be a slave market, and the New Orleans African American Museum located in the historic Black neighborhood Tremé. </p>
55

66
</section>

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h1>Scholars' Lab Staff</h1>
3333
<img src="https://scholarslab.lib.virginia.edu/assets/img/people/grid/alison-booth.jpg" alt="">
3434
</div>
3535
<div class="name">Alison Booth</div>
36-
<div class="position">Interim Faculty Director, Library DH Center</div>
36+
<div class="position">Faculty Director, Library DH Center</div>
3737
</li>
3838
<li>
3939
<div class="image">
@@ -89,7 +89,7 @@ <h1>Scholars' Lab Staff</h1>
8989
<img src="https://scholarslab.lib.virginia.edu/assets/img/people/grid/amanda-visconti.jpg" alt="">
9090
</div>
9191
<div class="name">Amanda Wyatt Visconti</div>
92-
<div class="position">Managing Director</div>
92+
<div class="position">Director</div>
9393
</li>
9494
<li>
9595
<div class="image">
@@ -135,7 +135,7 @@ <h1>IATH Staff</h1>
135135
<img src="https://www.iath.virginia.edu/images/staff/2015-Sarah_Wells.jpg" alt="">
136136
</div>
137137
<div class="name">Sarah Wells</div>
138-
<div class="position">Associate Director, IATH</div>
138+
<div class="position">Director, IATH</div>
139139
</li></ul>
140140
</section>
141141
<section class="slide" id="our-teaching-philosophy">
@@ -157,7 +157,7 @@ <h1>Research + Development</h1>
157157
<section class="slide" id="consultations">
158158
<h1>Consultations</h1>
159159
<p>Our strengths in digital humanities, spatial technology, and humanities-informed critical making inform all our consultations for experimental scholarly projects.
160-
The Scholars' Lab's and IATH's international reputation, and external leadership and service mean we have experience with a wide range of research and researchers, and can connect you effectively to external communities, opportunities, and trends.</p>
160+
The Scholars' Lab's and IATH's international reputation and external leadership and service mean we have experience with a wide range of research and researchers, and can connect you effectively to external communities, opportunities, and trends.</p>
161161
</section>
162162
<section class="slide" id="graduate-fellowships">
163163
<h1>Graduate Fellowships</h1>

style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,18 @@ body.morgenstern {
332332
body.foy {
333333
background-image: url("images/foy.png");
334334
}
335+
body.leader {
336+
background-image: url("images/leader.png");
337+
}
338+
body.liberia {
339+
background-image: url("images/liberia.png");
340+
}
341+
body.parham {
342+
background-image: url("images/parham.png");
343+
}
344+
body.sewell {
345+
background-image: url("images/sewell.png");
346+
}
335347
body.prism {
336348
background-image: url("images/prism.png");
337349
}

0 commit comments

Comments
 (0)