alpha
Login
or
Join now
4uffin.bsky.social
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
My own copy of Tangled :)
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
unify logos
author
Akshay
date
1 year ago
(Mar 2, 2025, 6:29 PM UTC)
commit
e03d231d
e03d231d3c8125001db0642f1a2c7a55175b6c74
parent
a6aefa41
a6aefa4127daf99cfbca54c2ac12fa10cb6ef6a9
+5
-6
4 changed files
Expand all
Collapse all
Unified
Split
appview
pages
templates
layouts
footer.html
topbar.html
timeline.html
user
login.html
+1
-1
appview/pages/templates/layouts/footer.html
Reviewed
···
1
1
{{ define "layouts/footer" }}
2
2
<div class="w-full p-4 bg-white rounded-t">
3
3
<div class="container mx-auto text-center text-gray-600 text-sm">
4
4
-
tangled.sh — made by <a href="/@oppili.bsky.social">@oppili.bsky.social</a> and <a href="/@@icyphox.sh">@icyphox.sh</a>
4
4
+
<span class="font-semibold italic">tangled</span> — made by <a href="/@oppili.bsky.social">@oppili.bsky.social</a> and <a href="/@@icyphox.sh">@icyphox.sh</a>
5
5
</div>
6
6
</div>
7
7
{{ end }}
+2
-3
appview/pages/templates/layouts/topbar.html
Reviewed
···
2
2
<nav class="space-x-4 mb-4 px-6 py-2 rounded bg-white drop-shadow-sm">
3
3
<div class="container flex justify-between p-0">
4
4
<div id="left-items">
5
5
-
<a href="/" hx-boost="true" class="flex gap-2">
6
6
-
<i class="w-6 h-6" data-lucide="tangent"></i>
7
7
-
tangled.sh
5
5
+
<a href="/" hx-boost="true" class="flex gap-2 font-semibold italic">
6
6
+
tangled
8
7
</a>
9
8
</div>
10
9
<div id="right-items" class="flex gap-2">
+1
-1
appview/pages/templates/timeline.html
Reviewed
···
18
18
19
19
{{ define "hero" }}
20
20
<div class="flex flex-col items-center justify-center text-center rounded drop-shadow bg-white text-black py-4 px-10">
21
21
-
<div class="font-bold text-4xl mb-4">
21
21
+
<div class="font-bold italic text-4xl mb-4">
22
22
tangled
23
23
</div>
24
24
<div class="italic text-lg">
+1
-1
appview/pages/templates/user/login.html
Reviewed
···
13
13
</head>
14
14
<body class="flex items-center justify-center min-h-screen">
15
15
<main class="max-w-64">
16
16
-
<h1 class="text-center text-2xl font-semibold">tangled.sh</h1>
16
16
+
<h1 class="text-center text-2xl font-semibold italic">tangled</h1>
17
17
<form
18
18
class="w-full"
19
19
hx-post="/login"