Skip to content

Commit

Permalink
Team page no longer looks awful
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen-Jiang committed May 14, 2024
1 parent 0370dc9 commit e6bdce9
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 87 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="card-img-overlay">
<br>
<h1 class="card-title text-end p-5 animate__animated animate__bounceInUp"><span class="green">Sprouting</span> <strong class="text-oscillation"></strong> from student to student.</h1>
<a class="btn bg-blue btn-lg position-absolute end-0 me-5" href="about" role="button">Learn more</a>
<a class="btn bg-blue btn-lg position-absolute end-0 me-5 text-white" href="about" role="button">Learn more</a>
</div>
<span class="scroll-down-arrow"></span>
</div>
Expand Down Expand Up @@ -121,7 +121,7 @@ <h6 class="card-subtitle mb-2">Massachusetts</h6>
<br>
<div class="text-center">
<strong>
Website last updated <a href="#" data-bs-toggle="tooltip" data-bs-custom-class="sprouts-tooltip" data-bs-title="At 09:44">April 21st, 2024</a>
Website last updated <a href="#" data-bs-toggle="tooltip" data-bs-custom-class="sprouts-tooltip" data-bs-title="At 19:40">May 13th, 2024</a>
</strong>
<br>
Note: website also being revamped right now. Please be patient as information is in the process of changing. <a href="mailto:lexingtonsprouts@gmail.com">Email us</a> if you have any questions.
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ button.btn:hover {
}

.card-animated:hover {
animation: headShake;
animation: none;
animation-duration: 2s;
}

Expand Down
Loading

0 comments on commit e6bdce9

Please sign in to comment.