-
Notifications
You must be signed in to change notification settings - Fork 0
/
winkel-analyse.html
executable file
·238 lines (215 loc) · 10.3 KB
/
winkel-analyse.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
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Voorneveld BV</title>
<meta name="description" content="Voorneveld BV - Uw klant gaat 't beleven!">
<meta name="author" content="Voorneveld BV">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<!-- web font -->
<link href='http://fonts.googleapis.com/css?family=Roboto:100,300,400' rel='stylesheet' type='text/css'>
<!-- Pop up-->
<link rel="stylesheet" type="text/css" href="js-plugin/magnific-popup/magnific-popup.css" />
<!-- Owl carousel-->
<link rel="stylesheet" href="js-plugin/owl.carousel/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="js-plugin/owl.carousel/owl-carousel/owl.transitions.css">
<link rel="stylesheet" href="js-plugin/owl.carousel/owl-carousel/owl.theme.css">
<!-- nekoAnim-->
<link rel="stylesheet" type="text/css" href="js-plugin/appear/nekoAnim.css" />
<!-- Background Video -->
<link type="text/css" rel="stylesheet" href="js-plugin/ytplayer/YTPlayer.css">
<!-- icon fonts -->
<link type="text/css" rel="stylesheet" href="font-icons/custom-icons/css/custom-icons.css">
<!-- Custom css -->
<link type="text/css" rel="stylesheet" href="css/layout.css">
<link type="text/css" id="colors" rel="stylesheet" href="css/dark-dark.css">
<link type="text/css" rel="stylesheet" href="css/custom.css">
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->
<script src="js/modernizr-2.6.1.min.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body class="activateAppearAnimation header5">
<!-- Primary Page Layout
================================================== -->
<!-- globalWrapper -->
<div id="globalWrapper">
<header class="navbar-fixed-top">
<!-- pre header -->
<div id="preHeader" class="hidden-xs">
<div class="container">
<div class="row">
<div class="col-xs-6">
<!--<ul class="quickMenu">-->
<!--<li><a href="#intro" class="linkLeft">Introductie</a></li>-->
<!--<li><a href="#paralaxSlice1">Portfolio</a></li>-->
<!--<li><a href="#headerPortfolio">Andere projecten</a></li>-->
<!--<li><a href="#about">Over ons</a></li>-->
<!--<li><a href="#team">Het team</a></li>-->
<!--</ul>-->
</div>
<div class="col-xs-6">
<div id="contactBloc" class="clearfix">
<!-- social icons -->
<!-- <ul class="socialNetwork">
<li><a href="https://www.facebook.com/VoorneveldBV" class="tips" title="volg ons op Facebook"><i class="icon-facebook-1"></i></a></li>
<li><a href="https://twitter.com/Voorneveldbv" class="tips" title="volg ons op Twitter"><i class="icon-twitter-bird"></i></a></li>
<li><a href="http://www.linkedin.com/company/voorneveldbv" class="tips" title="volg ons op Linkedin"><i class="icon-linkedin-1"></i></a></li>
</ul> -->
<!-- social icons -->
<!-- phone -->
<span class="contactPhone"><i class="icon-mobile"></i>050 535 0 555</span>
</div>
</div>
</div>
</div>
</div>
<!-- pre header -->
<!-- header -->
<div id="mainHeader" role="banner">
<div class="container">
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<!-- responsive navigation -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo -->
<a class="navbar-brand" href="index.html"><img src="images/main-logo.png" alt="Voorneveld BV"/></a>
</div>
<div class="collapse navbar-collapse" id="mainMenu">
<!-- Main navigation -->
<ul class="nav navbar-nav pull-right">
<li class="primary">
<a href="index.html" class="firstLevel">Home</a>
</li>
<li class="sep"></li>
<li >
<a href="portfolio.html" class="firstLevel">Portfolio</a>
</li>
<li class="sep"></li>
<li >
<a href="winkel-analyse.html" class="firstLevel active">Winkel analyse</a>
</li>
<li class="sep"></li>
<li >
<a href="clicks-bricks.html" class="firstLevel">Clicks & bricks</a>
</li>
<li class="sep"></li>
<li id="lastMenu" class="last"><a href="contact.html" class="firstLevel last">Contact</a></li>
</ul>
<!-- End main navigation -->
</div>
</nav>
</div>
</div>
</header>
<!-- header -->
<!-- ======================================= content ======================================= -->
<section id="page">
<header class="page-header">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>Winkel Analyse</h1>
</div>
</div>
</div>
</header>
<section id="content" class="pb30">
<section class="pt40 pb40 color1">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Zo kunt u de diensten van Voorneveld makkelijk uitproberen.</h2>
</div>
<div class="col-md-4">
<p>
Wilt u snel inzicht in hoe u de inrichting van uw winkel met een aantal stappen zelf al kunt verbeteren? Hoe u uw producten beter kunt etaleren en daarmee uw omloopsnelheid kunt vergroten? Kies dan voor een winkelanalyse.
</p>
</div>
<div class="col-md-4">
<p>
Voor maar € 295,- * analyseren wij uw winkel op alle belangrijke onderdelen. Denkt u bijvoorbeeld aan uw verlichting, uw looproute en uw productpresentatie. U krijgt hiervan een uitgebreid verslag met vele ondersteunende foto’s. In dit verslag leest u waar uw verbeterpunten liggen en hoe u deze kunt oppakken. Bovendien vindt u in het verslag een checklist voor de beoordeling van uw winkel en de punten waar u vooral op moet letten.
</p>
</div>
<div class="col-md-4">
<p>
* Deze prijs is gebaseerd op een winkel van ongeveer 120 tot 150 m2. Heeft u een winkel met een groter oppervlakte, neem dan contact met ons op voor uw prijs.
</p>
</div>
</div>
</div>
</section>
</section>
</section>
<!-- content -->
<!-- footer -->
<footer id="footerWrapper" class="footer2 color1">
<section id="footerRights">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- <ul class="socialNetwork">
<li><a href="https://www.facebook.com/VoorneveldBV" class="tips" title="volg ons op Facebook"><i class="icon-facebook-1 iconRounded"></i></a></li>
<li><a href="https://twitter.com/Voorneveldbv" class="tips" title="volg ons opn Twitter"><i class="icon-twitter-bird iconRounded"></i></a></li>
<li><a href="http://www.linkedin.com/company/voorneveldbv" class="tips" title="volg ons op Linkedin"><i class="icon-linkedin-1 iconRounded"></i></a></li>
</ul> -->
</div>
<div class="col-md-12">
<p>Copyright © 2014 <a href="http://www.voorneveldbv.nl">Voorneveld BV</a> / Alle rechten voorbehouden.</p>
</div>
</div>
</div>
</section>
</footer>
<!-- End footer -->
</div>
<!-- global wrapper -->
<!-- End Document ================================================== -->
<script type="text/javascript" src="js-plugin/respond/respond.min.js"></script>
<script type="text/javascript" src="js-plugin/jquery/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js-plugin/jquery-ui/jquery-ui-1.8.23.custom.min.js"></script>
<!-- third party plugins -->
<script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
<script type="text/javascript" src="js-plugin/easing/jquery.easing.1.3.js"></script>
<!-- carousel -->
<script type="text/javascript" src="js-plugin/owl.carousel/owl-carousel/owl.carousel.min.js"></script>
<!-- pop up -->
<script type="text/javascript" src="js-plugin/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- isotope -->
<script type="text/javascript" src="js-plugin/isotope/jquery.isotope.min.js"></script>
<!-- sharrre -->
<script type="text/javascript" src="js-plugin/jquery.sharrre-1.3.4/jquery.sharrre-1.3.4.min.js"></script>
<!-- form -->
<script type="text/javascript" src="js-plugin/neko-contact-ajax-plugin/js/jquery.form.js"></script>
<script type="text/javascript" src="js-plugin/neko-contact-ajax-plugin/js/jquery.validate.min.js"></script>
<!-- parallax -->
<script type="text/javascript" src="js-plugin/parallax/js/jquery.stellar.min.js"></script>
<!-- Background Video -->
<script type="text/javascript" src="js-plugin/ytplayer/jquery.mb.YTPlayer_modifed.js"></script>
<!-- appear -->
<script type="text/javascript" src="js-plugin/appear/jquery.appear.js"></script>
<!-- toucheeffect -->
<script type="text/javascript" src="js-plugin/toucheeffect/toucheffects.js"></script>
<!-- Custom -->
<script type="text/javascript" src="js/custom.js"></script>
</body>
</html>