-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
120 lines (90 loc) · 5.85 KB
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Event Essentilas</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free HTML Templates" name="keywords">
<meta content="Free HTML Templates" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Topbar Start -->
<section class="">
<?php
include 'includes/header.php';
?>
<!-- Navbar End -->
<!-- Breadcrumb Start -->
<div class="container-fluid">
<div class="row px-xl-5">
<div class="col-12">
<nav class="breadcrumb bg-light mb-30">
<span class="breadcrumb-item active">Contact</span>
</nav>
</div>
</div>
</div>
<!-- Breadcrumb End -->
<!-- Contact Start -->
<div class="container-fluid">
<h2 class="section-title position-relative text-uppercase mx-xl-5 mb-4"><span class="bg-secondary pr-3">About Us</span></h2>
<div class="row px-xl-5">
<div class="col-lg-7 mb-5">
<div class="contact-form bg-light p-30">
<div id="success"></div>
<p class=" text-justify text-dark">Welcome to our premier event rental marketplace! At Event Essentials, we are passionate about making your special occasions unforgettable. Whether you're planning a wedding, corporate gala, birthday party, or any other celebration, we have everything you need to transform your event into a remarkable experience.
Discover an extensive collection of high-quality rental items, meticulously curated to suit a wide range of themes and styles. From elegant tableware and exquisite linens to stunning decor pieces and state-of-the-art audiovisual equipment, we offer an extensive inventory that will inspire your creativity and elevate your event to new heights.
With our user-friendly platform, finding the perfect items for your event is a breeze. Browse our diverse catalog, filter by category, and explore countless options that will bring your vision to life. Whether you're aiming for a timeless and classic ambiance or a modern and trendy atmosphere, our vast selection ensures that you'll find exactly what you're looking for.
We understand the importance of convenience and reliability when it comes to event planning. That's why we pride ourselves on exceptional customer service and a seamless rental experience. Our team of dedicated experts is here to assist you every step of the way, providing personalized recommendations, answering your questions, and ensuring that your rentals are delivered on time, in pristine condition.
At [Ecommerce Website Name], we believe in the power of shared experiences and the magic that unfolds when meticulous planning meets extraordinary rental options. Let us be your trusted partner in creating unforgettable memories. Start exploring our exceptional collection today and embark on a journey of unparalleled event design and innovation.
Welcome to our world of event rentals where your imagination knows no bounds!</p>
</form>
</div>
</div>
<div class="col-lg-5 mb-5">
<div class="bg-light p-30 mb-30">
<iframe style="width: 100%; height: 250px;"
src="https://maps.google.com/maps?q=mararikulam&t=&z=13&ie=UTF8&iwloc=&output=embed"
frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
<div class="bg-light p-30 mb-3">
<p class="mb-2"><i class="fa fa-map-marker-alt text-primary mr-3"></i>Mararikulam, Kerala, India</p>
<p class="mb-2"><i class="fa fa-envelope text-primary mr-3"></i>eventessential@gmail.com</p>
<p class="mb-2"><i class="fa fa-phone-alt text-primary mr-3"></i>+91 9745139507</p>
</div>
</div>
</div>
</div>
<!-- Contact End -->
<!-- Footer Start -->
<section class="">
<?php
include 'includes/footer.php';
?>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-primary back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>