Skip to content

Commit b2940a4

Browse files
committed
added some items #1
1 parent 5ecc3d7 commit b2940a4

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

src/components/Content.astro

+20-8
Original file line numberDiff line numberDiff line change
@@ -170,42 +170,54 @@ import Card from "./ui/Card.astro";
170170
<!--Commerce-->
171171
<div class="item show commerce">
172172
<p class="labelText">COMMERCE</p>
173-
<Card label="commerce" title="Commercial" func="Function"/>
173+
<Card label="commerce" title="Gumroad" func="E-Commerce Platform"/>
174174
</div>
175175
<!--News-->
176176
<div class="item show news">
177177
<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"/>
179179
</div>
180180
<!--Tools-->
181181
<div class="item show tools">
182182
<p class="labelText">TOOLS</p>
183-
<Card label="tool" title="Tool" func="Function"/>
183+
<Card label="tool" title="Figma" func="Vector-based design tool"/>
184184
</div>
185185
<!--Icons-->
186186
<div class="item show icons">
187187
<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"/>
189197
</div>
190198
<!--Webdev / Web Design-->
191199
<div class="item show webdev">
192200
<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"/>
194206
</div>
195207
<!--Design System-->
196208
<div class="item show designSys">
197209
<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"/>
199211
</div>
200212
<!--Free-->
201213
<div class="item show free">
202214
<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"/>
204216
</div>
205217
<!--Other-->
206218
<div class="item show other">
207219
<p class="labelText">OTHER</p>
208-
<Card label="other" title="Other" func="Function"/>
220+
<Card label="other" title="UI8 Resources" func="Curated design resources"/>
209221
</div>
210222
</div>
211223

0 commit comments

Comments
 (0)