Skip to content

Commit

Permalink
Merge pull request #29 from nulib/add-second-video
Browse files Browse the repository at this point in the history
added second video, updated css iframe
  • Loading branch information
davidschober authored Aug 31, 2023
2 parents 8f6f0f0 + edcb36c commit a9ef9c6
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
5 changes: 4 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ googleAnalytics = "" # Optional, add tracking Id for analytics
disqusShortname = "" # Optional, add Disqus shortname for comments
#SectionPagesMenu = "main" # Enable menu system for lazy bloggers

[markup.goldmark.renderer]
unsafe=true

[params]
theme_variant = "slate" # possible value for the theme_variant `cerulean,cosmo,cyborg,darkly,flatly,journal,litera,lumen,lux,materia,minty,pulse,sandstone,simplex,slate,solar,spacelab,superhero,united,yeti`
description = "A digital archive on the life and times of Florence Kelley, the first woman factory inspector in the United States and resident of Hull House." # Suggested, controls default description meta and landing page
Expand Down Expand Up @@ -60,4 +63,4 @@ disqusShortname = "" # Optional, add Disqus shortname for comments
[deployment]
[[deployment.targets]]
name = "production"
URL = "s3://florencekelley.northwestern.edu"
URL = "s3://florencekelley.northwestern.edu"
22 changes: 7 additions & 15 deletions content/about/video.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,14 @@ image_caption: "Large group of children standing under showers over the street."
image_file: site/DN-0076144thmb.jpg
---

Professor Bienen's Legal History Lecture "[Florence Kelley and the Illinois Supreme Court](http://www.illinoiscourthistory.org/events/florence-kelley-lecture-april-15-2010)" at the Illinois Supreme Court historic preservation commission.

<section class="section">
<div class="container">
<div class="box has-text-centered is-wide">
<div class="content">
<iframe title="Project Overview and Interview with Leigh Bienen, Project Director" src="https://media.northwestern.edu:443/master_files/bc386k843/embed" width="600" height="337" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</section>

<section class="section">
<div class="container">
<div class="box has-text-centered is-wide">
<div class="content">
<iframe title="A Discussion on Libraries and Technology" src="https://media.northwestern.edu:443/master_files/sb3979887/embed" width="600" height="337" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
<div class="container">
<div class="box has-text-centered is-wide">
<div class="content">
<iframe src="https://dc.library.northwestern.edu/embedded-viewer/https%3A%2F%2Fapi.dc.library.northwestern.edu%2Fapi%2Fv2%2Fworks%2F49d78dce-0372-4383-967b-b675b48bf7cb%3Fas%3Diiif" title="A Discussion on Libraries and Technology" width="100%" height="800"></iframe>
</div>
</div>
</section>

11 changes: 6 additions & 5 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ <h2 class="subtitle is-three-fifths">

<section class="section">
<div class="container">
<div class="box has-text-centered is-wide">
<!-- removed title as temp fix DS-->
<!---- <div class="box has-text-centered is-wide">
<div class="content">
<h3>Project Overview and Interview with Leigh Bienen, Project Director</h3>
<iframe src="https://dc.library.northwestern.edu/embedded-viewer/https%3A%2F%2Fapi.dc.library.northwestern.edu%2Fapi%2Fv2%2Fworks%2F49d78dce-0372-4383-967b-b675b48bf7cb%3Fas%3Diiif" title="A Discussion on Libraries and Technology" width="100%" height="800"></iframe>
</div>
</div>
<h3>Project Overview and Interview with Leigh Bienen, Project Director</h3>-->
<iframe src="https://dc.library.northwestern.edu/embedded-viewer/https%3A%2F%2Fapi.dc.library.northwestern.edu%2Fapi%2Fv2%2Fworks%2Fe867300f-269a-424e-b453-31068b8fbe47%3Fas%3Diiif" title="Project Overview and Interview with Leigh Bienen, Project Director" width="100%" height="800"></iframe>
<!--- </div>
</div>--->
</div>
</section>

Expand Down
6 changes: 6 additions & 0 deletions static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@
.nohover {
pointer-events: none;
}

iframe {
background: #d3d3d3;

}

0 comments on commit a9ef9c6

Please sign in to comment.