update package versions, CoreTeks page
This commit is contained in:
@@ -1,14 +1,31 @@
|
||||
import streamlit as st
|
||||
|
||||
def outstanding_members():
|
||||
st.title('Outstanding Members')
|
||||
# st.write("Under Construction")
|
||||
stu1_img, stu1_text = st.columns(2)
|
||||
|
||||
st.title(':star: Outstanding Members :star:')
|
||||
|
||||
st.divider()
|
||||
|
||||
stu_sam_img, stu_sam_text = st.columns([0.3, 0.7])
|
||||
with stu_sam_img:
|
||||
st.image("./images/StudentSam.jpg", width= 200 )
|
||||
with stu_sam_text:
|
||||
st.header("[Sam Packer](https://sampacker.com/)")
|
||||
st.subheader("2025 CIS Graduate")
|
||||
st.subheader("2025 BuffTeks Club Leadership Award")
|
||||
|
||||
st.markdown("""
|
||||
Samuel is a highly valued leader within BuffTeks. As a student tech lead, he proactively assists other members with technical challenges, willingly sharing his expertise and insights on emerging technologies.
|
||||
""")
|
||||
st.divider()
|
||||
|
||||
stu1_img, stu1_text = st.columns([0.3, 0.7])
|
||||
with stu1_img:
|
||||
st.image("./images/StudentDarrian.jpg",width= 200 )
|
||||
st.image("./images/StudentDarrian.jpg", width= 200 )
|
||||
with stu1_text:
|
||||
st.header("Darrian Lambert")
|
||||
st.subheader("2024 CIS Graduate")
|
||||
st.subheader("2024 BuffTeks Club Leadership Award")
|
||||
|
||||
st.markdown("""
|
||||
"_Bufftek has been a fantastic experience for me. It gave me the opportunity to apply the skills I’ve 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._
|
||||
@@ -22,7 +39,7 @@ def outstanding_members():
|
||||
|
||||
st.divider()
|
||||
|
||||
stu2_img, stu2_text = st.columns(2)
|
||||
stu2_img, stu2_text = st.columns([0.3, 0.7])
|
||||
with stu2_img:
|
||||
st.image("./images/StudentKim.jpg",width= 200 )
|
||||
with stu2_text:
|
||||
|
||||
Reference in New Issue
Block a user