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,49 @@
{% extends "jinja/types/page.html" %}
{% set title %}About me{% endset %}
{% block content %}
<div class="row pb-3">
<div class="col-8 text-center">
Welcome to All Paw Care!
</div>
<div class="col-4">
<img class="img-fluid"
src="/static/img/about_me_1_md.jpg"
srcset="/static/img/about_me_1_sm.jpg 540w, /static/img/about_me_1_md.jpg 720w, /static/img/about_me_1_lg.jpg 960w"
sizes="50vw">
</div>
</div>
<div class="row pb-3">
<div class="col-4">
<img class="img-fluid" src="/static/img/about_me_2_lg.jpg"
srcset="/static/img/about_me_2_sm.jpg 540w, /static/img/about_me_2_md.jpg 720w, /static/img/about_me_2_lg.jpg 960w"
sizes="50vw">
</div>
<div class="col-8 text-center">
<p>
I've been providing professional animal caretaking
services in the Baltimore area for over 4 years. I
provide services for paws of all shapes and sizes.
</p>
</div>
</div>
<div class="row">
<div class="col-8 text-center">
<p>
I specialize in dog and cat care. Animals add so much
to our lives so caring for them is just as important.
</p>
</div>
<div class="col-4">
<img class="img-fluid" src="/static/img/about_me_3_lg.jpg"
srcset="/static/img/about_me_3_sm.jpg 540w, /static/img/about_me_3_md.jpg 720w, /static/img/about_me_3_lg.jpg 960w"
sizes="50vw">
</div>
</div>
{% endblock %}