33960-vm/index.php
Flatlogic Bot 2cfe66126d added 6
2025-09-10 12:01:35 +00:00

236 lines
12 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Event Management Platform</title>
<!-- Bootstrap 5 CDN -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-transparent navbar-sticky fixed-top">
<div class="container">
<a class="navbar-brand" 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="#faq">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
<a href="#" class="btn btn-primary ms-lg-3">Sign Up</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<header class="hero text-center">
<div class="container">
<h1 class="display-4 fw-bold">UPDATED</h1>
<p class="lead">ADDED</p>
<p class="lead">ADDED 2</p>
<p class="lead">ADDED 3</p>
<p class="lead">ADDED 4</p>
<p class="lead">ADDED 5</p>
<p class="lead">ADDED 6</p>
<p class="lead my-4">Your all-in-one solution for planning, managing, and executing flawless events. From small gatherings to large corporate affairs, we've got you covered.</p>
<a href="#contact" class="btn btn-light btn-lg">Get Started for Free</a>
<a href="#features" class="btn btn-outline-light btn-lg">Learn More</a>
</div>
</header>
<!-- Features Section -->
<section id="features" class="section">
<div class="container text-center">
<h2 class="mb-5">Everything you need, all in one place</h2>
<div class="row">
<div class="col-md-4 mb-4">
<div class="card p-4 h-100">
<i data-feather="map-pin" class="mb-3" style="width: 48px; height: 48px; color: var(--primary-color);"></i>
<h4>Venue Management</h4>
<p>Keep an eye on all available event spaces, including their size, special features, and availability.</p>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card p-4 h-100">
<i data-feather="users" class="mb-3" style="width: 48px; height: 48px; color: var(--primary-color);"></i>
<h4>Vendor Coordination</h4>
<p>Organize your list of go-to caterers, decorators, and entertainers with their contact info and ratings.</p>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card p-4 h-100">
<i data-feather="calendar" class="mb-3" style="width: 48px; height: 48px; color: var(--primary-color);"></i>
<h4>Guest & Schedule Tracking</h4>
<p>Plan every minute of your event and keep track of who's coming, who's not, and their preferences.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Value Section 1 -->
<section class="section bg-white">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<img src="https://picsum.photos/seed/event-dashboard/800/600" class="img-fluid rounded" alt="A clean and intuitive dashboard for event management.">
</div>
<div class="col-md-6 ps-md-5 mt-4 mt-md-0">
<h2>All Your Tools in One Place</h2>
<p class="lead">Stop juggling between spreadsheets, emails, and calendars. Our intuitive dashboard brings all your event management tools into a single, streamlined interface.</p>
<a href="#" class="btn btn-outline-primary">Explore the Dashboard</a>
</div>
</div>
</div>
</section>
<!-- Value Section 2 -->
<section class="section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 pe-md-5 order-md-2">
<img src="https://picsum.photos/seed/event-budget/800/600" class="img-fluid rounded" alt="A person reviewing a budget on a tablet, showcasing financial control.">
</div>
<div class="col-md-6 mt-4 mt-md-0 order-md-1">
<h2>Stay on Budget, Effortlessly</h2>
<p class="lead">Manage all your event-related finances, from initial deposits to final payments. Track expenses, monitor cash flow, and ensure your event stays profitable without the headache.</p>
<a href="#" class="btn btn-outline-primary">Learn about Financials</a>
</div>
</div>
</div>
</section>
<!-- Hero Image Section -->
<section class="section p-0">
<div class="container-fluid p-0">
<img src="https://picsum.photos/seed/event-hero/1600/900" class="img-fluid" alt="A vibrant and modern event setup, illustrating the platform's capability to manage beautiful events.">
</div>
</section>
<!-- FAQ Section -->
<section id="faq" class="section">
<div class="container">
<h2 class="text-center 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 this suitable for small, private events?
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#faqAccordion">
<div class="accordion-body">
Absolutely! Our platform is designed to be scalable. Whether you're planning a small birthday party or a large wedding, our tools will help you stay organized.
</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 manage multiple events at once?
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#faqAccordion">
<div class="accordion-body">
Yes, our dashboard allows you to manage multiple events simultaneously. You can switch between events with a single click.
</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">
What kind of support do you offer?
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#faqAccordion">
<div class="accordion-body">
We offer 24/7 email support and have an extensive knowledge base to help you get started. Premium plans include dedicated phone support.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
Is there a free trial?
</button>
</h2>
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour" data-bs-parent="#faqAccordion">
<div class="accordion-body">
Yes, we offer a 14-day free trial with no credit card required. You can explore all the features and see if it's the right fit for you.
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="section bg-white">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2>Get in Touch</h2>
<p class="lead mb-5">Have questions? We'd love to hear from you. Send us a message and we'll get back to you as soon as possible.</p>
<form>
<div class="row">
<div class="col-md-6 mb-3">
<input type="text" class="form-control" placeholder="Your Name" required>
</div>
<div class="col-md-6 mb-3">
<input type="email" class="form-control" placeholder="Your Email" required>
</div>
</div>
<div class="mb-3">
<textarea class="form-control" rows="5" placeholder="Your Message" required></textarea>
</div>
<button type="submit" class="btn btn-primary btn-lg">Send Message</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-5 bg-dark text-white">
<div class="container text-center">
<p class="mb-1">&copy; 2025 EventFlow. All Rights Reserved.</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="#" class="text-white">Privacy Policy</a></li>
<li class="list-inline-item"><a href="#" class="text-white">Terms of Service</a></li>
<li class="list-inline-item"><a href="#" class="text-white">Contact</a></li>
</ul>
</div>
</footer>
<!-- Bootstrap 5 JS Bundle -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<!-- Feather Icons -->
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script>
feather.replace()
</script>
<!-- Custom JS -->
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
</body>
</html>