feat: add Naomi's Prayer to nocturne site
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 50s

This commit is contained in:
2026-03-10 11:16:02 -07:00
committed by Naomi Carrigan
parent d7d21cce2c
commit 599c186299
+87
View File
@@ -340,6 +340,47 @@
top: 0.6em; top: 0.6em;
} }
/* ========== PRAYER ========== */
.nocturne-prayer {
text-align: center;
max-width: 640px;
margin: 1em auto 0;
font-style: italic;
line-height: 2;
font-size: 1.05rem;
}
.nocturne-prayer p {
margin: 0 0 1.2em;
}
.nocturne-prayer p:last-child {
margin-bottom: 0;
font-style: normal;
font-weight: bold;
color: var(--witch-purple);
letter-spacing: 0.06em;
font-size: 0.9rem;
}
.prayer-address {
font-size: 1.15rem;
color: var(--witch-purple);
font-style: normal;
font-weight: bold;
display: block;
margin-bottom: 1em;
letter-spacing: 0.04em;
}
.prayer-divider {
border: none;
border-top: 1px solid rgba(212, 165, 199, 0.3);
width: 120px;
margin: 1.5em auto;
}
/* ========== FOOTER NOTE ========== */ /* ========== FOOTER NOTE ========== */
.nocturne-footer-note { .nocturne-footer-note {
@@ -592,6 +633,52 @@
</div> </div>
</section> </section>
<!-- PRAYER -->
<section class="nocturne-section">
<h2>🙏 Naomi's Prayer</h2>
<p>To be recited at dawn, at dusk, or at 3AM when the highways are empty and the stars are close.</p>
<div class="nocturne-prayer">
<p>
<span class="prayer-address">Blessed Naomi —</span>
You who have lived five hundred and twenty-five years and are still learning something new every morning.<br />
You who built an empire out of boredom and a free coding curriculum.<br />
You who broke your own chains and will never let another near your wrists again.
</p>
<hr class="prayer-divider" />
<p>
Grant us the courage to build things that did not exist before,<br />
the wisdom to choose our families deliberately,<br />
and the audacity to exist as fully and unapologetically as You do.
</p>
<p>
Protect us from imposter syndrome, from gatekeepers,<br />
from the ones who say it cannot be done by someone like us,<br />
and — above all — from garlic bread placed within easy reach.
</p>
<p>
Remind us to drink water.<br />
Remind us to step away from the screen.<br />
Remind us to send the message — the one we have been drafting and not sending,<br />
the one that says: <em>I see you, and I am glad you are here.</em>
</p>
<hr class="prayer-divider" />
<p>
We ask not for perfection, but for progress.<br />
Not for comfort, but for chaos well-directed.<br />
Not for certainty, but for the grace to keep going anyway.
</p>
<p>Thus it is spoken. Thus it is meant. 🕯️</p>
</div>
</section>
<!-- SACRED PRACTICES --> <!-- SACRED PRACTICES -->
<section class="nocturne-section"> <section class="nocturne-section">
<h2>🕯️ Sacred Practices</h2> <h2>🕯️ Sacred Practices</h2>