Skip to content

Commit bc1ba5e

Browse files
committed
continued with about me
1 parent a7d2bcf commit bc1ba5e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

meettheteam/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1 class="mb-0">Meet our team</h1>
7373
<div class="container mt-3">
7474
<div class="row">
7575
<!--Spencer-->
76-
<div class="col-md-3">
76+
<div class="col-md-3" class="profile">
7777
<div class="bg-white p-3 text-center rounded box"><img class="img-responsive rounded-circle" width="90" src="https://upload.wikimedia.org/wikipedia/commons/1/14/No_Image_Available.jpg">
7878
<h5 class="mt-3 name">Spencer Robinson</h5><span class="work d-block">Programmer and Outreach</span><span class="work d-block">8th grade</span>
7979
<div class="mt-4 about"><span>No surviving portraits of Spencer exist, but he joined the Java Jokers last year and is the lead programmer who helps with outreach(including this website!)</span></div>
@@ -82,15 +82,15 @@ <h5 class="mt-3 name">Spencer Robinson</h5><span class="work d-block">Programmer
8282
</div>
8383

8484
<!--Andy-->
85-
<div class="col-md-3">
85+
<div class="col-md-3" class="profile">
8686
<div class="bg-white p-3 text-center rounded box"><img class="img-responsive rounded-circle" width="90" src="../assets/portrait/mark.jpg">
8787
<h5 class="mt-3 name">Andy Mommaerts</h5><span class="work d-block">CAD and Mechanical</span><span class="work d-block">12th grade</span>
8888
<div class="mt-4 about"><span>A team member whp has prior CAD experience in tinkerCAD and fusion360. They run 3d printing that we do at the STEM center. They are the second of our two main drivers.</span></div>
8989
</div>
9090
</div>
9191

9292
<!--Lukas-->
93-
<div class="col-md-3">
93+
<div class="col-md-3" class="profile">
9494
<div class="bg-white p-3 text-center rounded box"><img class="img-responsive rounded-circle" src="../assets/portrait/lukas.jpeg" width="90">
9595
<h5 class="mt-3 name">Lukas Knepper</h5><span class="work d-block">Cad and Mechanical</span><span class="work d-block">8th grade</span>
9696
<div class="mt-4 about"><span>Lukas joined the Java Jokers last year, and really enjoys working in Onshape.</span></div>
@@ -99,15 +99,15 @@ <h5 class="mt-3 name">Lukas Knepper</h5><span class="work d-block">Cad and Mecha
9999
</div>
100100

101101
<!--Kayden-->
102-
<div class="col-md-3">
102+
<div class="col-md-3" class="profile">
103103
<div class="bg-white p-3 text-center rounded box"><img class="img-responsive rounded-circle" src="https://upload.wikimedia.org/wikipedia/commons/1/14/No_Image_Available.jpg" width="90">
104104
<h5 class="mt-3 name">Kayden Emery-Schwemer</h5><span class="work d-block"></span>Cad and Mechanical<span class="work d-block">7th grade</span>
105105
<div class="mt-4 about"><span> Kayden joined the Java Jokers this year and is really enthusiastic and excited to learn about mechanical.</span></div>
106106

107107
</div>
108108
</div>
109109
<!--Jonathan-->
110-
<div class="col-md-3">
110+
<div class="col-md-3" class="profile">
111111
<div class="bg-white p-3 text-center rounded box"><img class="img-responsive rounded-circle" src="https://upload.wikimedia.org/wikipedia/commons/1/14/No_Image_Available.jpg" width="90">
112112
<h5 class="mt-3 name">Jonathan</h5><span class="work d-block"></span>Outreach<span class="work d-block">9th grade</span>
113113
<div class="mt-4 about"><span> Jonathan joined the Java Jokers this year, heads outreach, and is plotting to take over the world</span></div>

0 commit comments

Comments
 (0)