Skip to content

Commit

Permalink
feat: split hardware uses into two sections
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Sep 21, 2024
1 parent ad92b52 commit c21f019
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/_data/uses.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ const data = {
icon: 'cloudflarepages',
description: 'for hosting static sites',
},

{
name: 'Cloudflare',
url: 'https://cloudflare.com/',
Expand Down Expand Up @@ -235,6 +234,14 @@ const data = {
},
Hardware: {
General: [
{
name: 'MacBook Pro 13" (2020 M1)',
url: 'https://www.apple.com/macbook-pro-13/',
icon: 'apple',
description: 'as my daily driver',
},
],
Peripherals: [
{
name: 'DT 770 Pro',
url: 'https://north-america.beyerdynamic.com/dt-770-pro.html',
Expand All @@ -245,12 +252,6 @@ const data = {
url: 'https://www.gloriousgaming.com/products/glorious-model-o-white',
description: 'mouse',
},
{
name: 'MacBook Pro 13" (2020 M1)',
url: 'https://www.apple.com/macbook-pro-13/',
icon: 'apple',
description: 'as my daily driver',
},
{
name: 'Custom-built Bakeneko 65%',
url: 'https://cannonkeys.com/products/bakeneko65/',
Expand Down

0 comments on commit c21f019

Please sign in to comment.