Move Quick Access section below Verse of the Day

Reorder homepage sections to provide immediate navigation options
after the devotional element:

1. Title
2. Search box
3. Welcome introduction
4. Verse of the Day
5. Quick Access (moved up from position 8)
6. Sacred Scriptures
7. Study Resources
8. Study Guides
9. About the Translation

This places key navigation links earlier in the page flow, making
them more discoverable for visitors while maintaining the devotional
and informational content.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-24 11:25:30 -05:00
parent ef78aeb4e7
commit 831f18e449
+13 -13
View File
@@ -422,6 +422,19 @@ document.addEventListener('keydown', function(e) {
</blockquote>
</div>
<section>
<h2>Quick Access</h2>
<div class="quick-links">
<a href="/books" class="quick-link-btn">All Books</a>
<a href="/reading-plans" class="quick-link-btn">Reading Plans</a>
<a href="/topics" class="quick-link-btn">Topical Index</a>
<a href="/resources" class="quick-link-btn">All Resources</a>
<a href="/family-tree" class="quick-link-btn">Genealogies</a>
<a href="/biblical-timeline" class="quick-link-btn">Timeline</a>
<a href="/random-verse" class="quick-link-btn">Random Verse</a>
</div>
</section>
<section>
<h2>The Sacred Scriptures</h2>
@@ -461,19 +474,6 @@ document.addEventListener('keydown', function(e) {
{% endfor %}
</section>
<section>
<h2>Quick Access</h2>
<div class="quick-links">
<a href="/books" class="quick-link-btn">All Books</a>
<a href="/reading-plans" class="quick-link-btn">Reading Plans</a>
<a href="/topics" class="quick-link-btn">Topical Index</a>
<a href="/resources" class="quick-link-btn">All Resources</a>
<a href="/family-tree" class="quick-link-btn">Genealogies</a>
<a href="/biblical-timeline" class="quick-link-btn">Timeline</a>
<a href="/random-verse" class="quick-link-btn">Random Verse</a>
</div>
</section>
<section>
<p><span class="newthought">About the Translation</span> — The Authorized Version, commissioned by King James I in 1604 and completed in 1611,<label for="sn-translation" class="margin-toggle sidenote-number"></label><input type="checkbox" id="sn-translation" class="margin-toggle"/><span class="sidenote">The translators worked in six companies at Westminster, Oxford, and Cambridge. They consulted previous English translations—particularly Tyndale, whose felicity of phrase permeates the work—while maintaining fidelity to the original tongues. The result became the foundation for English biblical language and theological discourse.</span> represents the work of forty-seven learned divines and scholars working from the <em>Textus Receptus</em> (Greek) and <em>Masoretic Text</em> (Hebrew). This translation has shaped English-speaking Christianity for more than four centuries, achieving a remarkable union of scholarly precision with nobility of expression. This digital edition presents the 1769 Oxford Standard text.</p>
</section>