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;
|
flex-wrap: wrap;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
|
||||||
width: var(--elem-width);
|
width: 90vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
<details>
|
<h2>Community</h2>
|
||||||
<summary><b>Terms of Use</b></summary>
|
|
||||||
<%- include ('guidelines.ejs') -%>
|
|
||||||
</details>
|
|
||||||
<h2>Uploading content</h2>
|
|
||||||
<%if (username=='!nobody' ) { %>
|
<%if (username=='!nobody' ) { %>
|
||||||
<a class='form-button' href="/client/register">Join the Community</a>
|
<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://discord.gg/wZ3mg58JMT">Discord Server</a>
|
||||||
<a class='form-button' href="https://git.xuyezo.net/Zuxxied/bigly-chat">Source Code</a>
|
<a class='form-button' href="https://git.xuyezo.net/Zuxxied/bigly-chat">Developer Portal</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class='content'>
|
<div class='content'>
|
||||||
<h1>Recent Videos</h1>
|
<details>
|
||||||
<div class=' videos'>
|
<summary><b>Terms of Use</b></summary>
|
||||||
<%- include('videos.ejs') -%>
|
<%- include ('guidelines.ejs') -%>
|
||||||
</div>
|
</details>
|
||||||
|
</div>
|
||||||
|
<h1 class='content-header'>Recent Videos</h1>
|
||||||
|
<div class=' videos'>
|
||||||
|
<%- include('videos.ejs') -%>
|
||||||
</div>
|
</div>
|
||||||
<%- include('footer.ejs') -%>
|
<%- include('footer.ejs') -%>
|
Loading…
Reference in a new issue