Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
File size: 20,934 Bytes
a01128b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
<!DOCTYPE html>
<html lang="en">
 <head>
  <style>
   /* CSS layout */

body {
margin: 0;
/*padding: 20px;*/
/*max-width:800px;*/
margin-left:auto;
margin-right:auto;
background-color: #FFFFFF;

/*background-image:url('images/blue-background.jpg');*/
}

  

#header
{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: gray; font-style:italic; text-decoration : none; text-align:right;
background-color:white;
padding-bottom:5px;
padding-top:5px;
padding-right:2%;
width:98%;
border-top:1px #cccccc solid;
border-bottom:1px #cccccc solid;
}


#masthead
{
width:100%; background-color:#CDE8F1; padding-top:5px; padding-bottom:0px;}

#masthead_top {
/*width:95%;*/
/*float:left;*/
font-family: 'Poiret One', cursive;
font-size: 48pt; color: #666666; text-decoration : none; text-align:left;
/*margin-left:2.5%;
margin-right:2.5%;*/
border-bottom:1px #666666 solid;
margin-top: 10px;
width:800px; margin: 0px auto;
padding-bottom:2px;
}

#masthead_bottom {
font-family: 'Poiret One', cursive;
font-size: 48pt; color: #666666; text-decoration : none; text-align:right;
width:800px; margin: 0px auto;
}

#masthead_bottom_small {
font-family: 'Poiret One', cursive;
font-size: 40pt; color: #666666; text-decoration : none; text-align:right;
width:800px; margin: 0px auto;
}

#masthead_bottom_very_small {
font-family: 'Poiret One', cursive;
font-size: 32pt; color: #666666; text-decoration : none; text-align:right;
width:800px; margin: 0px auto;
}

#top_nav_container {background-color:rgb( 205, 232, 241,0.5);}

#top_nav {
text-align: center;
padding-bottom:5px;
padding-top:5px;
padding-left: 1.25% ;
padding-right: 1.25%;
width:97.5%;
height:48px;

width:800px; margin:0px auto;


}

#container
    {width:800px; 
     margin:0 auto;
    background-color:white;}


#page_content {
	float:left;
	width: 100%;
	min-height:605px;
	padding-top:10px;
	padding-bottom:10px;
	/*padding-left:2%;
	padding-right:2%;*/
	background-color:white;
}


#call-out {background-color:rgb( 205, 232, 241,0.5); font-weight:bold; text-align:center;font-family: 'Montserrat', sans-serif; font-size: 10pt; color: black; text-decoration : none; margin-top:10px; padding-top:10px;padding-bottom:10px;border:1px solid #9e9e9e;}

#call-out a:link {text-decoration: none; color:black; font-weight:bold}
#call-out a:visited{text-decoration: none; color:black; font-weight:bold}
#call-out a:hover {text-decoration: none; color:gray;font-weight:bold}


#call-out-offer {background-color:#f77532; font-weight:normal; text-align:center;font-family: 'Montserrat', sans-serif; font-size: 14pt; color: black; text-decoration : none; margin-top:10px; padding-top:10px;padding-bottom:10px;border:1px solid #D3D3D3;margin-bottom:10px}

#call-out-offer a:link {text-decoration: none; color:black; font-weight:normal}
#call-out-offer a:visited{text-decoration: none; color:black; font-weight:normal}
#call-out-offer a:hover {text-decoration: none; color:black;font-weight:normal}

#bottom_text{	float:left;}


#footer {
	clear: both;
	background-color:rgb( 205, 232, 241,0.5);
	padding-top:1%;
        padding-bottom:1%;
	border-top:thin #cccccc solid;
	text-align:	center;
        padding-left:1%;padding-right:1%;
}

#copyright {
		margin-top:10px;
		font-weight: normal;
		clear:both;
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #666666; text-decoration: none; text-align:center;
        width:75%;
        margin-left:auto;
margin-right:auto;
}

#gallery_clear {clear: both ;}

/* standard link CSS */
a:link {text-decoration: none; color:#666666; border:0px;font-weight:normal}
a:visited {text-decoration: none; color:#666666;}
a:active {text-decoration: none;color:black;}
a:hover {text-decoration: none; color:black;}


.town_links a{text-decoration: none; color: #666666; font-size:8pt; font-family: Verdana, Arial, Helvetica, sans-serif; }
.town_links {text-decoration: none; color: #666666;font-size:8pt;}


h1 {font-family: 'Montserrat', sans-serif;font-size: 20pt; color: #666666; font-weight:bold; text-decoration: none;margin-top:0px}
h2 {font-family: 'Montserrat', sans-serif;font-size: 13pt; color: #666666; font-weight:bold; text-decoration: none;margin-top:0px}
h3 {font-family: 'Montserrat', sans-serif;font-size: 12pt; color: #666666; font-weight:bold; text-decoration: none;margin-top: 0px;
  margin-bottom: 0.1em;}
 

.title {font-family: 'Poiret One', cursive; font-size: 24pt; color: #CDE8F1; font-weight:bold; text-decoration: none;}
.subtitle {font-family: 'Poiret One', cursive; font-size: 16pt; color: #CDE8F1; font-weight:bold; text-decoration: none;}
/* note that user-select:none stops people selecting the text on the site - removed 19th March 23*/
.text {font-family: 'Montserrat', sans-serif; font-size: 11pt; color: black; text-decoration: none; }
.text_smaller {font-family: 'Montserrat', sans-serif; font-size: 9pt; color: black; text-decoration: none; }}
.text img {padding:10px; margin: 5px;border:1px gray solid; float:left; display:	block;}
.nav {font-family: 'Montserrat', sans-serif; font-size: 8pt; color: black; text-decoration: none;}
.footer {font-family: 'Montserrat', sans-serif; font-size: 8pt; color: #666666; text-decoration: none; user-select:none;}

#callout-right-narrow {width:20%; float:right; padding:5px 5px 0px 5px; margin-left:10px; border: 2px solid #666666;   text-align: left;  }


#gallery {
margin:0px auto;
width:100%;
}

#blind {
	float:left;
	margin: 2% 2.1% 1% 2.1%;
	padding:2px 2px 5px 2px; /*connected to blind: hover (padding)*/
	border:1px solid #9e9e9e; 
	text-align:center;    
	width:120px;
    height:146px;
	font-family: 'Montserrat', sans-serif; 
	text-decoration : none; 
	font-size:10pt;
	}

#blind img {
	padding-bottom:8px;
}

#blind:hover {
    border:1px solid #f77532; /*#CDE8F1;*/
    padding:2px 2px 5px 2px; /* reduce padding as i have increased the border thickness */
}
	
#blind a:link {text-decoration: none; color:black; font-weight:bold}
#blind a:visited{text-decoration: none; color:black; font-weight:bold}
#blind a:hover {text-decoration: none; color:#f77532;font-weight:bold}

#menu {
      font-family: 'Montserrat', sans-serif;
      font-size:10.5pt;
      margin:5px 0px 5px 0px;
      width:800px; margin: 0px auto;
      background-color:white;
      }

#menu ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#menu a {
    float: left;
    width: 5em;
    text-decoration: none;
    color: #666666;
    background-color: rgb( 205, 232, 241,0.2);
    border: 1px gray solid;
    padding: 0.4em 0.25em;
    /*border-right: 1px solid background-color:rgb( 205, 232, 241,0.5);*/
    margin-right:1px;
    height: 35px;
}

#menu a:hover {
    background-color: #CDE8F1;
}

#menu li {
    display: inline;
}


 
/* for ipad portrait  */ 
@media all 
and (max-width : 1023px) 
    {
    
       body {padding:0px;width:100%;}
       #menu {display: none;width:0px}
       #top_nav {display: none;width:0px}
       #header {display:none; width:0px}
       
       #call-out-offer {font-size:12pt;margin-bottom:2px}
       #call-out {font-size: 12pt; }
       
       #callout-right-narrow {width:45%;padding-left:7px; text-align: left;}
       
       #masthead_top {font-size:40pt;padding-top:2.5%;margin-top: 0px;width:95%;padding-left:2.5%; padding-right:2.5%;}
  
       #masthead_bottom {font-size:40pt;width:95%;padding-left:2.5%; padding-right:2.5%;padding-bottom:2%; }
       #masthead_bottom_small {font-size:36pt;width:95%;padding-left:2.5%; padding-right:2.5%;padding-bottom:2%;}
       #masthead_bottom_very_small {font-size:30pt;width:95%;padding-left:2.5%; padding-right:2.5%;padding-bottom:2%;}
       
       #masthead {padding-bottom:10px;}
       h1 {font-size:14pt; }
       h2 {font-size:12pt; }
       h3 {font-size:11pt; }
       #container  {width:95%;  background-color:white; padding-left:2.5%; padding-right:2.5%;}
       #footer {width:95%; padding-left:2.5%; padding-right:2.5%}
       #copyright {width:95%; padding-left:2.5%; padding-right:2.5%; font-family: 'Montserrat', sans-serif;}
       .text {font-size:11pt;}
       .text_smaller {font-size: 8pt;}


       /* why does this not overried the earlier margin setting?  it changes other elements here if i change them */
       #blind {	margin: 2% 1% 1% 1%;} 
  }
  
@media all 
and (max-width : 800px)  
    {
       /* iphone 6 and smaller */

       #masthead_top {font-size:28pt;}
       
       #masthead_bottom {font-size:36pt;}
       #masthead_bottom_small {font-size:30pt;}
       #masthead_bottom_very_small {font-size:24pt;}
       

       
       .text {font-size:10.5pt}
       
}

@media all 
and (max-width : 600px)
    {
    
    #masthead_top {font-size:24pt;}
       
       #masthead_bottom {font-size:30pt;}
       #masthead_bottom_small {font-size:26pt;}
       #masthead_bottom_very_small {font-size:21pt;}
    
    

     }

@media all 
and (max-width : 480px)  
    {
   #masthead_top {font-size:22pt}
   
   #masthead_bottom {font-size:22pt}
   #masthead_bottom_small {font-size:20pt}
   #masthead_bottom_very_small {font-size:17pt}   
      
   #blind {	
   font-size:9pt  ;
   margin: 4% 4% 3% 8%;
   }   

    #call-out-offer {font-size:9pt;margin-bottom:2px}
    #call-out {font-size: 9pt; }

    
    }
    
    
@media all 
and (max-width : 420px)  
    {

      


    }    
    
    
@media all 
and (max-width : 320px)  
    {
   #masthead_top {font-size:20pt}
   
   #masthead_bottom {font-size:20pt}
   #masthead_bottom_small {font-size:17pt}
   #masthead_bottom_very_small {font-size:14pt}



    }


@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poiretone/v16/UqyVK80NJXN4zfRgbdfbo55cUg.ttf) format('truetype');
}



@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Xw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
  </style>
  <title>
   Window Blinds Wakefield | The best window blinds in Wakefield
  </title>
  <meta content="Window Blinds Wakefield | The best window blinds in Wakefield" property="og:title">
  <meta content="The best window blinds in Wakefield. Browse a vast selection of window blinds. The Blinds Company Wakefield. The best window blinds at the best prices" name="description">
  <meta content="The best window blinds in Wakefield. Browse a vast selection of window blinds. The Blinds Company Wakefield. The best window blinds at the best prices" property="og:description">
  <meta content="blinds Wakefield, Wakefield blinds, window blinds Wakefield, made to measure, vertical blinds, wooden blinds, skylight blinds, blackout blinds, Wakefield vertical blinds, Wakefield wooden blinds, Wakefield skylight blinds, Wakefield blackout blinds" name="keywords">
  <meta content="blinds Wakefield" name="abstract">
  <meta content="Copyright Totally Online 2023" name="copyright">
  <meta content="Totally Online" name="author">
  <meta content="The Blinds Company" property="og:site_name">
  <meta content="en_GB" property="og:locale">
  <meta content="website" property="og:type">
  <meta content="" property="og:url">
  <meta content="noodp, noydir" name="robots">
  <meta content="en-gb" http-equiv="Content-Language">
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  <meta content="width=device-width, initial-scale=1.0" name="viewport">
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  <meta content="#ffffff" name="msapplication-TileColor">
  <meta content="favicon/ms-icon-144x144.png" name="msapplication-TileImage">
  <meta content="#ffffff" name="theme-color">
  <meta content="AymqwRC7u88Y4JPvfIF2F37QKylC04248hLCdJAsh8xgOfe/dVJPV3XS3wLFca1ZMVOtnBfVjaCMTVudWM//5g4AAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1RoaXJkUGFydHkiOnRydWV9" http-equiv="origin-trial">
 </head>
 <body>
  <div id="masthead">
   <div id="masthead_top">
    The Blinds Company
   </div>
   <div id="masthead_bottom">
    Wakefield
   </div>
  </div>
  <div id="top_nav_container">
   <div id="top_nav">
    <div id="menu">
     <ul itemscope itemtype="" role="menu">
      <li itemprop="name" role="menuitem">
       <a itemprop="url" onclick="gtag('event', 'navigation_click', {'blind_type': 'Venetian'});" rel="nofollow" title="Venetian Blinds Wakefield">
        Venetian Blinds
       </a>
      </li>
      <li itemprop="name" role="menuitem">
       <a itemprop="url" onclick="gtag('event', 'navigation_click', {'blind_type': 'Vertical'});" rel="nofollow" title="Vertical Blinds Wakefield">
        Vertical Blinds
       </a>
      </li>
      <li itemprop="name" role="menuitem">
       <a itemprop="url" onclick="gtag('event', 'navigation_click', {'blind_type': 'Roller'});" rel="nofollow" title="Roller Blinds Wakefield">
        Roller Blinds
       </a>
      </li>
      <li itemprop="name" role="menuitem">
       <a itemprop="url" onclick="gtag('event', 'navigation_click', {'blind_type': 'Wooden'});" rel="nofollow" title="Wooden Blinds Wakefield">
        Wooden Blinds
       </a>
      </li>
     </ul>
    </div>
   </div>
  </div>
  <div id="container">
   <div id="page_content">
    <h1>
     Window Blinds Wakefield
    </h1>
    <p class="text">
     By adding blinds to your windows, you can give an old room a fresh and updated look. We are passionate about window blinds and we are equally passionate about our customers in Wakefield.
    </p>
    <div id="call-out-offer">
     <a onclick="gtag('event', 'offer_click', {'offer_position': 'higher offer banner'});">
      CLICK TO
      <b>
       SAVE UP TO 70%
      </b>
      ON MANY PRODUCTS
     </a>
    </div>
    <div id="gallery">
     <div id="blind">
      <a onclick="gtag('event', 'gallery_click', {'blind_type': 'Blackout', 'blind_position': '0', 'blind_image': 'blackout-blind.jpg'});">
       <img alt="Blackout Blinds Wakefield" height="120" rel="nofollow" src="rick.jpg" width="120">
       <br>
       Blackout Blinds
      </a>
     </div>
     <div id="blind">
      <a onclick="gtag('event', 'gallery_click', {'blind_type': 'Thermal', 'blind_position': '1', 'blind_image': 'thermal_3.jpg'});">
       <img alt="Thermal Blinds Wakefield" height="120" rel="nofollow" src="rick.jpg" width="120">
       <br>
       Thermal Blinds
      </a>
     </div>
     <div id="blind">
      <a onclick="gtag('event', 'gallery_click', {'blind_type': 'Roller', 'blind_position': '2', 'blind_image': 'roller-2020a.jpg'});">
       <img alt="Roller Blinds Wakefield" height="120" rel="nofollow" src="rick.jpg" width="120">
       <br>
       Roller Blinds
      </a>
     </div>
     <div id="blind">
      <a onclick="gtag('event', 'gallery_click', {'blind_type': 'Roman', 'blind_position': '3', 'blind_image': 'roman-2020.jpg'});">
       <img alt="Roman Blinds Wakefield" height="120" rel="nofollow" src="rick.jpg" width="120">
       <br>
       Roman Blinds
      </a>
     </div>
     <div id="blind">
      <a onclick="gtag('event', 'gallery_click', {'blind_type': 'Venetian', 'blind_position': '4', 'blind_image': 'venetian-2022.jpg'});">
       <img alt="Venetian Blinds Wakefield" height="120" rel="nofollow" src="rick.jpg" width="120">
       <br>
       Venetian Blinds
      </a>
     </div>
     <div id="blind">
      <a onclick="gtag('event', 'gallery_click', {'blind_type': 'Wooden', 'blind_position': '5', 'blind_image': 'wooden-blinds-2.jpg'});">
       <img alt="Wooden Blinds Wakefield" height="120" rel="nofollow" src="rick.jpg" width="120">
       <br>
       Wooden Blinds
      </a>
     </div>
     <div id="blind">
      <a onclick="gtag('event', 'gallery_click', {'blind_type': 'Motorised', 'blind_position': '6', 'blind_image': 'motorised-2020a.jpg'});">
       <img alt="Motorised Blinds Wakefield" height="120" rel="nofollow" src="rick.jpg" width="120">
       <br>
       Motorised Blinds
      </a>
     </div>
     <div id="blind">
      <a onclick="gtag('event', 'gallery_click', {'blind_type': 'Day Night', 'blind_position': '7', 'blind_image': 'daynight-2022.jpg'});">
       <img alt="Day Night Blinds Wakefield" height="120" rel="nofollow" src="rick.jpg" width="120">
       <br>
       Day Night Blinds
      </a>
     </div>
     <div id="blind">
      <a onclick="gtag('event', 'gallery_click', {'blind_type': 'Vertical', 'blind_position': '8', 'blind_image': 'vertical-2020.jpg'});">
       <img alt="Vertical Blinds Wakefield" height="120" rel="nofollow" src="rick.jpg" width="120">
       <br>
       Vertical Blinds
      </a>
     </div>
     <div id="blind">
      <a onclick="gtag('event', 'gallery_click', {'blind_type': 'Skylight', 'blind_position': '9', 'blind_image': 'skylight-2020b.jpg'});">
       <img alt="Loft Blinds Wakefield" height="120" rel="nofollow" src="rick.jpg" width="120">
       <br>
       Loft Blinds
      </a>
     </div>
    </div>
    <div id="gallery_clear">
    </div>
    <div id="call-out">
     <a onclick="_gaq.push(['_trackEvent', 'External', 'Lower Option', 'Lower Option Banner']);">
      SELECT A CATEGORY, OR CLICK HERE TO BROWSE
     </a>
    </div>
    <div id="bottom_text">
     <p class="text">
      We work with the best blind suppliers in the country, who can deliver almost anywhere in the United Kingdom.Our blinds are available in many styles, just click on one of the images above!
     </p>
     <p class="text">
      Remember - our blinds are easy to operate and maintain, and they can be easily cleaned with a damp cloth.
The style of a home can have a positive impact on the mood and happiness of a family.
     </p>
     <p class="text">
      A lot of people talk about made-to-measure blinds, but aren't always sure what that covers. Unlike many products, made to measure blinds are created specifically for you - to your needs.
     </p>
     <p class="text">
      <a>
       Explore our selection of window blinds by clicking here
      </a>
     </p>
     <h2>
      Wakefield Window Blinds
     </h2>
     <div id="callout-right-narrow">
      <h3>
       Home Delivery
      </h3>
      <p class="text_smaller">
       We offer doorstep delivery. As soon as you finalise the style and size, our partners will begin producing your bespoke window blinds.
      </p>
     </div>
     <p class="text">
     </p>
     <p class="text">
      Self-installation is not particularly challenging but
remember to screw the brackets firmly. You can face-fix which means they sit outside of the window recess and block out more light, or top fix which is the opposite - they sit within the recess to create a closer fit.
     </p>
     <p class="text">
      So much choice for your home or office in Wakefield. Click on an image to find out more.
     </p>
     <h3>
      The best window blinds in Wakefield
     </h3>
     <p class="text">
      By installing window blinds, you can give any room a complete transformation &ndash; just look at the difference they make in buildings in Wakefield. We keep our eyes peeled for sales throughout the year, and we'll let you know if one is active.
     </p>
     <div id="call-out-offer">
      <a onclick="gtag('event', 'offer_click', {'offer_position': 'lower offer banner'});">
       CLICK TO
       <b>
        SAVE UP TO 70%
       </b>
       ON MANY BLINDS
      </a>
     </div>
    </div>
   </div>
  </div>
  <div id="footer">
   <span class="footer">
    The Blinds Company. For when you just want to get blinds for your windows in Wakefield | The best window blinds in Wakefield | Browse a vast selection of window blinds
    <br>
    Latest news: 2023 could be the biggest year on record for sales of blinds.
   </span>
  </div>
  <div id="copyright">
   copyright
   <a>
    Totally Online Ltd
   </a>
   2011-2023 |
   <span class="town_links">
    <a>
     Wakefield shutters
    </a>
    |
    <a>
     Vertical Blinds
    </a>
    |
    <a>
     window blinds Swansea
    </a>
    |
    <a>
     blinds Stock
    </a>
    |
    <a>
     blinds Bath
    </a>
    |
    <a>
     window blinds Two Bridges
    </a>
    |
    <a>
     window blinds Bournemouth
    </a>
    |
    <a>
     blinds for windows Lawrence Weston
    </a>
    |
    <a>
     blinds Preston
    </a>
    |
    <a>
     blinds Countywide
    </a>
    |
    <a>
     quality window blinds Wakefield
    </a>
    |
    <a>
     legals |
    </a>
    <a rel="nofollow">
     privacy policy and terms
    </a>
    |
    <a>
     blog
    </a>
    <br>
    <br>
    <br>
    <br>
   </span>
  </div>
 </body>
</html>