Skip to content

Commit

Permalink
added McMillen slide, corrected header (I hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
spw4s committed Aug 2, 2024
1 parent bbd0788 commit a2a3329
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/leader.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<section class="slide leader small" id="leader">
<!-- image at images/leader.png -->
<h1>Digital Sepoltuario</h1>
<p>Anne Leader's Digital Sepoltuario project is an online resource for studying commemorative culture in Florence, Italy, from the 13th-18th centuries. Based on the city-wide sepoltuario compiled by the antiquarian Stefano Rosselli in the mid-seventeenth century, this site includes an illustrated catalogue of the city’s memorials that recreates the commemorative landscape of the pre-modern city. </p>
<p>Independent art historian Anne Leader's Digital Sepoltuario project is an online resource for studying commemorative culture in Florence, Italy, from the 13th-18th centuries. Based on the city-wide sepoltuario compiled by the antiquarian Stefano Rosselli in the mid-seventeenth century, this site includes an illustrated catalogue of the city’s memorials that recreates the commemorative landscape of the pre-modern city. </p>

</section>
6 changes: 6 additions & 0 deletions _includes/mcmillen.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<section class="slide mcmillen small" id="mcmillen">
<!-- image at images/mcmillen.png -->
<h1>American Indian Land Loss</h1>
<p>History Professor Christian McMillen’s American Indian Land Loss project spans the 20th century history of Indian land sales, and a major component of that project is the digitization of historic, publicly available government data heretofore only available in analog form, in combination with General Land Office patent data. Once digitized the data will be utilized to understand, among other things, where and under what conditions land sales were more or less prevalent. The digitized materials will also allow the mapping of land loss and retention. McMillen would like to develop a methodology that would allow for other data sets, of which there are untold numbers in archives and government documents, related to American Indians, to be similarly unlocked and made available for research.</p>

</section>
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<body id="{{ page.bodyid }}" class="{{ page.bodyclass }}">
<header id="banner" role="banner">
<span>Scholars’ Lab</span>
<span><img src="https://scholarslab.lib.virginia.edu/assets/img/UVALIB_primary_color_web.png" alt=""></span>
<span>Digital Humanities Center</span>
<span><img src="../images/Library_DHCenter_RGB_forscreen.png" alt=""></span>
</header>
{{ content }}

Expand Down
Binary file added images/Library_DHCenter_RGB_forscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mcmillen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ <h1>Get in Touch!</h1>
<p>Visit the <a href="https://library.virginia.edu/dh-center">DH Center Website</a> or email <a href="mailto:dhcenterstaff@virginia.edu">dhcenterstaff@virginia.edu</a> to set up a time to talk with us about your work and interests!</p>
</section>
{% include leader.html %}
{% include mcmillen.html %}
{% include liberia.html %}
{% include sewell.html %}
{% include parham.html %}
Expand Down
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ body.your-name-here,
body.connection,
body.saunders,
body.leader,
body.mcmillen,
body.liberia,
body.sewell,
body.parham,
Expand All @@ -286,6 +287,7 @@ body.prism #banner,
body.your-name-here #banner,
body.connection #banner,
body.leader #banner,
body.mcmillen #banner,
body.liberia #banner,
body.sewell #banner,
body.parham #banner,
Expand All @@ -312,6 +314,7 @@ body.prism .slide,
body.your-name-here .slide,
body.connection .slide,
body.leader .slide,
body.mcmillen .slide,
body.liberia .slide,
body.sewell .slide,
body.parham .slide,
Expand Down Expand Up @@ -347,6 +350,9 @@ body.foy {
body.leader {
background-image: url("images/leader.png");
}
body.mcmillen {
background-image: url("images/mcmillen.png");
}
body.liberia {
background-image: url("images/liberia.png");
}
Expand Down

0 comments on commit a2a3329

Please sign in to comment.