Skip to content

Commit

Permalink
Updated projects.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav0-0Aggarwal authored Feb 29, 2024
1 parent e209b6e commit 0e5496c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/helper/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ import DefaultLogo from '@/images/default.png'
import AgoraLogo from '@/images/Agora.png'
import SSSLogo from '@/images/SSS.png'
import ResonateLogo from '@/images/Resonate.png'
import PictoPy from '@/images/Pictopy.png'

// data

// data
const projects = [
{
name: 'Agora Blockchain',
Expand All @@ -26,6 +27,13 @@ const projects = [
},
logo: AgoraLogo,
},
{
name: 'Pictopy',
description:
'PictoPy is a modern desktop app designed to transform the handling of digital photos. It facilitates efficient gallery management with a robust focus on privacy, offering smart tagging capabilities for photos based on objects, faces, or scenes.',
link: { href: 'https://github.com/AOSSIE-Org/PictoPy', label: 'PictoPy' },
logo: PictoPy,
},
{
name: 'EduAid',
description:
Expand Down Expand Up @@ -59,4 +67,5 @@ const projects = [
},
]


export default projects

0 comments on commit 0e5496c

Please sign in to comment.