-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmilk.html
157 lines (141 loc) · 6.15 KB
/
milk.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
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coffee and Tea Vending</title>
<meta name="description" content="Coffee Services">
<meta name="keywords" content="Coffee Services">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="css/styles-merged.css">
<link rel="stylesheet" href="css/style.min.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/linearicons.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" type="image/x-icon" href="img/new/5_1.png">
<!--[if lt IE 9]>
<script src="js/vendor/html5shiv.min.js"></script>
<script src="js/vendor/respond.min.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Ads: 928323235 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-928323235"></script>
<script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'AW-928323235'); </script>
</head>
<body>
<!--Header start-->
<header id="header" id="home">
<div class="header-top">
<div class="container">
<div class="row justify-content-end">
<div class="col-lg-6 col-sm-4 col-8 header-top-right no-padding">
<ul>
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="tel:(012) 6985 236 7512">(012) 6985 236 7512</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row align-items-center justify-content-between d-flex">
<div id="logo">
<a href="index.html"><img src="img/new/5_1.png" width="85" height="100" alt="" title="" /></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="index.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="machines.html">Machines</a></li>
<li><a href="rent-free-machines.html">Rent free machines</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="coffee-tea-supplies.html">Coffee & Tea Supplies</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav><!-- #nav-menu-container -->
<div class="hamburger">
<i class="fa fa-bars" onclick="javascript:toggleMenu()"></i>
</div>
</div>
</div>
</header>
<!--Header end-->
<div class="topspace"></div>
<section class="probootstrap-slider machine-flexslider">
<div>
<div class="container">
<h2 class="machine-heading">Milk</h2>
<p class="subhead">500 gms pack, 20 packs per Carton</p>
<div class="upper-section">
<div class="upper-section-left"><img src="img/milk.png"></div>
<div class="upper-section-right">
<p class="services-paragraph">
A unique granulated product with exceptionally good taste,quick dissolving,used to enhance and add value
to end
products 100%.Dairy Granulated Skim Milk Powder Unsweetened unlike standard spray drying and instant
Powder
procedures the process involves a unique strict control and drying procedure exclusively developed in
Europe by using the latest technology and over 50 years know how,incorporating total health and
sanitizing criterea adherence,from the Milk Filtration,Pasteurization to the end packaging of product,
all done in house and strictly monitored through out.
</p>
<ul>
<li>Neutral Taste</li>
<li>No Fat</li>
<li>No Tunnelling in product container</li>
<li>No Clogging during mixing</li>
<li>Anti Vibration whilst not in use</li>
<li>No Seeping into bowl</li>
<li>No Additives</li>
<li>Pure and Natural</li>
<li>Gluten Free</li>
</ul>
</div>
</div>
<table>
<tr>
<td>
<a href="coffee-tea-supplies.html">
<div class="btn btn-primary btn-sm right">Back</div>
</a>
</td>
<td>
<a href="contact.html">
<div class="btn btn-primary btn-sm right">Enquire</div>
</a>
</td>
</tr>
</table>
</div>
</div>
</section>
<!-- END: slider -->
<footer-component></footer-component>
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/easing.min.js"></script>
<script src="js/hoverIntent.js"></script>
<script src="js/superfish.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/main.js"></script>
<script src="js/components.js"></script>
<script src="js/responsive.js"></script><sticky-component></sticky-component>
</body>
</html>