-
Notifications
You must be signed in to change notification settings - Fork 2
/
team.html
240 lines (216 loc) · 7.28 KB
/
team.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./styles/main.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TAMU Speech and Debate Team - Our Team</title>
<link rel="apple-touch-icon" sizes="180x180" href="./images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon-16x16.png">
<link rel="manifest" href="./images/site.webmanifest">
<link rel="mask-icon" href="./images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="./images/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="./images/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!--<style>
body {
font-family: 'Roboto', sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
display: flex;
flex-direction: column;
min-height: 100vh;
color: #333;
}
header {
background-color: #500000;
color: #fff;
padding: 1rem;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.logo {
width: 100px;
height: 100px;
margin-right: 20px;
}
h1 {
margin: 0;
font-size: 2em;
text-align: left;
}
nav {
background-color: #333;
color: #fff;
padding: 1rem;
}
nav ul {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
nav ul li {
margin-right: 15px;
}
nav ul li a {
color: #fff;
text-decoration: none;
font-weight: 500;
padding: 0.5rem 1rem;
transition: background-color 0.3s ease;
}
nav ul li a:hover {
background-color: #444;
border-radius: 5px;
}
.container {
width: 90%;
max-width: 1200px;
margin: 20px auto;
background-color: #fff;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
padding: 20px;
flex-grow: 1;
}
h2, h3, h4 {
color: #500000;
}
.team-section {
margin-bottom: 30px;
}
.team-members {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.team-member {
text-align: center;
margin: 10px;
width: 150px;
transition: transform 0.3s ease;
}
.team-member img {
width: 150px;
height: 150px;
object-fit: cover;
border-radius: 50%;
}
.team-member:hover {
transform: scale(1.05);
}
ul {
padding-left: 20px;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 1rem;
margin-top: auto;
}
@media (max-width: 768px) {
header {
flex-direction: column;
text-align: center;
}
.logo {
margin-right: 0;
margin-bottom: 10px;
}
nav ul li {
margin-bottom: 10px;
display: block;
}
.container {
width: 95%;
}
.team-member {
width: 100%;
}
}
</style>-->
</head>
<body>
<header>
<img src="./images/debate_logo.png" alt="TAMU Speech and Debate Team Logo" class="logo">
<h1>Texas A&M University Speech and Debate Team</h1>
</header>
<nav>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./team.html">Our Team</a></li>
<li><a href="./contact.html">Contact</a></li>
<li><a href="./policy_debate.html">Policy Debate</a></li>
</ul>
</nav>
<div class="container">
<h2>Our Team</h2>
<div class="team-section">
<h3>Leadership</h3>
<div class="team-members">
<div class="team-member">
<img src="./images/Jonathan-Guajardo-Photo-150x150.jpg" alt="Prof. Jonathan Guajardo">
<h4>Prof. Jonathan Guajardo</h4>
<p>Faculty Advisor</p>
</div>
<div class="team-member">
<img src="./images/Charles-Schlichenmeyer-Photo-150x150.jpg" alt="Charles Schlichenmeyer '27">
<h4>Charles Schlichenmeyer '27</h4>
<p>President</p>
</div>
<div class="team-member">
<img src="./images/018_Day1_Fall.jpg" alt="Arlin Birkby '27">
<h4>Arlin Birkby '27</h4>
<p>Treasurer and Debate Captain</p>
</div>
</div>
</div>
<div class="team-section">
<h3>Officer Team</h3>
<div class="team-members">
<div class="team-member">
<img src="./images/stock-150x150.jpg" alt="Matthew Heilig '26">
<h4>Matthew Heilig '26</h4>
<p>Speech Captain</p>
</div>
<div class="team-member">
<img src="./images/Aubrianna-Cecil-Photo-150x150.jpg" alt="Aubrianna Cecil '27">
<h4>Aubrianna Cecil '27</h4>
<p>Public Relations Officer</p>
</div>
<div class="team-member">
<img src="./images/stock-150x150.jpg" alt="David Wilson">
<h4>Vacant Position</h4>
<p>Tournament Coordinator</p>
</div>
</div>
</div>
<div class="team-section">
<h3>General Membership</h3>
<p>Our team consists of over 30 dedicated members from various academic backgrounds, including:</p>
<ul>
<li>Political Science</li>
<li>Engineering</li>
<li>Business</li>
<li>Communications</li>
<li>Liberal Arts</li>
<li>And many more!</li>
</ul>
<p>Each member brings unique perspectives and skills to our team, contributing to our success in competitions and community outreach programs.</p>
</div>
</div>
<footer>
<p>© 2024 Texas A&M University Speech and Debate Team</p>
</footer>
</body>
</html>