diff --git a/webpages/__pycache__/__init__.cpython-312.pyc b/webpages/__pycache__/__init__.cpython-312.pyc index e133c0396..7196b9be6 100644 Binary files a/webpages/__pycache__/__init__.cpython-312.pyc and b/webpages/__pycache__/__init__.cpython-312.pyc differ diff --git a/webpages/__pycache__/classroom.cpython-312.pyc b/webpages/__pycache__/classroom.cpython-312.pyc index 04efaeff0..431ec9a64 100644 Binary files a/webpages/__pycache__/classroom.cpython-312.pyc and b/webpages/__pycache__/classroom.cpython-312.pyc differ diff --git a/webpages/__pycache__/code_editor.cpython-312.pyc b/webpages/__pycache__/code_editor.cpython-312.pyc index 06aa7b6b3..23df01739 100644 Binary files a/webpages/__pycache__/code_editor.cpython-312.pyc and b/webpages/__pycache__/code_editor.cpython-312.pyc differ diff --git a/webpages/__pycache__/event.cpython-312.pyc b/webpages/__pycache__/event.cpython-312.pyc index 282285ec5..3139fe1d4 100644 Binary files a/webpages/__pycache__/event.cpython-312.pyc and b/webpages/__pycache__/event.cpython-312.pyc differ diff --git a/webpages/__pycache__/home.cpython-312.pyc b/webpages/__pycache__/home.cpython-312.pyc index 8d6260f53..d1210eb5d 100644 Binary files a/webpages/__pycache__/home.cpython-312.pyc and b/webpages/__pycache__/home.cpython-312.pyc differ diff --git a/webpages/__pycache__/join_us.cpython-312.pyc b/webpages/__pycache__/join_us.cpython-312.pyc index ae8386af4..bf2b0b6c6 100644 Binary files a/webpages/__pycache__/join_us.cpython-312.pyc and b/webpages/__pycache__/join_us.cpython-312.pyc differ diff --git a/webpages/__pycache__/navigation.cpython-312.pyc b/webpages/__pycache__/navigation.cpython-312.pyc index 3acd6878a..fb04ca9ab 100644 Binary files a/webpages/__pycache__/navigation.cpython-312.pyc and b/webpages/__pycache__/navigation.cpython-312.pyc differ diff --git a/webpages/__pycache__/outstanding_members.cpython-312.pyc b/webpages/__pycache__/outstanding_members.cpython-312.pyc index 7dad7c42a..26039df77 100644 Binary files a/webpages/__pycache__/outstanding_members.cpython-312.pyc and b/webpages/__pycache__/outstanding_members.cpython-312.pyc differ diff --git a/webpages/__pycache__/project.cpython-312.pyc b/webpages/__pycache__/project.cpython-312.pyc index d9e509675..765f42e0e 100644 Binary files a/webpages/__pycache__/project.cpython-312.pyc and b/webpages/__pycache__/project.cpython-312.pyc differ diff --git a/webpages/__pycache__/reference.cpython-312.pyc b/webpages/__pycache__/reference.cpython-312.pyc index 9d7b7d78b..cfdc6faed 100644 Binary files a/webpages/__pycache__/reference.cpython-312.pyc and b/webpages/__pycache__/reference.cpython-312.pyc differ diff --git a/webpages/__pycache__/testing.cpython-312.pyc b/webpages/__pycache__/testing.cpython-312.pyc index 0493ccee9..551eeaa2c 100644 Binary files a/webpages/__pycache__/testing.cpython-312.pyc and b/webpages/__pycache__/testing.cpython-312.pyc differ diff --git a/webpages/buffteks.html b/webpages/buffteks.html index 06f6bc64a..39bc77a25 100644 --- a/webpages/buffteks.html +++ b/webpages/buffteks.html @@ -52,35 +52,28 @@ padding: 10px 0; } - .faculty { + .faculty-row { display: flex; - justify-content: space-between; - align-items: center; - margin-bottom: 1rem; + justify-content: space-between; /* Add space between the items */ + margin-top: 10px; } - + + .faculty { + text-align: center; /* Center the content */ + flex: 1; + margin: 0 15px; /* Add horizontal margin between the faculty items */ + } + .faculty img { height: 210px; width: 140px; - margin-right: 1rem; + margin-bottom: 10px; /* Add space between the image and the information */ } - + .faculty-info { - flex: 1; + margin-top: 10px; } - - .faculty-container { - margin-top: 20px; - display: flex; - justify-content: space-between; - align-items: flex-start; /* Align items at the top */ - } - - .faculty { - flex: 1; - margin: 0 10px; /* Add spacing between the two faculty members */ - } - + .join { text-align: center; @@ -126,30 +119,41 @@

Faculty Advisors

-
- Dr. Carl Zhang -
- Dr. Carl Zhang
- - - czhang@wtamu.edu + + +
+
+ Dr. Jeffry Babb +
+ Dr. Jeffry Babb
+ BuffTeks Founder
+ + +
+
+ +
+ Dr. Carl Zhang +
+ Dr. Carl Zhang
+ + czhang@wtamu.edu +
+
+ +
+ Mr. Kareem Dana +
+ Mr. Kareem Dana
+ + kdana@wtamu.edu +
-
- Dr. Jeffry Babb -
- Dr. Jeffry Babb
- BuffTeks Founder
- -
-
- - +

Join Us

Please fill out the form below to register as a BuffTeks member.

diff --git a/webpages/cis_tech_challenge_pages/__pycache__/cis_tech_challenge_homepage.cpython-312.pyc b/webpages/cis_tech_challenge_pages/__pycache__/cis_tech_challenge_homepage.cpython-312.pyc index 0c718a264..46128db09 100644 Binary files a/webpages/cis_tech_challenge_pages/__pycache__/cis_tech_challenge_homepage.cpython-312.pyc and b/webpages/cis_tech_challenge_pages/__pycache__/cis_tech_challenge_homepage.cpython-312.pyc differ diff --git a/webpages/navigation.py b/webpages/navigation.py index 028c5ede9..f228b45c0 100644 --- a/webpages/navigation.py +++ b/webpages/navigation.py @@ -27,7 +27,7 @@ def navigation_bar(): sac.MenuItem('Lesson3', icon='3-square'), ]), ]), - sac.MenuItem("Testing", icon='fingerprint'), + # sac.MenuItem("Testing", icon='fingerprint'), sac.MenuItem(type='divider'), sac.MenuItem('Link', type='group', children=[ sac.MenuItem('Join Us', icon='person-plus', href='https://wtamuuw.az1.qualtrics.com/jfe/form/SV_2boQtKLCptO33HE'), diff --git a/webpages/outstanding_members.py b/webpages/outstanding_members.py index 7336043c0..581c03ea9 100644 --- a/webpages/outstanding_members.py +++ b/webpages/outstanding_members.py @@ -2,34 +2,34 @@ import streamlit as st def outstanding_members(): st.title('Outstanding Members') - st.write("Under Construction") - # stu1_img, stu1_text = st.columns(2) - # with stu1_img: - # st.image("./images/StudentDarrian.jpg",width= 300 ) - # with stu1_text: - # st.header("Darrian Lambert") - # st.subheader("Senior Undergraduate in CIS") + # st.write("Under Construction") + stu1_img, stu1_text = st.columns(2) + with stu1_img: + st.image("./images/StudentDarrian.jpg",width= 200 ) + with stu1_text: + st.header("Darrian Lambert") + st.subheader("Senior Student in CIS") - # 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._ + 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._ - # _Some key areas of growth include working with other developers on the same project, managing tasks and branches to avoid conflicting changes, and testing and reviewing pull requests to ensure high-quality merges. I also learned how to collaborate with team members to choose the best technologies for each project and pitch a piece of software using a prototype to stakeholders._ + _Some key areas of growth include working with other developers on the same project, managing tasks and branches to avoid conflicting changes, and testing and reviewing pull requests to ensure high-quality merges. I also learned how to collaborate with team members to choose the best technologies for each project and pitch a piece of software using a prototype to stakeholders._ - # _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, it’s been a great experience that I’d recommend to anyone wanting to get into software development or similar fields after graduation._" + _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, it’s been a great experience that I’d recommend to anyone wanting to get into software development or similar fields after graduation._" - # """) + """) - # st.divider() + 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") + stu2_img, stu2_text = st.columns(2) + with stu2_img: + st.image("./images/StudentKim.jpg",width= 200 ) + with stu2_text: + st.header("Kim Sundblom") + st.subheader("Senior Student 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!"_ - # """) \ No newline at end of file + 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!"_ + """) \ No newline at end of file diff --git a/webpages/pythonx_lessons_pages/__pycache__/pythonx_homepage.cpython-312.pyc b/webpages/pythonx_lessons_pages/__pycache__/pythonx_homepage.cpython-312.pyc index 0f57484a2..fbd00bd91 100644 Binary files a/webpages/pythonx_lessons_pages/__pycache__/pythonx_homepage.cpython-312.pyc and b/webpages/pythonx_lessons_pages/__pycache__/pythonx_homepage.cpython-312.pyc differ diff --git a/webpages/pythonx_lessons_pages/__pycache__/pythonx_lesson1.cpython-312.pyc b/webpages/pythonx_lessons_pages/__pycache__/pythonx_lesson1.cpython-312.pyc index e92d76624..da262f1cb 100644 Binary files a/webpages/pythonx_lessons_pages/__pycache__/pythonx_lesson1.cpython-312.pyc and b/webpages/pythonx_lessons_pages/__pycache__/pythonx_lesson1.cpython-312.pyc differ diff --git a/webpages/pythonx_lessons_pages/__pycache__/pythonx_lesson2.cpython-312.pyc b/webpages/pythonx_lessons_pages/__pycache__/pythonx_lesson2.cpython-312.pyc index 02ddb0f7d..26a7ead98 100644 Binary files a/webpages/pythonx_lessons_pages/__pycache__/pythonx_lesson2.cpython-312.pyc and b/webpages/pythonx_lessons_pages/__pycache__/pythonx_lesson2.cpython-312.pyc differ diff --git a/webpages/pythonx_lessons_pages/__pycache__/pythonx_lesson3.cpython-312.pyc b/webpages/pythonx_lessons_pages/__pycache__/pythonx_lesson3.cpython-312.pyc index baf5dc600..1ad580aff 100644 Binary files a/webpages/pythonx_lessons_pages/__pycache__/pythonx_lesson3.cpython-312.pyc and b/webpages/pythonx_lessons_pages/__pycache__/pythonx_lesson3.cpython-312.pyc differ