Skip to content

Commit

Permalink
tidied up css more. sorry i'll write actual ch 8 soon i promise but m…
Browse files Browse the repository at this point in the history
…y girlfriend's in the hospital rn so i'm trying to be there for her
  • Loading branch information
mszegedy committed Mar 4, 2024
1 parent 3e4998d commit 26dac39
Show file tree
Hide file tree
Showing 15 changed files with 105 additions and 178 deletions.
37 changes: 37 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<footer class="site-footer h-card">
<data class="u-url" href="{{ "/" | relative_url }}"></data>

<div class="wrapper">

<div class="footer-col-wrapper">
<div class="footer-col">
<p class="feed-subscribe">
<a href="{{ site.feed.path | default: 'feed.xml' | absolute_url }}">
<svg class="svg-icon orange">
<use xlink:href="{{ 'assets/minima-social-icons.svg#rss' | relative_url }}"></use>
</svg><span>Subscribe</span>
</a>
</p>
{%- if site.author %}
<ul class="contact-list">
{% if site.author.name -%}
<li class="p-name">{{ site.author.name | escape }}</li>
{% endif -%}
{% if site.author.email -%}
<li><a class="u-email" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
{%- endif %}
</ul>
{%- endif %}
</div>
<div class="footer-col">
<p>{{ site.description | escape }}</p>
</div>
</div>

<div class="social-links">
{%- include social.html -%}
</div>

</div>

</footer>
7 changes: 1 addition & 6 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
{%- seo -%}
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
<link rel="shortcut icon" type="image/x-icon" href="{{ site.baseurl }}/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="{{ site.baseurl }}/assets/favicon.ico">
{%- feed_meta -%}
<!-- never ever
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}
-->

{%- include custom-head.html -%}

Expand Down
6 changes: 3 additions & 3 deletions _sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}

.page-link {
color: $text-color;
color: $brand-color;
line-height: $base-line-height;
display: block;
padding: 5px 10px;
Expand Down Expand Up @@ -124,7 +124,7 @@
* Site footer
*/
.site-footer {
border-top: 1px solid $border-color-01;
border-top: 1px solid $table-header-border;
padding: $spacing-unit 0;
}

Expand All @@ -146,7 +146,7 @@
.footer-col-wrapper,
.social-links {
@include relative-font-size(0.9375);
color: $brand-color;
color: $text-color;
}

.footer-col {
Expand Down
10 changes: 10 additions & 0 deletions _sass/minima/custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,13 @@
height: 1cm;
background-image: url($baseurl + "/assets/border.svg");
}

.magic {
padding-left: $spacing-unit * .3;
padding-right: $spacing-unit * .3;
@include relative-font-size(1.1);
color: $site-title-color;
background: $site-title-bg;
background-clip: text;
-webkit-background-clip: text;
}
4 changes: 2 additions & 2 deletions _sass/minima/skins/auto.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $color-scheme-dark: false !default;
// Light mode
// ----------

$lm-brand-color: #828282 !default;
$lm-brand-color: #c2ff63 !default;
$lm-brand-color-light: lighten($lm-brand-color, 40%) !default;
$lm-brand-color-dark: darken($lm-brand-color, 25%) !default;

Expand Down Expand Up @@ -122,7 +122,7 @@ $lm-table-border-color: $lm-border-color-01 !default;
// Dark mode
// ---------

$dm-brand-color: #999999 !default;
$dm-brand-color: #c2ff63 !default;
$dm-brand-color-light: lighten($dm-brand-color, 5%) !default;
$dm-brand-color-dark: darken($dm-brand-color, 35%) !default;

Expand Down
17 changes: 17 additions & 0 deletions assets/crest.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon.ico
Binary file not shown.
Binary file removed favicon.ico
Binary file not shown.
30 changes: 5 additions & 25 deletions story/ch-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Chapter 1
---

<div style="font-variant: small-caps">
<div class="magic">
Moon-Mother, please take my soul. <br />
It is scratched. It is worthless. <br />
It is all I have to give you. <br />
Expand All @@ -19,12 +19,8 @@ So please. I will give you my soul now. <br />
I want to trade.
</div>

<br />

---

<br />

But though her gaze was fixed that night on the matchbox house in the hills of Keleykh, though she could not possibly have misheard his desperate entreaty, the new year found him in a hospital bed, rather than the Moon-Mother's frozen embrace. His sleeves had been cut away with fabric scissors and replaced with gauze, but the rest of his clothing remained intact, soaked through with at least three individual strata of bloodstains. Where his skin wasn't stained yellow with iodine, or caked with dry blood, or broken by new scar tissue and sutures, it was nearly translucent quartz sand, detailed with even starker white criss-crosses. His jeans, out of great sympathy for his skin, were in a similar condition, but his oversized hoodie remained far more loyal to its job of hiding everything and anything at all interesting about him in a sea of black, even despite its newly sleeveless nature.

Keleykh General Hospital was a reasonably competent establishment, but being located in a remote big city, their emergency ward was overburdened and understaffed. Alexey Pankratyevitch Balandin was lucky to have a bed, and admitted to himself that it was a comfortable place to wake up to another day of continuing to have to live his life.
Expand Down Expand Up @@ -127,14 +123,10 @@ He yelped.

"Sorry! I didn't mean to startle you. Alexey Pankratyevitch, would you mind if I took your vitals?"

<div>It was the nurse from before. He relaxed, and rubbed his forehead. Then he noticed his hands had several new mosquito bites on them. He scratched at them a little. He really wanted to get out of here.</div>

<br />
It was the nurse from before. He relaxed, and rubbed his forehead. Then he noticed his hands had several new mosquito bites on them. He scratched at them a little. He really wanted to get out of here.

---

<br />

As it turned out, the hospital had the same idea. They were ill-equipped to treat or refer mental health issues, the nearest asylum in the neighboring locality of Dubrovka having been defunct for the past decade or so, so all they could do was make sure Alexey's wounds were treated. Once he managed to get himself ejected to the crowded waiting area, Alexey borrowed some time on a faux-wood Bakelite wall telephone, heavily scuffed despite having been installed only months ago. As he fingered the rotary dial with the matchbox house's number, he thought about how he should break the news to his friends. _There may be no news to break. She doesn't seriously intend for me to receive the inheritance… does she? I should get this in writing. I want to see that will. Even if she's not dying soon, my family would take interest in me._ He began to wonder if confusing him and setting his family against him _was_ his mother's plan.

<!-- Artemis's patronymic would be Ilyinitchna, but she doesn't use it. -->
Expand Down Expand Up @@ -197,14 +189,10 @@ Artemis bit her lip. Alexey was veering into letting his self-hatred do the talk

"Well, and, you're alive. So what does that tell you?"

<div>Alexey was silent for a bit. Then he got out of the car.</div>

<br />
Alexey was silent for a bit. Then he got out of the car.

---

<br />

Alexey and company's matchbox house contained a slightly smaller matchbox for the bedrooms and bathroom, and a narrow L-shaped hallway around the seam that served as a combined living area and kitchen. Squeezing past alternately burning and defunct copper radiators was a daily exercise for its inhabitants, and its main imports were large quantities of rice, and smaller quantities of fermented bean products to eat it with. The "kitchen" was a corner of the common area taken up by a cast iron storm kettle, detailed to resemble a vase tunicate, a stack of sooty cookware to its left, a bag of coal and a box of matches to its right.

Vasilisa Petrovna Mirnaya was hanging out in the common area, feet propped up on the dining table, reading a pulp novel. Her casual demeanor belied an intense nerdiness, more truthfully represented by her large round reading glasses, colorful and fuzzy socks and sweater, and sweatpants.
Expand All @@ -231,22 +219,14 @@ Alexey cracked a smile for the first time since waking up. While it would have o

"Reindeer tripe," replied Artemis and Vasilisa simultaneously.

<div>Alexey maintained the smile. He felt more at home than he could possibly have felt in the frozen afterlife, and even more so than he ever did at Shtchavel House. <i>Fuck that stupid will,</i> he thought. <i>I'm not part of your game anymore, mother. You have no power over me. I am</i> never <i>coming back.</i></div>

<br />
Alexey maintained the smile. He felt more at home than he could possibly have felt in the frozen afterlife, and even more so than he ever did at Shtchavel House. _Fuck that stupid will,_ he thought. _I'm not part of your game anymore, mother. You have no power over me. I am_ never _coming back._

---

<br />

<div>The snow melted. The mosquitos came. And when they left again, a woman left with them.</div>

<br />
The snow melted. The mosquitos came. And when they left again, a woman left with them.

---

<br />

A night in late October, Alexey was having a nightmare. He had nightmares every night, but this night there was a new tool in his mind's shed of torture instruments: a girl his age and build, with auburn Ryzhaya hair instead of his usual black.

"Wake up," she said. "We need to meet. It's an emergency." Or something along those lines; in his dreams, it was always hard to hear, because of all the high-pitched buzzing.
Expand Down
24 changes: 4 additions & 20 deletions story/ch-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,10 @@ Sofia struggled to come up with a summary for what she saw as an infinitely comp

Tosha rubbed his eyes. "Can you help me pack? Never packed on my own before." It then occurred to them that they were, in fact, not comfortable letting a stranger near their belongings. "Never mind. Please just get one of my friends for me. To help."

<div>Sofia nodded. "On it."</div>

<br />
Sofia nodded. "On it."

---

<br />

Meanwhile, a newly dried and clothed Alexey barged into Artemis's room.

"Temmie. Temmie!"
Expand Down Expand Up @@ -80,14 +76,10 @@ Artemis knew just enough about shamans, magic, and the reputation of the Ryzhaya

"Actually, my sister's already on that."

<div>Then the yelling started.</div>

<br />
Then the yelling started.

---

<br />

Emboldened by how smoothly her first cold call had gone, Sofia went to go knock on the door to Vasilisa's room, forgetting her urgency for a moment as she replayed the successful social interaction in her head and imagined how this new one might go.

Hearing no response, she opened the door to find a naked Vasilisa sitting up in bed. They both froze for a moment. Then Sofia promptly slammed the door shut, aghast at herself.
Expand Down Expand Up @@ -122,14 +114,10 @@ There was a short silence.

"Okay."

<div>"Okay, hold on, I need to go check on Tosha. He needs help, too."</div>

<br />
"Okay, hold on, I need to go check on Tosha. He needs help, too."

---

<br />

Sofia bumped into Alexey and Artemis on the way back.

"Tosha and Vasilisa both need help packing," Sofia explained to Alexey. "Hello, you must be Artemis? I'm Sofia Pankratyevna Ryzhaya, pleased to meet you."
Expand All @@ -148,14 +136,10 @@ Sofia bumped into Alexey and Artemis on the way back.

The two of them departed in opposite ways, leaving Sofia to awkwardly shuffle over to the common area. She decided to prepare the storm kettle for transportation while she waited.

<div>A muffled voice came from the bathroom. "Oh my <i>god!</i>"</div>

<br />
A muffled voice came from the bathroom. "Oh my _god!_"

---

<br />

"Deer."

While Keleykh's downtown enjoyed basic electric lighting, its hills had to make do with moonlight filtered through pine needles. Artemis's car brought a new and foreign element to the scene: piercing blue-white fluorescent headlights, imported from Japan. Aggressive, invasive predators situated in a much more delicate ecosystem than they had come from, their current victim was the terrified wild reindeer that Tosha had just pointed out.
Expand Down
Loading

0 comments on commit 26dac39

Please sign in to comment.