Add lessons page and members page

This commit is contained in:
BuffTechTalk
2024-09-10 22:31:13 -05:00
parent 64f8a64965
commit b8ddd50ae0
24 changed files with 213 additions and 26 deletions

View File

@@ -11,7 +11,37 @@ def project():
st.divider()
# Project Gallery
st.subheader("Project Gallery")
st.header("Project Gallery")
st.divider()
st.image("./images/CommunityLinkLogo.svg")
st.markdown("""
### Main Contributors:
- Darrian Lambert, Kim Sundblom, and Jessica Zoll
### Introduction:
- The Community Link project is dedicated to efficiently organizing, tracking, and distributing hard goods and monetary contributions in support of non-profit organizations.
### Key Features:
- Streamlined Donation Processes: A user-friendly platform designed to simplify and manage donations.
- Operational Efficiency: Helping non-profits improve efficiency through automated tracking and organization of resources.
- Effective Resource Allocation: Ensuring donations are properly distributed to meet community needs.
### Goal:
- Develop software that enables non-profits to track donations, coordinate volunteer efforts, and ensure effective resource distribution.
- Support non-profit organizations in maximizing their impact on the local communities they serve
- Apply CIS skills to address real challenges, enhancing your portfolio and gaining invaluable professional experience.
- Work alongside a diverse team of peers and faculty, broadening knowledge and skills through collaboration.
""")
st.divider()
st.image("./images/CL3.jpg")
st.divider()
st.image("./images/CL2.jpg")
st.divider()
st.image("./images/CL1.jpg")