Skip to content

Commit

Permalink
Add new desk photo
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Ratushnyi committed Aug 9, 2024
1 parent fc4f7e2 commit 75869c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ import beetroot from '../images/beetroot.png';
import mavinx from '../images/mavinx.png';
import namecheapIcon from '../images/namecheap.ico';
import zone3000Icon from '../images/Zone3000_ico.png';
import myDeskPhoto from '../images/IMG_0029_VSCO.jpg';

export const metadata: Metadata = {
title: 'Oleksandr Ratushnyi',
Expand Down Expand Up @@ -284,13 +285,16 @@ export default function Home() {
]}
>
<Paragraph>In progress...</Paragraph>
<Photo
paddingHack={130}
className={styles.singleVerticalImage}
src={namecheap1}
vertical
caption="Welcome pack"
/>
<Collage>
<Photo
paddingHack={130}
src={namecheap1}
vertical
grid
caption="Welcome pack"
/>
<Photo grid caption='My 2024 desk' src={myDeskPhoto} />
</Collage>
</Work>
<Divider />
<Work
Expand Down
Binary file added src/images/IMG_0029_VSCO.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 75869c8

@vercel
Copy link

@vercel vercel bot commented on 75869c8 Aug 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.