feat: last update for today woohoo

This commit is contained in:
2024-04-20 20:12:00 -05:00
parent 048bd99a4d
commit 2edc3a5016
2 changed files with 36 additions and 11 deletions

View File

@@ -53,14 +53,26 @@
<div class="changelog-split-row"> <div class="changelog-split-row">
<div class="column"> <div class="column">
<div class="default-card"> <div class="default-card">
<h2>TITLE HEADING</h2> <h2>UT Registration Plus Testing Phase!</h2>
<h5>Title description, Dec 7, 2017</h5> <p>April 20, 2024</p>
<p>Some text..</p>
<p> <p>
Sunt in culpa qui officia deserunt mollit anim id est laborum My team and I have been working on
consectetur adipiscing elit, sed do eiusmod tempor incididunt ut <a
labore et dolore magna aliqua. Ut enim ad minim veniam, quis href="https://chromewebstore.google.com/detail/ut-registration-plus/hboadpjkoaieogjimneceaahlppnipaa"
nostrud exercitation ullamco. target="_blank"
rel="noopener noreferrer"
>UT Registration Plus</a
>
and testing has opened up for our upcoming overhaul update!
<a href="https://forms.gle/YrEmq3R8nLU5a6iU6">Interest form here</a>
</p>
</div>
<div class="default-card">
<h2>Overhaul Update [Patch 1.0.1.0]</h2>
<p>April 20, 2024</p>
<p>
Created two more pages and the navbar today and now the site looks
so much cooler.
</p> </p>
</div> </div>
<div class="default-card"> <div class="default-card">
@@ -80,12 +92,24 @@
<p>Just a simple student trying to make his way in the universe.</p> <p>Just a simple student trying to make his way in the universe.</p>
</div> </div>
<div class="social-icons-container"> <div class="social-icons-container">
<a href="https://www.linkedin.com/in/derekyujirchen/" class="fa fa-linkedin"></a> <a
<a href="https://en.wikipedia.org/wiki/Mark_Zuckerberg" class="fa fa-facebook"></a> href="https://www.linkedin.com/in/derekyujirchen/"
<a href="https://www.youtube.com/@DereC519/featured" class="fa fa-youtube"></a> class="fa fa-linkedin"
></a>
<a
href="https://en.wikipedia.org/wiki/Mark_Zuckerberg"
class="fa fa-facebook"
></a>
<a
href="https://www.youtube.com/@DereC519/featured"
class="fa fa-youtube"
></a>
<a href="https://photricity.com/flw/ajax/" class="fa fa-reddit"></a> <a href="https://photricity.com/flw/ajax/" class="fa fa-reddit"></a>
<a href="https://github.com/DereC4" class="fa fa-github"></a> <a href="https://github.com/DereC4" class="fa fa-github"></a>
<a href="https://www.instagram.com/ramen__is__good/" class="fa fa-instagram"></a> <a
href="https://www.instagram.com/ramen__is__good/"
class="fa fa-instagram"
></a>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -196,6 +196,7 @@ h1 {
background-color: var(--container-color); background-color: var(--container-color);
padding: 20px; padding: 20px;
margin-top: 20px; margin-top: 20px;
text-align: left;
} }
.changelog-split-row { .changelog-split-row {