Eigengrau
This commit is contained in:
@ -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 )">
|
||||
|
||||
49
content/publications/eigengrau/index.md
Normal file
49
content/publications/eigengrau/index.md
Normal 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>
|
||||
27
content/publications/eigengrau/main.css
Normal file
27
content/publications/eigengrau/main.css
Normal 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;
|
||||
}
|
||||
@ -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%;" />
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user