-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
619 lines (533 loc) · 22.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="../assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="../assets/img/restavioLogo.jpg">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Restavio Self Checkin Instruction</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
<link rel="stylesheet" href="./stylesheet.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/holder/2.9.7/holder.min.js" integrity="sha512-O6R6IBONpEcZVYJAmSC+20vdsM07uFuGjFf0n/Zthm8sOFW+lAq/OK1WOL8vk93GBDxtMIy6ocbj6lduyeLuqQ==" crossorigin="anonymous"></script>
<!-- Fonts and icons -->
<link href="https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-blue">
<span class="w-100">
</span>
<div class="d-flex w-100 order-0">
<span class="w-100"></span>
<img class="navbar-logo text-center" src="https://restavio.com/wp-content/uploads/2019/07/Logow.png" />
<span class="w-100">
<a href="tel:604-757-4178">
<button class="navbar-toggler" style="float: right; height: 100%;">
<i class="fas fa-phone fa-2x text__address"></i>
</button>
</a>
</span>
</div>
<span class="w-100">
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="tel:604-757-4178">
<i class="fas fa-phone fa-2x text__address"></i>
</a>
</li>
</ul>
</div>
</span>
</nav>
<div id="carouselExampleControls" class="carousel slide" style="height: 400px;" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" style="height: 400px; object-fit: cover;" src="https://cdn.vopenhouse.ca/p/JgnN9IUYwmOV65e-2e520bsnrHJHutZYoevVHYinjaw_.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" style="height: 400px; object-fit: cover;" src="https://cdn.vopenhouse.ca/p/rdXwpCN.EUlfn85nNtzU8NW6IEYowZScUX2AnPvO29I_.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" style="height: 400px; object-fit: cover;" src="https://cdn.vopenhouse.ca/p/OsXBxwCXtZ00Jc82L06pahQuXuxfPOQDFThoONUUfDc_.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="card card__address mx-auto">
<div class="card-body card__background">
<h2 class="card-title text__address text-center">371 East Braemar Road<br/>North Vancouver, B.C.</h2>
</div>
</div>
<div class="row">
<div class="col-xl-3">
<div class="card card__main-content card-border mx-auto">
<div class="card-body">
<h1 class="card-title text-center">Notices</h1>
<p class="card-text">1. If you are having problems with the checking-in/out process, locating the apartment, house rules etc, please contact us by sending a message through channel inbox.<br/><br/>2. In case for emergency, please contact by channel inbox message or telephone by clicking the button on the top-right.</p>
</div>
</div>
</div>
<div class="col-xl-9">
<div class="card card__main-content mx-auto">
<div class="row">
<div class="col-6 col-md-3">
<div class="card-body text-center">
<button type="button" class="btn btn-success btn-circle btn-xl" data-toggle="modal" data-target="#arrival"><i class="fas fa-plane-arrival fa-5x" style="margin-top: -8px;"></i></button>
<h6 class="btn-circle_text">Arrival</h6>
</div>
</div>
<div class="col-6 col-md-3">
<div class="card-body text-center">
<button type="button" class="btn btn-warning btn-circle btn-xl" data-toggle="modal" data-target="#self-checkin"><i class="fas fa-key fa-5x" style="margin-top: -8px;"></i></button>
<h6 class="btn-circle_text">Self Check-In</h6>
</div>
</div>
<div class="col-6 col-md-3">
<div class="card-body text-center">
<button type="button" class="btn btn-danger btn-circle btn-xl" data-toggle="modal" data-target="#parking"><i class="fas fa-car fa-5x" style="margin-top: -8px;"></i></button>
<h6 class="btn-circle_text">Parking</h6>
</div>
</div>
<div class="col-6 col-md-3">
<div class="card-body text-center">
<button type="button" class="btn btn-dark btn-circle btn-xl" data-toggle="modal" data-target="#house-manual"><i class="fas fa-file-alt fa-5x" style="margin-top: -8px;"></i></button>
<h6 class="btn-circle_text">House Manual</h6>
</div>
</div>
<div class="col-6 col-md-3">
<div class="card-body text-center">
<button type="button" class="btn btn-primary btn-circle btn-xl" data-toggle="modal" data-target="#internet"><i class="fas fa-wifi fa-5x" style="margin-top: -3px;"></i></button>
<h6 class="btn-circle_text">Internet</h6>
</div>
</div>
<div class="col-6 col-md-3">
<div class="card-body text-center">
<button type="button" class="btn btn-info btn-circle btn-xl" data-toggle="modal" data-target="#house-rules"><i class="fas fa-scroll fa-5x"></i></button>
<h6 class="btn-circle_text">House Rules</h6>
</div>
</div>
<div class="col-6 col-md-3">
<div class="card-body text-center">
<button type="button" class="btn btn-success btn-circle btn-xl" data-toggle="modal" data-target="#garbage-disposal"><i class="fas fa-trash-alt fa-5x" style="margin-top: -5px;"></i></button>
<h6 class="btn-circle_text">Garbage Disposal</h6>
</div>
</div>
<div class="col-6 col-md-3">
<div class="card-body text-center">
<button type="button" class="btn btn-warning btn-circle btn-xl" data-toggle="modal" data-target="#restaurants"><i class="fas fa-utensils fa-5x" style="margin-top: -3px;"></i></button>
<h6 class="btn-circle_text">Restaurants</h6>
</div>
</div>
<div class="col-6 col-md-3">
<div class="card-body text-center">
<button type="button" class="btn btn-danger btn-circle btn-xl" data-toggle="modal" data-target="#attractions"><i class="fas fa-map-signs fa-5x"></i></button>
<h6 class="btn-circle_text">Attractions</h6>
</div>
</div>
<div class="col-6 col-md-3">
<div class="card-body text-center">
<button type="button" class="btn btn-dark btn-circle btn-xl" data-toggle="modal" data-target="#activities"><i class="fas fa-check-square fa-5x" style="margin-top: -3px;"></i></button>
<h6 class="btn-circle_text">Activities</h6>
</div>
</div>
<div class="col-6 col-md-3">
<div class="card-body text-center">
<button type="button" class="btn btn-primary btn-circle btn-xl" data-toggle="modal" data-target="#check-inout"><i class="fas fa-shoe-prints fa-rotate-270 fa-5x"></i></button>
<h6 class="btn-circle_text">Check-In/Out</h6>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="arrival" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Arrival</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<!-- EDIT HERE -->
<b>How to get there by public transportation from YVR Airport?</b><a href="https://goo.gl/maps/tSiG82Pw1RHHYyGe6" class="btn btn-primary btn-round">Click Here</a>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2599.4486133778273!2d-123.06685138430838!3d49.343657079338065!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x548670032bedaf01%3A0xbe5787dd22052017!2s371%20Braemar%20Rd%20E%2C%20North%20Vancouver%2C%20BC%20V7N%201R2!5e0!3m2!1sen!2sca!4v1571154952794!5m2!1sen!2sca" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen=""></iframe>
<a href="https://goo.gl/maps/vEM5qtzcn7gVz4cL8" class="btn btn-primary btn-round">Link To Google Map</a>
<!-- EDIT HERE -->
</div>
</div>
</div>
</div>
<div class="modal fade" id="self-checkin" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Self Check-In</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<!-- EDIT HERE -->
<iframe width="100%" height="315" src="https://www.youtube.com/embed/qmVb48wrluE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
<p>
Please follow our video instructions to access the property through the code that was provided in your inbox.
</p>
<!-- EDIT HERE -->
</div>
</div>
</div>
</div>
<div class="modal fade" id="parking" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Parking</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<!-- EDIT HERE -->
<img class="img-fluid" src="http://restavio.vancitystr.com/assets/img/guestParking.jpg"/>
<p>For Parking: Please use the left handside parking space in front of the house.</p>
<!-- EDIT HERE -->
</div>
</div>
</div>
</div>
<div class="modal fade" id="house-manual" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">House Manual</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<!-- EDIT HERE -->
<h4 class="title">(a.) How to watch TV?</h4>
<iframe width="100%" height="315" src="https://www.youtube.com/embed/bB_d7qc7DoQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
<h4 class="title">(b.) How to use washer and dryer?</h4>
<iframe width="100%" height="315" src="https://www.youtube.com/embed/xsxrjxN9S-k" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
<!-- EDIT HERE -->
</div>
</div>
</div>
</div>
<div class="modal fade" id="internet" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Internet</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<!-- EDIT HERE -->
<b>Wifi SSID: SHAW-5339F0</b>
<br/>
<b>Wifi Password: 2511770E0593</b>
<!-- EDIT HERE -->
</div>
</div>
</div>
</div>
<div class="modal fade" id="house-rules" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">House Rules</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<!-- EDIT HERE -->
<h4 class="title">(1.) No parties or gatherings whatsoever
</h4>
<h4 class="title">(2.) No extras to stay overnight
</h4>
<h4 class="title">(3.) No smoking or drug use anywhere in the unit
</h4>
<h4 class="title">(4.) No disturbances of any form will be tolerated
</h4>
<h4 class="title">(5.) No excessive water on the floors
</h4>
<h4 class="title">(6.) No loud music after 9:00 pm
</h4>
<h4 class="title">(7.) Only toilet paper to be put in the toilet bowl
</h4>
<h4 class="title">(8.) Checkout is at 11:00 am
</h4>
<h3 class="title" style="text-align: center; color: red">
Sorry about the long list, but because of the behaviour of previous guests we are now having to enforce the above.
</h3>
<!-- EDIT HERE -->
</div>
</div>
</div>
</div>
<div class="modal fade" id="garbage-disposal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Garbage Disposal</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<!-- EDIT HERE -->
<p>For each room, we provide a small trash can.<br/><br/>If the trash can is full, please kindly throw the trash into the large garbage container in the front yard.<br/><br/>Please separate the garbage and recycle item - this is required.</p>
<!-- EDIT HERE -->
</div>
</div>
</div>
</div>
<div class="modal fade" id="restaurants" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Restaurants</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<!-- EDIT HERE -->
<img class="img-fluid" src="http://restavio.vancitystr.com/assets/img/pizzeria.jpg"/>
<b>(1.) Il Castello Pizzeria
<br>
You don't have to go far to find a taste of Italy in North Van. Il Castello is a cozy Neapolitan style pizzeria with pizza that is sure to satisfy you.
<br>
119 2nd St E, North Vancouver, BC
</b>
<br>
<a href="https://goo.gl/maps/gK2KsYS8QsJjsPch6" class="btn btn-primary btn-round">Link To Get There
</a>
<br>
<br>
<img class="img-fluid" src="http://restavio.vancitystr.com/assets/img/tapandbarrel.jpeg"/>
<b>(2.)Tap and Barrel
<br>
Wine and dine at one of Western Canada's biggest restaurants. Located in the North Vancouver Shipyards,
you can choose from a wide selection of local beers, wines,
and cocktails, as well as a diverse food menu. The patio is the perfect place to get drinks during the summer.
<br>
8 Lonsdale Avenue, North Vancouver, BC
</b>
<br>
<a href="https://goo.gl/maps/LFDP82wSmyHjZFHM7" class="btn btn-primary btn-round">Link To Get There
</a>
<br>
<br>
<img class="img-fluid" src="http://restavio.vancitystr.com/assets/img/p7-view.jpg"/>
<b>(3.)PIER 7
<br>
Pier 7 probably has some of the best waterfront restaurant views in all of North Vancouver. Make sure to get a spot on their year-round heated patio and enjoy their upscale, seafood menu.
<br>
25 Wallace Mews, North Vancouver, BC
</b>
<br>
<br>
<a href="https://goo.gl/maps/X3uKt2r5wta7Em8S8" class="btn btn-primary btn-round">Link To Get There
</a>
<br>
<br>
<img class="img-fluid" src="http://restavio.vancitystr.com/assets/img/buddha-full.jpg"/>
<b>(4.) Buddha-Full
<br>
If you're on a plant-based diet, you will LOVE Buddha-Full's healthy, conscious, and delicious food and drink. Buddha-Full was the first organic, raw vegan, and gluten-free cafe on the North Shore.
Even if you're not on a plant-based diet, you will still enjoy how good their food tastes and how good it makes you feel!
</b>
<br>
Address: 106 West 1st Street, North Vancouver, BC
<br>
<a href="https://goo.gl/maps/RTequ83P2mxBurJm9" class="btn btn-primary btn-round">Link To Get There
</a>
<!-- EDIT HERE -->
</div>
</div>
</div>
</div>
<div class="modal fade" id="attractions" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Attractions</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<!-- EDIT HERE -->
<img class="img-fluid" src="http://restavio.vancitystr.com/assets/img/stanleypark.jpg">
<b>(1.) Stanley Park
</b>
<br>
<b style="color: red">Walk, Run, Ride, Bikes
</b>
<br>
<br>
<img class="figure-img" width="50%" src="http://restavio.vancitystr.com/assets/img/localbeaches.jpg">
<br>
<b>(2.) Local beaches
</b>
<br>
<b style="color: red">English Bay, Sunset Beach, 3rd Beach, Kitsilano, Jericho, Spanish Banks
</b>
<br>
<img class="img-fluid" src="http://restavio.vancitystr.com/assets/img/englishbay.jpg">
<b>(3.)English Bay
<br>
Watch Sunsets
</b>
<br>
<br>
<img class="img-fluid" src="http://restavio.vancitystr.com/assets/img/granvileisland.jpg">
<b>(4.)Granville Island
</b>
<br>
<br>
<br>
<img class="img-fluid" src="http://restavio.vancitystr.com/assets/img/nightmarket.jpg">
<b>(5.)Richmond Night Market
</b>
<br>
<b style="color: red">Summer Only - May till end of August
</b>
<br>
<a href="https://richmondnightmarket.com/" class="btn btn-primary btn-round">Link To Richmond Night Market
</a>
<br>
<br>
<img class="img-fluid" src="http://restavio.vancitystr.com/assets/img/grousemountain.jpg">
<b>(6.)Grouse Mountain
</b>
<br>
<b style="color: red">There is a gondola that will have amazing views of Downtown.
</b>
<br>
<a href="https://www.grousemountain.com/" class="btn btn-primary btn-round">Link To Grouse Mountain
</a>
<!-- EDIT HERE -->
</div>
</div>
</div>
</div>
<div class="modal fade" id="activities" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Activities</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<!-- EDIT HERE -->
<b>(1.) Shopping
</b>
<br>
<b style="color: red">Robson Street, Alberni Street, Gastown, Pacific Centre
</b>
<br>
<br>
<img class="img-fluid" src="http://restavio.vancitystr.com/assets/img/robsonstreet.jpg">
<br>
<img class="img-fluid" src="http://restavio.vancitystr.com/assets/img/albernistreet.jpg">
<br>
<img class="img-fluid" src="http://restavio.vancitystr.com/assets/img/gastown.gif">
<br>
<img class="img-fluid" src="http://restavio.vancitystr.com/assets/img/pacificcentre.jpeg">
<br>
<b>(2.) Bars
</b>
<br>
<b style="color: red">The Pint - Watch local sports with many different beers - 2 blocks away
</b>
<br>
<br>
<img class="img-fluid" src="http://restavio.vancitystr.com/assets/img/thepint.jpg">
<br>
<br>
<a href="http://vancouver.thepint.ca/" class="btn btn-primary btn-round">Link To The Pint Public House
</a>
<!-- EDIT HERE -->
</div>
</div>
</div>
</div>
<div class="modal fade" id="check-inout" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Check-In/Out</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<!-- EDIT HERE -->
<h3 class="title" style="text-align: center">Early Checkin Rule
</h3>
<br>
<p>
Cleaners will enter the room to finish their job before 4 pm (The official time to check in)
<br>
<b>Important note: </b>
<br>
Please drop your luggage at the SAME SPOT at ENTRANCE area (In the unit ),
in case there are some item from the previous guest forget in the room,
our cleaner can know it's from the previous guest who just checks out
and returns to the previous guest as soon as possible,
<br>
<br>
*Please keep your food in your bags,
because our cleaner will clean all the food from the refrigerator,
hope you can understand.
</p>
<br>
<br>
<h3 class="title" style="text-align: center">Late check out / Luggages storage
</h3>
<br>
<p>
Due to the reason I open all the Guests to have easily check in to drop their luggages in advance .
<br>
Unfortunately, I can not provide late check out we have another guest will have early check in (drop their luggage) and also our cleaners will enter the room to do their job, they need to prepare for the next guest before official check in time.
There are some information if you need to store your personal luggages
<br>
1. https://www.stasherbag.com (an great storage service for your luggages at many different location )
Appreciated for your understand , if you have any questions please message in through channel inbox.
I will try my best to help you out.
<br>
Your host
</p>
<!-- EDIT HERE -->
</div>
</div>
</div>
</div>
<div class="container footer">
<p class="text-center">Copyright © 2020 Restavio, made with <i class="fas fa-heart"></i> by <a href="http://www.restavio.com/" target="_blank">Restavio Technologies</a> for a better service.</p>
</div>
</body>