Back to white page

This commit is contained in:
Madison Scott-Clary
2020-07-10 22:15:45 -07:00
parent 572fb74979
commit 040abf9fb9
10 changed files with 57 additions and 59 deletions

View File

@ -20,9 +20,9 @@ html {
body { body {
font-family: 'Montserrat', sans-serif; font-family: 'Montserrat', sans-serif;
color: $i-black; //$white; color: $darken-gray;
margin: 0; margin: 0;
background-color: $i-lighttan;// $darken-gray; background-color: $white;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
@ -34,11 +34,11 @@ body {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: 'Lato', sans-serif; font-family: 'Lato', sans-serif;
color: $i-darkbrown;// $light-purple; color: $dark-purple;
font-weight: 400; font-weight: 400;
.invert & { // XXX .invert & { // XXX
color: $dark-purple; color: $light-purple;
} }
} }
@ -68,23 +68,23 @@ img {
} }
a { a {
color: $i-darkbrown; //$light-pink; color: $dark-pink;
.invert & { .invert & {
color: $dark-pink; color: $light-pink;
} }
} }
blockquote { blockquote {
border-left: 3px solid $i-graytan; //$dark-gray; border-left: 3px solid $light-gray;
padding-left: 18px; padding-left: 18px;
margin-left: 21px; margin-left: 21px;
font-style: italic; font-style: italic;
color: $i-darkbrown; //$lighten-gray; color: $darken-gray;
.invert & { // XXX .invert & { // XXX
border-left-color: $dark-purple; border-left-color: $light-purple;
color: $dark-purple; color: $light-purple;
} }
} }

View File

@ -14,7 +14,7 @@
ul { ul {
list-style-type: none; list-style-type: none;
border-bottom: 1px solid $i-darkbrown; //$dark-gray; border-bottom: 1px solid $dark-gray;
li { li {
display: inline-block; display: inline-block;
@ -22,7 +22,7 @@
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
&.on { &.on {
background-color: $i-darkbrown; //$dark-gray; background-color: $dark-gray;
a { a {
color: $i-lighttan; color: $i-lighttan;

View File

@ -1,7 +1,7 @@
.main-header { .main-header {
font-family: 'Lato', sans-serif; font-family: 'Lato', sans-serif;
padding: 15px 0; padding: 15px 0;
background-color: $i-black; //$darken-gray; background-color: $white;
box-shadow: 0px -5px 15px rgba(0,0,0,.3); box-shadow: 0px -5px 15px rgba(0,0,0,.3);
.header-flex { .header-flex {
@ -17,7 +17,7 @@
text-transform: uppercase; text-transform: uppercase;
font-size: 27px; font-size: 27px;
font-weight: 300; font-weight: 300;
color: $i-lighttan; //$light-purple; color: $dark-purple;
} }
} }
} }
@ -29,18 +29,18 @@
z-index: 10; z-index: 10;
width: 300px; width: 300px;
height: 100%; height: 100%;
background-color: $i-black; //$darken-gray; background-color: $white;
padding: 25px 30px; padding: 25px 30px;
transform: translate3d(-300px, 0, 0); transform: translate3d(-300px, 0, 0);
ul { ul {
background-color: $i-black; //$darken-gray; background-color: $white;
padding: 15px 0 0; padding: 15px 0 0;
margin: 0 -30px 0 -30px; margin: 0 -30px 0 -30px;
list-style: none; list-style: none;
li { li {
border-bottom: 1px solid $black; border-bottom: 1px solid $black;
background-color: $i-black; //$darken-gray; background-color: $white;
a { a {
display: block; display: block;
margin: 0 30px; margin: 0 30px;
@ -49,10 +49,10 @@
text-transform: uppercase; text-transform: uppercase;
font-weight: 400; font-weight: 400;
font-size: 16px; font-size: 16px;
color: $i-lighttan; //$light-purple; color: $dark-purple;
&:hover { &:hover {
opacity: .8; opacity: .8;
color: $i-graytan; //$light-pink; color: $dark-pink;
} }
} }
} }
@ -75,7 +75,7 @@
.search-icon-close { .search-icon-close {
cursor: pointer; cursor: pointer;
font-size: 18px; font-size: 18px;
color: $i-lighttan; //$light-purple; color: $light-purple;
transition: all .4s; transition: all .4s;
&:hover { &:hover {
opacity: .8; opacity: .8;

View File

@ -5,7 +5,7 @@
padding: 0; padding: 0;
margin: 0; margin: 0;
height: 500px; height: 500px;
background-color: $i-lighttan; //$darken-gray; background-color: $white;
overflow: hidden; overflow: hidden;
.cover-image { .cover-image {
@ -20,7 +20,7 @@
line-height: 1.75; line-height: 1.75;
margin-top: -5px; margin-top: -5px;
margin-bottom: 100px; margin-bottom: 100px;
background-color: $white; //$i-lighttan; //$darken-gray; background-color: $white;
padding: 20px 50px; padding: 20px 50px;
box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1); box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1);
@ -37,8 +37,8 @@
.with-image & { .with-image & {
margin-top: -80px; margin-top: -80px;
border-top-left-radius: 20px; border-top-left-radius: 2px;
border-top-right-radius: 20px; border-top-right-radius: 2px;
} }
.cw { .cw {
@ -92,10 +92,10 @@
font-weight: 400; font-weight: 400;
text-align: center; text-align: center;
margin: 0 0 20px; margin: 0 0 20px;
color: $i-darkbrown; //$light-purple; color: $dark-purple;
.invert & { // XXX .invert & { // XXX
color: $dark-purple; color: $light-purple;
} }
} }
.page-meta { .page-meta {
@ -114,18 +114,18 @@
margin-top: 30px; margin-top: 30px;
padding-bottom: 30px; padding-bottom: 30px;
padding-bottom: 30px; padding-bottom: 30px;
border-bottom: 1px solid $i-black; //$dark-gray; border-bottom: 1px solid $lighten-gray;
.page-tag, .page-tag,
.page-share { .page-share {
text-transform: uppercase; text-transform: uppercase;
font-size: 12px; font-size: 12px;
color: $i-darkbrown; //$light-purple; color: $light-purple;
} }
.page-tag { .page-tag {
margin-bottom: 10px; margin-bottom: 10px;
a { a {
text-decoration: none; text-decoration: none;
color: $i-darkbrown; //$light-pink; color: $light-pink;
&:hover { &:hover {
opacity: .8; opacity: .8;
} }
@ -136,7 +136,7 @@
text-align: center; text-align: center;
a { a {
text-decoration: none; text-decoration: none;
color: $i-darkbrown; //$dark-gray; color: $dark-gray;
margin-left: 10px; margin-left: 10px;
font-size: 18px; font-size: 18px;
&:hover { &:hover {

View File

@ -1,24 +0,0 @@
---
type: page
title: "Post·self"
subtitle: "Qoheleth and other stories"
extracss: /publications/post-self/main.css
---
> *"All artists search. I search for stories, in this post-self age. What happens when you can no longer call yourself an individual, when you've split your sense of self among several instances? How do you react? Do you withdraw into yourself, become a hermit? Do you expand until you lose all sense of identity? Do you fragment? Do you go about it deliberately, or do you let nature and chance take their course?"*
***Coming August 2020!***
## Contents
* **Qoheleth** - *For the living know that they shall die: but the dead know not any thing, neither have they any more a reward; for the memory of them is forgotten.* What means time in a world where memory does not die? RJ, trapped in a solitary world, struggles to make eir way back to reality, paving the way for a world beyond the concept of self.
* **Assignment** - Ioan Bălan investigates a flashcult and finally comes across an interesting assignment.
* **Après un rêve** - Nothing is without risk, Sylvie learns, not even that which saved her love's life.
* **Gallery Exhibition** - The Simien Fang School of Art and Design is proud to invite you to the opening of Dear, Also, The Tree That Was Felled's capstone exhibition on instance art.
-----
* Cover by *TBD*.
* Print ISBN: 978-1-948743-18-1
* Ebook ISBN: 978-1-948743-19-8
* Audio ISBN: 978-1-948743-20-4

View File

@ -0,0 +1,23 @@
---
type: page
title: "Qoheleth"
subtitle: "and Gallery Exhibition"
extracss: /publications/qoheleth/main.css
---
> *"All artists search. I search for stories, in this post-self age. What happens when you can no longer call yourself an individual, when you've split your sense of self among several instances? How do you react? Do you withdraw into yourself, become a hermit? Do you expand until you lose all sense of identity? Do you fragment? Do you go about it deliberately, or do you let nature and chance take their course?"*
*For the living know that they shall die: but the dead know not any thing, neither have they any more a reward; for the memory of them is forgotten.* What means time in a world where memory does not die? RJ, trapped in a solitary world, struggles to make eir way back to reality, paving the way for a world beyond the concept of self.
***Coming August 2020!***
-----
Also featuring **Gallery Exhibition** --- *The Simien Fang School of Art and Design is proud to invite you to the opening of Dear, Also, The Tree That Was Felled's capstone exhibition on instance art.* A non-linear exhibition of a post-self world explored in non-linear fashion.
-----
* Cover by [Iris Jay](http://irisjay.net).
* Print ISBN: 978-1-948743-18-1
* Ebook ISBN: 978-1-948743-19-8
* Audio ISBN: 978-1-948743-20-4

View File

@ -13,10 +13,10 @@
<main> <main>
<article> <article>
<section class="carousel-item home"> <section class="carousel-item home">
<div class="small"> <div class="half">
<img alt="Madison Scott-Clary" src="/assets/img/headshot.jpg" /> <img alt="Madison Scott-Clary" src="/assets/img/headshot.png" />
</div> </div>
<div class="large"> <div class="half">
<p>Welcome to the written works of Madison Scott-Clary.</p> <p>Welcome to the written works of Madison Scott-Clary.</p>
<p>Madison is an author of fiction, non-fiction, and poetry living in the Pacific Northwest. Her interests lie in the realms of furry fiction and non-fiction, collaborative fiction, and hypertextual writing. She is a member of the Furry Writers' Guild, and editor for several projects, fiction and non-fiction. This site collects several of her written works.</p> <p>Madison is an author of fiction, non-fiction, and poetry living in the Pacific Northwest. Her interests lie in the realms of furry fiction and non-fiction, collaborative fiction, and hypertextual writing. She is a member of the Furry Writers' Guild, and editor for several projects, fiction and non-fiction. This site collects several of her written works.</p>
@ -34,7 +34,7 @@
<a href="/publications/post-self" class="post-card-image"> <a href="/publications/post-self" class="post-card-image">
</a> </a>
<div class="post-card-body"> <div class="post-card-body">
<a href="/publications/post-self" class="post-card-link"><h3 class="post-card-title">Post&middot;Self - Qoheleth and other stories</h3></a> <a href="/publications/qoheleth" class="post-card-link"><h3 class="post-card-title">Qoheleth</h3></a>
</div> </div>
</div> </div>
</li> </li>

View File

@ -16,7 +16,6 @@
</nav> </nav>
<p class="logo"><a href="/">Madison Scott-Clary</a></p> <p class="logo"><a href="/">Madison Scott-Clary</a></p>
<div class="search-icon-container"> <div class="search-icon-container">
<span class="search-icon"><a><i class="fa fa-search" aria-hidden="true"></i></a></span>
</div> </div>
</div> </div>
</div> </div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB