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

@@ -60,8 +60,8 @@
}
.faculty img {
height: 300px;
width: 200px;
height: 210px;
width: 140px;
margin-right: 1rem;
}
@@ -69,6 +69,19 @@
flex: 1;
}
.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;
margin-top: 2rem;
@@ -112,29 +125,31 @@
<section>
<h2>Faculty Advisors</h2>
<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>
<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>
</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>
<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>
CC 214E<br>
<a href="mailto:jbabb@wtamu.edu">jbabb@wtamu.edu</a>
</div>
</div>
</section>
<div class="join">
<h2>Join Us</h2>
<p>Please fill out the form below to register as a BuffTeks member.</p>