Skip to content

Commit

Permalink
update event locations
Browse files Browse the repository at this point in the history
  • Loading branch information
martin2421 committed Sep 19, 2024
1 parent 53f2619 commit 4727fe7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
</head>

<body class="font-body m-0 p-0 bg-background">
<body class="font-body m-0 p-0 bg-background">

<!-- Navbar -->
<nav class="bg-background relative container mx-auto p-5">
Expand Down Expand Up @@ -186,9 +186,9 @@ <h2 class="text-text font-extrabold text-5xl text-center">Upcoming Events</h2>

<!-- EVENT #1 -->
<div class="event-card event-card-blur sm:w-1/2 md:w-auto mb-8 sm:mb-0">
<h3 class="text-black font-bold text-lg">Workshop</h3>
<h4 class="text-black text-md">TBA<br>TBA<br>TBA</h4>
<p class="text-gray-700">Coming Soon...</p>
<h3 class="text-black font-bold text-lg">Fall LAN Party</h3>
<h4 class="text-black text-md">October 26th, 2024<br>Location and Time: TBA</h4>
<p class="text-gray-700">Join us in our LAN party! Bring your setup and play some games!</p>
<br><br><br>
<a href="https://simpli.events/" target="_blank">
<span class="font-bold hover:text-accent absolute bottom-3">view details</span>
Expand All @@ -197,9 +197,9 @@ <h4 class="text-black text-md">TBA<br>TBA<br>TBA</h4>

<!-- EVENT #2 -->
<div class="event-card event-card-blur sm:w-1/2 md:w-auto mb-8 sm:mb-0">
<h3 class="text-black font-bold text-lg">Fall LAN Party</h3>
<h4 class="text-black text-md">TBA<br>TBA<br>TBA</h4>
<p class="text-gray-700">Join us in our LAN party! Bring your setup and play some games!</p>
<h3 class="text-black font-bold text-lg">Workshop - To be Announced</h3>
<h4 class="text-black text-md">November 14th, 2024<br>Location and Time: TBA</h4>
<p class="text-gray-700">Coming Soon...</p>
<br><br><br>
<a href="https://simpli.events/" target="_blank">
<span class="font-bold hover:text-accent absolute bottom-3">view details</span>
Expand All @@ -209,7 +209,7 @@ <h4 class="text-black text-md">TBA<br>TBA<br>TBA</h4>
<!-- EVENT #3 -->
<div class="event-card event-card-blur w-full md:w-auto">
<h3 class="text-black font-bold text-lg">Can You Code?</h3>
<h4 class="text-black text-md">TBA<br>TBA<br>TBA</h4>
<h4 class="text-black text-md">November 29th, 2024<br>Location and Time: TBA</h4>
<p class="text-gray-700">Compete against your friends to find out who can
code!</p>
<br><br><br>
Expand Down

0 comments on commit 4727fe7

Please sign in to comment.