127 lines
6.1 KiB
PHP
127 lines
6.1 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>teenconnect</title>
|
|
<meta name="description" content="A new social media app for teens. Connect, share, and discover.">
|
|
<meta name="keywords" content="social media, teens, teenagers, connect, share, friends, community, safe social, teen app, Built with Flatlogic Generator">
|
|
<meta property="og:title" content="teenconnect">
|
|
<meta property="og:description" content="A new social media app for teens. Connect, share, and discover.">
|
|
<meta property="og:image" content="<?php echo htmlspecialchars($_SERVER['PROJECT_IMAGE_URL'] ?? ''); ?>">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:image" content="<?php echo htmlspecialchars($_SERVER['PROJECT_IMAGE_URL'] ?? ''); ?>">
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
|
</head>
|
|
<body>
|
|
|
|
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
|
|
<div class="container">
|
|
<a class="navbar-brand" href="#">teenconnect</a>
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navbarNav">
|
|
<ul class="navbar-nav ms-auto">
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="#features">Features</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="btn btn-primary ms-lg-3" href="#join">Join Waitlist</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<header class="hero-section">
|
|
<div class="container text-center">
|
|
<h1 class="display-4">The Social App You've Been Waiting For</h1>
|
|
<p class="lead">Connect with friends, share your world, and discover new interests in a community built for you.</p>
|
|
<a href="#join" class="btn btn-lg btn-primary">Get Early Access</a>
|
|
</div>
|
|
</header>
|
|
|
|
<main>
|
|
<section id="features" class="py-5">
|
|
<div class="container">
|
|
<div class="row text-center">
|
|
<div class="col-md-4 mb-4">
|
|
<div class="card h-100">
|
|
<div class="card-body">
|
|
<i data-feather="shield" class="icon"></i>
|
|
<h3 class="card-title">Connect Safely</h3>
|
|
<p class="card-text">A community with strong safety features and content moderation to keep you safe.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4 mb-4">
|
|
<div class="card h-100">
|
|
<div class="card-body">
|
|
<i data-feather="camera" class="icon"></i>
|
|
<h3 class="card-title">Share Your Moments</h3>
|
|
<p class="card-text">Post photos, short videos, and stories to share your life with friends.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4 mb-4">
|
|
<div class="card h-100">
|
|
<div class="card-body">
|
|
<i data-feather="compass" class="icon"></i>
|
|
<h3 class="card-title">Discover Trends</h3>
|
|
<p class="card-text">Explore a personalized feed of content from creators you follow and topics you love.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="join" class="join-section bg-light py-5">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-6 mx-auto text-center">
|
|
<h2>Join the Waitlist</h2>
|
|
<p class="lead">Be the first to know when teenconnect launches. Drop your email below.</p>
|
|
<form id="waitlistForm" class="mt-4">
|
|
<div class="input-group mb-3">
|
|
<input type="email" id="email" class="form-control" placeholder="Enter your email" required>
|
|
<button class="btn btn-primary" type="submit">Notify Me</button>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<footer class="py-4">
|
|
<div class="container text-center">
|
|
<p>© <?php echo date("Y"); ?> teenconnect. All Rights Reserved.</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<div class="toast-container position-fixed bottom-0 end-0 p-3">
|
|
<div id="liveToast" class="toast" role="alert" aria-live="assertive" aria-atomic="true">
|
|
<div class="toast-header">
|
|
<strong class="me-auto">teenconnect</strong>
|
|
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
|
|
</div>
|
|
<div class="toast-body">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
|
<script>
|
|
feather.replace()
|
|
</script>
|
|
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
|
|
</body>
|
|
</html>
|