Rotating Header Banner Quotes
Quotes that cycle through the Cephas header, inspiring visitors.
Active Quote Rotation
Quote 1: Treasure Planet (Silver to Jim Hawkins)
“You’re gonna rattle the stars, you are. I hope I’m there to see it.” — Long John Silver to Jim Hawkins, Treasure Planet (2002)
Context: A reformed pirate recognizing the potential in a young person others have overlooked.
Application: Every member has potential that may be overlooked by traditional systems.
Quote 2: The Bishop’s Purpose (Founder)
“I’m not trying to be Valjean, I’m trying to be the Bishop. One of many.” — Jonathan Jones, Letter to Tatiana Schlossberg
Context: In Les Misérables, Jean Valjean is the main character who gets the redemption arc. But the Bishop is the one who GIVES redemption — without fanfare, without recognition, simply because it’s right.
Application: The Founder doesn’t want to be the hero of the story. He wants to be the one who enables others to become heroes.
Quote 3: C.S. Lewis on Transformation (The Great Divorce)
“The grass here would cut your feet to pieces at first. You are only a shadow. The first step is always the hardest.” — C.S. Lewis, The Great Divorce
Context: A Bright Spirit explaining to a Ghost that becoming solid requires enduring initial difficulty.
Application: Joining something real is hard at first. It gets easier as you become more solid.
Quote 4: C.S. Lewis on Heaven Working Backwards
“Heaven, once attained, will work backwards and turn even that agony into a glory.” — C.S. Lewis, The Great Divorce
Context: Explaining that future success reframes past struggle.
Application: The difficulty of building this will become part of the story of its success.
Quote 5: Cloth to Bag (Founder)
“Same cloth, different form. Same value today, different potential tomorrow.” — Jonathan Jones, Foundation Document (Cloth & Bag Analogy)
Context: The foundational explanation of Credits vs. Joules.
Application: Understanding the currency system.
Quote 6: Army Ants (Founder)
“If you have ever seen African army ants cross a river, it’s an inspiring spectacle. They link together and BECOME the bridge.” — Jonathan Jones, Letter to Tatiana Schlossberg
Context: How communities can self-organize to solve problems.
Application: We ARE the infrastructure.
Quote 7: The Keep (Platform Motto)
“For the Keep! ⚔️” — Liana Banyan rallying cry
Context: Medieval reference to the strongest part of the castle — the last defense.
Application: We’re building something that lasts.
Quote 8: King David (Foundation Principle)
“I will not offer that which costs me nothing.” — King David
Context: David refused free oxen for sacrifice because a gift should cost the giver.
Application: Real value, not marketing gimmicks.
Quote 9: The Book of Peace (Philosophy)
“When the reasons behind violence and strife are solved, peace naturally flows. No reason for conflict = no conflict.” — Jonathan Jones, Foundation Document
Context: The philosophy behind Cephas as the “Book of Peace.”
Application: Solve root causes, not symptoms.
Quote 10: Help Each Other Help Ourselves (HEHO)
“Not charity TO the people. Infrastructure BY the people, FOR the people.” — Liana Banyan Core Philosophy (™ Pending)
Context: The distinction between traditional charity and mutual aid with infrastructure.
Application: Everyone helps themselves by helping others.
Quote 11: The Grim Reaper’s Question
“Where are your scars? Was nothing worth fighting for?” — The Grim Reaper
Context: A challenge to those who reach the end having risked nothing.
Application: Building something real requires wounds. If you have none, did you try?
Implementation
Hugo Partial
<!-- layouts/partials/header-quote.html -->
{{ $quotes := site.Data.quotes }}
{{ $random := mod now.UnixNano (len $quotes) }}
{{ $quote := index $quotes $random }}
<div class="header-quote">
<blockquote>{{ $quote.text }}</blockquote>
<cite>— {{ $quote.attribution }}</cite>
</div>
Data File
# data/quotes.yaml
- text: "You're gonna rattle the stars, you are. I hope I'm there to see it."
attribution: "Long John Silver, Treasure Planet"
- text: "I'm not trying to be Valjean, I'm trying to be the Bishop. One of many."
attribution: "Jonathan Jones"
- text: "The thing is to rely on God. The time when to do that most of all is when it looks, and feels, most impossible."
attribution: "C.S. Lewis"
# ... etc
Tribute: Tatiana Schlossberg
The letter to Tatiana Schlossberg was written as outreach. Given her passing, it becomes a tribute.
Proposal: Dedicate the Health Accords patents in her name:
- Patent claims related to LifeLine Medications
- Patent claims related to community health coordination
- The “Tatiana Schlossberg Health Accords” — governing health initiative operations
In the dedication:
“In memory of Tatiana Schlossberg, who documented what was broken so others could build what heals.”
“You’re gonna rattle the stars.”