Skip to content

Commit 07eea0f

Browse files
authored
refactor(sponsors): removed sponsor banners (#1553)
1 parent a4ab7db commit 07eea0f

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
Useful tools for developer and people working in IT. [Have a look !](https://it-tools.tech).
88

9-
## Sponsors
10-
11-
[![Renderize banner](./.github/sponsor-banner.svg)](https://renderize.tech?utm_source=it-tools&utm_medium=readme)
12-
139
## Functionalities and roadmap
1410

1511
Please check the [issues](https://github.com/CorentinTh/it-tools/issues) to see if some feature listed to be implemented.

src/pages/Home.page.vue

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { IconDragDrop, IconFileDescription, IconHeart } from '@tabler/icons-vue';
2+
import { IconDragDrop, IconHeart } from '@tabler/icons-vue';
33
import { useHead } from '@vueuse/head';
44
import { computed } from 'vue';
55
import Draggable from 'vuedraggable';
@@ -43,24 +43,6 @@ function onUpdateFavoriteTools() {
4343
{{ $t('home.follow.thankYou') }}
4444
<n-icon :component="IconHeart" />
4545
</ColoredCard>
46-
47-
<a href="https://renderize.tech?utm_source=it-tools&utm_medium=banner" target="_blank" rel="noopener" class="text-current decoration-none">
48-
<c-card v-if="config.showSponsorBanner" class="cursor-pointer !border-2px !hover:border-primary">
49-
<div class="flex items-center justify-between">
50-
<n-icon :component="IconFileDescription" class="text-neutral-400 dark:text-neutral-600" size="40" />
51-
<div class="rounded-full bg-#eeeeee px-10px py-2px text-xs text-black dark:bg-#333333 dark:text-white">
52-
Sponsor
53-
</div>
54-
</div>
55-
56-
<div class="my-5px flex items-baseline gap-4 text-balance text-lg text-black dark:text-white">
57-
Generate PDFs from HTML with Renderize API
58-
</div>
59-
<div class="text-neutral-500 dark:text-neutral-400">
60-
Automate your document generation with our fast, developer-friendly API. Start with a free forever plan.
61-
</div>
62-
</c-card>
63-
</a>
6446
</div>
6547

6648
<transition name="height">

0 commit comments

Comments
 (0)