@@ -170,42 +170,54 @@ import Card from "./ui/Card.astro";
170
170
<!-- Commerce-->
171
171
<div class =" item show commerce" >
172
172
<p class =" labelText" >COMMERCE</p >
173
- <Card label =" commerce" title =" Commercial " func =" Function " />
173
+ <Card label =" commerce" title =" Gumroad " func =" E-Commerce Platform " />
174
174
</div >
175
175
<!-- News-->
176
176
<div class =" item show news" >
177
177
<p class =" labelText" >NEWS</p >
178
- <Card label =" newsletter" title =" Newsletter " func =" Function " />
178
+ <Card label =" newsletter" title =" TLDR Design " func =" Short-format Design Newsletter " />
179
179
</div >
180
180
<!-- Tools-->
181
181
<div class =" item show tools" >
182
182
<p class =" labelText" >TOOLS</p >
183
- <Card label =" tool" title =" Tool " func =" Function " />
183
+ <Card label =" tool" title =" Figma " func =" Vector-based design tool " />
184
184
</div >
185
185
<!-- Icons-->
186
186
<div class =" item show icons" >
187
187
<p class =" labelText" >ICONS</p >
188
- <Card label =" free" title =" Free" func =" Function" />
188
+ <Card label =" free" title =" Lucide Icons" func =" 1400+ clean & consistent icons" />
189
+ </div >
190
+ <div class =" item show icons" >
191
+ <p class =" labelText" >ICONS</p >
192
+ <Card label =" free" title =" Heroicons" func =" 1150+ hand-crafted icons" />
193
+ </div >
194
+ <div class =" item show icons" >
195
+ <p class =" labelText" >ICONS</p >
196
+ <Card label =" free" title =" Radix Icons" func =" A crisp set of 15×15 icons" />
189
197
</div >
190
198
<!-- Webdev / Web Design-->
191
199
<div class =" item show webdev" >
192
200
<p class =" labelText" >WEB</p >
193
- <Card label =" free" title =" Web Design" func =" Function" />
201
+ <Card label =" free" title =" Astro.build" func =" Framework for content-driven sites" />
202
+ </div >
203
+ <div class =" item show webdev" >
204
+ <p class =" labelText" >WEB</p >
205
+ <Card label =" free" title =" Wireframe.cc" func =" Simple wireframing tool" />
194
206
</div >
195
207
<!-- Design System-->
196
208
<div class =" item show designSys" >
197
209
<p class =" labelText" >DESIGN SYStem</p >
198
- <Card label =" free" title =" Free " func =" Function " />
210
+ <Card label =" free" title =" Design Systems DB " func =" Database of excellent Design Systems " />
199
211
</div >
200
212
<!-- Free-->
201
213
<div class =" item show free" >
202
214
<p class =" labelText" >FREE</p >
203
- <Card label =" free" title =" Free " func =" Function " />
215
+ <Card label =" free" title =" Open Peeps " func =" Hand-drawn illustration library " />
204
216
</div >
205
217
<!-- Other-->
206
218
<div class =" item show other" >
207
219
<p class =" labelText" >OTHER</p >
208
- <Card label =" other" title =" Other " func =" Function " />
220
+ <Card label =" other" title =" UI8 Resources " func =" Curated design resources " />
209
221
</div >
210
222
</div >
211
223
0 commit comments