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