commiting
This commit is contained in:
39
all_paw_care/templates/faq.html
Normal file
39
all_paw_care/templates/faq.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user