Skip to content

Commit

Permalink
'close tags, stretch homepage curtain down to 77em'
Browse files Browse the repository at this point in the history
  • Loading branch information
foglabs committed Oct 24, 2024
1 parent e726449 commit 48d1f51
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 28 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/globals/homepage.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
&:after {
content: "";
left:0;
min-height:75em;
min-height:77em;
position:absolute;
top:0;
width:100%;
Expand Down
53 changes: 26 additions & 27 deletions app/views/home/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,38 +26,37 @@

<%= render partial: 'home/featured_carousel', locals: { gallery: 'home' } %>

<!-- Panel - Welcome Text Blocks -->
<div class="row" id="welcome-panel">
<div class="col-md-4 column">
<h4>About the AAPB</h4>
<h3 class="list-group-item-heading">A Collaboration with a Long-Term Vision</h3>
<p class="list-group-item-text">
We are a collaboration between GBH and the Library of Congress with a long-term vision to preserve and make accessible significant historical content created by public media, and to coordinate a national effort to save at-risk public media before its content is lost to posterity.
</p>
<div class="btn-group" role="group" aria-label="...">
<a href="/about-the-american-archive" title="Learn More About the AAPB" class="btn btn-link btn-sm">Learn More</a>
<a href="/contact-us" title="Learn More About the AAPB" class="btn btn-link btn-sm">Contact the AAPB</a>
</div>
</div>

<!-- Panel - Welcome Text Blocks -->

<div class="row" id="welcome-panel">
<div class="col-md-4 column">
<h4>About the AAPB</h4>
<h3 class="list-group-item-heading">A Collaboration with a Long-Term Vision</h3>
<p class="list-group-item-text">
We are a collaboration between GBH and the Library of Congress with a long-term vision to preserve and make accessible significant historical content created by public media, and to coordinate a national effort to save at-risk public media before its content is lost to posterity.
</p>
<div class="btn-group" role="group" aria-label="...">
<a href="/about-the-american-archive" title="Learn More About the AAPB" class="btn btn-link btn-sm">Learn More</a>
<a href="/contact-us" title="Learn More About the AAPB" class="btn btn-link btn-sm">Contact the AAPB</a>
</div>
</div>
<div class="col-md-4 column">
<h4>Contribute to the AAPB</h4>
<h3 class="list-group-item-heading">Join the AAPB in Preserving Public Media</h3>
<p class="list-group-item-text">
The AAPB invites stations, producers, and archivists to submit their collections for the Mellon-funded Digital Preservation Project.
</p>
<div class="btn-group" role="group" aria-label="...">
<a href="/help/contribute" title="Contribute" class="btn btn-link btn-sm">Contribute to the AAPB</a>
</div>
</div>

<div class="col-md-4 column">
<h4>Contribute to the AAPB</h4>
<h3 class="list-group-item-heading">Join the AAPB in Preserving Public Media</h3>
<p class="list-group-item-text">
The AAPB invites stations, producers, and archivists to submit their collections for the Mellon-funded Digital Preservation Project.
</p>
<div class="btn-group" role="group" aria-label="...">
<a href="/help/contribute" title="Contribute" class="btn btn-link btn-sm">Contribute to the AAPB</a>
<div class="col-md-4 column">
<%= render partial: 'home/blog' %>
</div>
</div>
</div>

<div class="col-md-4 column">
<%= render partial: 'home/blog' %>
</div>
</div>

<!-- END Welcome -->

<!-- Special Collections -->
Expand Down

0 comments on commit 48d1f51

Please sign in to comment.