From cf8730a9a437da466051f2fe8dba6b8dc953aa3d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 1 Dec 2025 18:58:28 -0500 Subject: [PATCH] Restructure about page opening with creator intro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- kjvstudy_org/templates/about.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/kjvstudy_org/templates/about.html b/kjvstudy_org/templates/about.html index 06fd894..d88e4c8 100644 --- a/kjvstudy_org/templates/about.html +++ b/kjvstudy_org/templates/about.html @@ -15,7 +15,6 @@
  • Theological Convictions
  • Free & Open Source
  • Data & Sources
  • -
  • Creator
  • Privacy
  • Explore Further
  • @@ -90,10 +89,10 @@
    -

    KJV Study exists to serve the church of Jesus Christ by providing deep, scholarly, and theologically faithful resources for the study of Holy Scripture. +

    KJV Study was created by Kenneth Reitz, 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. - 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). 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.

    -

    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.

    + 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).

    +

    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.

    What We Provide

      @@ -187,11 +186,6 @@

      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.

    -
    -

    Creator

    -

    KJV Study was created by Kenneth Reitz, 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.

    -
    -

    Privacy

    Your study of Scripture 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.

    @@ -271,6 +265,10 @@ opacity: 0.6; } + a.no-arrow::after { + content: none; + } + .toc { background: var(--code-bg); border: 1px solid var(--border-color);