Skip to content

Commit

Permalink
chore: adding sponsorship section on landing
Browse files Browse the repository at this point in the history
Signed-off-by: Type-32 <[email protected]>
  • Loading branch information
Type-32 committed Oct 2, 2024
1 parent d13b142 commit 97f63fa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
Binary file added app/assets/images/rela1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/rela2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/rela3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,15 @@ onMounted(() => {
</div>
<div>More to come.</div>
</LandingSection>
<UDivider/>
<LandingSection>
<div class="font-bold text-center text-3xl">Sponsorship</div>
<div class="items-center justify-center w-full grid grid-cols-3 gap-20">
<img class="object-contain w-full" src="~/assets/images/rela1.png" alt="1"/>
<img class="object-contain w-full" src="~/assets/images/rela2.png" alt="1"/>
<img class="object-contain w-full" src="~/assets/images/rela3.png" alt="1"/>
</div>
</LandingSection>
</div>
</MainLayout>
</template>
Expand Down

0 comments on commit 97f63fa

Please sign in to comment.