<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>In Defense of the Faith — Apologetic Ministry</title>
<meta name="description" content="In Defense of the Faith is a Christian apologetic ministry. Jesus said, 'I am the Way, the Truth and the Life.' Our Statement of Faith is the Four Ecumenical Creeds. From Pastor Glenn in Chattanooga, Tennessee.">
<link rel="canonical" href="https://www.indefenseofthefaith.org/">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.indefenseofthefaith.org/">
<meta property="og:title" content="In Defense of the Faith — Apologetic Ministry">
<meta property="og:description" content="Jesus said, 'I am the Way, the Truth and the Life.' A Christian apologetic ministry — the Four Ecumenical Creeds, and a reason for the hope that is in us.">
<meta name="twitter:card" content="summary">
<meta name="theme-color" content="#e7ddc8" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#17120d" media="(prefers-color-scheme: dark)">
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' rx='3' fill='%236d1f28'/%3E%3Cpath d='M13 4h-2v6H5v2h6v8h2v-8h6v-2h-6z' fill='%23e7ddc8'/%3E%3C/svg%3E">
<style>
  :root{
    --ground:#e7ddc8; --surface:#f5efe0; --surface-2:#efe7d2;
    --ink:#251d15; --ink-soft:#6a5c47; --line:rgba(37,29,21,.14);
    --oxblood:#6d1f28; --oxblood-2:#8a2b34; --gilt:#957133; --gilt-soft:#b79a55;
    --banner-bg:#5d1a22; --banner-ink:#f1e7d2; --banner-accent:#cba24a; --btn:#6d1f28; --btn-h:#8a2b34; --btn-ink:#f6ece0;
    --font-serif:"Iowan Old Style","Palatino Linotype",Palatino,"Book Antiqua","URW Palladio L",P052,Georgia,serif;
    --font-sans:"Optima","Gill Sans","Gill Sans MT","Avenir Next",ui-sans-serif,system-ui,sans-serif;
    --measure:38rem;
  }
  @media (prefers-color-scheme:dark){
    :root{
      --ground:#17120d; --surface:#211a13; --surface-2:#271f16;
      --ink:#ece2cd; --ink-soft:#a4957c; --line:rgba(236,226,205,.14);
      --oxblood:#d17982; --oxblood-2:#e69099; --gilt:#cda85f; --gilt-soft:#b7994f;
      --banner-bg:#3a141a; --banner-ink:#f1e7d2; --banner-accent:#d3ac63; --btn:#a3394a; --btn-h:#bb4657; --btn-ink:#fbeee2;
    }
  }
  :root[data-theme="light"]{
    --ground:#e7ddc8; --surface:#f5efe0; --surface-2:#efe7d2;
    --ink:#251d15; --ink-soft:#6a5c47; --line:rgba(37,29,21,.14);
    --oxblood:#6d1f28; --oxblood-2:#8a2b34; --gilt:#957133; --gilt-soft:#b79a55;
    --banner-bg:#5d1a22; --banner-ink:#f1e7d2; --banner-accent:#cba24a; --btn:#6d1f28; --btn-h:#8a2b34; --btn-ink:#f6ece0;
  }
  :root[data-theme="dark"]{
    --ground:#17120d; --surface:#211a13; --surface-2:#271f16;
    --ink:#ece2cd; --ink-soft:#a4957c; --line:rgba(236,226,205,.14);
    --oxblood:#d17982; --oxblood-2:#e69099; --gilt:#cda85f; --gilt-soft:#b7994f;
    --banner-bg:#3a141a; --banner-ink:#f1e7d2; --banner-accent:#d3ac63; --btn:#a3394a; --btn-h:#bb4657; --btn-ink:#fbeee2;
  }

  *{box-sizing:border-box}
  body,.page{margin:0}
  .page{
    background:var(--ground); color:var(--ink);
    font-family:var(--font-serif); font-size:1.0625rem; line-height:1.72;
    -webkit-font-smoothing:antialiased;
  }
  .page a{color:var(--oxblood)}
  .wrap{max-width:64rem; margin:0 auto; padding:0 1.5rem}
  .narrow{max-width:var(--measure); margin-left:auto; margin-right:auto}

  .eyebrow{
    font-family:var(--font-sans); text-transform:uppercase;
    letter-spacing:.22em; font-size:.72rem; font-weight:600;
    color:var(--gilt); margin:0 0 1rem;
  }
  h1,h2,h3{font-weight:600; text-wrap:balance; line-height:1.12; margin:0}
  .ornament{display:block; width:2.25rem; height:1px; margin:1.5rem 0; background:var(--gilt); border:0; opacity:.7}
  .ornament.center{margin-left:auto;margin-right:auto}
  .ornament.dot{position:relative;background:none;height:auto}
  .ornament.dot::before{
    content:"✦"; color:var(--gilt); font-size:.8rem; display:block; text-align:center;
    letter-spacing:.5em; padding-left:.5em;
  }

  /* HERO */
  .hero{text-align:center; padding:clamp(4.5rem,12vw,8rem) 0 clamp(3rem,7vw,5rem)}
  .hero h1{
    font-size:clamp(2.6rem,7.5vw,4.75rem); letter-spacing:.005em;
    margin:.4rem 0 0;
  }
  .hero .tagline{
    font-style:italic; font-size:clamp(1.15rem,3vw,1.55rem);
    color:var(--ink); margin:1.6rem auto 0; max-width:44rem;
  }
  .hero .cite{
    font-family:var(--font-sans); font-style:normal; letter-spacing:.14em;
    text-transform:uppercase; font-size:.7rem; color:var(--ink-soft);
    display:block; margin-top:1rem;
  }
  .hero .lede{color:var(--ink-soft); font-size:1.06rem; margin:1.75rem auto 0; max-width:30rem}

  /* SECTIONS */
  .section{padding:clamp(3.5rem,8vw,5.5rem) 0}
  .section h2{font-size:clamp(1.9rem,4.5vw,2.7rem); margin-bottom:.4rem}
  .section .kicker{font-family:var(--font-sans);font-size:.95rem;color:var(--ink-soft);margin:.2rem 0 0}
  .prose p{margin:1.15rem 0}
  .prose .signoff{
    font-style:italic; color:var(--ink-soft); margin-top:1.75rem;
    padding-top:1.25rem; border-top:1px solid var(--line);
  }
  .prose .signoff .king{
    display:block; font-family:var(--font-sans); font-style:normal;
    text-transform:uppercase; letter-spacing:.2em; font-size:.72rem;
    color:var(--gilt); margin-top:.5rem;
  }
  .prose .signoff .signature{
    display:block; font-style:normal; margin-top:.4rem; line-height:1.05;
    font-family:"Snell Roundhand","Segoe Script","Bradley Hand","Brush Script MT","Apple Chancery",cursive;
    font-size:clamp(1.05rem,2.75vw,1.35rem); color:var(--oxblood);
  }
  .def{color:var(--oxblood); font-style:italic}

  /* QUOTE BANNERS */
  .banner{background:var(--banner-bg); color:var(--banner-ink); padding:clamp(3rem,7vw,4.75rem) 1.5rem; text-align:center}
  .banner figure{max-width:46rem; margin:0 auto}
  .banner blockquote{
    font-size:clamp(1.35rem,3.4vw,2rem); font-style:italic; line-height:1.4;
    margin:0; letter-spacing:.005em; text-wrap:balance;
  }
  .banner .mark{color:var(--banner-accent); font-size:2.6rem; line-height:0; vertical-align:-.5rem; margin-right:.15em; font-family:var(--font-serif)}
  .banner .mark.close{margin-right:0; margin-left:.08em}
  .banner figcaption{
    font-family:var(--font-sans); text-transform:uppercase; letter-spacing:.18em;
    font-size:.74rem; margin-top:1.5rem; color:var(--banner-accent);
  }
  .banner figcaption span{color:var(--banner-ink); opacity:.7; text-transform:none; letter-spacing:.02em; font-style:italic; display:block; margin-top:.3rem; font-family:var(--font-serif); font-size:.85rem}

  /* CREEDS */
  .creeds-grid{display:flex; flex-direction:column; gap:1.25rem; margin-top:2.5rem}
  .creed{
    background:var(--surface); border:1px solid var(--line); border-radius:3px;
    border-top:3px solid var(--oxblood); overflow:hidden;
  }
  .creed>summary,.creed>.creed-head{
    list-style:none; cursor:default; padding:1.4rem 1.6rem;
    display:flex; align-items:baseline; justify-content:space-between; gap:1rem;
  }
  details.creed>summary{cursor:pointer}
  .creed>summary::-webkit-details-marker{display:none}
  .creed-name{font-size:1.4rem; font-weight:600}
  .creed-tag{font-family:var(--font-sans); font-size:.72rem; text-transform:uppercase; letter-spacing:.16em; color:var(--gilt); white-space:nowrap}
  details.creed>summary .creed-tag::after{content:" ＋"; color:var(--oxblood); font-family:var(--font-serif)}
  details.creed[open]>summary .creed-tag::after{content:" –"}
  .creed-body{padding:0 1.6rem 1.7rem; max-width:44rem}
  .creed-body p{margin:0 0 1rem}
  .creed-body p:last-child{margin-bottom:0}
  .creed-body .amen{color:var(--oxblood); font-style:italic}

  /* TODAY CARDS */
  .today-grid{display:grid; grid-template-columns:1fr; gap:1.5rem; margin-top:2.5rem}
  @media(min-width:44rem){.today-grid{grid-template-columns:1fr 1fr}}
  .card{background:var(--surface); border:1px solid var(--line); border-radius:4px; display:flex; flex-direction:column; overflow:hidden}
  .card-head{display:flex; align-items:center; gap:.9rem; padding:1.35rem 1.4rem; border-bottom:1px solid var(--line)}
  .card-head .ic{width:2.4rem; height:2.4rem; flex:0 0 auto; border-radius:50%; display:grid; place-items:center; background:var(--surface-2); color:var(--oxblood)}
  .card-head .ic svg{width:1.35rem; height:1.35rem; fill:currentColor}
  .card-head .who{flex:1 1 auto; min-width:0}
  .card-head .who .plat{font-family:var(--font-sans); text-transform:uppercase; letter-spacing:.16em; font-size:.68rem; color:var(--ink-soft)}
  .card-head .who .name{font-size:1.1rem; font-weight:600; white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
  .follow{
    font-family:var(--font-sans); font-size:.82rem; font-weight:600; letter-spacing:.02em;
    text-decoration:none; padding:.5rem .95rem; border-radius:999px;
    background:var(--btn); color:var(--btn-ink); white-space:nowrap; transition:background .18s ease;
  }
  .follow:hover{background:var(--btn-h)}
  .feed{padding:1.4rem; min-height:9rem; display:flex; flex-direction:column; gap:.75rem; justify-content:center; align-items:center}
  .feed .note{font-family:var(--font-sans); font-size:.8rem; color:var(--ink-soft); font-style:italic; text-align:center; margin:auto; max-width:17rem; line-height:1.5}
  .feed .blurb{font-family:var(--font-serif); color:var(--ink-soft); text-align:center; margin:auto; max-width:20rem; line-height:1.6}
  .linkfeed{min-height:6.5rem}
  /* Hide the raw pre-render embed fallbacks so the preview cards read cleanly; the live scripts replace these with real feeds. */
  .feed .fb-page>blockquote{display:none}
  .feed .twitter-timeline{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0}
  .feed a{color:var(--oxblood)}

  /* CONTACT / FOOTER */
  .contact{text-align:center}
  .contact .benediction{font-style:italic; font-size:1.25rem; color:var(--ink); max-width:34rem; margin:0 auto 1.5rem}
  .mailto{
    display:inline-block; font-family:var(--font-sans); font-weight:600; letter-spacing:.04em;
    text-decoration:none; color:var(--btn-ink); background:var(--btn);
    padding:.85rem 1.7rem; border-radius:999px; transition:background .18s ease;
  }
  .mailto:hover{background:var(--btn-h)}
  .foot{border-top:1px solid var(--line); padding:2.5rem 0 3.5rem; text-align:center}
  .foot .socials{display:flex; gap:1rem; justify-content:center; margin:0 0 1.25rem}
  .foot .socials a{width:2.2rem;height:2.2rem;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--ink-soft);transition:color .18s,border-color .18s}
  .foot .socials a:hover{color:var(--oxblood);border-color:var(--oxblood)}
  .foot .socials svg{width:1.05rem;height:1.05rem;fill:currentColor}
  .foot .meta{font-family:var(--font-sans); font-size:.74rem; letter-spacing:.14em; text-transform:uppercase; color:var(--ink-soft)}
  .foot .king{color:var(--gilt); margin-top:.6rem; font-family:var(--font-serif); font-style:italic; text-transform:none; letter-spacing:.02em; font-size:.95rem}

  .reveal{opacity:0; transform:translateY(14px); transition:opacity .7s ease, transform .7s ease}
  .reveal.in{opacity:1; transform:none}
  @media (prefers-reduced-motion:reduce){
    .reveal{opacity:1 !important; transform:none !important; transition:none}
    *{scroll-behavior:auto !important}
  }
  :focus-visible{outline:2px solid var(--oxblood); outline-offset:3px; border-radius:2px}
</style>
</head>
<body>

<main class="page">
  <!-- HERO -->
  <header class="hero wrap">
    <p class="eyebrow reveal">Apologetic Ministry &middot; Est. 2001</p>
    <h1 class="reveal">In Defense of the Faith</h1>
    <hr class="ornament dot center reveal" aria-hidden="true">
    <p class="tagline reveal">Jesus said, &ldquo;I am the Way, the Truth and the Life.&rdquo;
      <span class="cite">John 14:6</span>
    </p>
  </header>

  <!-- BANNER 1 -->
  <section class="banner" aria-label="Scripture">
    <figure>
      <blockquote><span class="mark" aria-hidden="true">&ldquo;</span>Always be prepared to give an answer to everyone who asks you to give the reason for the hope that you have.<span class="mark close" aria-hidden="true">&rdquo;</span></blockquote>
      <figcaption>1 Peter 3:15</figcaption>
    </figure>
  </section>

  <!-- WELCOME / THE REASON -->
  <section class="section" id="about">
    <div class="wrap narrow prose reveal">
      <p class="eyebrow">The Reason</p>
      <h2>Why this ministry exists</h2>
      <hr class="ornament" aria-hidden="true">
      <p>This ministry exists to be a solid place for Christians to become better defenders of the Faith &mdash; and to provide new content that equips the Church to answer the questions of the age.</p>
      <p>The word <span class="def">Apologetics</span> comes from the Greek <span class="def">apologia</span>: to give a defense or justification for a truth claim. In Christian terms, it is the defense of the truth of the Christian Faith &mdash; <strong>the Good News about Jesus of Nazareth, the Messiah of Israel and King of the World, who died and rose again from the dead.</strong></p>
      <p>Our Statement of Faith is found in the Four Ecumenical Creeds below &mdash; excellent summaries of the key Christian doctrines, to be learned by all Christians everywhere.</p>
      <p class="signoff">May God bless and keep you in His Son, Jesus Christ, our Lord.
        <span class="king">For the King</span>
        <span class="signature">Pastor Glenn</span>
      </p>
    </div>
  </section>

  <!-- BANNER 2 -->
  <section class="banner" aria-label="Quote">
    <figure>
      <blockquote><span class="mark" aria-hidden="true">&ldquo;</span>I believe in Christianity as I believe that the sun has risen: not only because I see it, but because by it I see everything else.<span class="mark close" aria-hidden="true">&rdquo;</span></blockquote>
      <figcaption>C. S. Lewis <span>The Weight of Glory</span></figcaption>
    </figure>
  </section>

  <!-- CREEDS -->
  <section class="section" id="creeds">
    <div class="wrap reveal">
      <p class="eyebrow">Statement of Faith</p>
      <h2>The Four Ecumenical Creeds</h2>
      <p class="kicker">The ancient confessions the whole Church holds in common.</p>

      <div class="creeds-grid">

        <article class="creed">
          <div class="creed-head"><span class="creed-name">The Apostles&rsquo; Creed</span><span class="creed-tag">c. 2nd century</span></div>
          <div class="creed-body">
            <p>I believe in God the Father Almighty, Maker of heaven and earth.</p>
            <p>And in Jesus Christ, His only Son, our Lord; who was conceived by the Holy Ghost, born of the Virgin Mary; suffered under Pontius Pilate, was crucified, dead, and buried; He descended into hell; the third day He rose again from the dead; He ascended into heaven, and sitteth on the right hand of God the Father Almighty; from thence He shall come to judge the living and the dead.</p>
            <p>I believe in the Holy Ghost; the holy catholic Church, the communion of saints; the forgiveness of sins; the resurrection of the body; and the life everlasting. <span class="amen">Amen.</span></p>
          </div>
        </article>

        <article class="creed">
          <div class="creed-head"><span class="creed-name">The Nicene Creed</span><span class="creed-tag">325 / 381 A.D.</span></div>
          <div class="creed-body">
            <p>I believe in one God, the Father Almighty, Maker of heaven and earth, and of all things visible and invisible.</p>
            <p>And in one Lord Jesus Christ, the only-begotten Son of God, begotten of the Father before all worlds, God of God, Light of Light, very God of very God, begotten, not made, being of one substance with the Father; by whom all things were made; who for us men, and for our salvation, came down from heaven, and was incarnate by the Holy Ghost of the Virgin Mary, and was made man, and was crucified also for us under Pontius Pilate; He suffered and was buried; and the third day He rose again according to the Scriptures; and ascended into heaven, and sitteth on the right hand of the Father; and He shall come again with glory to judge the quick and the dead; whose kingdom shall have no end.</p>
            <p>And I believe in the Holy Ghost, the Lord and Giver of life, who proceedeth from the Father and the Son; who with the Father and the Son together is worshiped and glorified; who spake by the Prophets. And I believe in one holy catholic and apostolic Church. I acknowledge one Baptism for the remission of sins; and I look for the resurrection of the dead, and the life of the world to come. <span class="amen">Amen.</span></p>
          </div>
        </article>

        <details class="creed">
          <summary><span class="creed-name">The Definition of Chalcedon</span><span class="creed-tag">451 A.D.</span></summary>
          <div class="creed-body">
            <p>We then, following the holy Fathers, all with one consent, teach men to confess one and the same Son, our Lord Jesus Christ, the same perfect in Godhead and also perfect in manhood; truly God and truly man, of a reasonable [rational] soul and body; consubstantial [coessential] with the Father according to the Godhead, and consubstantial with us according to the Manhood; in all things like unto us, without sin; begotten before all ages of the Father according to the Godhead, and in these latter days, for us and for our salvation, born of the Virgin Mary, the Mother of God, according to the Manhood; one and the same Christ, Son, Lord, Only-begotten, to be acknowledged in two natures; inconfusedly, unchangeably, indivisibly, inseparably; the distinction of natures being by no means taken away by the union, but rather the property of each nature being preserved, and concurring in one Person and one Subsistence, not parted or divided into two persons, but one and the same Son, and only begotten God the Word, the Lord Jesus Christ, as the prophets from the beginning [have declared] concerning him, and the Lord Jesus Christ himself has taught us, and the Creed of the holy Fathers has handed down to us.</p>
          </div>
        </details>

        <details class="creed">
          <summary><span class="creed-name">The Athanasian Creed</span><span class="creed-tag">c. 5th&ndash;6th century</span></summary>
          <div class="creed-body">
            <p>Whosoever will be saved, before all things it is necessary that he hold the catholic faith. Which faith except every one do keep whole and undefiled, without doubt he shall perish everlastingly.</p>
            <p>And the catholic faith is this, that we worship one God in Trinity, and Trinity in Unity; neither confounding the Persons, nor dividing the Substance. For there is one Person of the Father, another of the Son, and another of the Holy Ghost. But the Godhead of the Father, of the Son, and of the Holy Ghost is all one: the glory equal, the majesty coeternal. Such as the Father is, such is the Son, and such is the Holy Ghost. The Father uncreated, the Son uncreated, and the Holy Ghost uncreated. The Father incomprehensible, the Son incomprehensible, and the Holy Ghost incomprehensible. The Father eternal, the Son eternal, and the Holy Ghost eternal. And yet they are not three Eternals, but one Eternal. As there are not three Uncreated nor three Incomprehensibles, but one Uncreated and one Incomprehensible. So likewise the Father is almighty, the Son almighty, and the Holy Ghost almighty. And yet they are not three Almighties, but one Almighty. So the Father is God, the Son is God, and the Holy Ghost is God. And yet they are not three Gods, but one God. So likewise the Father is Lord, the Son Lord, and the Holy Ghost Lord. And yet not three Lords, but one Lord. For like as we are compelled by the Christian verity to acknowledge every Person by Himself to be God and Lord, so are we forbidden by the catholic religion to say, There be three Gods, or three Lords.</p>
            <p>The Father is made of none: neither created nor begotten. The Son is of the Father alone; not made, nor created, but begotten. The Holy Ghost is of the Father and of the Son: neither made, nor created, nor begotten, but proceeding. So there is one Father, not three Fathers; one Son, not three Sons; one Holy Ghost, not three Holy Ghosts. And in this Trinity none is before or after another; none is greater or less than another; but the whole three Persons are coeternal together, and coequal: so that in all things, as is aforesaid, the Unity in Trinity and the Trinity in Unity is to be worshiped. He, therefore, that will be saved must thus think of the Trinity.</p>
            <p>Furthermore, it is necessary to everlasting salvation that he also believe faithfully the incarnation of our Lord Jesus Christ. For the right faith is, that we believe and confess that our Lord Jesus Christ, the Son of God, is God and Man; God of the Substance of the Father, begotten before the worlds; and Man of the substance of His mother, born in the world; perfect God and perfect Man, of a reasonable soul and human flesh subsisting. Equal to the Father as touching His Godhead, and inferior to the Father as touching His manhood; who, although He be God and Man, yet He is not two, but one Christ: one, not by conversion of the Godhead into flesh, but by taking the manhood into God; one altogether; not by confusion of Substance, but by unity of Person. For as the reasonable soul and flesh is one man, so God and Man is one Christ; who suffered for our salvation; descended into hell; rose again the third day from the dead; He ascended into heaven; He sitteth on the right hand of the Father, God Almighty; from whence He shall come to judge the living and the dead; at whose coming all men shall rise again with their bodies, and shall give an account of their own works. And they that have done good shall go into life everlasting; and they that have done evil, into everlasting fire.</p>
            <p>This is the catholic faith; which except a man believe faithfully and firmly, he cannot be saved.</p>
          </div>
        </details>

      </div>
    </div>
  </section>

  <!-- BANNER 3 -->
  <section class="banner" aria-label="Quote">
    <figure>
      <blockquote><span class="mark" aria-hidden="true">&ldquo;</span>The Christian ideal has not been tried and found wanting; it has been found difficult and left untried.<span class="mark close" aria-hidden="true">&rdquo;</span></blockquote>
      <figcaption>G. K. Chesterton <span>What&rsquo;s Wrong with the World</span></figcaption>
    </figure>
  </section>

  <!-- TODAY -->
  <section class="section" id="today">
    <div class="wrap reveal">
      <p class="eyebrow">Stay Connected</p>
      <h2>What We&rsquo;re Doing Today</h2>
      <p class="kicker">Follow along, and connect with our church and teaching ministry.</p>

      <div class="today-grid">

        <article class="card">
          <div class="card-head">
            <span class="ic" aria-hidden="true"><svg viewBox="0 0 24 24"><path d="M22 12.06C22 6.5 17.52 2 12 2S2 6.5 2 12.06c0 5 3.66 9.15 8.44 9.94v-7.03H7.9v-2.9h2.54V9.85c0-2.51 1.49-3.9 3.78-3.9 1.09 0 2.24.2 2.24.2v2.46H15.2c-1.24 0-1.63.77-1.63 1.56v1.87h2.78l-.44 2.9h-2.34V22c4.78-.79 8.43-4.94 8.43-9.94z"/></svg></span>
            <div class="who"><div class="plat">Facebook</div><div class="name">Christian Apologetics</div></div>
            <a class="follow" href="https://www.facebook.com/christianapologia" target="_blank" rel="noopener">Follow</a>
          </div>
          <div class="feed linkfeed"><p class="blurb">Keep up with our Apologetics ministry over on our Facebook page.</p></div>
        </article>

        <article class="card">
          <div class="card-head">
            <span class="ic" aria-hidden="true"><svg viewBox="0 0 24 24"><path d="M18.24 2.25h3.31l-7.23 8.26 8.5 11.24h-6.66l-5.22-6.82-5.97 6.82H1.66l7.73-8.84L1.24 2.25H8.07l4.71 6.23 5.46-6.23zm-1.16 17.52h1.83L7.01 4.13H5.05l12.03 15.64z"/></svg></span>
            <div class="who"><div class="plat">X &middot; formerly Twitter</div><div class="name">@idotf</div></div>
            <a class="follow" href="https://x.com/idotf" target="_blank" rel="noopener">Follow</a>
          </div>
          <div class="feed linkfeed"><p class="blurb">Follow Pastor Glenn over on X where the debates and current events are engaged.</p></div>
        </article>

        <article class="card">
          <div class="card-head">
            <span class="ic" aria-hidden="true"><svg viewBox="0 0 24 24"><path d="M13 2h-2v3.4L5 9.2V11h2v9h4v-5h2v5h4v-9h2V9.2l-6-3.8V2zm-1 8.5A1.5 1.5 0 1 1 12 13a1.5 1.5 0 0 1 0-2.5z"/></svg></span>
            <div class="who"><div class="plat">Our Church</div><div class="name">Trinity Chattanooga</div></div>
            <a class="follow" href="https://www.trinitychattanooga.com/" target="_blank" rel="noopener">Visit</a>
          </div>
          <div class="feed linkfeed"><p class="blurb">Our church family in Chattanooga, Tennessee &mdash; gathered around the Word, the sacraments, and the historic Christian faith.</p></div>
        </article>

        <article class="card">
          <div class="card-head">
            <span class="ic" aria-hidden="true"><svg viewBox="0 0 24 24"><path d="M12 15a3 3 0 0 0 3-3V6a3 3 0 0 0-6 0v6a3 3 0 0 0 3 3zm5-3a5 5 0 0 1-10 0H5a7 7 0 0 0 6 6.92V22h2v-3.08A7 7 0 0 0 19 12h-2z"/></svg></span>
            <div class="who"><div class="plat">Teaching Podcast</div><div class="name">TRC Chattanooga</div></div>
            <a class="follow" href="https://trcchattanooga.podbean.com/" target="_blank" rel="noopener">Listen</a>
          </div>
          <div class="feed linkfeed"><p class="blurb">Serving up all of Christ, for all of life, for all of Chattanooga, streaming on Podbean.</p></div>
        </article>

      </div>
    </div>
  </section>

  <!-- BANNER 4 -->
  <section class="banner" aria-label="Quote">
    <figure>
      <blockquote><span class="mark" aria-hidden="true">&ldquo;</span>The evangelical tradition at its best encourages critique from within. It sends us back to the Scripture which stands over against all traditions, our own included.<span class="mark close" aria-hidden="true">&rdquo;</span></blockquote>
      <figcaption>N. T. Wright <span>My Pilgrimage in Theology</span></figcaption>
    </figure>
  </section>

  <!-- CONTACT -->
  <section class="section contact" id="contact">
    <div class="wrap narrow reveal">
      <p class="eyebrow">Get in Touch</p>
      <p class="benediction">Questions, encouragement, or a reason for the hope you have &mdash; we would love to hear from you.</p>
      <a class="mailto" href="https://www.trinitychattanooga.com/contact" target="_blank" rel="noopener">Contact Us</a>
    </div>
  </section>

  <!-- FOOTER -->
  <footer class="foot">
    <div class="wrap">
      <div class="socials">
        <a href="https://www.facebook.com/christianapologia" target="_blank" rel="noopener" aria-label="Facebook"><svg viewBox="0 0 24 24"><path d="M22 12.06C22 6.5 17.52 2 12 2S2 6.5 2 12.06c0 5 3.66 9.15 8.44 9.94v-7.03H7.9v-2.9h2.54V9.85c0-2.51 1.49-3.9 3.78-3.9 1.09 0 2.24.2 2.24.2v2.46H15.2c-1.24 0-1.63.77-1.63 1.56v1.87h2.78l-.44 2.9h-2.34V22c4.78-.79 8.43-4.94 8.43-9.94z"/></svg></a>
        <a href="https://x.com/idotf" target="_blank" rel="noopener" aria-label="X"><svg viewBox="0 0 24 24"><path d="M18.24 2.25h3.31l-7.23 8.26 8.5 11.24h-6.66l-5.22-6.82-5.97 6.82H1.66l7.73-8.84L1.24 2.25H8.07l4.71 6.23 5.46-6.23zm-1.16 17.52h1.83L7.01 4.13H5.05l12.03 15.64z"/></svg></a>
        <a href="https://www.trinitychattanooga.com/contact" target="_blank" rel="noopener" aria-label="Contact us"><svg viewBox="0 0 24 24"><path d="M2 5.5A2.5 2.5 0 0 1 4.5 3h15A2.5 2.5 0 0 1 22 5.5v13a2.5 2.5 0 0 1-2.5 2.5h-15A2.5 2.5 0 0 1 2 18.5v-13zm2.2-.5 7.8 6.03L19.8 5H4.2zM20 6.7l-7.4 5.72a1 1 0 0 1-1.2 0L4 6.7V18.5a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5V6.7z"/></svg></a>
      </div>
      <p class="meta">In Defense of the Faith &middot; Apologetic Ministry &middot; Since 2001</p>
      <p class="king">For the King</p>
    </div>
  </footer>
</main>

<script>
  // Scroll reveal (respects reduced-motion via CSS)
  (function(){
    var els=document.querySelectorAll('.reveal');
    if(!('IntersectionObserver' in window)){els.forEach(function(e){e.classList.add('in')});return;}
    var io=new IntersectionObserver(function(en){en.forEach(function(x){if(x.isIntersecting){x.target.classList.add('in');io.unobserve(x.target);}});},{threshold:.12,rootMargin:'0px 0px -8% 0px'});
    els.forEach(function(e){io.observe(e);});
  })();
</script>
</body>
</html>
