File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77Useful 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
1511Please check the [ issues] ( https://github.com/CorentinTh/it-tools/issues ) to see if some feature listed to be implemented.
Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import { IconDragDrop , IconFileDescription , IconHeart } from ' @tabler/icons-vue' ;
2+ import { IconDragDrop , IconHeart } from ' @tabler/icons-vue' ;
33import { useHead } from ' @vueuse/head' ;
44import { computed } from ' vue' ;
55import 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" >
You can’t perform that action at this time.
0 commit comments