Skip to content

Commit

Permalink
Update web portfolio (#2497)
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex authored Jul 24, 2023
1 parent 186fd39 commit 177f783
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 147 deletions.
Binary file added public/images/web-apps/Dan-Ariely-MIT.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion src/data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -520,10 +520,18 @@ export const projects: WebProject[] = [
{
url: 'https://misbeliefbook.com/',
image: '/images/web-apps/Misbelief.jpg',
index: 60,
index: 61,
title: 'Misbelief',
description: 'Typescript, SCSS, SVG, React, Next.js, NodeJS, Swiper',
skip: false
},
{
url: 'https://web.mit.edu/ariely/www/MIT/index.html',
image: '/images/web-apps/Dan-Ariely-MIT.jpg',
index: 62,
title: 'Dan Ariely MIT',
description: "Dan Ariely's MIT page - HTML, SVG, SCSS",
skip: false
}
];

Expand Down
Loading

1 comment on commit 177f783

@vercel
Copy link

@vercel vercel bot commented on 177f783 Jul 24, 2023

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.