A vulnerability disclosure policy (VDP), also referred to as a responsible disclosure policy, describes how an organization will handle reports of vulnerabilities submitted by ethical hackers. A VDP must thus be easily identifiable via a simple way, a security.txt notice.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SAM DAIRY FARM - 20 Years of Organic Excellence | Village Chakdana, Punjab</title>
<meta name="description" content="SAM DAIRY FARM - Organic dairy products from 20+ years experienced farmers. Fresh milk, ghee, paneer, yogurt and more from 100+ healthy animals in Village Chakdana, S.B.S Nagar, Punjab.">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600&family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Libraries -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.12/typed.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/js/splide.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/css/splide.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.min.js"></script>
<script src="https://unpkg.com/splitting@1.0.6/dist/splitting.min.js"></script>
<link href="https://unpkg.com/splitting@1.0.6/dist/splitting.css" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
'primary-green': '#4ADE80',
'light-green': '#DCFCE7',
'sage-green': '#86EFAC',
'deep-green': '#16A34A',
'cream-white': '#FEFCE8',
'warm-gray': '#6B7280'
},
fontFamily: {
'display': ['Playfair Display', 'serif'],
'body': ['Inter', 'sans-serif'],
'accent': ['Poppins', 'sans-serif']
}
}
}
}
</script>
<style>
.hero-bg {
background: linear-gradient(135deg, #DCFCE7 0%, #FEFCE8 100%);
}
.glass-nav {
backdrop-filter: blur(10px);
background: rgba(220, 252, 231, 0.9);
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(74, 222, 128, 0.2);
}
.btn-primary {
background: linear-gradient(135deg, #4ADE80 0%, #16A34A 100%);
transition: all 0.3s ease;
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 10px 20px rgba(74, 222, 128, 0.3);
}
.floating {
animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-10px); }
}
.fade-in {
opacity: 0;
transform: translateY(30px);
}
.fade-in.visible {
opacity: 1;
transform: translateY(0);
transition: all 0.6s ease;
}
#particles-canvas {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
}
.splide__slide img {
width: 100%;
height: 500px;
object-fit: cover;
border-radius: 12px;
}
</style>
</head>
<body class="bg-cream-white font-body">
<!-- Navigation -->
<nav class="glass-nav fixed w-full top-0 z-50 py-4">
<div class="container mx-auto px-4">
<div class="flex items-center justify-between">
<div class="flex items-center space-x-3">
<img src="resources/logo.png" alt="SAM DAIRY FARM Logo" class="h-12 w-12">
<div>
<h1 class="font-display text-xl font-bold text-deep-green">SAM DAIRY FARM</h1>
<p class="text-sm text-warm-gray">Organic Excellence</p>
</div>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="index.html" class="font-accent text-deep-green font-medium border-b-2 border-primary-green">Home</a>
<a href="products.html" class="font-accent text-warm-gray hover:text-deep-green transition-colors">Products</a>
<a href="about.html" class="font-accent text-warm-gray hover:text-deep-green transition-colors">About</a>
<a href="contact.html" class="font-accent text-warm-gray hover:text-deep-green transition-colors">Contact</a>
<a href="https://wa.me/919041105944" class="btn-primary text-white px-6 py-2 rounded-full font-accent">
<i class="fab fa-whatsapp mr-2"></i>WhatsApp
</a>
</div>
<button class="md:hidden text-deep-green" id="mobile-menu-btn">
<i class="fas fa-bars text-xl"></i>
</button>
</div>
<!-- Mobile Menu -->
<div class="md:hidden hidden mt-4 pb-4" id="mobile-menu">
<a href="index.html" class="block py-2 font-accent text-deep-green">Home</a>
<a href="products.html" class="block py-2 font-accent text-warm-gray">Products</a>
<a href="about.html" class="block py-2 font-accent text-warm-gray">About</a>
<a href="contact.html" class="block py-2 font-accent text-warm-gray">Contact</a>
<a href="https://wa.me/919041105944" class="block mt-4 btn-primary text-white px-6 py-2 rounded-full font-accent text-center">
<i class="fab fa-whatsapp mr-2"></i>WhatsApp
</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-bg pt-24 pb-16 relative overflow-hidden">
<div id="particles-canvas"></div>
<div class="hero-content container mx-auto px-4">
<div class="grid lg:grid-cols-2 gap-12 items-center">
<div class="text-center lg:text-left">
<h1 class="font-display text-4xl lg:text-6xl font-bold text-deep-green mb-6">
<span id="typed-text"></span>
</h1>
<p class="text-lg text-warm-gray mb-8 leading-relaxed">
For over 20 years, SAM DAIRY FARM has been providing the finest organic dairy products
from our 100+ healthy animals in Village Chakdana, Punjab. Experience the taste of
pure, farm-fresh goodness delivered with love and tradition.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center lg:justify-start mb-8">
<a href="https://wa.me/919041105944" class="btn-primary text-white px-8 py-4 rounded-full font-accent font-medium text-lg">
<i class="fab fa-whatsapp mr-3"></i>Order via WhatsApp
</a>
<a href="tel:+919041105944" class="bg-white text-deep-green px-8 py-4 rounded-full font-accent font-medium text-lg border-2 border-primary-green hover:bg-light-green transition-colors">
<i class="fas fa-phone mr-3"></i>Call Now
</a>
</div>
<div class="flex flex-wrap gap-6 justify-center lg:justify-start text-center">
<div class="floating">
<div class="text-3xl font-bold text-deep-green">20+</div>
<div class="text-warm-gray">Years Experience</div>
</div>
<div class="floating" style="animation-delay: 0.5s;">
<div class="text-3xl font-bold text-deep-green">100+</div>
<div class="text-warm-gray">Healthy Animals</div>
</div>
<div class="floating" style="animation-delay: 1s;">
<div class="text-3xl font-bold text-deep-green">Organic</div>
<div class="text-warm-gray">Certified</div>
</div>
</div>
</div>
<div class="relative">
<div class="splide" id="hero-carousel">
<div class="splide__track">
<ul class="splide__list">
<li class="splide__slide">
<img src="resources/hero-cows.png" alt="Healthy cows grazing in pasture">
</li>
<li class="splide__slide">
<img src="resources/cow-pasture.png" alt="Organic dairy farm with 100+ animals">
</li>
<li class="splide__slide">
<img src="resources/dairy-products.png" alt="Fresh organic dairy products">
</li>
<li class="splide__slide">
<img src="resources/farm-facility.png" alt="Modern clean dairy facility">
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Farm Highlights -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12 fade-in">
<h2 class="font-display text-3xl lg:text-4xl font-bold text-deep-green mb-4" data-splitting>
Why Choose SAM DAIRY FARM?
</h2>
<p class="text-lg text-warm-gray max-w-2xl mx-auto">
We combine traditional farming wisdom with modern organic practices to deliver
the purest dairy products straight from our farm to your table.
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="text-center p-6 bg-light-green rounded-xl card-hover fade-in">
<div class="w-16 h-16 bg-primary-green rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-leaf text-white text-2xl"></i>
</div>
<h3 class="font-display text-xl font-semibold text-deep-green mb-2">100% Organic</h3>
<p class="text-warm-gray">No chemicals, no hormones, just pure natural goodness from our grass-fed animals.</p>
</div>
<div class="text-center p-6 bg-light-green rounded-xl card-hover fade-in">
<div class="w-16 h-16 bg-primary-green rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-certificate text-white text-2xl"></i>
</div>
<h3 class="font-display text-xl font-semibold text-deep-green mb-2">20 Years Experience</h3>
<p class="text-warm-gray">Two decades of dedication to quality dairy farming and customer satisfaction.</p>
</div>
<div class="text-center p-6 bg-light-green rounded-xl card-hover fade-in">
<div class="w-16 h-16 bg-primary-green rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-cow text-white text-2xl"></i>
</div>
<h3 class="font-display text-xl font-semibold text-deep-green mb-2">100+ Animals</h3>
<p class="text-warm-gray">Large herd of healthy, well-cared-for animals ensuring consistent supply.</p>
</div>
<div class="text-center p-6 bg-light-green rounded-xl card-hover fade-in">
<div class="w-16 h-16 bg-primary-green rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-home text-white text-2xl"></i>
</div>
<h3 class="font-display text-xl font-semibold text-deep-green mb-2">Family Owned</h3>
<p class="text-warm-gray">Personal care and attention to every aspect of farming by Harjinder Kaur.</p>
</div>
</div>
</div>
</section>
<!-- Product Preview -->
<section class="py-16 bg-cream-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12 fade-in">
<h2 class="font-display text-3xl lg:text-4xl font-bold text-deep-green mb-4" data-splitting>
Our Fresh Dairy Products
</h2>
<p class="text-lg text-warm-gray max-w-2xl mx-auto">
From fresh milk to traditional ghee, we offer a wide range of organic dairy products
made with love and care.
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-white rounded-xl p-6 card-hover fade-in">
<img src="resources/dairy-products.png" alt="Fresh Milk" class="w-full h-48 object-cover rounded-lg mb-4">
<h3 class="font-display text-xl font-semibold text-deep-green mb-2">Fresh Milk</h3>
<p class="text-warm-gray mb-4">Pure, organic milk from grass-fed cows, available in various sizes.</p>
<a href="https://wa.me/919041105944" class="btn-primary text-white px-6 py-2 rounded-full font-accent text-sm">
<i class="fab fa-whatsapp mr-2"></i>Order Now
</a>
</div>
<div class="bg-white rounded-xl p-6 card-hover fade-in">
<img src="https://kimi-web-img.moonshot.cn/img/img.freepik.com/7beaada43663b538bf2b10a6dd450682251ea573.jpg" alt="Ghee" class="w-full h-48 object-cover rounded-lg mb-4">
<h3 class="font-display text-xl font-semibold text-deep-green mb-2">Pure Ghee</h3>
<p class="text-warm-gray mb-4">Traditional clarified butter made from organic milk, rich in flavor.</p>
<a href="https://wa.me/919041105944" class="btn-primary text-white px-6 py-2 rounded-full font-accent text-sm">
<i class="fab fa-whatsapp mr-2"></i>Order Now
</a>
</div>
<div class="bg-white rounded-xl p-6 card-hover fade-in">
<img src="resources/dairy-products.png" alt="Paneer" class="w-full h-48 object-cover rounded-lg mb-4">
<h3 class="font-display text-xl font-semibold text-deep-green mb-2">Fresh Paneer</h3>
<p class="text-warm-gray mb-4">Soft, creamy cottage cheese perfect for traditional Indian dishes.</p>
<a href="https://wa.me/919041105944" class="btn-primary text-white px-6 py-2 rounded-full font-accent text-sm">
<i class="fab fa-whatsapp mr-2"></i>Order Now
</a>
</div>
</div>
<div class="text-center mt-12 fade-in">
<a href="products.html" class="btn-primary text-white px-8 py-3 rounded-full font-accent font-medium">
View All Products
</a>
</div>
</div>
</section>
<!-- Trust Indicators -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="grid lg:grid-cols-2 gap-12 items-center">
<div class="fade-in">
<img src="resources/cow-pasture.png" alt="SAM DAIRY FARM - Organic Pasture with 100+ Animals" class="w-full max-w-md mx-auto rounded-xl shadow-lg">
</div>
<div class="fade-in">
<h2 class="font-display text-3xl font-bold text-deep-green mb-6">
Meet Harjinder Kaur
</h2>
<p class="text-lg text-warm-gray mb-6 leading-relaxed">
"For over 20 years, I have dedicated my life to providing the finest organic dairy products
to our community. Every morning, I wake up with a simple mission - to deliver pure,
healthy, and delicious dairy products that you can trust."
</p>
<p class="text-warm-gray mb-6">
Located in the heart of Punjab in Village Chakdana, S.B.S Nagar, our farm represents
the perfect blend of traditional farming wisdom and modern organic practices.
With over 100 healthy animals, we ensure that every product meets the highest
standards of quality and freshness.
</p>
<div class="flex flex-wrap gap-4">
<div class="bg-light-green px-4 py-2 rounded-full">
<span class="text-deep-green font-accent font-medium">20+ Years Experience</span>
</div>
<div class="bg-light-green px-4 py-2 rounded-full">
<span class="text-deep-green font-accent font-medium">100+ Animals</span>
</div>
<div class="bg-light-green px-4 py-2 rounded-full">
<span class="text-deep-green font-accent font-medium">Organic Certified</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section class="py-16 bg-primary-green text-white">
<div class="container mx-auto px-4 text-center">
<h2 class="font-display text-3xl lg:text-4xl font-bold mb-6">
Ready to Experience Pure Dairy Goodness?
</h2>
<p class="text-lg mb-8 max-w-2xl mx-auto">
Contact us today to place your order or visit our farm in Village Chakdana.
We're always here to serve you with the freshest organic dairy products.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="https://wa.me/919041105944" class="bg-white text-primary-green px-8 py-4 rounded-full font-accent font-medium text-lg hover:bg-cream-white transition-colors">
<i class="fab fa-whatsapp mr-3"></i>WhatsApp Us
</a>
<a href="tel:+919041105944" class="border-2 border-white text-white px-8 py-4 rounded-full font-accent font-medium text-lg hover:bg-white hover:text-primary-green transition-colors">
<i class="fas fa-phone mr-3"></i>Call +91-90411-05944
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-deep-green text-white py-8">
<div class="container mx-auto px-4 text-center">
<div class="flex items-center justify-center space-x-3 mb-4">
<img src="resources/logo.png" alt="SAM DAIRY FARM Logo" class="h-10 w-10">
<div>
<h3 class="font-display text-lg font-bold">SAM DAIRY FARM</h3>
<p class="text-sm opacity-80">Organic Excellence Since 2004</p>
</div>
</div>
<p class="text-sm opacity-80 mb-2">
Village Chakdana, S.B.S Nagar, Punjab, India
</p>
<p class="text-sm opacity-80 mb-4">
Contact: +91-90411-05944 | Email: info@samdairyfarm.com
</p>
<p class="text-xs opacity-60">
© 2024 SAM DAIRY FARM. All rights reserved. | Owner: Harjinder Kaur w/o Ranjeet Singh
</p>
</div>
</footer>
<!-- Floating WhatsApp Button -->
<a href="https://wa.me/919041105944" class="fixed bottom-6 right-6 bg-primary-green text-white w-16 h-16 rounded-full flex items-center justify-center shadow-lg hover:bg-deep-green transition-colors z-40">
<i class="fab fa-whatsapp text-2xl"></i>
</a>
<script src="main.js"></script>
</body>
</html>
This policy crawled by Onyphe on the 2026-02-02 is sorted as securitytxt.
FireBounty © 2015-2026