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

View File

@@ -3,23 +3,39 @@ layout: browse
title: "Tisha Taylor Collection"
---
{% assign featured = site.data.metadata | where: "objectid", "tishacoll018" | first %}
{% assign featured = site.data[site.metadata] | where: "objectid", "tishacoll010" | first %}
<div class="mb-4">
<h1 class="display-5 mb-3">Tisha Taylor Collection</h1>
<div class="row align-items-center mb-5">
<img
src="{{ featured.image_small }}"
alt="{{ featured.title }}"
class="img-fluid rounded mb-3"
>
<!-- TEXT -->
<div class="col-lg-7">
<h1 class="display-5 mb-3">tisha_ taylor_ collection</h1>
<p class="lead">
Craig Lovingood, more widely known by their drag persona Tisha Taylor (she/her/hers) has made significant impacts on the local Black LGBTQ+ scene. Tisha particularly founded Kansas Citys annual Black Pride in 1999 and won Miss Gay Kansas City America in 1996. She was also instrumental in managing Soakies: Kansas Citys former Black gay bar in Downtown Kansas City. The tisha_taylor_collection, an inaugural collection donated to {B/qKC}, consists of various photos from Tishas time at Soakies and Kansas Citys Black Pride in 1999.
<p class="lead">
Tisha Taylor (she/her/hers) has made a huge impact on the local Black LGBTQ+ scene, particularly founding Kansas Citys annual Black Pride in 1999 and winning Miss Gay Kansas City America in 1996. Tisha was also instrumental in managing Soakies: Kansas Citys former Black gay bar in Downtown Kansas City. The Tisha Taylor Collection, an inaugural collection donated to {B/qKC}, consists of various photos from Taylors time at Soakies and Kansas Citys Black Pride in 1999.
</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>
</p>
</div>
<script>
window.location.hash = "collection:tisha_taylor";
</script>
</div>