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,8 @@
from all_paw_care.content.pages.services.cards.card import Card
import os
__markdown_file = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'drop-ins.md')
drop_ins = Card(__markdown_file)

View File

@@ -0,0 +1,16 @@
---
type: primary
title: Drop-ins
image-dir: img/services
images:
- drop_in_card_sm.png
- drop_in_card_md.png
- drop_in_card_lg.png
- drop_in_card_xl.png
- drop_in_card_xxl.png
price: $20/visit
included:
- 30 minute at home visit
- Bags for poop clean-up
---