Skip to content

Commit c6eb8c9

Browse files
committed
feat: refine homepage styling and content
- Updated background gradient colors for improved visual appeal. - Enhanced section headings for better clarity and alignment with platform goals. - Adjusted padding and layout for various sections to create a more cohesive design. - Streamlined text content to enhance user engagement and readability.
1 parent d0a4875 commit c6eb8c9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lib/algora_web/live/home_live.ex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ defmodule AlgoraWeb.HomeLive do
5454
<Header.header />
5555
5656
<main>
57-
<div class="relative isolate overflow-hidden min-h-screen bg-gradient-to-br from-background to-black">
57+
<div class="relative isolate overflow-hidden min-h-screen bg-gradient-to-br from-black to-background">
5858
<!-- Background pattern -->
5959
<div
6060
class="absolute inset-x-0 -top-40 -z-10 transform overflow-hidden blur-3xl sm:-top-80"
@@ -173,7 +173,7 @@ defmodule AlgoraWeb.HomeLive do
173173
</div>
174174
</div>
175175
176-
<section id="fund-github-issues" class="bg-black border-t py-16 sm:py-24">
176+
<section class="bg-gradient-to-br from-black to-background border-t py-16 sm:py-32">
177177
<div class="mx-auto max-w-7xl px-6 lg:px-8">
178178
<h2 class="font-display text-3xl font-semibold tracking-tight text-foreground sm:text-6xl text-center mb-4">
179179
Fund GitHub Issues
@@ -293,10 +293,10 @@ defmodule AlgoraWeb.HomeLive do
293293
</div>
294294
</section>
295295
296-
<section class="bg-black border-t py-16 sm:py-24">
296+
<section class="bg-gradient-to-br from-black to-background border-t py-16 sm:py-32">
297297
<div class="mx-auto max-w-7xl px-6 lg:px-8">
298-
<h2 class="font-display text-3xl font-semibold tracking-tight text-foreground sm:text-4xl text-center mb-4">
299-
Streamline Contract Work
298+
<h2 class="font-display text-3xl font-semibold tracking-tight text-foreground sm:text-6xl text-center mb-4">
299+
Build product faster
300300
</h2>
301301
<p class="text-center font-medium text-base text-muted-foreground mb-12 max-w-2xl mx-auto">
302302
Use bounties in your own repositories to manage contract work efficiently. Pay only for completed tasks, with full GitHub integration.
@@ -497,7 +497,7 @@ defmodule AlgoraWeb.HomeLive do
497497
</div>
498498
</section>
499499
500-
<section class="bg-black border-t py-16 sm:py-24">
500+
<section class="bg-gradient-to-br from-black to-background border-t py-16 sm:py-32">
501501
<div class="mx-auto max-w-7xl px-6 lg:px-8">
502502
<h2 class="font-display text-3xl font-semibold tracking-tight text-foreground sm:text-4xl text-center mb-4">
503503
Hire with Confidence
@@ -731,7 +731,7 @@ defmodule AlgoraWeb.HomeLive do
731731
</div>
732732
</section>
733733
734-
<section class="bg-black border-t py-16 sm:py-24">
734+
<section class="bg-background border-t py-16 sm:py-32">
735735
<div class="mx-auto max-w-7xl px-6 lg:px-8">
736736
<h2 class="mb-8 text-3xl font-bold text-card-foreground text-center">
737737
<span class="text-muted-foreground">The open source</span>
@@ -748,7 +748,7 @@ defmodule AlgoraWeb.HomeLive do
748748
</div>
749749
</section>
750750
751-
<div class="bg-black">
751+
<div class="bg-gradient-to-br from-black to-background">
752752
<Footer.footer />
753753
<div class="mx-auto max-w-7xl px-6 pb-4 text-center text-xs text-muted-foreground">
754754
Upwork® is a registered trademark of Upwork Global Inc. Algora is not affiliated with, sponsored by, or endorsed by Upwork Global Inc, mmmkay?

0 commit comments

Comments
 (0)