Files
sami-ahmed-net/index.php
T

375 lines
22 KiB
PHP

<?php
/**
* WordPress front controller - Pure HTML/CSS, no Elementor
* LiteSpeed output filter workaround preserved
*/
chdir(dirname(__FILE__));
define("WP_USE_THEMES", false);
require("./wp-load.php");
// Capture wp_head and wp_footer
ob_start();
wp_head();
$wp_head = ob_get_clean();
ob_start();
wp_footer();
$wp_footer = ob_get_clean();
$site_title = get_bloginfo("name");
$theme_url = get_bloginfo("stylesheet_directory");
// Get recent posts for writings section
$recent_posts = get_posts(array('numberposts' => 4, 'post_status' => 'publish'));
$posts_html = '';
$blog_url = get_permalink(get_option('page_for_posts'));
if (empty($blog_url)) $blog_url = home_url('/');
foreach ($recent_posts as $p) {
$posts_html .= '<article class="post-card"><h3><a href="' . get_permalink($p) . '">' . esc_html($p->post_title) . '</a></h3><time>' . get_the_date('', $p) . '</time></article>';
}
if (empty($posts_html)) {
$posts_html = '<p>Posts coming soon...</p>';
}
$ajax_url = admin_url("admin-ajax.php");
$year = date('Y');
?>
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php echo esc_html($site_title); ?></title>
<link rel="stylesheet" href="<?php echo esc_url($theme_url); ?>/style.css" media="screen" />
<?php echo $wp_head; ?>
<link rel="icon" href="/wp-content/uploads/2020/04/sami-round-100x100.png" sizes="32x32" />
<link rel="icon" href="/wp-content/uploads/2020/04/sami-round-300x300.png" sizes="192x192" />
<link rel="apple-touch-icon" href="/wp-content/uploads/2020/04/sami-round-300x300.png" />
</head>
<body class="home page sami-site">
<!-- MOM MEMORIAL — In loving memory of Margaret McCorkle -->
<header class="memorial-banner" role="banner">
<div class="memorial-inner">
<div class="memorial-text-group">
<span class="memorial-text">I love you, Mom. I will miss you forever.</span>
<span class="memorial-name">Margaret McCorkle</span>
<span class="memorial-dates">May 4, 1947 &mdash; August 29, 2021</span>
</div>
<div class="memorial-photo">
<img src="https://sami-ahmed.net/wp-content/uploads/2021/09/mom-close-1.jpg" alt="Margaret McCorkle" width="80" height="80">
</div>
</div>
</header>
<!-- SECTION 0: HERO -->
<section class="hero-section" id="hero">
<div class="hero-bg-animation"></div>
<div class="hero-content">
<img src="https://sami-ahmed.net/wp-content/uploads/2022/09/Sami-Ahmed-WEBSITE-CARD-2.png"
alt="Sami Ahmed" class="hero-card-img">
</div>
</section>
<!-- SECTION 1: SOCIAL LINKS -->
<section class="social-section" id="socials">
<div class="container">
<h2 class="section-title light">I'm available at all these places. Hit me up.</h2>
<div class="social-grid">
<a href="https://t.me/SamiAhmed7777" target="_blank" class="social-link">
<i class="fa-brands fa-telegram social-logo" style="color:#26A5E4"></i>
<div class="social-info"><span class="social-name">Telegram</span><span class="social-handle">@SamiAhmed7777</span></div>
</a>
<a href="https://gab.com/SamiAhmed" target="_blank" class="social-link">
<i class="fa-brands fa-gab social-logo" style="color:#21CF7A"></i>
<div class="social-info"><span class="social-name">Gab</span><span class="social-handle">@SamiAhmed</span></div>
</a>
<a href="https://www.instagram.com/samiahmed7777/" target="_blank" class="social-link">
<i class="fa-brands fa-instagram social-logo" style="color:#E4405F"></i>
<div class="social-info"><span class="social-name">Instagram</span><span class="social-handle">@samiahmed7777</span></div>
</a>
<a href="https://fb.me/samiahmed7777official" target="_blank" class="social-link">
<i class="fa-brands fa-facebook social-logo" style="color:#1877F2"></i>
<div class="social-info"><span class="social-name">Facebook</span><span class="social-handle">SamiEAhmed7777</span></div>
</a>
<a href="https://wa.me/17145766287" target="_blank" class="social-link">
<i class="fa-brands fa-whatsapp social-logo" style="color:#25D366"></i>
<div class="social-info"><span class="social-name">WhatsApp</span><span class="social-handle">+1 (714) 576-6287</span></div>
</a>
<a href="https://diamondapp.com/u/SamiAhmed" target="_blank" class="social-link">
<i class="fa-solid fa-gem social-logo" style="color:#0066FF"></i>
<div class="social-info"><span class="social-name">Diamond</span><span class="social-handle">@SamiAhmed</span></div>
</a>
<a href="https://www.youtube.com/user/SamiAhmed2000" target="_blank" class="social-link">
<i class="fa-brands fa-youtube social-logo" style="color:#FF0000"></i>
<div class="social-info"><span class="social-name">YouTube</span><span class="social-handle">SamiAhmed2000</span></div>
</a>
<a href="https://twitter.com/RealSamiAhmed" target="_blank" class="social-link">
<i class="fa-brands fa-x-twitter social-logo" style="color:#fff"></i>
<div class="social-info"><span class="social-name">X / Twitter</span><span class="social-handle">@RealSamiAhmed</span></div>
</a>
<a href="https://www.reddit.com/user/SamiAhmed1987" target="_blank" class="social-link">
<i class="fa-brands fa-reddit-alien social-logo" style="color:#FF4500"></i>
<div class="social-info"><span class="social-name">Reddit</span><span class="social-handle">u/SamiAhmed1987</span></div>
</a>
<a href="https://discord.com/users/408471082518052874" target="_blank" class="social-link">
<i class="fa-brands fa-discord social-logo" style="color:#5865F2"></i>
<div class="social-info"><span class="social-name">Discord</span><span class="social-handle">SamiAhmed1987</span></div>
</a>
<a href="https://www.linkedin.com/in/samiahmed7777" target="_blank" class="social-link">
<i class="fa-brands fa-linkedin social-logo" style="color:#0A66C2"></i>
<div class="social-info"><span class="social-name">LinkedIn</span><span class="social-handle">samiahmed7777</span></div>
</a>
<a href="https://vk.com/samiahmed7777" target="_blank" class="social-link">
<i class="fa-brands fa-vk social-logo" style="color:#0077FF"></i>
<div class="social-info"><span class="social-name">VK</span><span class="social-handle">samiahmed7777</span></div>
</a>
<a href="https://mewe.com/i/samiahmed" target="_blank" class="social-link">
<i class="fa-solid fa-circle-nodes social-logo" style="color:#5B6CFF"></i>
<div class="social-info"><span class="social-name">MeWe</span><span class="social-handle">samiahmed</span></div>
</a>
<a href="https://keybase.io/samiahmed7777" target="_blank" class="social-link">
<i class="fa-brands fa-keybase social-logo" style="color:#33A0FF"></i>
<div class="social-info"><span class="social-name">Keybase</span><span class="social-handle">samiahmed7777</span></div>
</a>
<a href="https://parler.com/#/user/SamiAhmed7777" target="_blank" class="social-link">
<i class="fa-solid fa-comment-dots social-logo" style="color:#BE1E2D"></i>
<div class="social-info"><span class="social-name">Parler</span><span class="social-handle">@SamiAhmed</span></div>
</a>
<a href="https://www.snapchat.com/add/samiahmed7777" target="_blank" class="social-link">
<i class="fa-brands fa-snapchat social-logo" style="color:#FFFC00"></i>
<div class="social-info"><span class="social-name">Snapchat</span><span class="social-handle">@samiahmed7777</span></div>
</a>
<a href="https://getsession.org" target="_blank" class="social-link">
<i class="fa-solid fa-lock social-logo" style="color:#00A5FF"></i>
<div class="social-info"><span class="social-name">Session</span><span class="social-handle">05a5ec...326a5c</span></div>
</a>
<a href="https://iris.to/samiahmed7777" target="_blank" class="social-link">
<i class="fa-solid fa-eye social-logo" style="color:#7B68EE"></i>
<div class="social-info"><span class="social-name">Iris</span><span class="social-handle">@samiahmed7777</span></div>
</a>
</div>
</div>
</section>
<!-- SECTION 2: WRITINGS & APPEARANCES -->
<section class="writings-section" id="writings">
<div class="container two-col">
<div class="col">
<h2 class="section-title light">See My Poems and Writings</h2>
<?php echo $posts_html; ?>
<a href="<?php echo esc_url($blog_url); ?>" class="btn">Load More</a>
</div>
<div class="col">
<h2 class="section-title light">See My Appearances</h2>
<div class="video-wrapper">
<iframe src="https://www.youtube.com/embed/Nj3pURf8P7E" title="YouTube video" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="video-wrapper">
<iframe src="https://www.youtube.com/embed/nf5zOiLKjVI" title="YouTube video" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<!-- SECTION 3: SUPPORT / PAYMENTS -->
<section class="support-section" id="support">
<div class="support-bg-animation"></div>
<div class="container">
<div class="payment-grid">
<a href="https://cash.app/$SamiAhmed7777" target="_blank" class="payment-card">
<i class="fa-solid fa-gem payment-logo" style="color:#8B5CF6"></i>
<span class="payment-name">Gem/ENS</span>
<span class="payment-handle">$SamiAhmed7777</span>
</a>
<a href="https://cash.app/$SamiAhmed7777" target="_blank" class="payment-card">
<i class="fa-solid fa-globe payment-logo" style="color:#1A1A6C"></i>
<span class="payment-name">Unstoppable</span>
<span class="payment-handle">sami7777.x</span>
</a>
<a href="https://cash.app/$SamiAhmed7777" target="_blank" class="payment-card">
<i class="fa-solid fa-dollar-sign payment-logo" style="color:#00D632"></i>
<span class="payment-name">Cash App</span>
<span class="payment-handle">$SamiAhmed7777</span>
</a>
<a href="https://paypal.me/SamiAhmed7777" target="_blank" class="payment-card">
<i class="fa-brands fa-paypal payment-logo" style="color:#003087"></i>
<span class="payment-name">PayPal</span>
<span class="payment-handle">@SamiAhmed7777</span>
</a>
<a href="https://account.venmo.com/u/samiahmed7777" target="_blank" class="payment-card">
<i class="fa-brands fa-vimeo-v payment-logo" style="color:#008CFF"></i>
<span class="payment-name">Venmo</span>
<span class="payment-handle">@samiahmed7777</span>
</a>
</div>
</div>
</section>
<!-- SECTION 5: 313.CASH / CRYPTO -->
<section class="crypto-section" id="crypto">
<div class="crypto-bg-animation"></div>
<div class="container">
<a href="https://pinball.cash" target="_blank">
<img src="https://sami-ahmed.net/wp-content/uploads/2024/10/pinball_protocolv2-9a4274e47c1" alt="Pinball Protocol" class="crypto-img">
</a>
<p class="crypto-text">I proudly support 313.cash because I was there the day it was created. This platform represents crypto in its truest form—it's about spreading the understanding that we no longer need the traditional banking system the way we once did. We have the power to assign value to the tools we use, and with this technology, we can move that value wherever and whenever we need to. 313.cash offers free Mazacoin airdrops up to seven times a day, promoting personal sovereignty and economic independence at the click of a button.</p>
<a href="https://odd.bio/!samiahmed7777" target="_blank">
<img src="https://sami-ahmed.net/wp-content/uploads/2022/07/oddbank-logo.png" alt="OddBank" class="crypto-img-small">
</a>
</div>
</section>
<!-- SECTION 6: CHURCH PACKET -->
<section class="church-section" id="church">
<div class="container two-col">
<div class="col">
<img src="https://sami-ahmed.net/wp-content/uploads/2025/05/Sami-church-packet.png" alt="Church Packet" class="church-img">
<h2 class="section-title">🔥The New Great Awakening Begins With You: Build Your Church</h2>
<div class="church-text">
<p>I'm proud to offer a complete <strong>508(c)(1)(a) Church Planting Starter Packet</strong>, designed to help ordinary people establish their own unincorporated, Bible-based churches without the complexity or expense of formal incorporation.</p>
<p>This digital packet includes:</p>
<ul>
<li>Step-by-step EIN application guidance</li>
<li>Editable <strong>Church Constitution</strong> and <strong>Statement of Faith</strong> templates</li>
<li>Simple filing instructions to help you stay in compliance</li>
</ul>
<p>With this packet, I'm working to usher in a new era of independent, spirit-led churches — churches that preach the Word of God authentically and serve their communities with integrity and freedom.</p>
<p>Every new generation must either use or lose its rights. One of our most sacred national rights is the First Amendment: the God-given freedom to practice our faith openly and boldly, so long as we do not harm the public.</p>
<p>This <strong>Church Planting Starter Packet</strong> empowers people to form and operate unincorporated churches without expensive legal fees, burdensome paperwork, or IRS entanglement.<br>I know it works — I used this exact structure to establish the <strong>Fellowship of Jesus Christ in California Valley</strong>.</p>
<p>You can learn more at <a href="https://fjccv.org">fjccv.org</a>.</p>
<h3>⚠️ Note:</h3>
<p>You should always research your <strong>state and local laws</strong>. While this packet offers a solid federal foundation, every region has unique requirements, and due diligence is essential.</p>
<h3>⚖️ Disclaimer:</h3>
<p>This packet is provided for <strong>informational and educational purposes only</strong> and does <strong>not constitute legal advice</strong>. I am not an attorney and do not provide legal services. Please consult a qualified legal professional for specific questions regarding your church or nonprofit structure.</p>
</div>
</div>
<div class="col church-action">
<img src="https://sami-ahmed.net/wp-content/uploads/2025/06/Church-starter-packet-cover.png" alt="Church Starter Packet" class="church-cover">
<a href="https://donate.stripe.com/28EfZh0affnN8Rv7ko9bO01" target="_blank" class="btn btn-large btn-glow">Get It Now</a>
</div>
</div>
</section>
<!-- DID YOU KNOW? AI SERVICES -->
<div class="ai-services-box">
<h2>🤖 Did you know?</h2>
<p>I can help businesses and individuals harness the power of AI to work smarter, not harder. Whether you need custom AI solutions, workflow automation, or strategic guidance — I'm here to help you navigate this transformative technology.</p>
<div class="ai-offers">
<h3>What I Offer:</h3>
<ul>
<li>✓ Custom AI solution development</li>
<li>✓ Business process automation</li>
<li>✓ AI strategy &amp; implementation consulting</li>
<li>✓ Chatbot &amp; virtual assistant creation</li>
<li>✓ Training &amp; workshops on AI tools</li>
<li>✓ API integration &amp; workflow optimization</li>
</ul>
</div>
<div class="ai-cta">
<a href="https://booking.sami-ahmed.net">📅 Book a Consultation →</a>
</div>
</div>
<!-- SECTION 7: CONTACT -->
<section class="contact-section" id="contact">
<div class="container">
<div class="contact-accent-box">
<h2 class="section-title">Your Platform Needs You</h2>
<p>Don't let them silence you. Build where you own your voice.</p>
</div>
<div class="divider"></div>
<h2 class="section-title light">Don't Hesitate to Drop Me a Line!</h2>
<p class="contact-intro">
Use the form below, or email me at<br>
<strong>hello@sami-ahmed.net</strong> · <strong>yo@itsfuckinsami.com</strong> · <strong>ahmed.sami@gmail.com</strong> (mind the dot)
</p>
<form id="contact-form" class="contact-form">
<div class="form-group"><input type="text" name="name" placeholder="Who are you?" required></div>
<div class="form-group"><input type="email" name="email" placeholder="What's your email?" required></div>
<div class="form-group"><textarea name="message" rows="6" placeholder="Message" required></textarea></div>
<div class="hp-field" aria-hidden="true"><input type="text" name="website" tabindex="-1" autocomplete="off"></div>
<button type="submit" class="btn btn-large">Send Me a Message</button>
<div id="cf-status" class="form-status"></div>
</form>
</div>
</section>
<!-- SECTION 8 & 9: ABOUT -->
<section class="about-section" id="about">
<div class="container">
<h2 class="section-title light">A little about me</h2>
</div>
</section>
<section class="about-content-section">
<div class="container">
<p>I'm <strong>Sami Ahmed</strong> — a builder, creator, and lifelong learner who wears my heart on my sleeve.</p>
<p>Over the years, I've worn many hats: entrepreneur, researcher, technologist, advocate, and more. I'm a jack of all trades and master of none, but every path I've walked has shaped my ability to create, adapt, and guide others toward a stronger future.</p>
<p>Today, I serve as Overseer of the <strong>Fellowship of Jesus Christ in California Valley</strong>, stepping into a new stage of life dedicated to counseling, encouragement, and restoration. My mission is to help others break through the chains that bind them — to find freedom, purpose, and a new direction in a world too often marked by brokenness and profound suffering.</p>
<p>Through experience, faith, and a commitment to truth, I aim to empower others to reclaim what has been lost and boldly build something lasting for themselves and their communities.</p>
</div>
</section>
<!-- SECTION 10: MAILING ADDRESS -->
<section class="mail-section" id="mail">
<div class="container">
<h2 class="section-title light">Send me a letter or package if you would prefer</h2>
<div class="address-block">
<p><strong>Sami Ahmed</strong></p>
<p><strong>3217 CARSON St.</strong></p>
<p>STE 360</p>
<p><strong>Lakewood, CA</strong></p>
<p><strong>90712</strong></p>
</div>
<div class="warning-box">
<p><b>WARNING:</b> Please observe and respect USPS rules regarding prohibited items if you send me something. I would <b>strongly</b> recommend to email me first or contact me through one of my platforms before sending anything off.</p>
</div>
</div>
</section>
<footer class="site-footer-custom">
<div class="container"><p>&copy; <?php echo $year; ?> Sami Ahmed. All rights reserved.</p></div>
</footer>
<script>
document.getElementById('contact-form').addEventListener('submit', function(e) {
e.preventDefault();
var form = this, status = document.getElementById('cf-status'), btn = form.querySelector('button');
btn.disabled = true; btn.textContent = 'Sending...';
var data = new FormData(form); data.append('action', 'sami_contact');
fetch('<?php echo $ajax_url; ?>', {method:'POST', body:data})
.then(function(r){return r.json()})
.then(function(r){
status.innerHTML = r.success ? '<span style="color:#4CAF50">'+r.data.msg+'</span>' : '<span style="color:#ff6b6b">'+(r.data?r.data.msg:'Error')+'</span>';
if(r.success) form.reset();
btn.disabled=false; btn.textContent='Send Me a Message';
})
.catch(function(){status.innerHTML='<span style="color:#ff6b6b">Network error</span>';btn.disabled=false;btn.textContent='Send Me a Message';});
});
</script>
<!-- IMPORTANT PAGES -->
<section class="important-pages-section">
<h2>Important Pages</h2>
<nav class="important-pages-nav">
<a href="/">Home</a>
<a href="/fjccv">FJCCV</a>
<a href="/blog">Blog</a>
<a href="https://booking.sami-ahmed.net">Book a Consultation</a>
</nav>
</section>
<!-- COPYRIGHT FOOTER -->
<section class="copyright-section">
<img src="/wp-content/uploads/2020/09/All-Rights-Reserved-2025-1-1.png" alt="sami-ahmed.net Copyright Notice" class="copyright-logo">
</section>
<?php echo $wp_footer; ?>
</body>
</html>