Skip to content

Commit dd3aabb

Browse files
committed
update index.html
2 parents a9fa319 + e165e8f commit dd3aabb

File tree

2 files changed

+44
-17
lines changed

2 files changed

+44
-17
lines changed

teams-fall2025/GSCode/index.html

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,36 +66,40 @@ <h2>Meet The Team</h2>
6666
</header>
6767
<div class="posts">
6868
<article id="profile">
69-
<a href="#" class="image"><img src="images/brad.jpg" alt="" /></a>
70-
<a href="https://www.linkedin.com/in/bradjkim/">
71-
<h3>Brad Kim</h3>
69+
<a href="https://www.linkedin.com/in/bradjkim/" class="image">
70+
<img src="images/brad.jpg" alt="Brad Kim" />
7271
</a>
72+
<h3>Brad Kim</h3>
7373
<p>Team Lead</p>
7474
</article>
75+
7576
<article id="profile">
76-
<a href="#" class="image"><img src="images/matthew.jpg" alt="" /></a>
77-
<a href="https://www.linkedin.com/in/matthew--kwong/">
78-
<h3>Matthew Kwong</h3>
77+
<a href="https://www.linkedin.com/in/matthew--kwong/" class="image">
78+
<img src="images/matthew.jpg" alt="Matthew Kwong" />
7979
</a>
80+
<h3>Matthew Kwong</h3>
8081
<p>Software Engineer</p>
8182
</article>
83+
8284
<article id="profile">
83-
<a href="#" class="image"><img src="images/jairus.jpg" alt="" /></a>
84-
<a href="https://www.linkedin.com/in/jairuslegion/">
85-
<h3>Jairus Legion</h3>
85+
<a href="https://www.linkedin.com/in/jairuslegion/" class="image">
86+
<img src="images/jairus.jpg" alt="Jairus Legion" />
8687
</a>
88+
<h3>Jairus Legion</h3>
8789
<p>Software Engineer</p>
8890
</article>
91+
8992
<article id="profile">
90-
<a href="#" class="image"><img src="images/kaitlin.jpg" alt="" /></a>
91-
<a href="https://www.linkedin.com/in/kaitlin-yen/">
92-
<h3>Kaitlin Yen</h3>
93+
<a href="https://www.linkedin.com/in/kaitlin-yen/" class="image">
94+
<img src="images/kaitlin.jpg" alt="Kaitlin Yen" />
9395
</a>
96+
<h3>Kaitlin Yen</h3>
9497
<p>UI Design</p>
9598
</article>
9699
</div>
97100
</section>
98101

102+
99103
<!-- CONTACT US -->
100104
<section>
101105
<header class="major">

teams-fall2025/index.html

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ <h1>Teams & Members</h1>
112112
<td valign="center">I have driven a car, moped, and flown a plane, but I only have a license for one of those
113113
vehicles.</td>
114114
</tr>
115+
<tr>
116+
<td valign="center"><a href="GSCode/index.html">GSCode</a></td>
117+
<td valign="center">Matthew Kwong</td>
118+
<td valign="center">Video Games, Music, Art</td>
119+
<td valign="center">I build guitars</td>
120+
</tr>
115121
<tr>
116122
<td valign="center"><a href="Clueless/index.html">Clueless</a></td>
117123
<td valign="center">Alicia Huang</td>
@@ -298,12 +304,29 @@ <h1>Teams & Members</h1>
298304
<td valign="center">Blasting tren, Pickleball, and Hard Techno</td>
299305
<td valign="center">I need YouTube when I eat, or I'll cry</td>
300306
</tr>
301-
<tr>
302-
<td valign="center"><a href="GPT%20Warriors/index.html">GPT Warriors</a></td>
303-
<td valign="center">Nathan Lee</td>
304-
<td valign="center">food, travel, baseball, and more food</td>
305-
<td valign="center">I can eat sushi everyday</td>
307+
308+
<tr>
309+
<td valign="center"><a href="GPT%20Warriors/index.html">GPT Warriors</a></td>
310+
<td valign="center">Mon Sarder</td>
311+
<td valign="center">Basketball, video games, eating</td>
312+
<td valign="center">I love Mac Demarco and Cigarettes After Sex.</td>
313+
</tr>
314+
315+
<tr>
316+
<td valign="center"><a href="0100loop/index.html">0100
317+
Loop</a></td>
318+
<td valign="center">Tiffany Cruz</td>
319+
<td valign="center">Watching TV, eating, church</td>
320+
<td valign="center">I love dogs</td>
321+
</tr>
322+
<tr>
323+
<td valign="center"><a href="Clueless/index.html">Clueless</a></td>
324+
<td valign="center">Darlyn Villanueva Perez</td>
325+
<td valign="center">Playing games, watching kdramas, crocheting</td>
326+
<td valign="center">TFT has a chokehold on me.</td>
306327
</tr>
328+
329+
307330
</table>
308331
</div>
309332
<div id="footer">

0 commit comments

Comments
 (0)