mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-13 08:43:07 +00:00
this is the initial commit for my AWESOME website
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
commit
e3c09d7f0d
42 changed files with 5710 additions and 0 deletions
30
views/index.pug
Normal file
30
views/index.pug
Normal file
|
@ -0,0 +1,30 @@
|
|||
extends site.pug
|
||||
|
||||
block head
|
||||
style
|
||||
| #content { margin-left: 256px; }
|
||||
|
||||
block page
|
||||
#sidebar
|
||||
h1 MiPilin
|
||||
p(style="margin-top:0;")
|
||||
| Thx for being a part of the MiPilin beta!
|
||||
if session.loggedIn
|
||||
|
|
||||
| If you want to change your mood, update your profile, and see how your friends are doing, visit
|
||||
|
|
||||
a(href="/dashboard") the dashboard
|
||||
| !
|
||||
p
|
||||
strong #{users}
|
||||
|
|
||||
| registered users
|
||||
h2 Recent updates
|
||||
ul(style="list-style:none;padding-inline-start:0;")
|
||||
for update of recentUpdates
|
||||
li
|
||||
a(href=`/users/${update.user}`)= update.user
|
||||
|
||||
block content
|
||||
p
|
||||
| Hi, this is MiPilin! It lets you tell your friends how you're feeling, as well as keep a journal of your current mood and their trends over time! Due respect goes to imood, from which I borrowed many ideas and basically all of the moods.
|
Loading…
Add table
Add a link
Reference in a new issue