Added more stuff from the wix site
authorPerfectfire33 <perfectfireiii@gmail.com>
Mon, 4 Jul 2022 17:59:15 +0000 (13:59 -0400)
committerPerfectfire33 <perfectfireiii@gmail.com>
Mon, 4 Jul 2022 17:59:15 +0000 (13:59 -0400)
commit95ed431206c0d21378c6bdf75d2ee8330c40f64f
treea5694c92d767516c1af50f20c36f8ac19adba1ae
parentbd459cd62dc0d40235cbd58d28c58b6d6503a201
Added more stuff from the wix site
32 files changed:
.idea/workspace.xml
flaskr/__init__.py
flaskr/__pycache__/__init__.cpython-37.pyc
flaskr/__pycache__/dashboard.cpython-37.pyc
flaskr/__pycache__/faq.cpython-37.pyc [new file with mode: 0644]
flaskr/__pycache__/home.cpython-37.pyc [new file with mode: 0644]
flaskr/__pycache__/resources.cpython-37.pyc [new file with mode: 0644]
flaskr/__pycache__/store.cpython-37.pyc [new file with mode: 0644]
flaskr/__pycache__/testimonials.cpython-37.pyc [new file with mode: 0644]
flaskr/dashboard.py
flaskr/faq.py [new file with mode: 0644]
flaskr/home.py [new file with mode: 0644]
flaskr/resources.py [new file with mode: 0644]
flaskr/static/brian_fleming.png [new file with mode: 0644]
flaskr/static/cnc_machine_works.png [new file with mode: 0644]
flaskr/static/elsa_jones.png [new file with mode: 0644]
flaskr/static/home_party_house_kit.png [new file with mode: 0644]
flaskr/static/modular_toy_construction.png [new file with mode: 0644]
flaskr/static/monique_whitehouse.png [new file with mode: 0644]
flaskr/static/plastic_recycling.png [new file with mode: 0644]
flaskr/static/repurposing_of_3d_printing.png [new file with mode: 0644]
flaskr/static/style.css
flaskr/store.py [new file with mode: 0644]
flaskr/templates/base.html
flaskr/templates/dashboard.html
flaskr/templates/faq.html [new file with mode: 0644]
flaskr/templates/home.html [new file with mode: 0644]
flaskr/templates/resources.html [new file with mode: 0644]
flaskr/templates/services.html
flaskr/templates/store.html [new file with mode: 0644]
flaskr/templates/testimonials.html [new file with mode: 0644]
flaskr/testimonials.py [new file with mode: 0644]