screaming
This commit is contained in:
parent
d508a74115
commit
a6974294d0
2 changed files with 12 additions and 5 deletions
|
@ -59,6 +59,7 @@ pre {
|
||||||
|
|
||||||
.banner pre {
|
.banner pre {
|
||||||
width: calc(var(--elem-width) - 40px);
|
width: calc(var(--elem-width) - 40px);
|
||||||
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner,
|
.banner,
|
||||||
|
|
|
@ -4,12 +4,16 @@
|
||||||
require(__DIR__ . "/../libs/comment.php");
|
require(__DIR__ . "/../libs/comment.php");
|
||||||
|
|
||||||
page_header();
|
page_header();
|
||||||
?>
|
if (!is_null($username)) {
|
||||||
<?php if (!($_GET['page'] > 0)) { ?>
|
//comments("root","root");
|
||||||
|
}
|
||||||
|
if (!($_GET['page'] > 0)) { ?>
|
||||||
<div class="banner"><img class="banner-background" src="/img/newlogo.svg">
|
<div class="banner"><img class="banner-background" src="/img/newlogo.svg">
|
||||||
<div class="banner-content">
|
<div class="banner-content">
|
||||||
<h1>BiglyChat</h1>
|
<h1>BiglyChat: Creative Space by Creative Developers</h1>
|
||||||
<pre>BiglyChat is a niche forum for Dervland experiments and games.</pre>
|
<pre>BiglyChat improves the social ecosystem with innovation from a developer team that cares.</pre>
|
||||||
|
<pre>This spans a <a class='link' href='/stats.php'>custom algorithm</a>, <a class='link' href='https://gw.dervland.net/'>cool web games</a>, and much more.</pre>
|
||||||
|
<pre>Anyone can <a class='link' href='/join.php'>join our community</a> and become part of BiglyChat's evolution!</pre>
|
||||||
<h2>Community</h2>
|
<h2>Community</h2>
|
||||||
|
|
||||||
<a class="form-button" href="/tou.php">Terms of Use</a>
|
<a class="form-button" href="/tou.php">Terms of Use</a>
|
||||||
|
@ -20,6 +24,8 @@
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
comments("root","root");
|
//if (is_null($username)) {
|
||||||
|
comments("root","root");
|
||||||
|
//}
|
||||||
page_footer();
|
page_footer();
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue