forked from tangled.org/core
Monorepo for Tangled — https://tangled.org

appview/pages: update messaging

anirudh.fi 0d761a6a 05bfa4df

verified
Changed files
+8 -6
appview
pages
templates
+2 -2
appview/pages/templates/timeline.html
···
</div>
<div class="italic text-lg">
tightly-knit social coding, <a href="/login" class="underline inline-flex gap-1 items-center">join now <i data-lucide="arrow-right" class="w-4 h-4"></i></a>
-
<p class="pt-5 px-10 text-sm text-gray-500">Repository creation is currently invite-only. Join our IRC on <code>#tangled</code> on Libera Chat for an invite!
-
Want to know more? Read an introduction to Tangled <a href="https://blog.tangled.sh/intro">here</a>.</p>
+
<p class="pt-5 px-10 text-sm text-gray-500">Join our IRC channel: <a href="https://web.libera.chat/#tangled"><code>#tangled</code> on Libera Chat</a>.
+
Read an introduction to Tangled <a href="https://blog.tangled.sh/intro">here</a>.</p>
</div>
</div>
{{ end }}
+6 -4
appview/pages/templates/user/login.html
···
</head>
<body class="flex items-center justify-center min-h-screen">
<main class="max-w-64">
-
<h1 class="text-center text-2xl font-semibold italic">tangled</h1>
+
<h1 class="text-center text-2xl font-semibold italic">
+
tangled
+
</h1>
<form
class="w-full"
hx-post="/login"
···
>
<span>login</span>
</button>
-
</form>
-
<p class="text-sm text-gray-500">Repository creation is currently invite-only. Join our IRC on <code>#tangled</code> on Libera Chat for an invite!</p>
-
<p class="text-sm text-gray-500 pt-2">Read an introduction to Tangled <a href="https://blog.tangled.sh/intro">here</a>.</p>
+
<p class="text-sm text-gray-500">
+
Join our IRC channel: <a href="https://web.libera.chat/#tangled"><code>#tangled</code> on Libera Chat</a>.
+
</p>
<p id="login-msg" class="error w-full"></p>
</main>
</body>