bunch of custom css design changes + logo

This commit is contained in:
Nasir Anthony Montalvo
2025-12-26 04:09:34 -06:00
parent 6194217312
commit ecd24b4e66
15 changed files with 989 additions and 75 deletions

40
collection-gary.html Normal file
View File

@@ -0,0 +1,40 @@
---
layout: browse
title: "Gary Carrington Collection"
---
{% assign featured = site.data[site.metadata] | where: "objectid", "garycoll018" | first %}
<div class="row align-items-center mb-5">
<!-- TEXT -->
<div class="col-lg-7">
<h1 class="display-5 mb-3">gary_ carrington_ collection</h1>
<p class="lead">
Gary Carrington (he/him/his) is referred to as a “pillar” in Kansas Citys queer pageant/event promotions scene. Specifically credited with founding a plethora of local pageant competitions, Gary has served several roles within KCs Black queer communityincluding the management of Soakies: Kansas Citys former Black gay bar in Downtown Kansas City. The gary_carrington_collection, an inaugural collection donated to {B/qKC}, consists of various photos from Garys time at Soakies, as well as clippings from KC Exposures.
</p>
</div>
<!-- IMAGE + CITATION -->
<div class="col-lg-5 text-lg-end">
<img
src="{{ featured.image_small | relative_url }}"
class="img-fluid rounded"
alt="{{ featured.title }}"
>
{% if featured.identifier %}
<div class="small text-muted mt-2">
Identifier #: {{ featured.identifier }}
</div>
{% endif %}
</div>
</div>
<script>
window.location.hash = "collection:gary_carrington";
</script>
</div>