Skip to content

Commit

Permalink
feat: add Contributions section
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Sep 10, 2024
1 parent 143f380 commit 34ca584
Show file tree
Hide file tree
Showing 5 changed files with 555 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import {
About,
BuildingBlocks,
Contributions,
Footer,
GetInvolved,
Hero,
Expand All @@ -16,6 +17,7 @@ import {
<Navbar />
<Hero />
<Sponsors />
<Contributions />
<GetInvolved />
<BuildingBlocks />
<ProofOfWork />
Expand Down
2 changes: 1 addition & 1 deletion src/components/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const statistics: Statistics[] = [
<section id="about" class="container py-24 sm:py-32">
<div class="bg-muted/50 border rounded-lg py-12">
<div class="px-6 flex flex-col-reverse md:flex-row gap-8 md:gap-12">
<Glist class="rounded-lg md:min-w-[384px] min-w-[200px]"/>
<Glist class="rounded-lg md:min-w-[384px] min-w-[200px]" />
<div class="bg-green-0 flex flex-col justify-between">
<div class="pb-6">
<h2 class="text-3xl md:text-4xl font-bold">
Expand Down
Loading

0 comments on commit 34ca584

Please sign in to comment.