-77%
Version :
Latest Version
Rs1,743.00 Original price was: Rs1,743.00.Rs400.00Current price is: Rs400.00.
zante/
├── index.html
├── rooms.html
├── about.html
├── contact.html
├── assets/
│ ├── css/
│ ├── js/
│ └── images/
└── README.md
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zante - Luxury Hotel</title>
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
<!-- Header Section -->
<header>
<div class="container">
<div class="logo">Zante Hotel</div>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="rooms.html">Rooms</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- Hero Section -->
<section class="hero" id="home">
<h1>Welcome to Zante Hotel</h1>
<p>Your luxurious getaway awaits.</p>
<a href="rooms.html" class="cta-button">Explore Rooms</a>
</section>
<!-- Features Section -->
<section class="features">
<h2>Our Features</h2>
<div class="feature-list">
<div class="feature">
<i class="fas fa-swimming-pool"></i>
<h3>Swimming Pool</h3>
<p>Relax in our luxurious swimming pool.</p>
</div>
<div class="feature">
<i class="fas fa-utensils"></i>
<h3>Restaurant</h3>
<p>Enjoy gourmet meals at our on-site restaurant.</p>
</div>
<div class="feature">
<i class="fas fa-spa"></i>
<h3>Spa & Wellness</h3>
<p>Indulge in rejuvenating spa treatments.</p>
</div>
<!-- Add more features as needed -->
</div>
</section>
<!-- Testimonials Section -->
<section class="testimonials">
<h2>What Our Guests Say</h2>
<div class="testimonial">
<p>"A wonderful experience! The staff was amazing."</p>
<h4>- John Doe</h4>
</div>
<div class="testimonial">
<p>"I loved the ambiance and the room service!"</p>
<h4>- Jane Smith</h4>
</div>
<!-- Add more testimonials as needed -->
</section>
<!-- Footer -->
<footer>
<p>© 2023 Zante Hotel. All rights reserved.</p>
</footer>
<script src="assets/js/scripts.js"></script>
</body>
</html>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
color: #333;
background-color: #f4f4f4;
}
header {
background: #004d7f;
color: white;
padding: 20px 0;
}
.container {
display: flex;
justify-content: space-between;
align-items: center;
width: 90%;
margin: auto;
}
.logo {
font-size: 24px;
font-weight: bold;
}
nav ul {
list-style-type: none;
display: flex;
margin: 0;
padding: 0;
}
nav ul li {
margin-left: 20px;
}
nav a {
color: white;
text-decoration: none;
}
.hero {
text-align: center;
padding: 80px 20px;
background: url('assets/images/hero-bg.jpg') no-repeat center center/cover;
color: white;
}
.features, .testimonials {
padding: 50px 20px;
text-align: center;
}
.feature-list {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.feature {
width: 200px;
margin: 20px;
}
.feature i {
font-size: 40px;
color: #004d7f;
}
.testimonial {
margin: 20px 0;
}
footer {
background: #333;
color: white;
text-align: center;
padding: 20px;
}
// Placeholder for future JavaScript functionalities
console.log('Zante template loaded.');
1. All digital products are the most recent version, with no possibility of free updates. After payment, you can request an update to the most recent version for 5 days if a new version is released. We free support within 5 days.
2. If a license is required (Excludes WHMCS license , we provide only method not license), please contact us via email or ticket for assistance with activation. Our license is only valid for activation and does not include support.
3. We provide Mobile, PHP script installation services for $19.90 / ₹1700. Please create a backup after installation as we do not support re-installation. For mobile app source code, we do not offer installation services.
4. If you have any questions, please contact us by email [email protected] or create a ticket on this page
5. Please note that any digital products presented on the website do not contain malicious code, viruses or advertising. You will receive the original files from the developers. We do not sell any products that have been downloaded from other websites.
6. The response time can last up to 6 hours.
No account yet?
Create an Account