css improvements
This commit is contained in:
parent
3929c07717
commit
5b9197bb20
11 changed files with 385 additions and 242 deletions
|
@ -1,19 +1,22 @@
|
|||
<%- include('header.ejs') -%>
|
||||
<div class='area'>
|
||||
<h1>BiglyChat</h1>
|
||||
<p>Broadcast videos to your fanbase, while you and the owners feel part of the community. No more black box moderation.</p>
|
||||
<details>
|
||||
<summary><b>Guidelines</b></summary>
|
||||
<%- include ('guidelines.ejs') -%>
|
||||
</details>
|
||||
<h2>Signing up to upload content</h2>
|
||||
<%if (username=='!nobody' ) { %>
|
||||
<div class="button"><a href="/client/register">Create</a></div>
|
||||
<% } %>
|
||||
<div class="button"><a href="https://discord.gg/wZ3mg58JMT">Discord Chat</a></div>
|
||||
<div class="button"><a href="https://git.xuyezo.net/Zuxxied/bigly-chat">Source Code</a></div>
|
||||
<div class='banner'><img class='banner-background' src='/static/img/bg.svg'>
|
||||
<div class='banner-content'>
|
||||
<h1>BiglyChat</h1>
|
||||
<p>Broadcast videos to your fanbase and be part of the community alongside the owners. No more black box
|
||||
moderation!</p>
|
||||
<details>
|
||||
<summary><b>Guidelines</b></summary>
|
||||
<%- include ('guidelines.ejs') -%>
|
||||
</details>
|
||||
<h2>Uploading content</h2>
|
||||
<%if (username=='!nobody' ) { %>
|
||||
<a class='form-button' href="/client/register">Join the Community</a>
|
||||
<% } %>
|
||||
<a class='form-button' href="https://discord.gg/wZ3mg58JMT">Discord Chat</a>
|
||||
<a class='form-button' href="https://git.xuyezo.net/Zuxxied/bigly-chat">Source Code</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class='area'>
|
||||
<div class='content'>
|
||||
<h1>Recent Videos</h1>
|
||||
<div class=' videos'>
|
||||
<%- include('videos.ejs') -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue