mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Reorder Quick Access and add Study Guides link
Move Random Verse to the first position in Quick Access for immediate discoverability - encouraging spontaneous Scripture exploration. Add Study Guides as the second link, providing quick access to in-depth theological studies. The reordered navigation prioritizes exploration (Random Verse) and study depth (Study Guides) before browsing and topical access. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -427,13 +427,14 @@ document.addEventListener('keydown', function(e) {
|
||||
<section>
|
||||
<h2>Quick Access</h2>
|
||||
<div class="quick-links">
|
||||
<a href="/random-verse" class="quick-link-btn">Random Verse</a>
|
||||
<a href="/study-guides" class="quick-link-btn">Study Guides</a>
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user