layout changes

This commit is contained in:
biglyderv 2024-11-25 14:12:44 -05:00
parent 93c1933002
commit 1db617fea0
3 changed files with 16 additions and 15 deletions

View file

@ -170,7 +170,7 @@ video {
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-around; justify-content: space-around;
width: var(--elem-width); width: 90vw;
} }
.controls { .controls {

View file

@ -3,7 +3,8 @@
<li>Contact staff via Discord as needed.</li> <li>Contact staff via Discord as needed.</li>
<li>Stay within the law of the United States.</li> <li>Stay within the law of the United States.</li>
<li>Don't exploit or clog Xuyezo services, regardless of utility value. Feature requests and glitches <li>Don't exploit or clog Xuyezo services, regardless of utility value. Feature requests and glitches
can be reported on <a href='https://discord.gg/wZ3mg58JMT'>Discord</a> or <a href='https://git.xuyezo.net/explore/repos'>Git</a>.</li> can be reported on <a class='link' href='https://discord.gg/wZ3mg58JMT'>Discord</a> or <a class='link'
href='https://git.xuyezo.net/explore/repos'>Git</a>.</li>
<li>Respect other users' creative work. Inspiration is allowed, although re-used assets must be <li>Respect other users' creative work. Inspiration is allowed, although re-used assets must be
properly credited.</li> properly credited.</li>
<li>Don't post sexually motivated content.</li> <li>Don't post sexually motivated content.</li>

View file

@ -2,24 +2,24 @@
<div class='banner'><img class='banner-background' src='/static/img/bg.svg'> <div class='banner'><img class='banner-background' src='/static/img/bg.svg'>
<div class='banner-content'> <div class='banner-content'>
<h1>BiglyChat</h1> <h1>BiglyChat</h1>
<p>Broadcast videos to your fanbase and be part of the community alongside the owners. No more black box <p>Join the community for broadcasting videos to your fanbase; there is no more black box
moderation!</p> moderation where staff aren't involved members.</p>
<h2>Community</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 Server</a>
<a class='form-button' href="https://git.xuyezo.net/Zuxxied/bigly-chat">Developer Portal</a>
</div>
</div>
<div class='content'>
<details> <details>
<summary><b>Terms of Use</b></summary> <summary><b>Terms of Use</b></summary>
<%- include ('guidelines.ejs') -%> <%- include ('guidelines.ejs') -%>
</details> </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> <h1 class='content-header'>Recent Videos</h1>
<div class='content'>
<h1>Recent Videos</h1>
<div class=' videos'> <div class=' videos'>
<%- include('videos.ejs') -%> <%- include('videos.ejs') -%>
</div> </div>
</div>
<%- include('footer.ejs') -%> <%- include('footer.ejs') -%>