Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .vitepress/theme/components/Home/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Sponsors from './Sponsors.vue';
import Testimonials from './Testimonials.vue';
import Community from './Community.vue';
import Footer from './Footer.vue';
import NewsLetterSubstack from './../Community/NewsLetterSubstack.vue';
</script>

<template>
Expand All @@ -17,6 +18,7 @@ import Footer from './Footer.vue';
<Sponsors />
<Testimonials />
<Community />
<NewsLetterSubstack />
<Footer />
</template>

Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/components/Home/Sponsors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import SponsorGroup from '../shared/SponsorGroup.vue';
<div class="text-center mb-16">
<h1 class="md:!text-5xl mb-2 md:mb-8">Leaf is all of us</h1>
<p class="md:px-[22%]">
Leaf is fully community backed. Your donations go a long way to help us keep Leaf running and keep up with the
Leaf is fully community backed. Your support goes a long way to help us keep Leaf running and keep up with the
demand associated with the growth of our tools. Here are our current sponsors ❤️
</p>
</div>
Expand Down
12 changes: 12 additions & 0 deletions .vitepress/theme/components/shared/Paperplane.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<template>
<a href="https://paperplane.leafphp.dev" class="p-4 rounded-2xl bg-[var(--vp-c-bg-alt)] mt-5" id="widget">
<img src="https://github.com/user-attachments/assets/8563834f-037f-4d3f-97ea-317f377cf28b" class="rounded-xl"
alt="Paperplane" width="457" height="336">

<p class="mt-4 mb-2 text-xs">
Build your next big idea Supafast without the hassle of setting up repetitive tasks.
</p>

<small class="text-xs font-medium hover:underline">Learn more →</small>
</a>
</template>
5 changes: 3 additions & 2 deletions .vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ export default {
return h(DefaultTheme.Layout, null, {
'layout-top': () =>
h(defineAsyncComponent(() => import('./components/shared/Banner.vue'))),
// 'aside-ads-before' : () =>
// h(defineAsyncComponent(() => import('./components/shared/GPTLink.vue'))),
'aside-ads-before' : () =>
h(defineAsyncComponent(() => import('./components/shared/Paperplane.vue'))),
// h(defineAsyncComponent(() => import('./components/shared/GPTLink.vue'))),
});
},
};
40 changes: 35 additions & 5 deletions src/public/sponsors.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,25 @@
"url": "https://www.algolia.com/",
"img": "https://avatars.githubusercontent.com/u/2034458?s=200&v=4"
},
{
"name": "GitHub",
"url": "https://www.github.com/",
"img": "https://avatars.githubusercontent.com/u/9919?s=200&v=4"
},
{
"name": "Terry",
"url": "https://github.com/terrybr",
"img": "https://avatars.githubusercontent.com/u/378788?v=4"
},
{
"name": "Kunule Imbayi",
"url": "https://opencollective.com/kunule-imbayi",
"img": "https://images.opencollective.com/kunule-imbayi/avatar.png"
},
{
"name": "Axiojet",
"url": "#",
"img": "https://images.opencollective.com/guest-5b09479c/avatar.png"
}
],
"pastSponsors": [
Expand Down Expand Up @@ -115,6 +130,11 @@
"url": "https://github.com/matthewjamesr",
"img": "https://avatars.githubusercontent.com/u/303321?v=4"
},
{
"name": "Joan Miquel",
"url": "https://github.com/joanhey",
"img": "https://avatars.githubusercontent.com/u/249085?v=4"
},
{
"name": "Daniel Lemes",
"url": "https://github.com/lemesdaniel",
Expand All @@ -125,11 +145,6 @@
"url": "https://github.com/ivanvoitovych/",
"img": "https://avatars.githubusercontent.com/u/9718423?v=4"
},
{
"name": "Joan Miquel",
"url": "https://github.com/joanhey",
"img": "https://avatars.githubusercontent.com/u/249085?v=4"
},
{
"name": "Ademílson F. Tonato",
"url": "https://github.com/ftonato",
Expand All @@ -155,6 +170,11 @@
"url": "https://github.com/sptaule",
"img": "https://avatars.githubusercontent.com/u/5262097?v=4"
},
{
"name": "patrickvuarnoz",
"url": "https://github.com/patrickvuarnoz",
"img": "https://avatars.githubusercontent.com/u/13888122?v=4"
},
{
"name": "Tobias Herber",
"url": "https://github.com/herber",
Expand Down Expand Up @@ -285,6 +305,11 @@
"url": "https://github.com/tedtop",
"img": "https://avatars.githubusercontent.com/u/5151307?v=4"
},
{
"name": "Szymon Rączka",
"url": "https://github.com/screenfluent",
"img": "https://avatars.githubusercontent.com/u/116732045?v=4"
},
{
"name": "Dreamer0x01",
"url": "https://github.com/Dreamer0x01",
Expand Down Expand Up @@ -325,6 +350,11 @@
"url": "https://github.com/jeis4n",
"img": "https://avatars.githubusercontent.com/u/112980298?v=4"
},
{
"name": "Etom Usang",
"url": "https://github.com/Laivee",
"img": "https://avatars.githubusercontent.com/u/22199565?v=4"
},
{
"name": "induwara16",
"url": "https://github.com/induwara16",
Expand Down