-72%
Version :
Latest Version
Rs1,577.00 Original price was: Rs1,577.00.Rs445.00Current price is: Rs445.00.
wokiee/
├── index.html
├── product.html
├── category.html
├── cart.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>Wokiee - eCommerce HTML Template</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">Wokiee</div>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#shop">Shop</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="cart">
<a href="cart.html"><i class="fas fa-shopping-cart"></i> Cart</a>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="hero" id="home">
<h1>Welcome to Wokiee</h1>
<p>Your one-stop shop for everything!</p>
<a href="#shop" class="cta-button">Shop Now</a>
</section>
<!-- Featured Products Section -->
<section class="featured" id="shop">
<h2>Featured Products</h2>
<div class="product-cards">
<div class="product-card">
<img src="assets/images/product1.jpg" alt="Product 1">
<h3>Product 1</h3>
<p>$29.99</p>
<a href="product.html" class="cta-button">View Details</a>
</div>
<div class="product-card">
<img src="assets/images/product2.jpg" alt="Product 2">
<h3>Product 2</h3>
<p>$49.99</p>
<a href="product.html" class="cta-button">View Details</a>
</div>
<div class="product-card">
<img src="assets/images/product3.jpg" alt="Product 3">
<h3>Product 3</h3>
<p>$19.99</p>
<a href="product.html" class="cta-button">View Details</a>
</div>
<!-- Add more product cards as needed -->
</div>
</section>
<!-- About Us Section -->
<section class="about" id="about">
<h2>About Us</h2>
<p>Wokiee is dedicated to providing the best products and services. We strive for excellence in all we do.</p>
</section>
<!-- Contact Section -->
<section class="contact" id="contact">
<h2>Contact Us</h2>
<form>
<label for="name">Name:</label>
<input type="text" id="name" required>
<label for="email">Email:</label>
<input type="email" id="email" required>
<label for="message">Message:</label>
<textarea id="message" required></textarea>
<button type="submit" class="cta-button">Send Message</button>
</form>
</section>
<!-- Footer -->
<footer>
<p>© 2023 Wokiee. 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: #007bff;
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;
}
.cart a {
color: white;
text-decoration: none;
}
.hero {
text-align: center;
padding: 80px 20px;
background: #6db3f2;
color: white;
}
.featured {
padding: 50px 20px;
}
.product-cards {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.product-card {
background: white;
border-radius: 8px;
padding: 20px;
margin: 10px;
width: 250px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
text-align: center;
}
.product-card img {
width: 100%;
border-radius: 8px;
}
.cta-button {
background: #28a745;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
text-decoration: none;
}
.about, .contact {
padding: 50px 20px;
text-align: center;
}
footer {
background: #333;
color: white;
text-align: center;
padding: 20px;
}
// Placeholder for future JavaScript functionalities
console.log('Wokiee 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