This commit is contained in:
Madison Scott-Clary
2022-09-06 16:54:07 -07:00
parent c6d0cdfb2f
commit 6b40c59cb1
2 changed files with 17 additions and 4 deletions

View File

@ -1,11 +1,10 @@
--- ---
title: When the World Was Young — A Prehistoric Anthology title: When the World Was Young
type: page type: page
extracss: /publications/when-the-world-was-young/main.css extracss: /publications/when-the-world-was-young/main.css
--- ---
<style> ## A Prehistoric Anthology
</style>
The invention of writing postdates, invariably, the invention of storytelling. After all, what purpose is there be to writing, until you have something to write down? The invention of writing postdates, invariably, the invention of storytelling. After all, what purpose is there be to writing, until you have something to write down?
@ -17,6 +16,8 @@ Excavate these writings, then. Decipher them carefully. Let them, at last, convi
----- -----
### Stone
| |
---|--- ---|---
**SakaraFox** | "The Dance of Peruvaan" **SakaraFox** | "The Dance of Peruvaan"
@ -25,10 +26,20 @@ Excavate these writings, then. Decipher them carefully. Let them, at last, convi
**J.F.R. Coates** | "Howling to the Moon" **J.F.R. Coates** | "Howling to the Moon"
**NightEyes DaySpring** | "The Eyeshine of the Soothsayor" **NightEyes DaySpring** | "The Eyeshine of the Soothsayor"
**Rose LaCroix** | "Daughter of Thunder or The Land of Many Deer" **Rose LaCroix** | "Daughter of Thunder or The Land of Many Deer"
### Bronze
|
---|---
**Madison Scott-Clary** | "Unseeing" **Madison Scott-Clary** | "Unseeing"
**Kayodé Lycaon** | "Priest of Lilies" **Kayodé Lycaon** | "Priest of Lilies"
**Rob MacWolf** | "Let Him That Speaketh Fate to Men Have No Fate Of His Own" **Rob MacWolf** | "Let Him That Speaketh Fate to Men Have No Fate Of His Own"
**Thomas "Faux" Steele** | "The Shrine of T-am-ădad" **Thomas "Faux" Steele** | "The Shrine of T-am-ădad"
### Iron
|
---|---
**J.S. Hawthorne** | "The Last Giant" **J.S. Hawthorne** | "The Last Giant"
**Huldra** | "Unmourned" **Huldra** | "Unmourned"
**Pascal Farful** | "Requiem" **Pascal Farful** | "Requiem"

View File

@ -1,10 +1,12 @@
@import url('https://fonts.googleapis.com/css2?family=Reggae+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Reggae+One&display=swap');
h1, h2, h3, h4, h5, h6, h1.page-title { h1, h2, h3, h1.page-title {
font-family: 'Reggae One'; font-family: 'Reggae One';
text-align: center;
} }
table { table {
margin: auto; margin: auto;
max-width: 540px;
} }
table td { table td {
padding: 0.25rem 0.5rem; padding: 0.25rem 0.5rem;