180 lines
5.2 KiB
HTML
180 lines
5.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>FAQ</title>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="px-3 py-2 bg-dark text-white">
|
|
<div class="container">
|
|
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
|
|
<a href="/" class="d-flex align-items-center my-2 my-lg-0 me-lg-auto text-white text-decoration-none">
|
|
<svg class="bi me-2" width="40" height="32" role="img" aria-label="Bootstrap"><use xlink:href="#bootstrap"></use></svg>
|
|
</a>
|
|
|
|
<ul class="nav col-12 col-lg-auto my-2 justify-content-center my-md-0 text-small">
|
|
|
|
<li>
|
|
|
|
<a href="FAQ.html" class="nav-link text-secondary">
|
|
<svg class="bi d-block mx-auto mb-1" width="24" height="24">
|
|
<use xlink:href="#home"></use>
|
|
</svg>
|
|
FAQ
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="about_me.html" class="nav-link text-white">
|
|
<svg class="bi d-block mx-auto mb-1" width="24" height="24">
|
|
<use xlink:href="#home"></use>
|
|
</svg>
|
|
about me
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="contact_me.html" class="nav-link text-white">
|
|
<svg class="bi d-block mx-auto mb-1" width="24" height="24">
|
|
<use xlink:href="#home"></use>
|
|
</svg>
|
|
contact me
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="services.html" class="nav-link text-white">
|
|
<svg class="bi d-block mx-auto mb-1" width="24" height="24">
|
|
<use xlink:href="#home"></use>
|
|
</svg>
|
|
services
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
|
|
<main>
|
|
<div class="container pt-5">
|
|
|
|
<div>
|
|
<h1 class="text-primary">Do you accept more than one animal?</h1>
|
|
</div>
|
|
|
|
<div>
|
|
<h5 class="text-secondary">
|
|
I do but all services are priced for one animal. For more than one pet I
|
|
charge $8 per additional animal for walking and drop-in services. For
|
|
house sitting services, more than one pet I charge $10 per additional animal.
|
|
</h5>
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<div>
|
|
<h1 class="text-primary">What types of payments do you accept?</h1>
|
|
</div>
|
|
<div>
|
|
<h5 class="text-secondary">
|
|
I accept all major credit cards, bank transfers, and Paypal. Invoices are sent after service is rendered.
|
|
</h5>
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<div>
|
|
<h1 class="text-primary">When is payment due?</h1>
|
|
</div>
|
|
<div>
|
|
<h5 class="text-secondary">
|
|
Invoices are sent via email that have a link to the invoice. Clients are able to pay directly from the invoice.
|
|
</h5>
|
|
</div>
|
|
|
|
|
|
<hr>
|
|
|
|
<hr>
|
|
|
|
</div>
|
|
</main>
|
|
|
|
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
|
<p class="col-md-4 mb-0 text-muted">
|
|
© 2023 Andrew Bryant
|
|
</p>
|
|
|
|
<a href="/" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none">
|
|
<svg class="bi me-2" width="40" height="32">
|
|
<use xlink:href="#bootstrap"></use>
|
|
</svg>
|
|
</a>
|
|
|
|
<ul class="nav col-md-4 justify-content-end">
|
|
|
|
<li>
|
|
|
|
<a href="FAQ.html" class="nav-link text-secondary">
|
|
<svg class="bi d-block mx-auto mb-1" width="24" height="24">
|
|
<use xlink:href="#home"></use>
|
|
</svg>
|
|
FAQ
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="about_me.html" class="nav-link text-white">
|
|
<svg class="bi d-block mx-auto mb-1" width="24" height="24">
|
|
<use xlink:href="#home"></use>
|
|
</svg>
|
|
about me
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="contact_me.html" class="nav-link text-white">
|
|
<svg class="bi d-block mx-auto mb-1" width="24" height="24">
|
|
<use xlink:href="#home"></use>
|
|
</svg>
|
|
contact me
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="services.html" class="nav-link text-white">
|
|
<svg class="bi d-block mx-auto mb-1" width="24" height="24">
|
|
<use xlink:href="#home"></use>
|
|
</svg>
|
|
services
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
</footer>
|
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script>
|
|
</body>
|
|
</html>
|