-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
142 lines (137 loc) · 7.14 KB
/
about.html
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="about.css">
<link rel="stylesheet" href="responsive.css">
<link rel="shortcut icon" href="logo.jpg" type="image/x-icon">
</head>
<body>
<header>
<div class="nav">
<div class="nav_container">
<div class="nav_logo"><img src="Logo.png" alt="logo"></div>
<div class="nav_link">
<div class="nav_link_1">
<a href="index.html">Home</a>
<a href="about.html"><span>About Us</span></a>
<a href="contact.html">Contact Us</a>
<a href="track.html">Track Order</a>
</div>
<div class="nav_link_2">
<div class="nav_link_search"><button onclick="search();"><span
class="material-symbols-outlined">search</span></button></div>
<div class="nav_link_acoount"><button><span
class="material-symbols-outlined">person</span></button></div>
<div class="nav_link_cart"><button><span
class="material-symbols-outlined">shopping_cart</span></button></div>
<div class="nav_toggle"><button onclick="toggle();"><span
class="material-symbols-outlined">menu</span></button></div>
</div>
</div>
</div>
</div>
<div class="nav_mob_search">
<form class="nav_search_form">
<input type="search" required>
<button class="btn-btn"><span class="material-symbols-outlined">search</span></button>
</form>
</div>
<div class="header_fake"></div>
</header>
<main>
<div class="aboutUs">
<div class="aboutUs_head">
<h2>About Us</h2>
<span>Get know About Us</span>
</div>
<div class="aboutUs_main">
<div class="aboutUs_main_img">
<img src="Cow.png" alt="main image">
</div>
<div class="aboutUs_main_text">
<p>
<h2>ABOUT VARSHA DAIRY</h2>
Welcome to VARSHA DAIRY, where quality meets freshness in every dairy product we offer. Established
with a passion for delivering wholesome goodness to our community, VARSHA DAIRY has been a trusted
name in the dairy industry for 1 years.</p>
<p>
<h4>Our Story</h4>
At VARSHA DAIRY, our journey began with a simple yet profound belief: everyone deserves access to
pure, nutritious dairy products. Founded by Navneet Mishra in 2018, our commitment to quality and
integrity has been unwavering since day one.</p>
<p>
<h4>Our Mission</h4>
We are dedicated to providing superior dairy products that not only meet but exceed industry
standards. From our farm-fresh milk to our rich, creamy cheeses and indulgent desserts, every
product is crafted with care to ensure the highest level of taste and nutrition.</p>
<p>
<h4>Our Values</h4>
Quality: We source our ingredients from trusted suppliers and adhere to strict quality control
measures to guarantee the freshness and purity of our products.
Sustainability: We are committed to sustainable practices that minimize our environmental footprint
and support the well-being of our planet.
Community: We cherish the relationships we've built with our customers, employees, and local
communities, and strive to contribute positively to their lives.
</p>
<p>
<h4>Our Promise</h4>
At VARSHA DAIRY, you can trust that each product bearing our name is a testament to our dedication
to excellence. From farm to table, we are committed to delivering unparalleled quality and taste
that you can rely on, every time.
</p>
<p>Thank you for choosing VARSHA DAIRY. Join us on our journey as we continue to redefine the
standards of dairy excellence."</p>
</div>
</div>
</div>
</main>
<footer>
<div class="footer_upper">
<div class="footer_upper_div">
<h3>Products</h3>
<a href="index.html#product_section">Cow Milk</a>
<a href="index.html#product_section">Cow Desi Ghee</a>
<a href="index.html#product_section">Brest Milk</a>
<a href="index.html#product_section">Cow Milk Cheese</a>
<a href="index.html#product_section">Buffalo Mik</a>
</div>
<div class="footer_upper_div">
<h3>Us</h3>
<a href="about.html">About Us</a>
<a href="contact.html">Contact</a>
<a href="track.html">Track Order</a>
<a href="account.html">My Account</a>
</div>
<div class="footer_upper_div">
<h3>Policies</h3>
<a href="">Terms</a>
<a href="">Privacy Policy</a>
<a href="">Return Policy</a>
<a href="">Shipping</a>
</div>
<div class="footer_upper_div">
<h3>Get in touch</h3>
<a href="tel:7250114775"><span class="material-symbols-outlined">phone</span>+91 7250 114 775</a>
<a href="mailto:[email protected]"><span
class="material-symbols-outlined">mail</span>[email protected]</a>
<div class="footer_upper_div_social">
<a href=""><i class="fa fa-youtube-play" aria-hidden="true"></i></a>
<a href=""><i class="fa fa-facebook-square" aria-hidden="true"></i></a> </a>
<a href=""><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href=""><i class="fa fa-instagram" aria-hidden="true"></i></a>
</div>
</div>
</div>
<hr>
<p class="footer_lower">©Varsh dairy. All rights are reserved.</p>
</footer>
</body>
<script src="script.js"></script>
<script src="https://kit.fontawesome.com/cdca6417c3.js" crossorigin="anonymous"></script>
</html>