add following and ui updates
This commit is contained in:
parent
95fde911c5
commit
7bec5f61f0
8 changed files with 75 additions and 23 deletions
|
@ -1,24 +1,18 @@
|
|||
<%- include('header.ejs') -%>
|
||||
<div class='area'>
|
||||
<h1>BiglyChat</h1>
|
||||
<p><i>Collab on videos... make creative animations... and more!</i></p>
|
||||
<details>
|
||||
<summary><b>About</b></summary>
|
||||
<p><i>I am <a href='https://zenoverse.net/'>Onez</a>, a self-taught developer from a young age. Following
|
||||
the
|
||||
unexpected growth
|
||||
of <i>Video Bot Thing</i>, I made this as a home for the video editing community. View the <a
|
||||
href='https://codeberg.org/onezDerv/bigly-chat'>source</a> if you want to contribute or make a
|
||||
fork.</i></p>
|
||||
</details>
|
||||
<p>Express your niche...</p>
|
||||
<p>Build a video community...</p>
|
||||
<p>And more!</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">Join</a></div>
|
||||
<div class="button"><a href="/client/register">Create</a></div>
|
||||
<% } %>
|
||||
<div class="button"><a href="https://discord.gg/7JJBYySY">Chat</a></div>
|
||||
<div class="button"><a href="https://discord.gg/7JJBYySY">Discord Chat</a></div>
|
||||
</div>
|
||||
<div class='area'>
|
||||
<h1>Recent Videos</h1>
|
||||
|
|
|
@ -1,12 +1,19 @@
|
|||
<%- include('header.ejs') -%>
|
||||
<div class='area'>
|
||||
<h1>User</h1>
|
||||
<div class='user'>
|
||||
|
||||
<form class='user' enctype='multipart/form-data' method='POST' action='/api/form/follow'>
|
||||
<p>
|
||||
<b>@<%= id %></b>
|
||||
</p>
|
||||
</div>
|
||||
<p>
|
||||
<%= following.length %> following
|
||||
</p>
|
||||
<p>
|
||||
<%= followers.length %> followers
|
||||
</p>
|
||||
<input name='target' hidden value="<%= id %>">
|
||||
<input type='submit' value="Follow">
|
||||
</form>
|
||||
</div>
|
||||
<div class='area'>
|
||||
<h1>Uploaded Videos</h1>
|
||||
|
@ -15,4 +22,4 @@
|
|||
</div>
|
||||
</div>
|
||||
<%- include('comments.ejs') -%>
|
||||
<%- include('footer.ejs') -%>
|
||||
<%- include('footer.ejs') -%>
|
Loading…
Add table
Add a link
Reference in a new issue