update student page

This commit is contained in:
BuffTechTalk
2024-09-11 18:25:11 -05:00
parent 7b23fb8840
commit 22015e4964
3 changed files with 17 additions and 2 deletions

BIN
images/StudentKim.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -8,7 +8,7 @@ def outstanding_members():
# st.image("./images/StudentDarrian.jpg",width= 300 )
# with stu1_text:
# st.header("Darrian Lambert")
# st.subheader("Senior Undergraduate in Computer Information Systems (CIS)")
# st.subheader("Senior Undergraduate in CIS")
# st.markdown("""
# "_Bufftek has been a fantastic experience for me. It gave me the opportunity to apply the skills Ive learned in class to real-world problems and work alongside others to develop effective software solutions. Through this, I gained hands-on experience with skills that are difficult to practice on your own._
@@ -17,4 +17,19 @@ def outstanding_members():
# _The problems I faced throughout the project ranged from finding solutions to everyday inconveniences like finding parking, to developing software for community support. This gave me practice in every phase of developing software from early research and planning, to designing the structure of the application, to building the application, to further refinement and improvement on the application. Overall, its been a great experience that Id recommend to anyone wanting to get into software development or similar fields after graduation._"
# """)
# """)
# st.divider()
# stu2_img, stu2_text = st.columns(2)
# with stu2_img:
# st.image("./images/StudentKim.jpg",width= 300 )
# with stu2_text:
# st.header("Kim Sundblom")
# st.subheader("Senior Undergraduate in CIS")
# st.markdown("""
# _"Bufftek is amazing, as it has given me practical experience with a range of technologies while improving my teamwork and communication skills. I truly feel the club has been instrumental in boosting my confidence and preparing me for my future career by providing a supportive environment where I can apply my skills, seek guidance, and work on collaborative projects with other members. I'm really glad I stepped out of my comfort zone and joined, as it has been an extremely rewarding experience!"_
# """)