/
/
home
/
u523034047
/
domains
/
cbtfx.org
/
public_html
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.52
PHP 8.3.16
Dir:
/home/u523034047/domains/cbtfx.org/public_html
Edit:
/home/u523034047/domains/cbtfx.org/public_html/about-us.php
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>About Us – CBTF Cricket</title> <link rel="stylesheet" href="style.css"> <meta name="description" content="Learn more about CBTF Cricket – a trusted platform for cricket match analysis, fantasy tips, and expert insights."> <link rel="canonical" href="<?php echo (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?>"> <style> :root{ --primary:#7b2ff7; --secondary:#c94bff; --bg:#0a0d22; --card:#11163a; --border:#242a55; --text:#eef0ff; --muted:#a5acd6; } *{box-sizing:border-box} body{ margin:0; font-family:'Segoe UI',Inter,Arial,sans-serif; background:linear-gradient(180deg,#050817,#0a0f2c); color:var(--text); } .container{ max-width:1100px; margin:auto; padding:0 16px; } /* HERO */ .about-hero{ padding:90px 0 70px; text-align:center; background:linear-gradient(135deg,#4b136f,#7b2ff7); } .about-hero h1{ font-size:42px; margin-bottom:12px; } .about-hero p{ max-width:720px; margin:auto; font-size:18px; color:#e6e6ff; } /* SECTION */ .section{ padding:70px 0; } .section h2{ text-align:center; font-size:32px; margin-bottom:18px; background:linear-gradient(135deg,var(--primary),var(--secondary)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; } .section p{ max-width:900px; margin:0 auto 18px; text-align:center; color:var(--muted); line-height:1.8; font-size:16px; } /* CARDS */ .about-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:26px; margin-top:40px; } .about-card{ background:linear-gradient(145deg,#10163d,#0b102e); padding:26px; border-radius:18px; border:1px solid var(--border); box-shadow:0 20px 40px rgba(0,0,0,.45); transition:.35s ease; } .about-card:hover{ transform:translateY(-8px); box-shadow:0 30px 60px rgba(123,47,247,.35); } .about-card h3{ margin-top:0; color:#fff; } .about-card p{ color:var(--muted); line-height:1.7; } /* CTA */ .about-cta{ background:linear-gradient(135deg,#7b2ff7,#c94bff); padding:60px 0; text-align:center; } .about-cta h2{ color:#fff; margin-bottom:14px; } .about-cta a{ display:inline-block; margin-top:16px; padding:14px 36px; background:#25D366; color:#fff; font-weight:700; text-decoration:none; border-radius:40px; box-shadow:0 12px 30px rgba(0,0,0,.3); transition:.3s; } .about-cta a:hover{ transform:translateY(-4px) scale(1.05); } /* FOOTER */ .footer{ background:#06081a; text-align:center; padding:18px; color:var(--muted); font-size:14px; } </style> </head> <body> <header class="header"> <?php include 'header.php'; ?> </header> <!-- HERO --> <section class="about-hero"> <div class="container"> <h1>About CBTF Cricket</h1> <p> CBTF Cricket is a modern cricket analysis and fantasy insights platform built for passionate cricket fans who want smarter, data-driven decisions. </p> </div> </section> <!-- ABOUT CONTENT --> <section class="section"> <div class="container"> <h2>Who We Are</h2> <p> CBTF Cricket was created with a simple vision — to provide accurate, easy-to-understand cricket match analysis, fantasy cricket tips, and pre-match insights in one trusted place. </p> <p> Our platform focuses on research-based strategies, match conditions, team combinations, and player performance trends so users can stay ahead of the game. </p> <div class="about-grid"> <div class="about-card"> <h3>🎯 Our Mission</h3> <p> To empower cricket fans with reliable insights, transparent analysis, and responsible fantasy guidance. </p> </div> <div class="about-card"> <h3>📊 Our Approach</h3> <p> We analyze pitch reports, team news, player stats, and recent form to deliver high-quality cricket content. </p> </div> <div class="about-card"> <h3>🤝 Trust & Transparency</h3> <p> CBTF Cricket promotes responsible gaming and believes in long-term trust with its users. </p> </div> </div> </div> </section> <!-- CTA --> <section class="about-cta"> <div class="container"> <h2>Join CBTF Cricket Today</h2> <p>Get expert cricket insights, match previews & fantasy tips.</p> <a href="#" >WhatsApp Now</a> </div> </section> <?php include 'footer.php'; ?> </body> </html>
Ukuran: 4.8 KB