diff --git a/members_lumbung_space/static/css/lumbung.css b/members_lumbung_space/static/css/lumbung.css index 5463812..7f02228 100644 --- a/members_lumbung_space/static/css/lumbung.css +++ b/members_lumbung_space/static/css/lumbung.css @@ -1,7 +1,7 @@ @font-face { font-family: "Gudea"; - src: + src: url("/static/fonts/Gudea-Regular.ttf") format("ttf"), url("/static/fonts/Gudea-Regular.woff2") format("woff2"); font-weight: 400; @@ -9,7 +9,7 @@ @font-face { font-family: "Gudea"; - src: + src: url("/static/fonts/Gudea-Italic.ttf") format("ttf"), url("/static/fonts/Gudea-Italic.woff2") format("woff2"); font-weight: 400; @@ -18,7 +18,7 @@ @font-face { font-family: "Gudea"; - src: + src: url("/static/fonts/Gudea-Bold.ttf") format("ttf"), url("/static/fonts/Gudea-Bold.woff2") format("woff2"); font-weight: 700; @@ -28,7 +28,6 @@ body { font-family: "Gudea", "sans-serif"; color: #333; margin: 0; - } body { @@ -78,7 +77,6 @@ input:invalid:focus { .logo { margin: 60px 0 !important; } - } .logo { @@ -135,13 +133,13 @@ nav strong{ } footer { - background-color: #AFAFAF !important; + background-color: #AFAFAF !important; padding: 1rem 1.5rem !important; } footer .content span { padding-right: 0.5rem; -} +} .container { padding-bottom: 2rem !important; @@ -167,7 +165,6 @@ footer .content span { margin: auto; margin-top: 4em; } - } @media all and (min-width: 1216px) { @@ -177,7 +174,6 @@ footer .content span { } } - .signup-form-box { margin: auto; margin-top: 4em; @@ -215,4 +211,23 @@ footer .content span { /* grey out sounds.lumbung.space since it's not working yet */ [href="https://sounds.lumbung.space"] { opacity: 0.5; -} \ No newline at end of file +} + +.app_icon:hover { + transform: rotate(-15deg); +} + +.app_name{ + font-weight: bold; + font-size: 18px; + margin-bottom: 0.2em; +} + +.app_name:hover{ + text-decoration: underline; +} + +.app_description{ + font-size: 14px; + padding: 8px; +} diff --git a/members_lumbung_space/templates/admin.html b/members_lumbung_space/templates/admin.html index 1dd428d..9978b78 100644 --- a/members_lumbung_space/templates/admin.html +++ b/members_lumbung_space/templates/admin.html @@ -7,17 +7,70 @@ lumbung.space logo -{% set site_list = ("tv","social","cloud","pen", "books", "panduan", "nongkrong", "sounds") %} -{% set site_urls= ("https://tv.lumbung.space/plugins/auth-openid-connect/0.0.7/auth/openid-connect","https://social.lumbung.space","https://cloud.lumbung.space","https://pen.lumbung.space/wp-admin", "https://books.lumbung.space/link/generic", "https://panduan.lumbung.space/", "https://nongkrong.lumbung.space/", "https://sounds.lumbung.space") %}
- {% for i, u in site_list|zip(site_urls) %} -
- - lumbung.{{i}} -

{{i}}.lumbung.space

-
-
- {% endfor %} +
+ + lumbung.tv +

tv.lumbung.space

+
+

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

+
+ +
+ + lumbung.social +

social.lumbung.space

+
+

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

+
+ +
+ + lumbung.cloud +

cloud.lumbung.space

+
+

Share and organize files.

+
+ +
+ + lumbung.pen +

pen.lumbung.space

+
+

Write and publish longer texts.

+
+ +
+ + lumbung.books +

books.lumbung.space

+
+

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

+
+ +
+ + lumbung.panduan +

panduan.lumbung.space

+
+

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

+
+ +
+ + lumbung.nongkrong +

nongkrong.lumbung.space

+
+

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

+
+ +
+ + lumbung.sounds +

sounds.lumbung.space

+
+

Sharing music, streams, audio archiving and more.

+
{% endblock %}