Siteβ―Builder
Editing:
fastlou.html
writable 0666
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Primary Meta Tags --> <title>Make Abs Great Again | Patriot Fitness, Faith & Nutrition | Fast Louβs Fitness</title> <meta name="title" content="Make Abs Great Again | Patriot Fitness, Faith & Nutrition | Fast Louβs Fitness"> <meta name="description" content="Join Fast Louβs Make Abs Great Again revolution! Custom AI-powered fitness and nutrition plans for patriots. Build a stronger you. Faith, Family, Freedom. Transform your health, reclaim your future. Affordable & results guaranteed."> <!-- Canonical URL --> <link rel="canonical" href="https://www.makeabsgreatagain.com/"> <!-- Open Graph / Facebook --> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.makeabsgreatagain.com/"> <meta property="og:title" content="Make Abs Great Again | Patriot Fitness, Faith & Nutrition | Fast Louβs Fitness"> <meta property="og:description" content="Transform your body, mind, and spirit with Fast Louβs AI-powered fitness plans. Join a patriotic fitness community devoted to health, faith, and America. Sign up for your free assessment now!"> <!-- Twitter / X --> <meta name="twitter:card" content="summary"> <meta name="twitter:url" content="https://www.makeabsgreatagain.com/"> <meta name="twitter:title" content="Make Abs Great Again | Patriot Fitness, Faith & Nutrition | Fast Louβs Fitness"> <meta name="twitter:description" content="Join the Make Abs Great Again movement! Build strength, health, and purpose with Fast Louβs personalized programs. Faith. Family. Freedom."> <!-- Viewport & Mobile --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5"> <meta name="mobile-web-app-capable" content="yes"> <meta name="theme-color" content="#c8102e"> <!-- Robots & SEO --> <meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"> <meta name="googlebot" content="index, follow"> <meta name="bingbot" content="index, follow"> <!-- Local Business & Trust Schema --> <meta name="business:contact_data:street_address" content="Your Street Address"> <meta name="business:contact_data:locality" content="Your City"> <meta name="business:contact_data:region" content="Your State"> <meta name="business:contact_data:postal_code" content="Your ZIP"> <meta name="business:contact_data:country_name" content="USA"> <meta name="business:contact_data:email" content="info@makeabsgreatagain.com"> <meta name="business:contact_data:phone_number" content="+1-727-259-9113"> <meta name="business:contact_data:website" content="https://www.makeabsgreatagain.com/"> <!-- Keywords (less important but sometimes useful) --> <meta name="keywords" content="Patriot Fitness, Make Abs Great Again, Fast Lou, AI Fitness App, Custom Nutrition Plans, Intermittent Fasting, Keto, Biohacking, Christian Fitness, Faith Fitness, American Fitness, Menβs Fitness, Veteran Fitness, Family Health, Affordable Fitness, Personalized Coaching, Accountability, Faith-Based Fitness, Red White and Blue Fitness, MAGA Fitness, Strength, Health, Freedom, Teamwork, Healthy America"> <!-- Author & Copyright --> <meta name="author" content="Fast Lou"> <meta name="copyright" content="Fast Louβs Fitness"> <!-- Language --> <meta name="language" content="en"> <meta http-equiv="Content-Language" content="en"> <!-- Alternate Link (for SEO, if you have other languages) --> <!-- <link rel="alternate" hreflang="en" href="https://www.makeabsgreatagain.com/" /> --> <!-- Manifest (for PWA, optional but good for modern SEO) --> <!-- Site Verification (add your Google/Bing code if you have it) --> <!-- <meta name="google-site-verification" content="YOUR_GOOGLE_VERIFICATION_CODE"> --> <!-- <meta name="msvalidate.01" content="YOUR_BING_VERIFICATION_CODE"> --> <!-- Social Profile Links (for knowledge panel, optional) --> <link rel="me" href="https://facebook.com/yourfacebookpage"> <link rel="me" href="https://twitter.com/yourtwitterhandle"> <link rel="me" href="https://instagram.com/yourinstagram"> <link href="https://fonts.googleapis.com/css?family=Montserrat:700,900|Roboto:400,700" rel="stylesheet"> <style> :root { --red: #c8102e; --blue: #0033a0; --white: #fff; --gold: #ffd700; --gray: #232323; } body { margin: 0; background: linear-gradient(180deg, var(--white) 0%, #f5f7fa 100%); font-family: 'Roboto', Arial, sans-serif; color: var(--gray); min-height: 100vh; } header { background: var(--blue); color: var(--white); text-align: center; padding: 2rem 1rem 1rem 1rem; border-bottom: 8px solid var(--red); letter-spacing: 2px; position: relative; } header::before, header::after { content: ''; display: block; width: 70px; height: 6px; background: linear-gradient(90deg, var(--red) 50%, var(--white) 50%); margin: 0 auto 1rem auto; } header::after { background: linear-gradient(90deg, var(--white) 50%, var(--red) 50%); margin-bottom: 0; margin-top: 1rem; } h1 { font-family: 'Montserrat', Arial, sans-serif; font-size: 2.7rem; margin-bottom: 0.2em; letter-spacing: 3px; text-transform: uppercase; font-weight: 900; } h2 { font-family: 'Montserrat', Arial, sans-serif; color: var(--red); margin-top: 1.7em; margin-bottom: 0.5em; font-size: 2rem; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 900; } h3 { font-family: 'Montserrat', Arial, sans-serif; color: var(--blue); font-size: 1.25rem; margin-top: 1.3em; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; } .hero { background: var(--red); color: var(--white); padding: 2rem 1rem 2.5rem 1rem; text-align: center; border-radius: 0 0 25px 25px; font-size: 1.18rem; letter-spacing: 0.5px; } .hero strong { color: var(--gold); text-shadow: 1px 1px 2px #0002; } .cta { margin: 2.5rem auto 1.5rem auto; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; } .cta button { background: var(--blue); color: var(--white); border: none; padding: 0.85em 2.2em; border-radius: 25px; font-size: 1.3rem; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; box-shadow: 0 4px 16px #0033a04a; cursor: pointer; transition: background 0.2s; margin: 0.2em 0; } .cta button:hover { background: var(--red); color: var(--white); } .cta .note { font-size: 0.98rem; color: var(--gray); font-style: italic; margin-top: 0.6em; } .section { margin: 0 auto; max-width: 760px; padding: 2.5rem 1.2rem 2.2rem 1.2rem; background: #fff; border-radius: 15px; box-shadow: 0 2px 20px #0033a01a; margin-bottom: 2rem; } ul { margin-left: 1.3em; padding-left: 0; } li { margin-bottom: 0.6em; line-height: 1.55; } .divider { border: 0; border-top: 3px double var(--red); margin: 2.5rem 0 2rem 0; } .quote { background: var(--blue); color: var(--white); font-family: 'Montserrat', Arial, sans-serif; font-size: 1.14rem; font-style: italic; padding: 1.2em 1em; border-radius: 10px; margin: 2em 0 1.7em 0; text-align: center; letter-spacing: 0.4px; border-left: 7px solid var(--red); border-right: 7px solid var(--red); } .values { display: flex; justify-content: space-evenly; align-items: center; flex-wrap: wrap; margin: 2.5rem 0; text-align: center; } .value-box { flex: 1 1 170px; margin: 0.7em; background: #f2f6ff; padding: 1.3em 1em; border-radius: 10px; box-shadow: 0 2px 8px #0033a02d; border-top: 3px solid var(--red); border-bottom: 3px solid var(--blue); font-weight: 700; color: var(--gray); font-size: 1.13rem; letter-spacing: 0.3px; } .value-box span { display: block; font-size: 2.1rem; color: var(--red); margin-bottom: 0.2em; font-family: 'Montserrat', Arial, sans-serif; } .section-faith { background: var(--blue); color: var(--gold); border: 0; box-shadow: none; margin: 0 auto 2.5rem auto; } .section-faith h2 { color: var(--gold); } .patriot-footer { background: var(--red); color: var(--white); text-align: center; font-size: 1rem; padding: 1.5rem 0 0.6rem 0; letter-spacing: 1.2px; border-top: 8px solid var(--blue); margin-top: 2rem; } .patriot-footer a { color: var(--gold); text-decoration: underline; font-weight: 700; } /* Responsive */ @media (max-width: 650px) { h1 { font-size: 2rem; } .hero { font-size: 1.05rem; } .section { padding: 1.1rem 0.7rem; } .values { flex-direction: column; } .value-box { width: 90%; } } </style> </head> <body> <header> <h1>MAKE ABS GREAT AGAIN</h1> <div style="font-size:1.3rem;margin-bottom:0.7em;font-weight:600;">Patriotism. Fitness. Faith.</div> <div style="font-size:1.1rem;"> Join Fast Louβs Movement for a Healthier, Stronger, and More United America! </div> </header> <section class="hero"> <strong>America needs YOU!</strong> <br> Itβs time to reclaim your health, your strength, and your purpose. <br> <span style="color:#fff;">Ready to build a nation of warriorsβone shredded core at a time?</span> <br> <span style="font-size:1.08em;font-weight:600;">#ComfortKills #MAGA #FaithOverFear</span> </section> <div class="cta"> <button onclick="window.location='#signup'">Start Your Transformation</button> <button onclick="window.location='#contact'">Have Questions? Contact Us</button> <div class="note">No images. No hype. Just results. 100% Patriot powered.</div> </div> <div class="section"> <h2>Why Join?</h2> <ul> <li><strong>Custom AI Fitness & Nutrition Plans</strong> β No two patriots are the same. Get a program made for YOU.</li> <li><strong>Accountability & Community</strong> β Join like-minded Americans fighting for better health and a better nation.</li> <li><strong>Faith, Family, & Freedom</strong> β Reclaim your God-given potential. Transform your life and those around you.</li> <li><strong>No Excuses</strong> β Real guidance. Real results. Zero fluff.</li> <li><strong>Affordable for All</strong> β Because this is about mission, not profit.</li> </ul> <div class="quote"> βNo dream is too big. No challenge is too great.β<br> β Donald Trump </div> </div> <div class="values"> <div class="value-box"> <span>πΊπΈ</span> <div>Patriot Strength</div> <small>Be part of the solution. Build a resilient, united America.</small> </div> <div class="value-box"> <span>πͺ</span> <div>Fitness</div> <small>Unlock energy, muscle, and confidence at any age.</small> </div> <div class="value-box"> <span>βοΈ</span> <div>Faith</div> <small>Live with purpose. Walk in faith. Lead by example.</small> </div> </div> <div class="section"> <h2>What We Stand For</h2> <ul> <li><strong>Cutting-Edge Fitness App</strong>: Track your workouts, meals, and progress with easeβon any device.</li> <li><strong>Biohacking Techniques</strong>: Intermittent fasting, cold plunges, red light, grounding & more.</li> <li><strong>Expert Coaching</strong>: Decades of experience, real-world advice. Not just another βinfluencer.β</li> <li><strong>Teamwork Over Lone Wolf</strong>: Strength in numbers. Build each other up.</li> <li><strong>Accountability & Results</strong>: We guarantee your progressβor you keep the program until you succeed.</li> </ul> </div> <div class="section-faith section"> <h2>In God We Trust</h2> <div> <strong>Faith</strong> is at the core of everything we do.<br> Transform your body, renew your mind, and lift your spirit.<br> Our mission is to honor God, serve others, and inspire lasting change. </div> </div> <div class="section" id="signup"> <h2>Ready to Join the Revolution?</h2> <form style="max-width:480px;margin:1.5em auto 0 auto;text-align:left;"> <label for="name"><strong>First Name</strong></label><br> <input type="text" id="name" name="name" placeholder="Your name here" style="width:100%;padding:0.65em;margin:0.7em 0 1em 0;border-radius:6px;border:1px solid #d3d3d3;"> <label for="email"><strong>Email Address</strong></label><br> <input type="email" id="email" name="email" placeholder="Your email address" style="width:100%;padding:0.65em;margin:0.7em 0 1em 0;border-radius:6px;border:1px solid #d3d3d3;"> <label for="phone"><strong>Phone Number</strong></label><br> <input type="tel" id="phone" name="phone" placeholder="Your phone number" style="width:100%;padding:0.65em;margin:0.7em 0 1.3em 0;border-radius:6px;border:1px solid #d3d3d3;"> <button type="submit" style="width:100%;background:var(--red);color:var(--white);font-weight:900;padding:0.9em;border:none;border-radius:10px;font-size:1.19rem;letter-spacing:1px;cursor:pointer;">Join Now</button> </form> <div style="margin-top:1.1em;text-align:center;font-size:1rem;"> <strong>Be part of the solution. America needs YOU!</strong> </div> </div> <div class="section" id="contact"> <h2>Contact Fast Lou & The Team</h2> <div style="margin-bottom:0.8em;"> Questions? Want to learn more? Weβre here for you.<br> <span style="color:var(--blue);font-weight:600;">Call or Text: 727-259-9113</span> </div> <form style="max-width:480px;margin:1.5em auto 0 auto;text-align:left;"> <label for="contact-name"><strong>Name</strong></label><br> <input type="text" id="contact-name" name="contact-name" placeholder="Your name" style="width:100%;padding:0.65em;margin:0.7em 0 1em 0;border-radius:6px;border:1px solid #d3d3d3;"> <label for="contact-email"><strong>Email</strong></label><br> <input type="email" id="contact-email" name="contact-email" placeholder="Your email address" style="width:100%;padding:0.65em;margin:0.7em 0 1em 0;border-radius:6px;border:1px solid #d3d3d3;"> <label for="contact-msg"><strong>Message</strong></label><br> <textarea id="contact-msg" name="contact-msg" placeholder="How can we help you?" style="width:100%;padding:0.65em;margin:0.7em 0 1.3em 0;border-radius:6px;border:1px solid #d3d3d3;" rows="4"></textarea> <button type="submit" style="width:100%;background:var(--blue);color:var(--white);font-weight:900;padding:0.9em;border:none;border-radius:10px;font-size:1.13rem;letter-spacing:1px;cursor:pointer;">Send Message</button> </form> </div> <footer class="patriot-footer"> <strong>MAKE ABS GREAT AGAIN</strong> | Fitness, Faith, & Freedom for America<br> <span style="font-size:0.97em;letter-spacing:0.2px;"> © 2025 Fast Louβs Fitness. All Rights Reserved. | <a href="#signup">Join Now</a> | <a href="#contact">Contact</a> </span> </footer> </body> </html>
Save changes
Create folder
writable 0777
Create
Cancel