1- < footer class ="bg-light py-4 mt-auto ">
2- < div class ="container ">
3- < div class ="row ">
4- <!-- Copyright Information -->
5- < div class ="col-md-4 text-center text-md-start mb-3 mb-md-0 d-flex flex-column justify-content-end ">
6- < p class ="mb-0 "> Created by Promptly Technologies, LLC and released under the < a href ="https://opensource.org/license/mit "> MIT License</ a > .</ p >
7- </ div >
1+ < footer class ="site-footer bg-light py-4 mt-auto ">
2+ < div class ="container-fluid site-footer-inner ">
3+ < div class ="site-footer-row ">
4+ < div class ="site-footer-copyright ">
5+ < p class ="site-footer-body mb-0 ">
6+ Created by < a href ="https://promptlytechnologies.com/ "> Promptly Technologies, LLC</ a > < br >
7+ and released under the
8+ < a href ="https://opensource.org/license/mit "> MIT License</ a > .
9+ </ p >
10+ </ div >
811
9- <!-- Quick Links -->
10- < div class ="col-md-4 text-center mb-3 mb-md-0 ">
11- < h5 class ="text-muted mb-2 "> Quick Links</ h5 >
12- < ul class ="list-inline mb-0 ">
13- < li class ="list-inline-item "> < a href ="{{ url_for('read_static_page', page_name='about') }} " class ="text-muted "> About</ a > </ li >
14- < li class ="list-inline-item "> < a href ="{{ url_for('read_static_page', page_name='privacy-policy') }} " class ="text-muted "> Privacy Policy</ a > </ li >
15- < li class ="list-inline-item "> < a href ="{{ url_for('read_static_page', page_name='terms-of-service') }} " class ="text-muted "> Terms of Service</ a > </ li >
16- </ ul >
17- </ div >
12+ < div class ="site-footer-links ">
13+ < h5 class ="site-footer-heading mb-2 "> Quick Links</ h5 >
14+ < ul class ="list-inline site-footer-body mb-0 ">
15+ < li class ="list-inline-item ">
16+ < a href ="{{ url_for('read_static_page', page_name='about') }} "> About</ a >
17+ </ li >
18+ < li class ="list-inline-item ">
19+ < a href ="{{ url_for('read_static_page', page_name='privacy-policy') }} "> Privacy Policy</ a >
20+ </ li >
21+ < li class ="list-inline-item ">
22+ < a href ="{{ url_for('read_static_page', page_name='terms-of-service') }} "> Terms of Service</ a >
23+ </ li >
24+ </ ul >
25+ </ div >
1826
19- <!-- Contact Information -->
20- < div class ="col-md-4 text-center text-md-end ">
21- < h5 class ="text-muted mb-2 "> Contact Us</ h5 >
22- < p class ="mb-0 ">
23- < a href ="mailto:support@promptlytechnologies.com " class ="text-muted "> support@promptlytechnologies.com</ a >
24- </ p >
25- </ div >
27+ < div class ="site-footer-contact ">
28+ < h5 class ="site-footer-heading mb-2 "> Contact Us</ h5 >
29+ < p class ="site-footer-body mb-0 ">
30+ < a href ="mailto:support@promptlytechnologies.com "> support@promptlytechnologies.com</ a >
31+ </ p >
2632 </ div >
33+ </ div >
2734 </ div >
28- </ footer >
35+ </ footer >
0 commit comments