This commit is contained in:
Dominic DiTaranto 2025-11-02 17:46:23 -05:00
parent 82f9bbfde6
commit aeec7afa5e
3 changed files with 13 additions and 23 deletions

View file

@ -1,15 +1,3 @@
v1.0
[x] login page
[x] logout
[x] member profile update and avatar
[x] forum
[x] anonymous prayerbox
[x] view other's profiles, add links in forums
[x] member type
[x] change password page
[x] users must be authed
[x] signup must redirect NOT auto grant users access, and MUST give them some info on what to expect
v1.1
[ ] polls
[ ] watch forum, get email notifications when someone replies
@ -18,13 +6,6 @@ v1.1
[ ] show how many posts a user has made, flair for high amounts of posts?
[ ] chat room? IRC?
TO DISCUSS:
[ ] nav bar
[ ] page that displays all users and links to their websites (this already exists on neko, but better to automate it)
[ ] Pick better anonymous avatar
[ ] determine where which pages should live where
[ ] easier way to handle sites var, API endpoint?
ACTION ITEMS:
DOMINIC ---
[x] join option without member area access
@ -32,13 +13,17 @@ DOMINIC ---
[x] list user api endpoint
[x] CSS
[x] Assets
[ ] Pick better anonymous avatar
[ ] figure out backing up DB
[ ] soft-release
[ ] Domain
[ ] email notifications when user signs up: disroot email
[ ] maybe start sending emails to users automatically too
[ ] full-release
KYRIE ----
[ ] Welcome message
[ ] Signup screen
[ ] new css design
[x] Welcome message
[x] Signup screen
[x] new css design
[ ] send out emails to existing users to sign up AFTER website is released

Binary file not shown.

View file

@ -9,6 +9,11 @@
</head>
<body>
<style>
@font-face {
font-family: 'Girassol';
src: url({% static 'fonts/Girassol-Regular.ttf' %}) format('truetype');
}
body {
height: 100%;
background-color: #868F69;
@ -25,11 +30,11 @@
text-align: center;
margin: 30px 0;
color: #603814;
font-family: "Girassol", serif;
font-weight: 400;
font-style: normal;
font-size: 70px;
text-shadow: 1px 1px 0px #868F69, 2px 2px 0px #254117;
font-family: "Girassol", serif;
}
.container {