-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
144 lines (130 loc) · 5.72 KB
/
index.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
143
144
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LD2Z425RRQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LD2Z425RRQ');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-N22XR3P');</script>
<!-- End Google Tag Manager -->
<link href="https://fonts.googleapis.com/css2?family=Inria+Sans:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Morkhi Farms</title>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N22XR3P"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="wrapper">
<div class="box header">
<div class="logo">
<img src="images/morkhi_Logo.png" height="100">
</div>
<div class="brandColor upperCase largeText">Morkhi Farms</div>
<sup class="brandText brandSubText upperCase">Pure & Fresh</sup>
<h4>Location Bara Gaon, Karnal</h4>
<h3 class="brandText">Home Delivery<br>7:00am to 10:00am</h3>
</div>
<div class="box content">
<!--EGGS Section -->
<div class="farmProduce">
<h4 class="brandText marginBottom">Order on WhatsApp</h4>
<img src="images/eggs.png" height="50">
<h2 class="brandText">Eggs</h2>
<ul>
<li>
<button class="available" value="one doze eggs">One Dozen</button>
<br>
<span class="instruction">Delivery Charges extra ₹10/-</span></li>
<li>
<button class="available" value="one tray of eggs">One Tray</button></li>
<li>
<button class="available" value="two trays of eggs">Two Trays or more</button>
</li>
<span><a href="https://wa.me/918683000497?text=My%20%2AFeedback%20on%20Eggs%3A%2A"></a>
<button class="feedback">Feedback</button></a></span>
</ul>
</div>
<!--MILK Section-->
<div class="farmProduce">
<img src="images/a2sahiwal.png" height="50">
<h2 class="brandText">A2 Cow Milk</h2>
<ul>
<li>
<button class="available" value="two ltrs a2 milk">Two Ltrs</button>
</li>
<li>
<button class="available" value="three ltrs a2 milk">Three Ltrs</button>
</li>
<li>
<button class="available" value="four ltrs a2 milk">Four Ltrs or more</button>
</li>
<span><a href="https://wa.me/918683000497?text=My%20%2AFeedback%20on%20Milk%20%3A%2A">
<button class="feedback">Feedback</button></a></span>
</ul>
</div>
<!--Vegetables Section -->
<div class="farmProduce">
<img src="images/vege.png" height="50">
<h2 class="brandText">Seasonal Vegetables</h2>
<ul>
<li>
<button class="available" value="Ghiya [min: 1kg]">Bottle Groud(Ghiya)</button>
</li>
<li>
<button class="available" value="Pudina [min: 250gm]">Mint(Pudina)</button>
</li>
<li>
<button class="available" value="Dhania [min: 250gm]">Coriander Leaves(Dhania)</button>
</li>
<li>
<button class="available" value="Aaloo [min: 1kg]">Potatoes(Aaloo)</button>
</li>
<li>
<button class="available" value="Onions [min: 1kg]">Onions(Pyaaj)</button>
</li>
<li>
<button class="available" value="Tomatoes [min: 1kg]">Tomatoes(Tamator)</button>
</li>
<li>
<button class="available" value="Hari Mirchy [min: 500gm]">Green Chillies(Hari Mirchy)</button>
</li>
<span><a href="https://wa.me/918683000497?text=My%20feedback%20on%20%2AVegetables%20Section%2A%3A">
<button class="feedback">Feedback</button>
</a>
</span>
</ul>
</div>
<!--Order Section or Call to Order-->
<div class="farmProduce">
<ul>
<li>
<div id="order">
<div id="orderCart" class="disabled">Your Order Appears Here!</div>
</div>
</li>
<li><a href="tel:+918683000497"><button class="callUs">or Call us</button></a></li>
</ul>
</div>
</div>
<!--Footer Section Awareness Marketing-->
<div class="box footer footerText">
<p>MADE WITH ❤️LOVE FOR FARMER COMMUNITY</p>
<SUP>VIPULANAND.IN</SUP>
</div>
</div>
<script src="app.js"></script>
</body>
</html>