Skip to content

Commit

Permalink
feat: APPS-2898 Ursus homepage update - change 1 Featured Collection (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kethlinmil authored Sep 9, 2024
1 parent db7de73 commit 3a84b3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Binary file added app/assets/images/home-collection-grid/meap.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
}

.grid-item-three {
background-image: image-url('home-collection-grid/ramakatane.jpg');
background-image: image-url('home-collection-grid/meap.jpg');
}

.grid-item-four {
Expand Down
8 changes: 3 additions & 5 deletions app/views/catalog/_image_grid.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@
</div>
</a>
<!-- Grid Three -->
<a class="collection-grid__item-wrapper" href="<%= solr_document_path('ark:/21198/z12r5hwv') %>">
<a class="collection-grid__item-wrapper" href="/catalog?f%5Bhas_model_ssim%5D%5B%5D=Collection&f%5Bprogram_sim%5D%5B%5D=Modern+Endangered+Archives+Program">
<div class="collection-grid__item-image grid-item-three"></div>
<div class="collection-grid__item-content">
<h3 class="collection-grid__item-title">Ramakatane Archive</h3>
<h3 class="collection-grid__item-title">Modern Endangered Archives Program</h3>
<hr class="collection-grid__item-liner align-item-start">
<p class="grid-summary">The Ramakatane archive provides a unique perspective of Lesotho’s social history and visual culture from a period spanning nearly 55 years, reflecting the evolving identity of a nation. His photographic work is an exemplary portfolio of “vernacular photography.” This project, led by the Photography Legacy Project, digitized photographs and negatives from throughout Ramakatane’s career, focusing primarily on portraits taken in his studio and as the official portraitist of the royal family.

</p>
<p class="grid-summary">The Modern Endangered Archive Program (MEAP) funds documentation and digitization to preserve global cultural heritage.</p>
<p class="collection-grid__item-link">More about this collection</p>
</div>
</a>
Expand Down

0 comments on commit 3a84b3f

Please sign in to comment.