Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update uses page #60

Merged
merged 4 commits into from
Jul 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/pages/uses.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import DefaultLayout from "../layouts/default/index.astro";
</Fragment>
</Heading>
<CoverImg
{...getImageProps("covers/uses-v3")}
{...getImageProps("covers/uses-v4")}
width={1344}
height={1008}
alt="My office 2021"
Expand All @@ -26,14 +26,14 @@ import DefaultLayout from "../layouts/default/index.astro";
/>
<h3 class="h3 mb-8">Desktop</h3>
<ul class="ml-3 space-y-2">
<Li>Macbook Pro 16inch 2019</Li>
<Li>Macbook Pro M2 14inch</Li>
<Li>Monitor Dell Ultrasharp 27inch 4K</Li>
<Li>Magic Keyboard v2</Li>
<Li>Keychron K7 Ultra-slim</Li>
<Li>Mouse Logitech Mx Master 3</Li>
</ul>
<h3 class="h3 mb-8 mt-9">Chat</h3>
<ul class="ml-3 space-y-2">
<Li>Sony Headphones WH-1000XM4 Black</Li>
<Li>Sony Headphones WH-1000XM5 Black</Li>
<Li>Logitech StreamCam Black</Li>
<Li>Blue Yeti X Black</Li>
</ul>
Expand All @@ -43,7 +43,7 @@ import DefaultLayout from "../layouts/default/index.astro";
<Li>iTerm</Li>
<Li>JetBrains DataGrip</Li>
<Li>Docker Desktop</Li>
<Li>Brave Navigator</Li>
<Li>Arc</Li>
<Li>Github Desktop</Li>
</ul>
<h3 class="h3 mb-8 mt-9">Other</h3>
Expand Down
Loading