35834-vm/index.php
Flatlogic Bot 7985ade2ba V1
2025-11-18 18:35:13 +00:00

94 lines
4.3 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agency Marketing Dashboard</title>
<meta name="description" content="Built with Flatlogic Generator">
<meta name="keywords" content="marketing reporting, client dashboard, seo reporting, ppc analytics, social media performance, automated reports, agency tools, keyword tracking, backlink monitoring, site audit, Built with Flatlogic Generator">
<meta property="og:title" content="Agency Marketing Dashboard">
<meta property="og:description" content="Built with Flatlogic Generator">
<meta property="og:image" content="">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
</head>
<body>
<header class="navbar navbar-expand-lg navbar-light bg-white shadow-sm">
<div class="container">
<a class="navbar-brand" href="#">AgencyAnalytics</a>
<div>
<a href="dashboard.php" class="btn btn-secondary">View Dashboard</a>
<a href="#invite-form-section" class="btn btn-primary">Request Invite</a>
</div>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<h1>Automated Client Reporting for Marketing Agencies</h1>
<p class="lead">Save time, track performance, and create custom, branded reports with ease.</p>
<a href="#invite-form-section" class="btn btn-light btn-lg mt-3">Get Started</a>
</div>
</section>
<section class="features text-center">
<div class="container">
<div class="row">
<div class="col-md-4 mb-4">
<i data-feather="bar-chart-2" class="feature-icon mb-3"></i>
<h3>All-in-One Dashboards</h3>
<p>Connect all your marketing channels and see your data in one place.</p>
</div>
<div class="col-md-4 mb-4">
<i data-feather="file-text" class="feature-icon mb-3"></i>
<h3>Automated Reports</h3>
<p>Create beautiful, custom reports and schedule them to send automatically.</p>
</div>
<div class="col-md-4 mb-4">
<i data-feather="briefcase" class="feature-icon mb-3"></i>
<h3>Branded for Your Agency</h3>
<p>White-label the platform with your own logo and branding.</p>
</div>
</div>
</div>
</section>
<section id="invite-form-section">
<div class="container text-center">
<div class="row justify-content-center">
<div class="col-md-6">
<h2>Request an Invitation</h2>
<p>Get exclusive access to the platform.</p>
<form id="invite-form">
<div class="input-group mb-3">
<input type="email" id="email" class="form-control form-control-lg" placeholder="Enter your email" required>
<button class="btn btn-primary" type="submit">Request Invite</button>
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<footer class="text-center py-4">
<div class="container">
<p class="text-muted">&copy; <?php echo date("Y"); ?> AgencyAnalytics. All rights reserved.</p>
</div>
</footer>
<div id="toast-container" class="toast-container"></div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
<script>
feather.replace();
</script>
</body>
</html>