-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
183 lines (155 loc) · 5.92 KB
/
index.htm
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Small winery that produces authentic, premium wines.">
<meta name="author" content="Ivanic Winery">
<meta id="MetaKeywords" name="KEYWORDS"
content="Winery, Vinarija, Blaufrankish,Frankovka, Škrlet, Skrlet, Pinot, Two Roses, Dvije Ruže, Risovac, Croatia, Hrvatska, vinarija, vino, red wine, crno vino,crveno vino, white wine, orange, amber, bijelo vino, Moslavina,vinograd, vineyard, butelja, kontinentalna hrvatska, bregovita hrvatska, kutina, zagreb, Pinot Noir, Pinot Crni" />
<meta id="MetaRobots" name="ROBOTS" content="INDEX, FOLLOW" />
<title>Ivanic Winery / Vinarija Ivanić iz Kutine</title>
<!-- Bootstrap core CSS -->
<link href="files/bootstrap.min.css" rel="stylesheet">
<style>
body {
color: white;
background-image: url("files/vineyard.jpg");
background-size: cover;
background-position: top;
background-repeat: no-repeat;
}
.card,
footer {
background-color: #000000A0;
}
.card-header {
background-color: #FFFFFF30;
}
a:hover {
color: white;
text-decoration: underline;
font-weight: bold;
}
a {
color: white;
text-decoration: none;
font-weight: bold;
}
</style>
</head>
<body>
<div class="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
<h1 class="display-4" style="font-weight: normal;">Ivanic Winery</h1>
<img src="files/grb.png" style="width:128px;">
</div>
<div class="container">
<div class="card-deck mb-3 text-center">
<div class="card mb-4 box-shadow">
<div class="card-header">
<h4 class="my-0 font-weight-normal">How we make wines?</h4>
</div>
<div class="card-body">
<ul class="list-unstyled mt-3 mb-4">
<li>
<p>
Wine is not only an agricultural product. Wine represents a philosophy of life, it is a product with
terroir.</p>
<p> Our wines are cultivated with respect for the peculiarities of our vineyards.
</p>
<p>
Ultimately, our wines express the character of our vineyard, a character more persistent than the
specifics of an individual vintage.
</p>
<p>Find us on:</p>
<p>
<a target="_blank" title="Youtube" href="https://www.youtube.com/@ivanic_winery">
<img src="files/youtube_social_square_white.png" style="width:56px;height:56px;"></a>
<a target="_blank" title="Facebook" style="background-color: white; "
href="https://www.facebook.com/vinarijaVOI/"><img src="files/Facebook_Logo_Primary.png"
style="width:56px;height:56px;"></a><br>
</p>
</li>
</p>
</ul>
</div>
</div>
<div class="card mb-4 box-shadow">
<div class="card-header">
<h4 class="my-0 font-weight-normal">Distribution</h4>
</div>
<div class="card-body">
<ul class="list-unstyled mt-3 mb-4">
<li>
HORECA buyers please contact our distributor <a target="_blank" href="https://www.finewines.hr">Fine Wines
d.o.o.</a><br>email: info@finewines.hr</li>
</ul>
</div>
</div>
<div class="card mb-4 box-shadow">
<div class="card-header">
<h4 class="my-0 font-weight-normal">Contact</h4>
</div>
<div class="card-body">
<ul class="list-unstyled mt-3 mb-4">
<p>
OPG Vinarija Ivanic <br>
Sokolovec 16G<br>
HR44320 Kutina<br>
</p>
<li>
<span>Tel:</span> <a href="tel:+385916146963">+385 91 614 6963</a>
</li>
<li>
<span>Email:</span> info@vina-ivanic.hr
</li>
<li><br>
</li>
<li><a target="_blank" href="https://maps.app.goo.gl/EJ9dYSoLi69g2VSx7">Click to show Location</a>
</li>
<li><br>
</li>
<li>
<span class="lbl">VAT No:</span> HR 42298712672
</li>
<li>
<span class="lbl">IBAN:</span> HR5123400091160403327
</li>
<li>
<span class="lbl">SWIFT:</span> PBZGHR2X, Privredna banka Zagreb d.d.
</li>
</ul>
</div>
</div>
</div>
<footer class="border-top">
<div class="row">
<div class="col-12 col-md">
<span style="padding: 20px; float:left;">Ivanic Winery © 2024</span>
</div>
<div class="col-12 col-md">
<span style="padding: 20px; float:right;">We do not collect private data.</span>
</div>
</div>
</footer>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="files/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="files/popper.min.js"></script>
<script src="files/bootstrap.min.js"></script>
<script src="files/holder.min.js"></script>
<script>
Holder.addTheme('thumb', {
bg: '#55595c',
fg: '#eceeef',
text: 'Thumbnail'
});
</script>
</body>
</html>