1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/mipilin synced 2025-01-31 02:53:36 +00:00
mipilin/views/index.pug

62 lines
2.7 KiB
Text
Raw Permalink Normal View History

extends site.pug
include _util.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
| !
if session.loggedIn
p
| You can record your daily thoughts and feelings, public or private, at your
|
a(href="/journal/") personal journal
| .
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 (pronounced /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
a(href="https://www.imood.com/") imood
|, from which I borrowed many ideas and basically all of the moods.
p
| If you're wondering how to get started, look down. There is a lot of people! Also on the sidebar to your left is important information, including another list of users. Click on them! Follow them! Interact with them! Following someone will make their updates appear on your
a(href="/dashboard/#feed") dashboard's local feed
| . No one likes an empty local feed!!
p
| mipilin is free and open source forevur. If you want to CHECK OUT TEH CODE or FILE AN ISSUE then you may do so at the respective links provided on the
a(href="https://sr.ht/~roxwize/mipilin") project page
| .
h1 Important beta notices
p
| If you just want to see the global feed, click
a(href="#home-feed") here
| .
p
| mipilin is still in a closed beta. Trusted users verified manually by moderators can generate invite codes and give them out to whoever they wish. Invite codes will also be given upon request to members of Hack Club and people who contact me on Discord, my handle on the Slack workspace is roxwize.
p
| During the duration of the beta, updates will be posted in its channel in the workspace (#mipilin) and eventually on the website as well. Expect lots of new stuff to come and go, and for the site to go offline occasionally as I push updates and restart the server for various reasons.
p
| Right now there is no formal set of rules. All you should know to do is use your common sense, and don't go out of your way to harass other people. Peace and love.
h1#home-feed Global Feed
p Look at how all these people are doing!!!
+feed(feedUpdates)