<?php $pageTitle = "About — SkResultt"; include 'includes/header.php'; ?>

<section class="hero" style="padding:70px 24px;">
  <div class="hero-content">
    <h1>About SkResultt</h1>
    <p>We believe stories have the power to change how we think and live.</p>
  </div>
</section>

<section class="section">
  <div class="content-box">
    <h2>Our Story</h2>
    <p>SkResultt was born in 2024 with a simple mission: to bring together thoughtful writers, curious readers, and ideas worth sharing. We publish articles across technology, design, lifestyle, and travel — carefully crafted to inform and inspire.</p>

    <h2>Our Mission</h2>
    <p>We're on a mission to elevate quality writing on the web. In a world of noise and short attention spans, we champion long-form storytelling, deep research, and honest perspectives.</p>

    <h2>What Makes Us Different</h2>
    <p>Every article on SkResultt is handpicked by our editorial team. We don't chase clicks — we chase substance. Our writers come from diverse backgrounds and bring unique voices to every piece.</p>
  </div>

  <h2 class="section-title" style="margin-top:80px;">Meet the Team</h2>
  <p class="section-subtitle">The people behind the words</p>

  <div class="team-grid">
    <div class="team-card">
      <div class="avatar">A</div>
      <h4>Aarav Sharma</h4>
      <p>Founder & Editor</p>
    </div>
    <div class="team-card">
      <div class="avatar">P</div>
      <h4>Priya Patel</h4>
      <p>Lead Writer</p>
    </div>
    <div class="team-card">
      <div class="avatar">R</div>
      <h4>Rohan Verma</h4>
      <p>Tech Editor</p>
    </div>
    <div class="team-card">
      <div class="avatar">S</div>
      <h4>Sneha Iyer</h4>
      <p>Design Lead</p>
    </div>
  </div>
</section>

<?php include 'includes/footer.php'; ?>
