Skip to content

Commit

Permalink
Merge pull request #483 from code-hike/next
Browse files Browse the repository at this point in the history
✨ Update website ✨
  • Loading branch information
pomber authored Nov 23, 2024
2 parents 6006297 + b5a531b commit 046a1be
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 56 deletions.
80 changes: 42 additions & 38 deletions apps/web/app/landing/sponsors.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"name": "speakeasy-api",
"amount": 3078
"amount": 4331
},
{
"name": "uidotdev",
Expand All @@ -25,15 +25,15 @@
},
{
"name": "drivly",
"amount": 1688
"amount": 2084
},
{
"name": "kickstartDS",
"amount": 870
"amount": 957
},
{
"name": "brianespinosa",
"amount": 825
"amount": 912
},
{
"name": "jsheroes",
Expand All @@ -47,16 +47,24 @@
"name": "scvnc",
"amount": 421
},
{
"name": "nathanclevenger",
"amount": 372
},
{
"name": "arosenkranz",
"amount": 370
},
{
"name": "nathanclevenger",
"name": "molebox",
"amount": 333
},
{
"name": "traviscooper",
"amount": 315
},
{
"name": "molebox",
"name": "obgibson",
"amount": 297
},
{
Expand All @@ -71,22 +79,22 @@
"name": "codecrafters-io",
"amount": 288
},
{
"name": "traviscooper",
"amount": 288
},
{
"name": "nberger",
"amount": 279
},
{
"name": "obgibson",
"amount": 279
"name": "codeSTACKr",
"amount": 252
},
{
"name": "matthiaszepper",
"amount": 250
},
{
"name": "kiliman",
"amount": 246
},
{
"name": "lostintangent",
"amount": 243
Expand All @@ -95,18 +103,10 @@
"name": "glenngillen",
"amount": 234
},
{
"name": "codeSTACKr",
"amount": 225
},
{
"name": "davo",
"amount": 225
},
{
"name": "kiliman",
"amount": 219
},
{
"name": "invertase",
"amount": 217
Expand Down Expand Up @@ -243,6 +243,10 @@
"name": "devopsbarista",
"amount": 67
},
{
"name": "zmzlois",
"amount": 65
},
{
"name": "cdalsoniii",
"amount": 63
Expand Down Expand Up @@ -271,6 +275,10 @@
"name": "nb",
"amount": 50
},
{
"name": "nlawz",
"amount": 47
},
{
"name": "DanielFGray",
"amount": 45
Expand All @@ -287,10 +295,18 @@
"name": "bdresser",
"amount": 40
},
{
"name": "IliasHad",
"amount": 38
},
{
"name": "matthewbub",
"amount": 38
},
{
"name": "ianaya89",
"amount": 37
},
{
"name": "MildTomato",
"amount": 36
Expand All @@ -307,10 +323,6 @@
"name": "JulesBlm",
"amount": 35
},
{
"name": "ianaya89",
"amount": 34
},
{
"name": "AlexzanderFlores",
"amount": 32
Expand Down Expand Up @@ -348,11 +360,11 @@
"amount": 27
},
{
"name": "loopholelabs",
"name": "0thernet",
"amount": 26
},
{
"name": "vprtwn",
"name": "loopholelabs",
"amount": 26
},
{
Expand All @@ -379,10 +391,6 @@
"name": "IGassmann",
"amount": 19
},
{
"name": "IliasHad",
"amount": 19
},
{
"name": "Kliton",
"amount": 19
Expand Down Expand Up @@ -439,10 +447,6 @@
"name": "mkubilayk",
"amount": 9
},
{
"name": "n0lawz",
"amount": 9
},
{
"name": "NLKNguyen",
"amount": 9
Expand All @@ -459,14 +463,14 @@
"name": "yld-labs",
"amount": 9
},
{
"name": "zmzlois",
"amount": 8
},
{
"name": "achan-godaddy",
"amount": 7
},
{
"name": "peterfox",
"amount": 6
},
{
"name": "RayJason",
"amount": 6
Expand Down
59 changes: 41 additions & 18 deletions apps/web/app/landing/sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import UidevLogo from "./logo.uidev.svg"
import Image from "next/image"
import Link from "next/link"
import sponsorData from "./sponsors.json"
import { Check, CheckCheck, Heart } from "lucide-react"
import { Check, CheckCheck, GithubIcon, Heart, Star } from "lucide-react"

export function Pricing() {
const current = 625
Expand Down Expand Up @@ -99,34 +99,27 @@ export function TopSponsors({
<div className="flex gap-4 justify-center invert dark:invert-0 flex-wrap">
<a
className="overflow-hidden flex p-2 items-center gap-1 cursor-pointer opacity-80 hover:opacity-100"
href="https://github.blog/2023-04-12-github-accelerator-our-first-cohort-and-whats-next/"
href="https://opensource.fb.com/"
target="_blank"
rel="noopener noreferrer"
>
<Image
src={GHLogo}
alt="GitHub logo"
height={36 * scale}
placeholder="empty"
priority={true}
/>
<Image
src={GHText}
alt="GitHub"
src={MetaLogo}
alt="Meta logo"
height={36 * scale}
placeholder="empty"
priority={true}
/>
</a>
<a
className="overflow-hidden flex p-2 items-center gap-1 cursor-pointer opacity-80 hover:opacity-100"
href="https://opensource.fb.com/"
href="https://www.speakeasy.com/"
target="_blank"
rel="noopener noreferrer"
>
<Image
src={MetaLogo}
alt="Meta logo"
src={SpeakeasyLogo}
alt="Speakeasy logo"
height={36 * scale}
placeholder="empty"
priority={true}
Expand All @@ -149,19 +142,49 @@ export function TopSponsors({
</a>
<a
className="overflow-hidden flex p-2 items-center gap-1 cursor-pointer opacity-80 hover:opacity-100"
href="https://www.speakeasy.com/"
href="https://driv.ly/"
target="_blank"
rel="noopener noreferrer"
>
<Image
src={SpeakeasyLogo}
alt="Speakeasy logo"
height={36 * scale}
src={DrivlyLogo}
alt="Drivly logo"
height={44 * scale}
placeholder="empty"
priority={true}
/>
</a>
</div>
<a
className="overflow-hidden flex gap-4 justify-center items-center mt-16 cursor-pointer opacity-80 hover:opacity-100 transition-opacity"
href="https://github.blog/2023-04-12-github-accelerator-our-first-cohort-and-whats-next/"
target="_blank"
rel="noopener noreferrer"
>
<div className="dark:text-yellow-500/80 text-yellow-500/60">
<Star className="fill-current ml-auto" size={17} />
<Star className="fill-current mr-1" size={22} />
<Star className="fill-current ml-auto" size={17} />
</div>
<Image
src={GHLogo}
alt="GitHub logo"
height={42}
width={42}
placeholder="empty"
priority={true}
className="invert dark:invert-0"
/>
<span className="flex flex-col">
<span className="text-primary/60 text-sm">Backed by</span>
<span className="text-lg font-bold">GitHub Accelerator</span>
</span>
<div className="dark:text-yellow-500/80 text-yellow-500/60">
<Star className="fill-current" size={17} />
<Star className="fill-current ml-1" size={22} />
<Star className="fill-current" size={17} />
</div>
</a>
</section>
)
}
Expand Down

0 comments on commit 046a1be

Please sign in to comment.