sunny2727's picture
VIKOMO ENTERPRISES into the business of marketing a wide range of specialty Industrial Minerals & ingredients in India with industry experience and the minerals are absolutely free from any kind of impurity. Our extensive network across locations in India. We provide local market knowledge, long-standing customer relationships, application development and supply chain management. The Company has been servicing the needs of the local market with both bulk and containerised shipments.. Our mining and Minerals is both distributed and supplied from our own mines and transport in the SRIKALAHASTI ,Gudur, varadaiahpalem , chinthavaram AP-India and can cater for all sectors including · Glass · Foundries · Ceramics · Filtration · Construction Chemicals · Paint & Coatings · Refractories · Sports & Leisure · Recreational Products. We have been mining sand since the 2016’s giving us years of experience and extensive knowledge within this industry and providing a variety of forms of sand for a range of uses. . Our sand has high grade Silica content and provides a consistent quality at all times and has been used in many industries. We have 100+customers and our metal and sand varies in colour from White and brown to a light gold to suit your requirements as well as budget. We can also supply river sand / metal grades / commodities/Chromite Sand / Quartz Stone & Sands /Resin Sand / Natural Pebbles. KINDLY SHARE YOUR REQUIREMENTS & SPECIFICATIONS OF YOUR COMPANY TO SUBMIT . WE COULD DISPATCH THE MATERIAL AS PER YOUR REQUIREMENTS FROM OUR MINES LOCATED AT GUDUR, VARADAIAHPALEM , SRIKALAHASTI . add this matter to about page - Initial Deployment
abb2bec verified
Raw
History Blame Contribute Delete
32.2 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vikomo Enterprises - Premium Mineral Solutions</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
/* Custom CSS for elements that need more styling than Tailwind provides */
.hero-section {
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1617208866900-6a4c182d5af6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.product-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.nav-link::after {
content: '';
display: block;
width: 0;
height: 2px;
background: #3b82f6;
transition: width .3s;
}
.nav-link:hover::after {
width: 100%;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.animate-fadeIn {
animation: fadeIn 1s ease-in-out;
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Header/Navigation -->
<header class="bg-white shadow-md sticky top-0 z-50">
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
<div class="flex items-center">
<div class="w-12 h-12 bg-blue-600 rounded-full flex items-center justify-center text-white font-bold text-xl mr-2">
VE
</div>
<a href="#" class="text-2xl font-bold text-gray-800">Vikomo Enterprises</a>
</div>
<nav class="hidden md:flex space-x-8">
<a href="#" class="nav-link text-gray-700 hover:text-blue-600 font-medium">Home</a>
<a href="#about" class="nav-link text-gray-700 hover:text-blue-600 font-medium">About</a>
<a href="#products" class="nav-link text-gray-700 hover:text-blue-600 font-medium">Products</a>
<a href="#applications" class="nav-link text-gray-700 hover:text-blue-600 font-medium">Applications</a>
<a href="#contact" class="nav-link text-gray-700 hover:text-blue-600 font-medium">Contact</a>
</nav>
<div class="md:hidden">
<button id="mobile-menu-button" class="text-gray-700 focus:outline-none">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</div>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden bg-white py-4 px-4 shadow-lg">
<a href="#" class="block py-2 text-gray-700 hover:text-blue-600">Home</a>
<a href="#about" class="block py-2 text-gray-700 hover:text-blue-600">About</a>
<a href="#products" class="block py-2 text-gray-700 hover:text-blue-600">Products</a>
<a href="#applications" class="block py-2 text-gray-700 hover:text-blue-600">Applications</a>
<a href="#contact" class="block py-2 text-gray-700 hover:text-blue-600">Contact</a>
</div>
</header>
<!-- Hero Section -->
<section class="hero-section text-white py-20 md:py-32 animate-fadeIn">
<div class="container mx-auto px-4 text-center">
<h1 class="text-4xl md:text-6xl font-bold mb-6">Premium Mineral Solutions</h1>
<p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Your trusted partner for high-quality industrial minerals and innovative mineral solutions</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<a href="#products" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-lg transition duration-300">Our Products</a>
<a href="#contact" class="bg-transparent hover:bg-white hover:text-gray-900 border-2 border-white text-white font-bold py-3 px-8 rounded-lg transition duration-300">Contact Us</a>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">About Vikomo Enterprises</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto"></div>
</div>
<div class="flex flex-col md:flex-row items-center gap-8">
<div class="md:w-1/2">
<img src="https://images.unsplash.com/photo-1581093196279-4a5f3a318d62?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Mining operation" class="rounded-lg shadow-xl w-full h-auto">
</div>
<div class="md:w-1/2">
<h3 class="text-2xl font-bold text-gray-800 mb-4">Leading Mineral Supplier Since 2012</h3>
<p class="text-gray-600 mb-4">Vikomo Enterprises is in the business of marketing a wide range of specialty Industrial Minerals & ingredients in India with industry experience. Our minerals are absolutely free from any kind of impurity, with an extensive network across locations in India.</p>
<p class="text-gray-600 mb-4">We provide local market knowledge, long-standing customer relationships, application development and supply chain management. The Company has been servicing the needs of the local market with both bulk and containerised shipments.</p>
<p class="text-gray-600 mb-4">Our mining operations are distributed from our own mines in Srikalahasti, Gudur, Varadaiahpalem, and Chinthavaram (AP-India), catering to sectors including Glass, Foundries, Ceramics, Filtration, Construction Chemicals, Paint & Coatings, Refractories, Sports & Leisure, and Recreational Products.</p>
<p class="text-gray-600 mb-4">We have been mining sand since 2016, giving us years of experience and extensive knowledge within this industry. Our sand has high grade Silica content and provides consistent quality, used in many industries. With 100+ customers, our sand varies in color from White and brown to light gold to suit requirements and budgets.</p>
<p class="text-gray-600 mb-6">We supply various grades including river sand, metal grades, commodities, Chromite Sand, Quartz Stone & Sands, Resin Sand, and Natural Pebbles. Kindly share your requirements & specifications - we can dispatch material as per your needs from our mines located at Gudur, Varadaiahpalem, and Srikalahasti.</p>
<div class="grid grid-cols-2 gap-4">
<div class="flex items-start">
<div class="bg-blue-100 p-2 rounded-full mr-3">
<i class="fas fa-check-circle text-blue-600"></i>
</div>
<span class="text-gray-700">Quality Assurance</span>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-2 rounded-full mr-3">
<i class="fas fa-check-circle text-blue-600"></i>
</div>
<span class="text-gray-700">Global Distribution</span>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-2 rounded-full mr-3">
<i class="fas fa-check-circle text-blue-600"></i>
</div>
<span class="text-gray-700">Technical Expertise</span>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-2 rounded-full mr-3">
<i class="fas fa-check-circle text-blue-600"></i>
</div>
<span class="text-gray-700">Sustainable Practices</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Products Section -->
<section id="products" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Our Mineral Products</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto"></div>
<p class="text-gray-600 mt-4 max-w-2xl mx-auto">We offer a comprehensive range of industrial minerals tailored to meet your specific requirements.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Product Card 1 -->
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
<img src="https://images.unsplash.com/photo-1605244477768-1bfd79a37128?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Calcium Carbonate" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">Calcium Carbonate</h3>
<p class="text-gray-600 mb-4">High-purity calcium carbonate for industrial applications including plastics, paints, and construction materials.</p>
<div class="flex justify-between items-center">
<span class="text-blue-600 font-bold">From $120/ton</span>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Details →</a>
</div>
</div>
</div>
<!-- Product Card 2 -->
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
<img src="https://images.unsplash.com/photo-1582139329536-e7284fece509?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1480&q=80" alt="Talc" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">Talc Powder</h3>
<p class="text-gray-600 mb-4">Premium talc products for cosmetics, pharmaceuticals, plastics, and ceramics industries.</p>
<div class="flex justify-between items-center">
<span class="text-blue-600 font-bold">From $180/ton</span>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Details →</a>
</div>
</div>
</div>
<!-- Product Card 3 -->
<div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
<img src="https://images.unsplash.com/photo-1615460549969-36fa19561a4a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Silica" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">Silica Sand</h3>
<p class="text-gray-600 mb-4">High-quality silica sand for glass manufacturing, foundry, filtration, and construction applications.</p>
<div class="flex justify-between items-center">
<span class="text-blue-600 font-bold">From $95/ton</span>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Details →</a>
</div>
</div>
</div>
</div>
<div class="text-center mt-12">
<a href="#" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-lg transition duration-300">
View All Products
</a>
</div>
</div>
</section>
<!-- Applications Section -->
<section id="applications" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Industry Applications</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto"></div>
<p class="text-gray-600 mt-4 max-w-2xl mx-auto">Our minerals serve a wide range of industries with specialized solutions.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="bg-gray-50 p-6 rounded-lg border border-gray-200 hover:border-blue-400 transition duration-300">
<div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-industry text-blue-600 text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Plastics</h3>
<p class="text-gray-600">Mineral fillers that enhance properties and reduce costs in plastic products.</p>
</div>
<div class="bg-gray-50 p-6 rounded-lg border border-gray-200 hover:border-blue-400 transition duration-300">
<div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-paint-roller text-blue-600 text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Paints & Coatings</h3>
<p class="text-gray-600">High-performance minerals for improved opacity, durability and rheology.</p>
</div>
<div class="bg-gray-50 p-6 rounded-lg border border-gray-200 hover:border-blue-400 transition duration-300">
<div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-pills text-blue-600 text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Pharmaceuticals</h3>
<p class="text-gray-600">Ultra-pure mineral excipients for tablet formulations and medical applications.</p>
</div>
<div class="bg-gray-50 p-6 rounded-lg border border-gray-200 hover:border-blue-400 transition duration-300">
<div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-home text-blue-600 text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Construction</h3>
<p class="text-gray-600">Minerals for cement, concrete, drywall and other building materials.</p>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">What Our Clients Say</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="flex items-center mb-4">
<div class="text-yellow-400 mr-2">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<p class="text-gray-600 mb-4">"Your Minerals Company has been our reliable supplier for over 5 years. Their calcium carbonate consistently meets our strict quality requirements."</p>
<div class="flex items-center">
<div class="w-10 h-10 bg-gray-300 rounded-full mr-3"></div>
<div>
<h4 class="font-bold text-gray-800">Michael Johnson</h4>
<p class="text-gray-500 text-sm">Plastics Manufacturer</p>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="flex items-center mb-4">
<div class="text-yellow-400 mr-2">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<p class="text-gray-600 mb-4">"The technical support from Your Minerals Company is exceptional. They helped us optimize our formulation with their talc products."</p>
<div class="flex items-center">
<div class="w-10 h-10 bg-gray-300 rounded-full mr-3"></div>
<div>
<h4 class="font-bold text-gray-800">Sarah Williams</h4>
<p class="text-gray-500 text-sm">Paint Formulator</p>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="flex items-center mb-4">
<div class="text-yellow-400 mr-2">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
<p class="text-gray-600 mb-4">"Consistent quality and reliable delivery. Your Minerals Company understands our business needs and delivers accordingly."</p>
<div class="flex items-center">
<div class="w-10 h-10 bg-gray-300 rounded-full mr-3"></div>
<div>
<h4 class="font-bold text-gray-800">David Chen</h4>
<p class="text-gray-500 text-sm">Construction Materials</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Contact Us</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto"></div>
<p class="text-gray-600 mt-4 max-w-2xl mx-auto">Get in touch with our team for product inquiries, technical support, or partnership opportunities.</p>
</div>
<div class="flex flex-col md:flex-row gap-8">
<div class="md:w-1/2">
<form class="space-y-6">
<div>
<label for="name" class="block text-gray-700 font-medium mb-2">Your Name</label>
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label>
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="phone" class="block text-gray-700 font-medium mb-2">Phone Number</label>
<input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="message" class="block text-gray-700 font-medium mb-2">Your Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500"></textarea>
</div>
<button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-4 rounded-lg transition duration-300">
Send Message
</button>
</form>
</div>
<div class="md:w-1/2">
<div class="bg-gray-50 p-6 rounded-lg h-full">
<h3 class="text-xl font-bold text-gray-800 mb-6">Contact Information</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i class="fas fa-map-marker-alt text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">Headquarters</h4>
<p class="text-gray-600">123 Mineral Way, Industrial Park<br>Houston, TX 77001, USA</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i class="fas fa-phone-alt text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">Phone</h4>
<p class="text-gray-600">+1 (800) 555-1234<br>Mon-Fri, 8:00 AM - 5:00 PM CST</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i class="fas fa-envelope text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">Email</h4>
<p class="text-gray-600">info@yourmineralscompany.com<br>sales@yourmineralscompany.com</p>
</div>
</div>
</div>
<div class="mt-8">
<h4 class="font-bold text-gray-800 mb-4">Follow Us</h4>
<div class="flex space-x-4">
<a href="#" class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 hover:bg-blue-600 hover:text-white transition duration-300">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 hover:bg-blue-600 hover:text-white transition duration-300">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 hover:bg-blue-600 hover:text-white transition duration-300">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 hover:bg-blue-600 hover:text-white transition duration-300">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-800 text-white py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<div class="flex items-center mb-4">
<div class="w-10 h-10 bg-blue-600 rounded-full flex items-center justify-center text-white font-bold text-lg mr-2">
VE
</div>
<span class="text-xl font-bold">Vikomo Enterprises</span>
</div>
<p class="text-gray-400">Providing premium mineral solutions to industries worldwide since 2005.</p>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Quick Links</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Home</a></li>
<li><a href="#about" class="text-gray-400 hover:text-white transition duration-300">About Us</a></li>
<li><a href="#products" class="text-gray-400 hover:text-white transition duration-300">Products</a></li>
<li><a href="#applications" class="text-gray-400 hover:text-white transition duration-300">Applications</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-white transition duration-300">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Products</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Calcium Carbonate</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Talc Powder</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Silica Sand</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Kaolin Clay</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Barite</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Newsletter</h3>
<p class="text-gray-400 mb-4">Subscribe to our newsletter for industry updates and product news.</p>
<form class="flex">
<input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-lg focus:outline-none text-gray-800 w-full">
<button type="submit" class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded-r-lg">
<i class="fas fa-paper-plane"></i>
</button>
</form>
</div>
</div>
<div class="border-t border-gray-700 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 mb-4 md:mb-0">© 2023 Vikomo Enterprises. All rights reserved.</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white transition duration-300">Privacy Policy</a>
<a href="#" class="text-gray-400 hover:text-white transition duration-300">Terms of Service</a>
<a href="#" class="text-gray-400 hover:text-white transition duration-300">Sitemap</a>
</div>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
targetElement.scrollIntoView({
behavior: 'smooth'
});
// Close mobile menu if open
const mobileMenu = document.getElementById('mobile-menu');
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
// Animation on scroll
function animateOnScroll() {
const elements = document.querySelectorAll('.animate-fadeIn');
elements.forEach(element => {
const elementPosition = element.getBoundingClientRect().top;
const windowHeight = window.innerHeight;
if (elementPosition < windowHeight - 100) {
element.style.opacity = '1';
}
});
}
// Initialize animations
window.addEventListener('load', animateOnScroll);
window.addEventListener('scroll', animateOnScroll);
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=sunny2727/https-vikomoenterprises-com" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>