layout changes
This commit is contained in:
parent
93c1933002
commit
1db617fea0
3 changed files with 16 additions and 15 deletions
|
@ -170,7 +170,7 @@ video {
|
|||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
|
||||
width: var(--elem-width);
|
||||
width: 90vw;
|
||||
}
|
||||
|
||||
.controls {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<li>Contact staff via Discord as needed.</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
|
||||
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
|
||||
properly credited.</li>
|
||||
<li>Don't post sexually motivated content.</li>
|
||||
|
|
|
@ -2,24 +2,24 @@
|
|||
<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>Terms of Use</b></summary>
|
||||
<%- include ('guidelines.ejs') -%>
|
||||
</details>
|
||||
<h2>Uploading content</h2>
|
||||
<p>Join the community for broadcasting videos to your fanbase; there is no more black box
|
||||
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 Chat</a>
|
||||
<a class='form-button' href="https://git.xuyezo.net/Zuxxied/bigly-chat">Source Code</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'>
|
||||
<h1>Recent Videos</h1>
|
||||
<div class=' videos'>
|
||||
<%- include('videos.ejs') -%>
|
||||
</div>
|
||||
<details>
|
||||
<summary><b>Terms of Use</b></summary>
|
||||
<%- include ('guidelines.ejs') -%>
|
||||
</details>
|
||||
</div>
|
||||
<h1 class='content-header'>Recent Videos</h1>
|
||||
<div class=' videos'>
|
||||
<%- include('videos.ejs') -%>
|
||||
</div>
|
||||
<%- include('footer.ejs') -%>
|
Loading…
Reference in a new issue