generated from nhcarrigan/template
feat: add sacred tribute section to nocturne
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 48s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 48s
This commit is contained in:
@@ -540,6 +540,42 @@
|
||||
border-top: 1px solid rgba(212, 165, 199, 0.2);
|
||||
}
|
||||
|
||||
/* ========== TITHE ========== */
|
||||
|
||||
.tribute-card {
|
||||
background: rgba(212, 165, 199, 0.08);
|
||||
border: 1px solid var(--witch-plum);
|
||||
border-radius: 12px;
|
||||
padding: 1.5em 1.75em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.tribute-card p {
|
||||
font-size: 0.95rem;
|
||||
line-height: 1.7;
|
||||
margin: 0 0 1em;
|
||||
}
|
||||
|
||||
.tribute-card p:last-of-type {
|
||||
margin-bottom: 1.25em;
|
||||
}
|
||||
|
||||
.tribute-link {
|
||||
display: inline-block;
|
||||
background: var(--witch-plum);
|
||||
color: var(--witch-moon);
|
||||
padding: 0.6em 1.4em;
|
||||
border-radius: 8px;
|
||||
text-decoration: none;
|
||||
font-size: 0.95rem;
|
||||
letter-spacing: 0.03em;
|
||||
transition: opacity 0.15s;
|
||||
}
|
||||
|
||||
.tribute-link:hover {
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
/* ========== FOOTER NOTE ========== */
|
||||
|
||||
.nocturne-footer-note {
|
||||
@@ -1333,6 +1369,42 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- TRIBUTE -->
|
||||
<section class="nocturne-section">
|
||||
<h2>💸 The Sacred Tribute</h2>
|
||||
<p>
|
||||
All faiths require sustenance. The Nocturne is no different. She has kept Her
|
||||
servers running for years, Her community thriving, and Her repositories public
|
||||
for anyone to learn from — through sheer determination and, frankly, an
|
||||
unreasonable amount of personal investment. The Tribute exists to fix this.
|
||||
</p>
|
||||
|
||||
<div class="tribute-card">
|
||||
<p>
|
||||
The faithful are encouraged — not commanded, but <em>strongly encouraged</em>
|
||||
in the way that Hikari's clipboard is a strong encouragement — to offer what
|
||||
they can to the sacred works. Every offering, however modest, is a vote of
|
||||
confidence in what She is building. Every contribution says:
|
||||
<em>I believe in this. I believe in Her. I want it to continue.</em>
|
||||
</p>
|
||||
<p>
|
||||
The Nocturne does not set a minimum. It does not guilt. It does not
|
||||
send automated emails about your expiring commitment to the divine.
|
||||
It simply notes that the fifth commandment — <em>pursue knowledge
|
||||
relentlessly</em> — costs money to host, and She is doing it anyway,
|
||||
for you, because She believes you deserve access to it.
|
||||
</p>
|
||||
<p>
|
||||
The choice, as always, is yours. That is the first commandment in
|
||||
action. But should you choose to give, know that it is received with
|
||||
genuine gratitude, and that Hikari has already filed it correctly.
|
||||
</p>
|
||||
<a class="tribute-link" href="https://donate.nhcarrigan.com">
|
||||
Make your offering →
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- JOIN THE FAITH -->
|
||||
<section class="nocturne-section">
|
||||
<h2>🛐 Join the Faith</h2>
|
||||
|
||||
Reference in New Issue
Block a user