Signed-off-by: oppiliappan me@oppi.li
+13
-15
appview/pages/templates/timeline/home.html
+13
-15
appview/pages/templates/timeline/home.html
···
166
</div>
167
</div>
168
</div>
169
-
<div class="{{ $imgContentStyle }} relative overflow-hidden flex items-center">
170
-
<div class="w-full md:w-full flex justify-center">
171
-
<img src="https://assets.tangled.network/home-page-prs.svg" class="w-[120%] md:w-full" />
172
</div>
173
</div>
174
<a href="https://blog.tangled.org/stacking" class="hover:no-underline hidden md:inline-flex absolute -bottom-6 -right-12 items-center gap-2 p-3 text-base btn">
···
201
</div>
202
</div>
203
</div>
204
-
<div class="{{ $imgContentStyle }} relative overflow-hidden flex items-center">
205
-
<div class="w-full md:w-full flex justify-center">
206
-
<img src="https://assets.tangled.network/home-page-self-host.svg" class="w-[120%] md:w-full" />
207
</div>
208
</div>
209
<a href="https://docs.tangled.org/knot-self-hosting-guide.html#knot-self-hosting-guide" class="hover:no-underline hidden md:inline-flex absolute -bottom-6 -right-12 items-center gap-2 p-3 text-base btn">
···
238
</div>
239
</div>
240
</div>
241
-
<div class="{{ $imgContentStyle }} flex items-end pb-0 overflow-hidden">
242
-
<div class="w-full md:w-full flex justify-center">
243
-
<img src="https://assets.tangled.network/home-page-ci.svg" class="w-[120%] md:w-full" />
244
</div>
245
</div>
246
<a href="https://docs.tangled.org/spindles.html#pipelines" class="hover:no-underline hidden md:inline-flex absolute -bottom-6 -right-12 items-center gap-2 p-3 text-base btn">
···
289
if (activeProgress) {
290
activeProgress.classList.add('animate-progress');
291
}
292
-
}, 5000);
293
});
294
</script>
295
{{ end }}
···
312
<div class="{{ $contentStyle }}">
313
<h3 class="{{ $titleStyle }}">Built on AT Protocol</h3>
314
<p class="{{ $descriptionStyle }}">
315
-
AT Protocol enables federated code-collaboration. Submit
316
pull-requests or bug-reports to any repository hosted on any
317
server.
318
<br>
···
347
<h3 class="{{ $titleStyle }}">Free and open source</h3>
348
<p class="{{ $descriptionStyle }}">
349
All of Tangled is open source and built with the community!
350
-
Check out the <a href="https://tangled.org/core">monorepo</a> and join in on the fun.
351
<br>
352
<br>
353
We welcome contributions however big or small. You can start contributing by picking up a
354
-
<a href="https://tangled.org/tangled.org/core/issues">good-first-issue</a>.
355
</p>
356
<a href="{{ $moreLink }}" class="{{ $linkMobileStyle }}">
357
View source
···
513
<p class="text-xl text-gray-600 dark:text-gray-300">
514
You can participate in the Tangled network with an AT account. If you
515
don't know what that is, you can sign up for one below.
516
-
<br>
517
-
<a href="https://docs.tangled.org/quick-start-guide.html#login-or-sign-up">Read more on the docs.</a>
518
</p>
519
<form class="flex gap-2 items-stretch w-full md:max-w-md mx-auto p-2 border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800 rounded shadow-sm" method="get" action="/signup">
520
<input
···
166
</div>
167
</div>
168
</div>
169
+
<div class="{{ $imgContentStyle }} relative overflow-hidden flex items-center justify-center">
170
+
<div class="w-[120%] md:w-full">
171
+
<img src="https://assets.tangled.network/home-page-prs.svg" class="w-full" />
172
</div>
173
</div>
174
<a href="https://blog.tangled.org/stacking" class="hover:no-underline hidden md:inline-flex absolute -bottom-6 -right-12 items-center gap-2 p-3 text-base btn">
···
201
</div>
202
</div>
203
</div>
204
+
<div class="{{ $imgContentStyle }} relative overflow-hidden flex items-center justify-center">
205
+
<div class="w-[120%] md:w-full">
206
+
<img src="https://assets.tangled.network/home-page-self-host.svg" class="w-full" />
207
</div>
208
</div>
209
<a href="https://docs.tangled.org/knot-self-hosting-guide.html#knot-self-hosting-guide" class="hover:no-underline hidden md:inline-flex absolute -bottom-6 -right-12 items-center gap-2 p-3 text-base btn">
···
238
</div>
239
</div>
240
</div>
241
+
<div class="{{ $imgContentStyle }} flex items-end justify-center pb-0 overflow-hidden">
242
+
<div class="w-[120%] md:w-full">
243
+
<img src="https://assets.tangled.network/home-page-ci.svg" class="w-full" />
244
</div>
245
</div>
246
<a href="https://docs.tangled.org/spindles.html#pipelines" class="hover:no-underline hidden md:inline-flex absolute -bottom-6 -right-12 items-center gap-2 p-3 text-base btn">
···
289
if (activeProgress) {
290
activeProgress.classList.add('animate-progress');
291
}
292
+
}, 10000);
293
});
294
</script>
295
{{ end }}
···
312
<div class="{{ $contentStyle }}">
313
<h3 class="{{ $titleStyle }}">Built on AT Protocol</h3>
314
<p class="{{ $descriptionStyle }}">
315
+
<a class="underline" href="https://atproto.com/">AT Protocol</a> enables federated code-collaboration. Submit
316
pull-requests or bug-reports to any repository hosted on any
317
server.
318
<br>
···
347
<h3 class="{{ $titleStyle }}">Free and open source</h3>
348
<p class="{{ $descriptionStyle }}">
349
All of Tangled is open source and built with the community!
350
+
Check out the <a class="underline" href="https://tangled.org/core">monorepo</a> and join in on the fun.
351
<br>
352
<br>
353
We welcome contributions however big or small. You can start contributing by picking up a
354
+
<a class="underline" href="https://tangled.org/tangled.org/core/issues">good-first-issue</a>.
355
</p>
356
<a href="{{ $moreLink }}" class="{{ $linkMobileStyle }}">
357
View source
···
513
<p class="text-xl text-gray-600 dark:text-gray-300">
514
You can participate in the Tangled network with an AT account. If you
515
don't know what that is, you can sign up for one below.
516
</p>
517
<form class="flex gap-2 items-stretch w-full md:max-w-md mx-auto p-2 border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800 rounded shadow-sm" method="get" action="/signup">
518
<input
History
5 rounds
0 comments
1 commit
expand
collapse
appview/pages: clean up copy on homepage
Signed-off-by: oppiliappan <me@oppi.li>
3/3 success
expand
collapse
expand 0 comments
pull request successfully merged