Skip to content

Commit

Permalink
fixing style.css to include slide bg images, fixes to index page
Browse files Browse the repository at this point in the history
  • Loading branch information
spw4s committed Aug 2, 2024
1 parent 6201e5c commit 620fb6f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
Binary file removed _includes/Digital_Sep.png
Binary file not shown.
2 changes: 1 addition & 1 deletion _includes/parham.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<section class="slide parham small" id="parham">
<!-- image at images/parham.png -->
<h1>Digital Sepoltuario</h1>
<h1>Layered Memories</h1>
<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>

</section>
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>Scholars' Lab Staff</h1>
<img src="https://scholarslab.lib.virginia.edu/assets/img/people/grid/alison-booth.jpg" alt="">
</div>
<div class="name">Alison Booth</div>
<div class="position">Interim Faculty Director, Library DH Center</div>
<div class="position">Faculty Director, Library DH Center</div>
</li>
<li>
<div class="image">
Expand Down Expand Up @@ -89,7 +89,7 @@ <h1>Scholars' Lab Staff</h1>
<img src="https://scholarslab.lib.virginia.edu/assets/img/people/grid/amanda-visconti.jpg" alt="">
</div>
<div class="name">Amanda Wyatt Visconti</div>
<div class="position">Managing Director</div>
<div class="position">Director</div>
</li>
<li>
<div class="image">
Expand Down Expand Up @@ -135,7 +135,7 @@ <h1>IATH Staff</h1>
<img src="https://www.iath.virginia.edu/images/staff/2015-Sarah_Wells.jpg" alt="">
</div>
<div class="name">Sarah Wells</div>
<div class="position">Associate Director, IATH</div>
<div class="position">Director, IATH</div>
</li></ul>
</section>
<section class="slide" id="our-teaching-philosophy">
Expand All @@ -157,7 +157,7 @@ <h1>Research + Development</h1>
<section class="slide" id="consultations">
<h1>Consultations</h1>
<p>Our strengths in digital humanities, spatial technology, and humanities-informed critical making inform all our consultations for experimental scholarly projects.
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>
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>
</section>
<section class="slide" id="graduate-fellowships">
<h1>Graduate Fellowships</h1>
Expand Down
12 changes: 12 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,18 @@ body.morgenstern {
body.foy {
background-image: url("images/foy.png");
}
body.leader {
background-image: url("images/leader.png");
}
body.liberia {
background-image: url("images/liberia.png");
}
body.parham {
background-image: url("images/parham.png");
}
body.sewell {
background-image: url("images/sewell.png");
}
body.prism {
background-image: url("images/prism.png");
}
Expand Down

0 comments on commit 620fb6f

Please sign in to comment.