update homepage
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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 @@
|
||||
<section>
|
||||
<h2>Faculty Advisors</h2>
|
||||
<div class="faculty-container">
|
||||
<div class="faculty">
|
||||
<img src="https://www.wtamu.edu/_files/images/academics/college-business/headshots/zhang-carl-22.png" alt="Dr. Carl Zhang">
|
||||
<div class="faculty-info">
|
||||
<strong>Dr. Carl Zhang</strong><br>
|
||||
<!-- CC 208D<br> -->
|
||||
|
||||
<a href="mailto:czhang@wtamu.edu">czhang@wtamu.edu</a>
|
||||
|
||||
<!-- Row with all three faculty members -->
|
||||
<div class="faculty-row">
|
||||
<div class="faculty">
|
||||
<img src="https://www.wtamu.edu/_files/images/academics/college-business/headshots/babb-jeffry-22.png" alt="Dr. Jeffry Babb">
|
||||
<div class="faculty-info">
|
||||
<strong>Dr. Jeffry Babb</strong><br>
|
||||
BuffTeks Founder<br>
|
||||
<!-- Contact info -->
|
||||
<!-- <a href="mailto:jbabb@wtamu.edu">jbabb@wtamu.edu</a> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="faculty">
|
||||
<img src="https://www.wtamu.edu/_files/images/academics/college-business/headshots/zhang-carl-22.png" alt="Dr. Carl Zhang">
|
||||
<div class="faculty-info">
|
||||
<strong>Dr. Carl Zhang</strong><br>
|
||||
<!-- Contact info -->
|
||||
<a href="mailto:czhang@wtamu.edu">czhang@wtamu.edu</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="faculty">
|
||||
<img src="https://www.wtamu.edu/_files/images/academics/college-business/headshots/dana-kareem-22.png" alt="Mr. Kareem Dana">
|
||||
<div class="faculty-info">
|
||||
<strong>Mr. Kareem Dana</strong><br>
|
||||
<!-- Contact info -->
|
||||
<a href="mailto:kdana@wtamu.edu">kdana@wtamu.edu</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="faculty">
|
||||
<img src="https://www.wtamu.edu/_files/images/academics/college-business/headshots/babb-jeffry-22.png" alt="Dr. Jeffry Babb">
|
||||
<div class="faculty-info">
|
||||
<strong>Dr. Jeffry Babb</strong><br>
|
||||
BuffTeks Founder<br>
|
||||
<!-- CC 214E<br>
|
||||
|
||||
<a href="mailto:jbabb@wtamu.edu">jbabb@wtamu.edu</a> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<div class="join">
|
||||
<h2>Join Us</h2>
|
||||
<p>Please fill out the form below to register as a BuffTeks member.</p>
|
||||
|
||||
Binary file not shown.
@@ -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'),
|
||||
|
||||
@@ -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!"_
|
||||
# """)
|
||||
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!"_
|
||||
""")
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user