@@ -21,6 +21,7 @@ import Card from "./ui/Card.astro";
21
21
import WebflowInspire from ' ../assets/webflowInspire.png' ;
22
22
import Wireframe from ' ../assets/wireframe.png' ;
23
23
import Creatoom from ' ../assets/creatoom.png' ;
24
+ import Notion from ' ../assets/Notion.png' ;
24
25
25
26
import CardContent from " ./ui/cardContent.astro" ;
26
27
import CardSubmit from " ./ui/cardSubmit.astro" ;
@@ -160,6 +161,12 @@ import CardSubmit from "./ui/cardSubmit.astro";
160
161
</svg >
161
162
<span
162
163
id =" iconAmount" ></span ></button >
164
+ <button class =' filterButton' id =" productivity" aria-label =' Icon Resources' ><a >Productivity</a >
165
+ <svg data-slot =" icon" aria-hidden =" true" fill =" currentColor" viewBox =" 0 0 24 24" xmlns =" http://www.w3.org/2000/svg" >
166
+ <path clip-rule =" evenodd" d =" M15.22 6.268a.75.75 0 0 1 .968-.431l5.942 2.28a.75.75 0 0 1 .431.97l-2.28 5.94a.75.75 0 1 1-1.4-.537l1.63-4.251-1.086.484a11.2 11.2 0 0 0-5.45 5.173.75.75 0 0 1-1.199.19L9 12.312l-6.22 6.22a.75.75 0 0 1-1.06-1.061l6.75-6.75a.75.75 0 0 1 1.06 0l3.606 3.606a12.695 12.695 0 0 1 5.68-4.974l1.086-.483-4.251-1.632a.75.75 0 0 1-.432-.97Z" fill-rule =" evenodd" ></path >
167
+ </svg >
168
+ <span
169
+ id =" productivityAmount" >1</span ></button >
163
170
164
171
<button class =' filterButton' id =" webdev" aria-label =' Free resources' ><a >Web</a >
165
172
<svg xmlns =" http://www.w3.org/2000/svg" width =" 16" height =" 16" viewBox =" 0 0 24 24" fill =" none"
@@ -296,6 +303,13 @@ import CardSubmit from "./ui/cardSubmit.astro";
296
303
src ={ RadixIcon }
297
304
href =" https://www.radix-ui.com/icons/?ref=repo.cheddzy.com" />
298
305
</div >
306
+
307
+ <div class =" item show icons" >
308
+ <p class =" labelText" >PRODUCTIVITY</p >
309
+ <CardContent label =" ICONS" title =" Notion" func =" Powerful productivity & note-taking tool"
310
+ src ={ Notion }
311
+ href =" https://www.notion.so/?ref=repo.cheddzy.com" />
312
+ </div >
299
313
<!-- Webdev / Web Design-->
300
314
<div class =" item show webdev" >
301
315
<p class =" labelText" >WEB</p >
0 commit comments