Skip to content

Commit

Permalink
📝 content(uses): add more furniture items
Browse files Browse the repository at this point in the history
  • Loading branch information
ythecombinator committed Dec 9, 2023
1 parent 58ca86a commit b6e2784
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 4 deletions.
Binary file added public/content/uses/furniture/chair.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/content/uses/furniture/hanger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/content/uses/furniture/lamp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/content/uses/furniture/pad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/content/uses/hardware/airpods-3.png
Binary file not shown.
Binary file added public/content/uses/hardware/airpods.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 28 additions & 4 deletions src/content/misc/uses.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,36 @@ Here's everything I'm currently using, categorised by some arbitrary criteria.

<Inventory
items={[
{
image: '/content/uses/furniture/chair.png',
name: 'Vitra ID Soft',
description: 'Office Chair',
url: 'https://findmy.vitra.com/en-en/products/chairs/id-soft',
},
{
image: '/content/uses/furniture/desk.png',
name: 'IKEA RODULF',
name: 'IKEA Rodulf',
description: 'Standing Desk',
url: 'https://www.ikea.com/cz/en/p/rodulf-desk-sit-stand-grey-white-s99326170/',
},
{
image: '/content/uses/furniture/lamp.png',
name: 'IKEA Tertial',
description: 'Office Lamp',
url: 'https://www.ikea.com/gb/en/p/tertial-work-lamp-dark-grey-40450802/',
},
{
image: '/content/uses/furniture/pad.png',
name: 'Yenkee YPM 90',
description: 'Mouse and Keyboard Pad',
url: 'https://www.yenkee.eu/gaming-mouse-and-keyboard-pad/ypm-90',
},
{
image: '/content/uses/furniture/hanger.png',
name: 'Yenkee YHS 01BK',
description: 'Headphone Hanger',
url: 'https://www.yenkee.eu/headphone-stand/yhs-01bk',
},
]}
/>

Expand All @@ -116,10 +140,10 @@ Here's everything I'm currently using, categorised by some arbitrary criteria.
url: 'https://support.apple.com/kb/SP843?locale=en_US',
},
{
image: '/content/uses/hardware/airpods-3.png',
name: 'AirPods 3',
image: '/content/uses/hardware/airpods.png',
name: 'AirPods Pro (2nd generation)',
description: 'Headphone',
url: 'https://www.apple.com/airpods-3rd-generation/',
url: 'hhttps://support.apple.com/kb/SP880/',
},
]}
/>
Expand Down

0 comments on commit b6e2784

Please sign in to comment.