Eigengrau

This commit is contained in:
Madison Scott-Clary
2019-11-30 12:42:45 -08:00
parent 605a8c00df
commit fc372d6878
10 changed files with 101 additions and 16 deletions

View File

@ -8,6 +8,15 @@ permalink: /publications/
<h1>Publications</h1>
<ol class="post-card-box clearfix">
<li>
<div class="post-card">
<a href="eigengrau" class="post-card-image" style="background-image: url(/assets/img/publications/eigengrau.png )">
</a>
<div class="post-card-body">
<a href="eigengrau" class="post-card-link"><h3 class="post-card-title">Eigengrau</h3></a>
</div>
</div>
</li>
<li>
<div class="post-card">
<a href="restless-town" class="post-card-image" style="background-image: url(/assets/img/publications/restless-town.jpg )">

View File

@ -0,0 +1,49 @@
---
type: page
title: '<span class="pink">Eigen</span><span class="gray">grau</span>'
extracss: /publications/eigengrau/main.css
---
<h2 class="gray">Poems<br />2015 to 2020</h2>
<h3><span class="pink">Madison</span> <span class="gray">Scott-Clary</span></h3>
With topics ranging from gender to mental health, flower language to dogs, these five years worth of selected poems by Madison Scott-Clary represent some of her best works, now collected in to one book. ***Coming January 1, 2020!***
* Poems from *Missives*
* Though the flow're may bloom ere long
* Delay, then, the morn
* Thy gift
* You find me at a disadvantage
* A rose, single, now blooming
* Unimportant verse about important people
* Collect haiku
* Mental Health
* There is too much fire in me
* Heligoland
* Bruise vision
* Beneath her coat was a whole identity
* Asertu
* Numeno
* Rush
* Gender
* Somehow, she's me
* Post-op images
* Fair and square
* Miscellany
* The dogs assure me
* A year starts not on January first
* Growth
* When I fall, I will remain whole
* I know there's rest
* Every time I fall
* Meaning & Self
<div class="quip verse">Her hair is tied with a ribbon
Saying "<span class="gray">This is not for you.</span>"
She wears a pendant of stamped brass
Saying "<span class="gray">Non sum qualis eram.</span>"
"<span class="gray">I have been a hero since birth,</span>"
She tells herself,
As though that will somehow
Explain her scars.</div>

View File

@ -0,0 +1,27 @@
@import url('https://fonts.googleapis.com/css?family=Inknut+Antiqua');
.pink, .quip {
color: #db7de3;
}
.gray {
color: #dfdfdf;
}
.quip {
max-width: 395px;
margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
text-align: center;
font-family: "Inknut Antiqua", serif !important;
}
.quip {
font-family: "Inknut Antiqua", serif !important;
}
.page-content {
background-color: #16161d;
}

View File

@ -1,7 +1,8 @@
---
type: rt
type: page
title: Restless Town
ogimg: /assets/img/publications/restless-town.jpg
extracss: /publications/restless-town/main.css
---
<img src="/assets/img/publications/restless-town.jpg" style="margin: 0 auto; display: block; width: 500px; max-width: 100%;" />

View File

@ -1,13 +1,6 @@
@@font-face {
font-family: "Tom's New Roman";
src: url('tomnr.woff') format('woff'), url('tomnr.woff2') format('woff2');
}
@import url('https://fonts.googleapis.com/css?family=Gentium+Basic|Spectral&display=swap');
@import url('https://fonts.googleapis.com/css?family=Spectral');
.header-page h1, h2 {
font-family: "Tom's New Roman", sans-serif !important;
font-weight: bold;
font-size: 3rem;
display: none;
}