Signed-off-by: oppiliappan me@oppi.li
+23
-16
appview/pages/templates/timeline/home.html
+23
-16
appview/pages/templates/timeline/home.html
···
149
<h1 class="{{ $titleStyle }}">Pull requests, reimagined</h1>
150
<p class="text-gray-600 dark:text-gray-400">
151
Break down large features into small, reviewable chunks. Stack pull
152
-
requests on top of each other and ship faster with better code
153
reviews. Tangled natively supports stacking using Jujutsu.
154
</p>
155
<a href="https://blog.tangled.org/stacking" class="hover:no-underline inline-flex md:hidden items-center gap-2 text-sm text-black dark:text-white font-medium">
···
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
···
149
<h1 class="{{ $titleStyle }}">Pull requests, reimagined</h1>
150
<p class="text-gray-600 dark:text-gray-400">
151
Break down large features into small, reviewable chunks. Stack pull
152
+
requests on top of each other and ship faster with round-based code
153
reviews. Tangled natively supports stacking using Jujutsu.
154
</p>
155
<a href="https://blog.tangled.org/stacking" class="hover:no-underline inline-flex md:hidden items-center gap-2 text-sm text-black dark:text-white font-medium">
···
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 flex">
171
+
<picture class="w-full">
172
+
<source srcset="https://assets.tangled.network/home-page-prs-dark.svg" media="(prefers-color-scheme: dark)" />
173
+
<img src="https://assets.tangled.network/home-page-prs-light.svg" class="w-full block" />
174
+
</picture>
175
</div>
176
</div>
177
<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">
···
204
</div>
205
</div>
206
</div>
207
+
<div class="{{ $imgContentStyle }} relative overflow-hidden flex items-center justify-center">
208
+
<div class="w-[120%] md:w-full flex">
209
+
<picture class="w-full">
210
+
<source srcset="https://assets.tangled.network/home-page-self-host-dark.svg" media="(prefers-color-scheme: dark)" />
211
+
<img src="https://assets.tangled.network/home-page-self-host-light.svg" class="w-full block" />
212
+
</picture>
213
</div>
214
</div>
215
<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">
···
244
</div>
245
</div>
246
</div>
247
+
<div class="{{ $imgContentStyle }} flex items-end justify-center pb-0 overflow-hidden">
248
+
<div class="w-[120%] md:w-full flex">
249
+
<picture class="w-full">
250
+
<source srcset="https://assets.tangled.network/home-page-ci-dark.svg" media="(prefers-color-scheme: dark)" />
251
+
<img src="https://assets.tangled.network/home-page-ci-light.svg" class="w-full block" />
252
+
</picture>
253
</div>
254
</div>
255
<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">
···
298
if (activeProgress) {
299
activeProgress.classList.add('animate-progress');
300
}
301
+
}, 10000);
302
});
303
</script>
304
{{ end }}
···
321
<div class="{{ $contentStyle }}">
322
<h3 class="{{ $titleStyle }}">Built on AT Protocol</h3>
323
<p class="{{ $descriptionStyle }}">
324
+
<a class="underline" href="https://atproto.com/">AT Protocol</a> enables federated code-collaboration. Submit
325
pull-requests or bug-reports to any repository hosted on any
326
server.
327
<br>
···
356
<h3 class="{{ $titleStyle }}">Free and open source</h3>
357
<p class="{{ $descriptionStyle }}">
358
All of Tangled is open source and built with the community!
359
+
Check out the <a class="underline" href="https://tangled.org/core">monorepo</a> and join in on the fun.
360
<br>
361
<br>
362
We welcome contributions however big or small. You can start contributing by picking up a
363
+
<a class="underline" href="https://tangled.org/tangled.org/core/issues">good-first-issue</a>.
364
</p>
365
<a href="{{ $moreLink }}" class="{{ $linkMobileStyle }}">
366
View source
···
522
<p class="text-xl text-gray-600 dark:text-gray-300">
523
You can participate in the Tangled network with an AT account. If you
524
don't know what that is, you can sign up for one below.
525
</p>
526
<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">
527
<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