diff --git a/static/main.css b/static/main.css index d3a64e6..1b17777 100644 --- a/static/main.css +++ b/static/main.css @@ -2,7 +2,7 @@ body { height: 100vh; width: 100vw; - padding-top: 0px; + margin-top: 0px; display: flex; flex-direction: column; @@ -83,4 +83,18 @@ form { background-color: var(--hyperlink); font-weight: bold; width: 150px; +} + +.header { + background: var(--dark-1); + color: var(--light-1); + padding: 10px; + display: flex; + width: 100vw; + margin: 0; +} + +.header a { + font-weight: bold; + color: white; } \ No newline at end of file diff --git a/views/header.ejs b/views/header.ejs index 668896b..7554983 100644 --- a/views/header.ejs +++ b/views/header.ejs @@ -6,4 +6,5 @@ - \ No newline at end of file + + <%- include('header_block.ejs') -%> \ No newline at end of file diff --git a/views/header_block.ejs b/views/header_block.ejs new file mode 100644 index 0000000..a8a35c6 --- /dev/null +++ b/views/header_block.ejs @@ -0,0 +1,3 @@ +
+ BiglyChat +
\ No newline at end of file diff --git a/views/main.ejs b/views/main.ejs index 469fc9a..64f7c95 100644 --- a/views/main.ejs +++ b/views/main.ejs @@ -1,14 +1,7 @@ <%- include('header.ejs') -%>
-

About

-

- BiglyChat is a project sharing communtiy built on Scratch and - TurboWarp - . The source code is free software. -

-

- Anyone can selfhost an instance to take control of their community. -

+

BiglyChat

+

A community for video editing

<%if (username=='!nobody' ) { %>
Join
<% } %>