71 lines
3.3 KiB
PHP
71 lines
3.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>Markme - Turn Marketing Contracts Into Action.</title>
|
|
<meta name="description" content="The Operating System for Marketing Execution & Compliance.">
|
|
|
|
<!-- Bootstrap 5 CDN -->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<!-- Google Fonts (Roboto as a stand-in for Product Sans) -->
|
|
<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=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
|
|
|
|
<!-- Custom CSS -->
|
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<header class="p-3">
|
|
<div class="container">
|
|
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
|
|
<a href="/" class="d-flex align-items-center mb-2 mb-lg-0 text-dark text-decoration-none h4 fw-bold">
|
|
Markme
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="hero text-center">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 mx-auto">
|
|
<h1 class="display-4 fw-bold">Turn Marketing Contracts Into Action.</h1>
|
|
<p class="subheadline my-4">Upload contracts → auto-extract deliverables & payment terms → track execution → ensure compliance → verify performance, all in one place.</p>
|
|
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
|
|
<button type="button" class="btn btn-primary btn-lg px-4 gap-3">Book a Demo</button>
|
|
<button type="button" class="btn btn-secondary btn-lg px-4">Start Free Trial</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-6 mb-3">
|
|
<p class="text-muted">© 2025 Markme. All rights reserved.</p>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<ul class="list-inline text-md-end">
|
|
<li class="list-inline-item me-3"><a href="#" class="text-muted text-decoration-none">About</a></li>
|
|
<li class="list-inline-item me-3"><a href="#" class="text-muted text-decoration-none">Pricing</a></li>
|
|
<li class="list-inline-item me-3"><a href="#" class="text-muted text-decoration-none">Contact</a></li>
|
|
<li class="list-inline-item me-3"><a href="#" class="text-muted text-decoration-none">Privacy</a></li>
|
|
<li class="list-inline-item"><a href="#" class="text-muted text-decoration-none">Terms</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html> |