Skip to content

Commit

Permalink
Oops registration link wasn't open
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen-Jiang committed Jun 1, 2024
1 parent c172f81 commit 154229c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion faq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2 class="accordion-header">
</h2>
<div id="collapse3S1" class="accordion-collapse collapse" data-bs-parent="#accordionFAQ_3S">
<div class="accordion-body">
<strong>A</strong>: Each lecture that you attend will be one hour and will cost $15. (As of January 2024, this is subject to change.) The number of sessions you go to is decided by you during registration. Payment will be conducted at <a href="">registration</a>.
<strong>A</strong>: Each lecture that you attend will be around 45 minutes and each day is $25, with a 20% discount if both three-day sessions are attended (that's $120) as of Season 4 (2024). The number of sessions you go to is decided by you during registration. Payment will be conducted at <a href="../registration">registration</a>.
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h6 class="card-subtitle mb-2">TBD</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 23:16">June 1st, 2024</a>
Website last updated <a href="#" data-bs-toggle="tooltip" data-bs-custom-class="sprouts-tooltip" data-bs-title="At 18:13">June 1st, 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 programs/science-outdoors/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- Obligatory Spacing -->
<br><br>
<div class="card text-bg-dark position-relative rounded-0 no-animation">
<img src="../../images/SO Season 1/IMG_4051.png" class="jumbotron-img opacity-50" alt="Students in a meeting room at a library, while a teacher teaches in front of a whiteboard">
<img src="../../images/SO Season 1/IMG_4051.png" class="jumbotron-img-50 opacity-50" alt="Students in a meeting room at a library, while a teacher teaches in front of a whiteboard">
<div class="card-img-overlay">
<br><br><br>
<h1 class="card-title text-center p-5 animate__animated animate__bounceInUp">Science <span class="green so-oscillation"></span></h1>
Expand Down
2 changes: 1 addition & 1 deletion programs/summer-science-seminars/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- Obligatory Spacing -->
<br><br>
<div class="card text-bg-dark position-relative rounded-0 no-animation">
<img src="../../images/3S Season 2/Screenshot from 2024-05-16 22-59-11.png" class="jumbotron-img opacity-25" alt="A slide from a 3S lecture about spherical lenses">
<img src="../../images/3S Season 2/Screenshot from 2024-05-16 22-59-11.png" class="jumbotron-img-50 opacity-25" alt="A slide from a 3S lecture about spherical lenses">
<div class="card-img-overlay">
<br><br><br>
<h1 class="card-title text-center p-5 animate__animated animate__bounceInUp" style="font-size: 72px;"><span class="silver _3s-oscillation1"></span> Science <span class="silver _3s-oscillation2"></span></h1>
Expand Down
2 changes: 1 addition & 1 deletion registration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1 class="d-sm-block d-md-none">Sign up for something fun!</h1>
<div class="card-body">
<h5 class="card-title"><a href="../programs/science-outdoors">Science Outdoors</a></h5>
<h6 class="card-subtitle mb-2">SO</h6>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfbWEeg6i9a0dYE9gmCPHVSVqvrmSro0pPggu-5NPwsaiKHQQ/viewform" type="button" class="btn bg-silver-gradient disabled">Registration closes Wednesday, July 31st, 2024 at 11:59 PM EDT</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfbWEeg6i9a0dYE9gmCPHVSVqvrmSro0pPggu-5NPwsaiKHQQ/viewform" type="button" class="btn bg-silver-gradient">Registration closes Wednesday, July 31st, 2024 at 11:59 PM EDT</a>
</div>
</div>
</div>
Expand Down
7 changes: 7 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,13 @@ button.btn:hover {
width: auto;
}

.jumbotron-img-50 {
display: block;
height: 50vh;
object-fit: cover;
width: auto;
}

/* Oscillation for text */
.text-oscillation::before {
content: "knowledge";
Expand Down

0 comments on commit 154229c

Please sign in to comment.