diff options
author | Adam T. Carpenter <atc@53hor.net> | 2024-06-09 15:48:41 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2024-06-09 15:48:41 -0400 |
commit | a4ab46cc54841678094d57c04942fc8b623fb98d (patch) | |
tree | 1585eb10f613fd4612da79f71bc06ff940518d9e /index.php | |
parent | d7c7dc8450b165ec5acd5408b061a7c918ab8f1b (diff) | |
download | carpentertutoring-a4ab46cc54841678094d57c04942fc8b623fb98d.tar.xz carpentertutoring-a4ab46cc54841678094d57c04942fc8b623fb98d.zip |
feat: add interactive brochure
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -310,6 +310,10 @@ include('header.php'); </section> +<section class="squarshed flexible centered"> + <a class="button primary" href="/brochure">Click here to view an interactive brochure of our offerings</a> +</section> + <!-- pricing --> <section class="quiet" id="pricing"> <table> |