241 lines
14 KiB
PHP
241 lines
14 KiB
PHP
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>EventFlow - Effortless Event Management</title>
|
|
|
|
<!-- Bootstrap 5 CDN -->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
|
|
|
|
<!-- Google Fonts (Inter) -->
|
|
<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=Inter:wght@400;500;700&display=swap" rel="stylesheet">
|
|
|
|
<!-- Custom CSS -->
|
|
<link rel="stylesheet" href="assets/css/custom.css">
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Header & Navbar -->
|
|
<header>
|
|
<nav class="navbar navbar-expand-lg navbar-dark bg-transparent navbar-sticky fixed-top">
|
|
<div class="container">
|
|
<a class="navbar-brand fw-bold" href="#">EventFlow</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="nav-link" href="#testimonials">Testimonials</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#faq">FAQ</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
|
|
</ul>
|
|
<a href="#contact" class="btn btn-success ms-lg-3">Get Started</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<!-- Hero Section -->
|
|
<section class="hero d-flex align-items-center text-center vh-100">
|
|
<div class="container">
|
|
<h1 class="display-3 fw-bold">Updated</h1>
|
|
<p class="lead my-4">Updated 2</p>
|
|
<p class="lead my-4">ADDED 2</p>
|
|
<a href="#contact" class="btn btn-success btn-lg me-2">Get Started for Free</a>
|
|
<a href="#features" class="btn btn-secondary btn-lg">How it Works</a>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Features Section -->
|
|
<section id="features" class="py-5">
|
|
<div class="container text-center">
|
|
<h2 class="mb-5">Everything you need, nothing you don't.</h2>
|
|
<div class="row">
|
|
<div class="col-md-4 mb-4">
|
|
<div class="section-icon mb-3"><i class="bi bi-geo-alt"></i></div>
|
|
<h5>Venue Management</h5>
|
|
<p>Track spaces, features, and availability in real-time.</p>
|
|
</div>
|
|
<div class="col-md-4 mb-4">
|
|
<div class="section-icon mb-3"><i class="bi bi-people"></i></div>
|
|
<h5>Vendor Coordination</h5>
|
|
<p>Organize caterers, decorators, and entertainers seamlessly.</p>
|
|
</div>
|
|
<div class="col-md-4 mb-4">
|
|
<div class="section-icon mb-3"><i class="bi bi-person-check"></i></div>
|
|
<h5>Guest Lists</h5>
|
|
<p>Manage RSVPs and special requests with ease.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Value Section 1 -->
|
|
<section class="py-5 bg-white">
|
|
<div class="container">
|
|
<div class="row align-items-center">
|
|
<div class="col-md-6">
|
|
<h2>All-in-One Dashboard</h2>
|
|
<p class="lead">Get a bird's-eye view of your entire event pipeline. From the first vendor call to the final guest thank-you note, our intuitive dashboard keeps you in complete control.</p>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<img src="https://picsum.photos/600/400" class="img-fluid rounded shadow" alt="A clean and intuitive dashboard interface for event planning.">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Value Section 2 -->
|
|
<section class="py-5">
|
|
<div class="container">
|
|
<div class="row align-items-center flex-row-reverse">
|
|
<div class="col-md-6">
|
|
<h2>Seamless Collaboration</h2>
|
|
<p class="lead">Keep your team, clients, and vendors on the same page. Share schedules, update contact lists, and communicate changes instantly, reducing friction and preventing mistakes.</p>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<img src="https://picsum.photos/600/400?grayscale" class="img-fluid rounded shadow" alt="A team of event planners collaborating effectively.">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Testimonials Section -->
|
|
<section id="testimonials" class="py-5 bg-white">
|
|
<div class="container text-center">
|
|
<h2 class="mb-5">Loved by event planners worldwide</h2>
|
|
<div class="row">
|
|
<div class="col-md-4 mb-4">
|
|
<div class="card testimonial-card border-0 shadow-sm">
|
|
<div class="card-body text-center">
|
|
<img src="https://picsum.photos/96/96" alt="Customer avatar" class="rounded-circle mb-3">
|
|
<p class="fst-italic">"EventFlow saved us countless hours. It's the first thing we open and the last thing we close each day."</p>
|
|
<footer class="blockquote-footer mt-3">Jane Doe, <cite title="Source Title">Corporate Events Inc.</cite></footer>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4 mb-4">
|
|
<div class="card testimonial-card border-0 shadow-sm">
|
|
<div class="card-body text-center">
|
|
<img src="https://picsum.photos/96/96?random=2" alt="Customer avatar" class="rounded-circle mb-3">
|
|
<p class="fst-italic">"The vendor management feature alone is worth its weight in gold. Highly recommended!"</p>
|
|
<footer class="blockquote-footer mt-3">John Smith, <cite title="Source Title">Wedding Planners Co.</cite></footer>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4 mb-4">
|
|
<div class="card testimonial-card border-0 shadow-sm">
|
|
<div class="card-body text-center">
|
|
<img src="https://picsum.photos/96/96?random=3" alt="Customer avatar" class="rounded-circle mb-3">
|
|
<p class="fst-italic">"Finally, a tool that understands the chaos of event planning and tames it beautifully."</p>
|
|
<footer class="blockquote-footer mt-3">Sam Wilson, <cite title="Source Title">Festival Organizers</cite></footer>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- FAQ Section -->
|
|
<section id="faq" class="py-5">
|
|
<div class="container">
|
|
<div class="row justify-content-center">
|
|
<div class="col-lg-8 text-center">
|
|
<h2 class="mb-5">Frequently Asked Questions</h2>
|
|
<div class="accordion" id="faqAccordion">
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="headingOne">
|
|
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
|
|
Is there a free trial?
|
|
</button>
|
|
</h2>
|
|
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#faqAccordion">
|
|
<div class="accordion-body">
|
|
Yes! You can get started for free with our basic plan, which includes all the core features for managing a single event. No credit card required.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="headingTwo">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
|
|
Can I import existing data?
|
|
</button>
|
|
</h2>
|
|
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#faqAccordion">
|
|
<div class="accordion-body">
|
|
Absolutely. We support importing guest lists, vendor contacts, and budget spreadsheets from CSV files to get you up and running quickly.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="headingThree">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
|
|
How secure is my data?
|
|
</button>
|
|
</h2>
|
|
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#faqAccordion">
|
|
<div class="accordion-body">
|
|
We take security seriously. All data is encrypted in transit and at rest, and we follow industry best practices to ensure your information is safe.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Contact Form Section -->
|
|
<section id="contact" class="py-5 bg-white">
|
|
<div class="container">
|
|
<div class="row justify-content-center">
|
|
<div class="col-lg-6 text-center">
|
|
<h2>Get Started Today</h2>
|
|
<p class="lead mb-4">Have questions or want a demo? Drop us a line.</p>
|
|
<form class="needs-validation" novalidate>
|
|
<div class="form-floating mb-3">
|
|
<input type="text" class="form-control" id="name" placeholder="Your Name" required>
|
|
<label for="name">Your Name</label>
|
|
<div class="invalid-feedback">Please enter your name.</div>
|
|
</div>
|
|
<div class="form-floating mb-3">
|
|
<input type="email" class="form-control" id="email" placeholder="name@example.com" required>
|
|
<label for="email">Email address</label>
|
|
<div class="invalid-feedback">Please enter a valid email address.</div>
|
|
</div>
|
|
<div class="form-floating mb-3">
|
|
<textarea class="form-control" placeholder="Leave a message here" id="message" style="height: 100px" required></textarea>
|
|
<label for="message">Message</label>
|
|
<div class="invalid-feedback">Please enter a message.</div>
|
|
</div>
|
|
<button type="submit" class="btn btn-primary btn-lg">Send Message</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<!-- Footer -->
|
|
<footer class="py-4 bg-dark text-white text-center">
|
|
<div class="container">
|
|
<p class="mb-0">© 2025 EventFlow. All Rights Reserved.</p>
|
|
<p class="mb-0"><a href="#" class="text-white">Privacy Policy</a> | <a href="#" class="text-white">Terms of Service</a></p>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Bootstrap 5 JS Bundle -->
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
|
|
|
|
<!-- Custom JS -->
|
|
<script src="assets/js/main.js"></script>
|
|
</body>
|
|
</html>
|