diff --git a/members_lumbung_space/static/css/lumbung.css b/members_lumbung_space/static/css/lumbung.css index 0a755c0..d08c881 100644 --- a/members_lumbung_space/static/css/lumbung.css +++ b/members_lumbung_space/static/css/lumbung.css @@ -157,9 +157,10 @@ footer .content span { } @media all and (min-width: 768px) { - #formlogo.logo{ + #formlogo.logo { width: 50%; } + .signup-form-box { max-width: 70%; margin: auto; @@ -217,17 +218,27 @@ footer .content span { transform: rotate(-15deg); } -.app_name{ +.app_name { font-weight: bold; font-size: 18px; margin-bottom: 0.2em; } -.app_name:hover{ +.app_name:hover { text-decoration: underline; } -.app_description{ +.app_description { font-size: 14px; - padding: 8px; +} + +@media all and (min-width: 768px) { + .app_description { + padding-left: 10px; + padding-right: 10px; + } +} + +.tools .app_description a:link { + text-decoration: underline; } diff --git a/members_lumbung_space/templates/admin.html b/members_lumbung_space/templates/admin.html index 8659f3f..cecef51 100644 --- a/members_lumbung_space/templates/admin.html +++ b/members_lumbung_space/templates/admin.html @@ -7,13 +7,13 @@ lumbung.space logo -
+
lumbung.tv

tv.lumbung.space

-

Video archive. Watch or upload videos or start a livestream!

+

Video archive. Watch or upload videos or start a livestream! Learn more on panduan.lumbung.space.

@@ -21,7 +21,7 @@ lumbung.social

social.lumbung.space

-

Like twitter but for us! Jokes, announcements, chitchat!

+

Like twitter but for us! Jokes, announcements, chitchat! Learn more on panduan.lumbung.space.

@@ -29,7 +29,7 @@ lumbung.cloud

cloud.lumbung.space

-

Share and organize files.

+

Share and organize files. Learn more on panduan.lumbung.space.

@@ -37,7 +37,7 @@ lumbung.pen

pen.lumbung.space

-

Write and publish longer texts.

+

Write and publish longer texts. Learn more on panduan.lumbung.space.

@@ -45,7 +45,7 @@ lumbung.books

books.lumbung.space

-

Archive of publications. Share, read or download PDFs and ebooks!

+

Archive of publications. Share, read or download PDFs and ebooks! Learn more on panduan.lumbung.space.

@@ -53,7 +53,7 @@ lumbung.panduan

panduan.lumbung.space

-

Our collectively written knowledge base, FAQs, manuals and more!

+

Our collectively written knowledge base, FAQs, manuals and more! Learn more on panduan.lumbung.space.

@@ -61,7 +61,7 @@ lumbung.nongkrong

nongkrong.lumbung.space

-

Chatrooms, 1-1 chat, video calls. Come and nongkrong :)

+

Chatrooms, 1-1 chat, video calls. Come and nongkrong :) Learn more on panduan.lumbung.space.

@@ -69,7 +69,7 @@ lumbung.sounds

sounds.lumbung.space

-

Sharing music, streams, audio archiving and more.

+

Sharing music, streams, audio archiving and more. Learn more on panduan.lumbung.space.

diff --git a/members_lumbung_space/templates/invites.html b/members_lumbung_space/templates/invites.html index 8ba0476..d2bf3c6 100644 --- a/members_lumbung_space/templates/invites.html +++ b/members_lumbung_space/templates/invites.html @@ -17,7 +17,10 @@

- Hello {{user.preferred_username}}. Here are links you can send to invite others to register. + Hello {{user.preferred_username}}. On this page you can generate invite + links for your friends to join lumbung.space! The invite links can be + used by multiple people. Need more help? See panduan.lumbung.space + for more.

{% if user.preferred_username in invites and invites[user.preferred_username]|length > 0 %}