Files
bqkc/pages/collections/collection-starla.html
2026-01-30 22:31:17 -06:00

49 lines
1.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
layout: browse
title: "Starla Carr Collection"
permalink: /collections/starla-carr/
---
{% assign featured = site.data[site.metadata] | where: "objectid", "starlacoll003" | first %}
<div class="row align-items-center mb-5">
<!-- TEXT -->
<div class="col-lg-7">
<h1 class="display-5 mb-3">starla_ carr_ collection</h1>
<p class="lead">
Starla Carr (she/her/hers) has been a pivotal force in developing Kansas Citys drag king circuit over the past 30 years. Known under the performing name “MT,” Starla has been involved in Kansas Citys Black queer scene as a seamstress, choreographer, author and confidant. The starla_carr_collection, an inaugural collection donated to {B/qKC}, consists of various photos from Carrs time at Soakies in the early 2000sparticularly of KCs Black lesbian community. </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">
<p class="section-label">
Object ID #:
<a
href="{{ '/items/' | append: featured.objectid | append: '.html' | relative_url }}"
class="text-white text-decoration-underline"
>
{{ featured.identifier }}
</a>
</p>
</div>
{% endif %}
</div>
</div>
<script>
window.location.hash = "collection:starla_carr";
</script>
</div>