Skip to content

Commit

Permalink
updated board meeting, commented auto-update for now
Browse files Browse the repository at this point in the history
  • Loading branch information
martin2421 committed Feb 28, 2024
1 parent 1b0c7d1 commit 534f3b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,11 @@ <h2 class="text-text font-extrabold text-5xl">Board Meeting</h2>
<h3 class="text-black font-bold text-lg">Join us for our next board meeting!</h3>

<!-- MANUALLY CHANGE -->
<h4 id="dateDisplay" class="text-black text-md">February 7th, 2024<br>1:00 PM PDT</h4>
<h4 id="dateDisplay" class="text-black text-md">February 28th, 2024<br>1:00 PM PDT</h4>

<!-- AUTOMATIC DATE UPDATE -->
<!-- COMMENT THE FOLLOWING SCRIPT TO REMOVE THE AUTO UPDATE -->
<script>
<!-- <script>
function updateDate() {
// Get the current date
var currentDate = new Date();
Expand Down Expand Up @@ -267,7 +267,7 @@ <h4 id="dateDisplay" class="text-black text-md">February 7th, 2024<br>1:00 PM PD
// Call the updateDate function every 2 weeks (in milliseconds)
setInterval(updateDate, 14 * 24 * 60 * 60 * 1000);
</script>
</script> -->

<p class="text-gray-700">Old Main Room 1365</p>
<br><br><br>
Expand Down

0 comments on commit 534f3b9

Please sign in to comment.