Skip to content

Commit

Permalink
tried again
Browse files Browse the repository at this point in the history
  • Loading branch information
alligatorloki committed Oct 25, 2024
1 parent c20a01b commit f68d698
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -695,9 +695,9 @@ progress {
color: #6c757d;
}
.profile {
/* display:inline-block; */
display:inline-block;
vertical-align: middle;
float: right;

}

.container,
Expand All @@ -712,7 +712,7 @@ progress {
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
float: right;

}

@media (min-width: 576px) {
Expand Down
10 changes: 5 additions & 5 deletions meettheteam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h1 class="mb-0">Meet our team</h1>
<div class="container mt-3">
<div class="row">
<!--Spencer-->
<div class="col-md-3" class="profile">
<div class="col-md-3 profile">
<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">
<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>
<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>
Expand All @@ -82,15 +82,15 @@ <h5 class="mt-3 name">Spencer Robinson</h5><span class="work d-block">Programmer
</div>

<!--Andy-->
<div class="col-md-3" class="profile">
<div class="col-md-3 profile">
<div class="bg-white p-3 text-center rounded box"><img class="img-responsive rounded-circle" width="90" src="../assets/portrait/mark.jpg">
<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>
<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>
</div>
</div>

<!--Lukas-->
<div class="col-md-3" class="profile">
<div class="col-md-3 profile">
<div class="bg-white p-3 text-center rounded box"><img class="img-responsive rounded-circle" src="../assets/portrait/lukas.jpeg" width="90">
<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>
<div class="mt-4 about"><span>Lukas joined the Java Jokers last year, and really enjoys working in Onshape.</span></div>
Expand All @@ -99,15 +99,15 @@ <h5 class="mt-3 name">Lukas Knepper</h5><span class="work d-block">Cad and Mecha
</div>

<!--Kayden-->
<div class="col-md-3" class="profile">
<div class="col-md-3 profile">
<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">
<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>
<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>

</div>
</div>
<!--Jonathan-->
<div class="col-md-3" class="profile">
<div class="col-md-3 profile">
<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">
<h5 class="mt-3 name">Jonathan</h5><span class="work d-block"></span>Outreach<span class="work d-block">9th grade</span>
<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>
Expand Down

0 comments on commit f68d698

Please sign in to comment.