Skip to content

Commit

Permalink
Updates some things sigh.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyboggs committed Apr 4, 2024
1 parent 3d4bf0c commit d74f072
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 7 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<section class="slide" id="morgenstern">
<section class="slide" id="dunkelbarger">
<!-- image at images/dunkelbarger.png -->
<h1>Virtual Garden Dining in Pompeii
</h1>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion _includes/slides/foy.html → _includes/foy.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<section class="slide foy" id="foy-fellow">
<section class="slide foy" id="foy">
<h1>Jennifer Foy, Graduate Fellow in Digital Humanities</h1>
<p>Jennifer Foy is a PhD candidate in English at the University of Virginia. Her research focuses on the axes of stigma and sympathy in eighteenth century literature and culture, and her dissertation is titled ‘Mapping Sympathy: Sensibility, Stigma, and Space in the Long Eighteenth Century."</p>
</section>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion about-us/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: About the Scholars' Lab
bodyid: about-us
auto: false
auto: true
---
<section class="slide" id="poster-welcome">
<h1>The Scholars' Lab</h1>
Expand Down
10 changes: 6 additions & 4 deletions dh-student-work/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
title: Student Work in Digital Humanities
bodyid: about-us
bodyclass: student-work
auto: false
---
<section class="slide" id="poster-welcome">
Expand All @@ -10,7 +11,8 @@ <h1>Student Work in Digital Humanities</h1>
<p>We're foremost a space for learning together—about anything—by trying stuff. Think of us as friends and colleagues who can help you teach yourself new ways of approaching your interests. We'd love you to be part of our community!</p>
</section>

{% include slides/saunders.html %}
{% include slides/morgenstern.html %}
{% include slides/dunkelbarger.html %}
{% include slides/foy.html %}
{% include saunders.html %}
{% include morgenstern.html %}
{% include dunkelbarger.html %}
{% include foy.html %}
{% include buysse.html %}
61 changes: 61 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,67 @@ section#our-teaching-philosophy img {
width: 1000px;
}

body.prism,
body.your-name-here,
body.connection,
body.saunders,
body.dunkelbarger,
body.morgenstern,
body.buysse {
background-size: cover;
background-attachment: fixed;
background-repeat:no-repeat;
background-position: bottom left;
}

body.prism #banner,
body.your-name-here #banner,
body.connection #banner,
body.saunders #banner,
body.dunkelbarger #banner,
body.morgenstern #banner,
body.buysse #banner {
display:none;
}

body.prism .slide,
body.your-name-here .slide,
body.connection .slide,
body.saunders .slide,
body.dunkelbarger .slide,
body.morgenstern .slide,
body.buysse .slide {
width: 50vw;
float: right;
margin-top: 2rem;
margin-right: 2rem;
padding:5rem;
background: none !important;
box-shadow: 10px 10px rgba(0,0,0,0.25);
font-size:50% !important;
}
body.saunders {
background-image: url("images/saunders.png");
}
body.dunkelbarger {
background-image: url("images/dunkelbarger.png");
}
body.buysee {
background-image: url("images/buysse.png");
}
body.morgenstern {
background-image: url("images/morgenstern.png");
}
body.prism {
background-image: url("images/prism.png");
}
body.connection {
background-image: url("images/connection.png");
}
body.your-name-here {
background-image: url("images/your-name-here.png");
}

/* Deck.js Styles */
html, body {
height: 100%;
Expand Down

0 comments on commit d74f072

Please sign in to comment.