-
Notifications
You must be signed in to change notification settings - Fork 0
/
CancellationPolicy.html
68 lines (63 loc) · 4.45 KB
/
CancellationPolicy.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Refresh</title>
<meta name="description" content="Welcome WashU, book an appointment and come Refresh with us today!">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Kaushan+Script">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="assets/css/Footer-Basic.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/css/lightbox.min.css">
<link rel="stylesheet" href="assets/css/Lightbox-Gallery.css">
<link rel="stylesheet" href="assets/css/Social-Icons.css">
<link rel="stylesheet" href="assets/css/Team-Boxed.css">
<link rel="stylesheet" href="assets/css/untitled.compiled.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-lg fixed-top bg-dark" id="mainNav">
<div class="container-fluid"><img src="./assets/img/Refresh.png" alt="" style="max-height: 7vh"><button data-toggle="collapse" data-target="#navbarResponsive" class="navbar-toggler navbar-toggler-right" type="button" data-toogle="collapse" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation"><i class="fa fa-bars"></i></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="nav navbar-nav ml-auto text-uppercase">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="index.html">Home</a></li>
<li class="nav-item"></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="Booking.html">Book Appointment</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="About.html">About</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="ContactUs.html">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
<section style="padding-bottom: 5vh;">
<div class="col-lg-12 text-center">
<h2 class="text-uppercase section-heading">CancellatioN Policy</h2>
<h3 class="text-muted section-subheading" style="font-size: 1.5em;font-style: normal;font-family: 'Roboto Slab', serif;"><em>To respect our barber's time, we ask that you notify us of any cancellations at least the day before your appointment. Any cancellations or no-shows will be charged a fee of $5. Thank you for understanding, and we hope to see you soon. </em></h3>
</div>
</section>
<div class="footer-basic bg-light">
<footer>
<div class="social"><a href="https://www.instagram.com/refreshwashu/" target="_blank"><i class="icon ion-social-instagram"></i></a></div>
<ul class="list-inline">
<li class="list-inline-item"><a href="index.html#LocationAndHoursSection">Hours</a></li>
<li class="list-inline-item"><a href="index.html#ServicesSection">Services</a></li>
<li class="list-inline-item"><a href="About.html">About</a></li>
<li class="list-inline-item"><a href="CancellationPolicy.html">Cancellation Policy</a></li>
<li class="list-inline-item"><a href="https://squareup.com/appointments/book/4bc6bepaecxpo6/5076JVP37STR4/start">Book Appointment</a></li>
</ul><a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="copyright">BBLV LLC © 2019</p>
</footer>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="assets/js/agency.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/js/lightbox.min.js"></script>
</body>
</html>