This commit is contained in:
biglyderv 2024-11-30 04:48:58 -05:00
parent 021a5c8db2
commit 468857d5fe
2 changed files with 20 additions and 0 deletions

View file

@ -101,6 +101,7 @@ pre {
color: var(--white); color: var(--white);
padding: .5rem; padding: .5rem;
margin-bottom: .5rem; margin-bottom: .5rem;
margin-top: .5rem;
text-decoration: none text-decoration: none
} }

View file

@ -30,6 +30,25 @@
$posts = $stmt->fetchAll(PDO::FETCH_DEFAULT); $posts = $stmt->fetchAll(PDO::FETCH_DEFAULT);
?>
<div class="banner"><img class="banner-background" src="/img/newlogo.svg">
<div class="banner-content">
<h1>BiglyChat</h1>
<p>BiglyChat is a niche community for broadcasting videos, playing games, and chatting with friends.</p>
<h2>Community</h2>
<a class="form-button" href="/register.php">Join the Community</a>
<br>
<a class="form-button" href="/tou.php">Terms of Use</a>
<a class="form-button" href="https://dervland.net/">More Projects</a>
<a class="form-button" href="https://git.dervland.net/biglyderv/new-bigly-chat">Developer Portal</a>
</div>
</div>
<?php
foreach ($posts as $post) { ?> foreach ($posts as $post) { ?>
<div class='comment'> <div class='comment'>
<div class='avatar'> <div class='avatar'>