Restructure about page opening with creator intro

- Open with Kenneth Reitz creation story
- Merge creator section into opening paragraph
- Remove separate Creator section and TOC link
- Add no-arrow class to hide external link arrow on name

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-01 18:58:28 -05:00
parent f016a939fd
commit cf8730a9a4
+7 -9
View File
@@ -15,7 +15,6 @@
<li><a href="#theological-convictions">Theological Convictions</a></li>
<li><a href="#open-source">Free & Open Source</a></li>
<li><a href="#data-sources">Data & Sources</a></li>
<li><a href="#creator">Creator</a></li>
<li><a href="#privacy">Privacy</a></li>
<li><a href="#explore">Explore Further</a></li>
</ul>
@@ -90,10 +89,10 @@
</script>
<section>
<p><span class="newthought">KJV Study exists</span> to serve the church of Jesus Christ by providing deep, scholarly, and theologically faithful resources for the study of Holy Scripture.<label for="sn-purpose" class="margin-toggle sidenote-number"></label>
<p><span class="newthought">KJV Study was created</span> by <a href="https://kennethreitz.org" target="_blank" rel="noopener" class="no-arrow">Kenneth Reitz</a>, a software developer known for his work in open source software. What began as a personal study tool has grown into a comprehensive resource for serious study of the King James Bible, serving readers around the world.<label for="sn-purpose" class="margin-toggle sidenote-number"></label>
<input type="checkbox" id="sn-purpose" class="margin-toggle"/>
<span class="sidenote">The goal is not merely academic knowledge but transformative encounter with the living God through His written Word. "Thy word have I hid in mine heart, that I might not sin against thee" (Psalm 119:11).</span> Built upon the 1769 Cambridge Edition of the King James Version—the translation that has shaped English-speaking Christianity for over four centuries—this site offers tools for both the beginning reader and the seasoned student of God's Word.</p>
<p>We believe that serious Bible study should be accessible to all believers, not locked behind paywalls or reserved for those with access to theological libraries. Every commentary, cross-reference, and language tool on this site is freely available, reflecting our conviction that God's Word belongs to God's people.</p>
<span class="sidenote">The goal is not merely academic knowledge but transformative encounter with the living God through His written Word. "Thy word have I hid in mine heart, that I might not sin against thee" (Psalm 119:11).</span></p>
<p>Built upon the 1769 Cambridge Edition of the King James Version—the translation that has shaped English-speaking Christianity for over four centuries—this site provides deep, scholarly, and theologically faithful resources for both the beginning reader and the seasoned student of God's Word. We believe serious Bible study should be accessible to all believers, not locked behind paywalls or reserved for those with access to theological libraries. Every commentary, cross-reference, and language tool here is freely available, reflecting our conviction that God's Word belongs to God's people.</p>
<h2 id="what-we-provide">What We Provide</h2>
<ul>
@@ -187,11 +186,6 @@
<p>All verse commentary is original content written specifically for KJV Study, drawing upon the work of commentators ancient and modern—from the Church Fathers through the Reformers to contemporary evangelical scholarship. Each entry seeks to illumine the text's meaning in its original context while drawing out its enduring theological significance and practical application.</p>
</section>
<section>
<h2 id="creator">Creator</h2>
<p><span class="newthought">KJV Study was created</span> by <strong><a href="https://kennethreitz.org" target="_blank" rel="noopener">Kenneth Reitz</a></strong>, a software developer known for his work in open source software. What began as a personal study tool has grown into a comprehensive resource serving readers around the world.</p>
</section>
<section>
<h2 id="privacy">Privacy</h2>
<p><span class="newthought">Your study of Scripture</span> is between you and God. KJV Study collects no personal information, requires no account, and sets no tracking cookies. Minimal, privacy-respecting analytics help us understand how the site is used so we can improve it.</p>
@@ -271,6 +265,10 @@
opacity: 0.6;
}
a.no-arrow::after {
content: none;
}
.toc {
background: var(--code-bg);
border: 1px solid var(--border-color);