{"id":6,"date":"2026-06-11T03:00:35","date_gmt":"2026-06-11T03:00:35","guid":{"rendered":"https:\/\/pineandpistolmusic.com\/?page_id=6"},"modified":"2026-06-11T03:41:09","modified_gmt":"2026-06-11T03:41:09","slug":"main-html","status":"publish","type":"page","link":"https:\/\/pineandpistolmusic.com\/","title":{"rendered":"Main Page"},"content":{"rendered":"<p>&nbsp;<\/p>\n<style>\n        :root {<br \/>\n            --bg-main: #050505;<br \/>\n            --bg-section: #111111;<br \/>\n            --accent: #c62828;<br \/>\n            --text-main: #ffffff;<br \/>\n            --text-muted: #aaaaaa;<br \/>\n            --border-subtle: #333333;<br \/>\n            --max-width: 1100px;<br \/>\n            --font-body: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;<br \/>\n        }<\/p>\n<p>        * { box-sizing: border-box; }<\/p>\n<p>        body {<br \/>\n            margin: 0;<br \/>\n            font-family: var(--font-body);<br \/>\n            background: var(--bg-main);<br \/>\n            color: var(--text-main);<br \/>\n        }<\/p>\n<p>        a { color: inherit; text-decoration: none; }<br \/>\n        a:hover { text-decoration: underline; }<\/p>\n<p>        .container {<br \/>\n            max-width: var(--max-width);<br \/>\n            margin: 0 auto;<br \/>\n            padding: 0 20px;<br \/>\n        }<\/p>\n<p>        header {<br \/>\n            background: #000;<br \/>\n            border-bottom: 1px solid var(--border-subtle);<br \/>\n        }<\/p>\n<p>        .header-inner {<br \/>\n            display: flex;<br \/>\n            align-items: center;<br \/>\n            justify-content: space-between;<br \/>\n            padding: 16px 0;<br \/>\n        }<\/p>\n<p>        .site-title {<br \/>\n            font-size: 1.2rem;<br \/>\n            font-weight: 600;<br \/>\n        }<\/p>\n<p>        nav ul {<br \/>\n            list-style: none;<br \/>\n            display: flex;<br \/>\n            gap: 18px;<br \/>\n            margin: 0;<br \/>\n            padding: 0;<br \/>\n            font-size: 0.95rem;<br \/>\n        }<\/p>\n<p>        \/* HERO *\/<br \/>\n        .hero {<br \/>\n            position: relative;<br \/>\n            background: url(\"https:\/\/images.unsplash.com\/photo-1511379938547-c1f69419868d?auto=format&fit=crop&w=1600&q=80\")<br \/>\n                        center\/cover no-repeat;<br \/>\n        }<\/p>\n<p>        .hero::before {<br \/>\n            content: \"\";<br \/>\n            position: absolute;<br \/>\n            inset: 0;<br \/>\n            background: rgba(0, 0, 0, 0.55);<br \/>\n        }<\/p>\n<p>        .hero-inner {<br \/>\n            position: relative;<br \/>\n            z-index: 1;<br \/>\n            text-align: center;<br \/>\n            padding: 120px 20px;<br \/>\n        }<\/p>\n<p>        .hero-inner img {<br \/>\n            max-width: 90%;<br \/>\n            height: auto;<br \/>\n            border-radius: 6px;<br \/>\n        }<\/p>\n<p>        \/* MAIN CONTENT *\/<br \/>\n        main { padding: 60px 0 40px; }<\/p>\n<p>        .section {<br \/>\n            background: var(--bg-section);<br \/>\n            border-radius: 8px;<br \/>\n            padding: 32px 24px 40px;<br \/>\n        }<\/p>\n<p>        .section h2 {<br \/>\n            font-size: 1.8rem;<br \/>\n            margin: 0 0 16px;<br \/>\n            border-bottom: 2px solid var(--border-subtle);<br \/>\n            padding-bottom: 10px;<br \/>\n        }<\/p>\n<p>        .section p {<br \/>\n            font-size: 1.05rem;<br \/>\n            line-height: 1.7;<br \/>\n            margin: 0 0 12px;<br \/>\n        }<\/p>\n<p>        .button-row {<br \/>\n            display: flex;<br \/>\n            justify-content: center;<br \/>\n            align-items: center;<br \/>\n            gap: 16px;<br \/>\n            margin-top: 32px;<br \/>\n            flex-wrap: wrap;<br \/>\n        }<\/p>\n<p>        .btn-primary {<br \/>\n            background: var(--accent);<br \/>\n            padding: 12px 22px;<br \/>\n            border-radius: 6px;<br \/>\n            color: #fff;<br \/>\n            font-weight: 600;<br \/>\n            display: inline-block;<br \/>\n            text-decoration: none;<br \/>\n            font-size: 0.98rem;<br \/>\n        }<\/p>\n<p>        .btn-primary:hover { filter: brightness(1.1); }<\/p>\n<p>        \/* FOOTER *\/<br \/>\n        footer {<br \/>\n            border-top: 1px solid var(--border-subtle);<br \/>\n            padding: 40px 0 20px;<br \/>\n            background: #050505;<br \/>\n        }<\/p>\n<p>        .footer-top {<br \/>\n            display: flex;<br \/>\n            flex-wrap: wrap;<br \/>\n            gap: 32px;<br \/>\n            justify-content: space-between;<br \/>\n            margin-bottom: 24px;<br \/>\n        }<\/p>\n<p>        .footer-column {<br \/>\n            min-width: 160px;<br \/>\n            flex: 1;<br \/>\n        }<\/p>\n<p>        .footer-column h3 {<br \/>\n            font-size: 1rem;<br \/>\n            font-weight: 600;<br \/>\n            margin: 0 0 10px;<br \/>\n        }<\/p>\n<p>        .footer-links {<br \/>\n            list-style: none;<br \/>\n            padding: 0;<br \/>\n            margin: 0;<br \/>\n            font-size: 0.9rem;<br \/>\n        }<\/p>\n<p>        .footer-links li { margin-bottom: 6px; }<\/p>\n<p>        .footer-bottom {<br \/>\n            text-align: center;<br \/>\n            font-size: 0.85rem;<br \/>\n            color: var(--text-muted);<br \/>\n        }<\/p>\n<p>        @media (max-width: 700px) {<br \/>\n            .header-inner { flex-direction: column; align-items: flex-start; gap: 10px; }<br \/>\n            nav ul { flex-wrap: wrap; gap: 10px; }<br \/>\n        }<br \/>\n    <\/style>\n<section class=\"hero\">\n<div class=\"hero-inner container\">\n<p><!-- Your WordPress Image Block --><\/p>\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"589\" height=\"481\" class=\"wp-image-9\" src=\"https:\/\/pineandpistolmusic.com\/wp-content\/uploads\/2026\/06\/image.png\" alt=\"\" srcset=\"https:\/\/pineandpistolmusic.com\/wp-content\/uploads\/2026\/06\/image.png 589w, https:\/\/pineandpistolmusic.com\/wp-content\/uploads\/2026\/06\/image-300x245.png 300w\" sizes=\"auto, (max-width: 589px) 100vw, 589px\" \/><\/figure>\n<\/div>\n<\/section>\n<p>&nbsp;<\/p>\n<div class=\"container\">\n<section class=\"section\">\n<h2>About the Artist<\/h2>\n<p>Florida\u2011born and Texas\u2011raised,<br \/>\n<strong>Charles E. Teel Sr.<\/strong> is a singer, songwriter, and independent music producer<br \/>\nblending country, rock, and modern storytelling.<\/p>\n<p>He writes his own lyrics, performs his own vocals, and builds his sound through a mix of<br \/>\nauthentic musicianship and modern production tools, finalized in REAPER.<\/p>\n<p>His music spans country, rock, and crossover styles \u2014 rooted in honest storytelling and a<br \/>\nSouthern sense of place.<\/p>\n<div class=\"button-row\"><a class=\"btn-primary\" href=\"https:\/\/pineandpistolmusic.com\/?page_id=23\"><br \/>\nListen to Current Release<br \/>\n<\/a><\/div>\n<div><\/div>\n<\/section>\n<\/div>\n<footer>\n<div class=\"container\">\n<div class=\"footer-bottom\">\u00a9 2026 Charles E. Teel Sr. \u2014 Pine and Pistol Music<br \/>\nDesigned with <a href=\"https:\/\/wordpress.org\/\" rel=\"nofollow\">WordPress<\/a><\/div>\n<\/div>\n<\/footer>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; &nbsp; About the Artist Florida\u2011born and Texas\u2011raised, Charles E. Teel Sr. is a singer, songwriter, and independent music producer blending country, rock, and modern storytelling. He writes his own lyrics, performs his own vocals, and builds his sound through a mix of authentic musicianship and modern production tools, finalized in REAPER. His music spans [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pineandpistolmusic.com\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pineandpistolmusic.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pineandpistolmusic.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pineandpistolmusic.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pineandpistolmusic.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":5,"href":"https:\/\/pineandpistolmusic.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":29,"href":"https:\/\/pineandpistolmusic.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/29"}],"wp:attachment":[{"href":"https:\/\/pineandpistolmusic.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}