This commit is contained in:
Madison Scott-Clary
2020-02-19 23:36:12 -08:00
parent 1a06470a68
commit 4afd74bdb6
6 changed files with 76 additions and 0 deletions

View File

@ -22,6 +22,7 @@
<li><a href="/publications/rum-and-coke">Rum and Coke</a></li> <li><a href="/publications/rum-and-coke">Rum and Coke</a></li>
<li><a href="/publications/restless-town">Restless Town</a></li> <li><a href="/publications/restless-town">Restless Town</a></li>
<li><a href="/publications/eigengrau">Eigengrau</a></li> <li><a href="/publications/eigengrau">Eigengrau</a></li>
<li><a href="/publications/ally">ally</a></li>
</ul> </ul>
<h3>Works containing Madison's writing</h3> <h3>Works containing Madison's writing</h3>
<ul> <ul>

View File

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

View File

@ -0,0 +1,38 @@
---
type: page
title: ally
extracss: /publications/ally/main.css
ogimg: /assets/img/publications/ally-front.png
---
<img src="/assets/img/publications/ally-front.jpg" style="margin: 0 auto; display: block; width: 500px; max-width: 100%;" />
What if I tried to write a memoir?
Like.
It doesn't need to be totally true, and maybe some stuff gets pretty floaty, and maybe some stuff winds up as poetry, and maybe some of it is ergodic with scans of notes or bits of other projects scattered throughout, and maybe I just own the hypertextuality of the medium, but it's generally autobiographical.
That might be neat
> Who are you kidding?
Myself, I guess.
> Well, have at it, then.
-----
*Coming soon! Available June, 2020*
**ally** is an autobiographical project. A lot of the information contained within is real, some of it isn't. Each page is structured as a conversation between myself and my ally, a mirror reflection of myself.
Based off the interactive project at [**ally.id**](ally.id), this book explores different facets of my life --- some true, some embellished, some wholly fictitious --- in a non-linear, ergodic fashion, using color, page-layout, and mixed-media to create a book more experience than memoir.
### Content warning
Several sections focus on suicide, self-harm, rape, sexual content, and poor mental health.
-----
* ISBN: 9781948743150

View File

@ -0,0 +1,28 @@
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans');
h1, h2, h3, h4, h5, h6 {
text-align: center;
font-family: "Merriweather Sans", sans-serif !important;
color: #111111;
}
.page-content, .header-page h1, article {
background-color: #ffffff;
color: #111111;
}
.page-content p {
text-indent: 0;
margin-bottom: 1rem;
}
blockquote, .page-content strong {
font-family: "Merriweather Sans", sans-serif !important;
font-style: italic;
font-size: 12pt;
font-weight: normal;
color: #444444;
border: none;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB