commiting

This commit is contained in:
2023-12-15 10:30:18 -05:00
parent b6b7ac2418
commit 5db1626ef1
410 changed files with 52075 additions and 318 deletions

View File

@@ -0,0 +1,39 @@
{% extends "jinja/types/page.html" %}
{% set title %}FAQ{% endset %}
{% block content %}
<div class="row text-center">
<h2 class="text-primary">Do you accept more than one animal?</h2>
</div>
<div class="row text-center pb-3">
<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 house
sitting services.
</h5>
</div>
<div class="row text-center">
<h2 class="text-primary">What types of payments do you accept?</h2>
</div>
<div class="row text-center pb-3">
<h5 class="text-secondary">
I accept all major credit cards, bank transfers, and Paypal. Invoices are sent after service is rendered.
</h5>
</div>
<div class="row text-center">
<h2 class="text-primary">Can you clean up my yard, my dog has made it a mess?</h2>
</div>
<div class="row text-center">
<h5 class="text-secondary">
I offer poop clean up as an additional add-on service. If you
decide to schedule a walk or house sitting, I will gladly
remove the poop.
</h5>
</div>
{% endblock %}