generated from nhcarrigan/template
feat: site-wide content and feature updates (#2)
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 2m7s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 2m7s
A wide-ranging set of updates across multiple pages that accumulated over time. ## Tarot - Expanded spread descriptions and added "good for" guidance to help users pick the right spread - Cards now start face-down and flip individually on click, with a synthesised flip sound and text fade-in - "Click card to reveal" hint shown on each unflipped card - Spread selection and draw button are locked until all cards in the current reading have been revealed ## Nocturne - Added dedicated sacred scriptures showcase section - Added patron saints section with avatar images - Added Naomi's Prayer - Added sacred practices section (expanded to six cards) - Added clergy and hierarchy section - Added titles of address section - Added testimonial and expanded FAQ - Capitalised She/Her pronouns referring to Naomi ## Scripture - Converted page to interactive book with page-turning - Expanded canon through the Fourth Edition across multiple updates - Synced the Ten Commandments with Nocturne - Fixed meta description to reflect fourteen books - Capitalised She/Her pronouns referring to Naomi ## Other Pages - Books, games, and music pages now redirect to `library.nhcarrigan.com` - Updated user manual with additional context - Added 404 error page ## Chore / Fixes - Updated sitemap with new and corrected entries - Fixed null-safe while loop for filename handling in scripts - Updated scripts to use correct Windows paths via WSL - Cleaned up data files and added JSON to `.gitignore` - Added secret #13 ✨ This PR was created with help from Hikari~ 🌸 Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Reviewed-on: #2 Co-authored-by: Hikari <hikari@nhcarrigan.com> Co-committed-by: Hikari <hikari@nhcarrigan.com>
This commit was merged in pull request #2.
This commit is contained in:
+3
-24
@@ -4,36 +4,15 @@
|
||||
<title>Games</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="These are the various games we have developed!" />
|
||||
<meta name="description" content="Naomi's game library has moved to library.nhcarrigan.com." />
|
||||
<script src="https://cdn.nhcarrigan.com/headers/index.js" async defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Games</h1>
|
||||
<section>
|
||||
<p>These are the various games we have developed.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Links</h2>
|
||||
<p>
|
||||
<a href="https://beccalia.nhcarrigan.com/">
|
||||
🩵 Beccalia Series
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://goblin.nhcarrigan.com">
|
||||
🩷 Ruu's Goblin Quest
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://loan.nhcarrigan.com">
|
||||
🩵 Life of a Naomi
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
We are currently on a hiatus from game development. But we may return in the future - be sure to join our Discord server so you don't miss any updates~!
|
||||
</p>
|
||||
<p>This page has moved! You can find Naomi's game library at <a href="https://library.nhcarrigan.com">library.nhcarrigan.com</a>.</p>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user