Skip to content

Commit

Permalink
feat: project image assets
Browse files Browse the repository at this point in the history
  • Loading branch information
pondorasti committed Jan 10, 2024
1 parent 8464378 commit 692471f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/LinkPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function LinkPreview({
src={imageSrc}
alt={alt}
onLoad={() => setIsLoading(false)}
className={clsx("h-[142px] w-[238px] rounded-md object-cover", isLoading && "hidden")}
className={clsx("h-[142px] w-[238px] rounded object-cover", isLoading && "hidden")}
/>
</Tooltip.Content>
</Tooltip.Portal>
Expand Down
18 changes: 11 additions & 7 deletions data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ const secrets: IProject[] = [
month: "September",
year: 2023,
href: "https://emojis.sh/",
preview: "/images/projects/emojis.png",
},
{
name: "instant.qa",
description: "QA as a service for startups, enterprises and agencies of tomorrow",
month: "July",
href: "https://instant.qa/",
preview: "/images/projects/instant-qa.png",
},
{
name: "chirp",
Expand Down Expand Up @@ -62,12 +64,14 @@ const secrets: IProject[] = [
description: "Conservatory of Make School before it shutdown",
month: "July",
href: "https://makeschool.fail/",
preview: "/images/projects/make-school.png",
},
{
name: "scriptcommands",
description: "Unofficial Marketplace for Raycast Script Commands",
month: "April",
href: "https://scriptcommands.alexandru.so/",
preview: "/images/projects/script-commands.png",
},
// {
// name: "boringstocks.live",
Expand Down Expand Up @@ -104,13 +108,13 @@ const secrets: IProject[] = [
// month: "October",
// href: "https://alexandru.so/secrets/amie",
// },
{
name: "the-rise-of-micro-computers",
description: "Fun design challenge!",
month: "September",
href: "https://alexandru.so/secrets/the-rise-of-micro-computers",
preview: "/images/projects/the-rise-of-micro-computers.png",
},
// {
// name: "the-rise-of-micro-computers",
// description: "Fun design challenge!",
// month: "September",
// href: "https://alexandru.so/secrets/the-rise-of-micro-computers",
// preview: "/images/projects/the-rise-of-micro-computers.png",
// },
{
name: "90s-portfolio",
description: "Portfolio inspired by Raspberry Pi's CLI",
Expand Down
Binary file added public/images/projects/emojis.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/images/projects/instant-qa.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/images/projects/make-school.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 modified public/images/projects/og-personal-website.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/images/projects/script-commands.png
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 692471f

@vercel
Copy link

@vercel vercel bot commented on 692471f Jan 10, 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.