File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,8 @@ export default function Snippets({ snippets }) {
163163 websiteLink = "peek.link"
164164 description = "Custom thumbnails for social media"
165165 />
166+
167+ { /* https://resumeworded.com/ */ }
166168 </ div >
167169 < h2 className = "font-bold text-xl md:text-2xl tracking-tight mt-8 text-black dark:text-white" >
168170 Free Themes
@@ -187,6 +189,18 @@ export default function Snippets({ snippets }) {
187189 description = "Get free themes, templates & UI Kits"
188190 />
189191 </ div >
192+
193+ < h2 className = "font-bold text-xl md:text-2xl tracking-tight mt-8 text-black dark:text-white" >
194+ Productivity
195+ </ h2 >
196+ < div className = "grid gap-4 grid-cols-1 sm:grid-cols-2 my-2 w-full mt-4" >
197+ < ResourcesCard
198+ title = "LinkedIn analysis"
199+ link = "https://resumeworded.com"
200+ websiteLink = "resumeworded.com/"
201+ description = "Analyse your LinkedIn profile"
202+ />
203+ </ div >
190204 </ div >
191205 </ Container >
192206 ) ;
You can’t perform that action at this time.
0 commit comments