changes to design/css (header, animations, text styling)
This commit is contained in:
@@ -4,4 +4,3 @@ layout: browse
|
||||
permalink: /browse.html
|
||||
---
|
||||
|
||||
## Browse Items
|
||||
|
||||
47
pages/collections/collection-gary.html
Normal file
47
pages/collections/collection-gary.html
Normal file
@@ -0,0 +1,47 @@
|
||||
---
|
||||
layout: browse
|
||||
title: "Gary Carrington Collection"
|
||||
permalink: /collections/gary-carrington/
|
||||
---
|
||||
|
||||
{% 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 City’s queer pageant/event promotions scene. Specifically credited with founding a plethora of local pageant competitions, Gary has served several roles within KC’s Black queer community–including the management of Soakie’s: Kansas City’s former Black gay bar in Downtown Kansas City. The gary_carrington_collection, an inaugural collection donated to {B/qKC}, consists of various photos from Gary’s time at Soakie’s, 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">
|
||||
<p class="section-label">
|
||||
Identifier #:
|
||||
<a
|
||||
href="{{ '/items/' | append: featured.objectid | append: '.html' | relative_url }}"
|
||||
class="text-white text-decoration-underline"
|
||||
>
|
||||
{{ featured.identifier }}
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<script>
|
||||
window.location.hash = "collection:gary_carrington";
|
||||
</script>
|
||||
|
||||
</div>
|
||||
|
||||
48
pages/collections/collection-starla.html
Normal file
48
pages/collections/collection-starla.html
Normal file
@@ -0,0 +1,48 @@
|
||||
---
|
||||
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 City’s drag king circuit over the past 30 years. Known under the performing name “MT,” Starla has been involved in Kansas City’s 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 Carr’s time at Soakie’s in the early 2000s–particularly of KC’s 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">
|
||||
Identifier #:
|
||||
<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>
|
||||
|
||||
50
pages/collections/collection-tisha.html
Normal file
50
pages/collections/collection-tisha.html
Normal file
@@ -0,0 +1,50 @@
|
||||
---
|
||||
layout: browse
|
||||
title: "Tisha Taylor Collection"
|
||||
permalink: /collections/tisha-taylor/
|
||||
---
|
||||
|
||||
{% assign featured = site.data[site.metadata] | where: "objectid", "tishacoll010" | first %}
|
||||
|
||||
<div class="row align-items-center mb-5">
|
||||
|
||||
<!-- 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 City’s annual Black Pride in 1999 and won Miss Gay Kansas City America in 1996. She was also instrumental in managing Soakie’s: Kansas City’s former Black gay bar in Downtown Kansas City. The tisha_taylor_collection, an inaugural collection donated to {B/qKC}, consists of various photos from Tisha’s time at Soakie’s and Kansas City’s 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">
|
||||
<p class="section-label">
|
||||
Identifier #:
|
||||
<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:tisha_taylor";
|
||||
</script>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -4,3 +4,4 @@ title: Home
|
||||
permalink: /
|
||||
---
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user