mirror of https://github.com/tildeclub/site.git
Update index.php
This commit is contained in:
parent
f458071c8a
commit
ff9a2c6b54
12
index.php
12
index.php
|
@ -93,7 +93,15 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="col">
|
||||
<div class="col">
|
||||
<?php if (new DateTime() >= new DateTime('2024-09-30')): ?>
|
||||
<h2>UPDATE: September 2024:</h2>
|
||||
<h3>Happy 10th Birthday, Tilde.Club!</h3>
|
||||
<p>
|
||||
Tilde.Club turned 10! This cozy corner of the internet has become a haven for creativity and community. Members have crafted quirky personal pages, shared knowledge through the wiki, and supported each other in countless projects. It's a space where everyone's unique contributions shine, making it truly special. Here's to a decade of fun and friendship, and many more to come!
|
||||
</p>
|
||||
<hr>
|
||||
<?php endif; ?>
|
||||
<h2>UPDATE: March 2024:</h2>
|
||||
<h3>Hey everyone, we've leveled up to Fedora 39!</h3>
|
||||
<p>
|
||||
|
@ -137,9 +145,7 @@
|
|||
<li>~club now has a Mastodon page you can follow us at <a href="https://tilde.zone/@tildeclub" target="_blank">https://tilde.zone/@tildeclub</a></li>
|
||||
<li>Users can now setup Two-Factor Authentication (2FA) to use for SSH logins instead of only public key auth <a href="https://tilde.club/wiki/2fa.html">More Info</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col">
|
||||
|
|
Loading…
Reference in New Issue