style: add gnome ui

This commit is contained in:
eshanized
2025-01-16 06:23:29 +05:30
parent ed1000433e
commit df8a833380
8 changed files with 32 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@@ -1,6 +1,6 @@
export const galleryImages = [
{
src: '/images/snigdhaos-plama-01.png',
src: '/images/snigdhaos-plasma-01.png',
alt: 'Snigdha OS Plasma 6 - Application Dashbord',
category: 'Plasma',
},
@@ -29,6 +29,36 @@ export const galleryImages = [
alt: 'Snigdha OS Plasma 6 - Control Hub',
category: 'Plasma',
},
{
src: '/images/snigdhaos-gnome-01.png',
alt: 'Snigdha OS Gnome Desktop - Main',
category: 'Gnome',
},
{
src: '/images/snigdhaos-gnome-02.png',
alt: 'Snigdha OS Gnome Desktop - Menu',
category: 'Gnome',
},
{
src: '/images/snigdhaos-gnome-03.png',
alt: 'Snigdha OS Gnome Desktop - Control',
category: 'Gnome',
},
{
src: '/images/snigdhaos-gnome-04.png',
alt: 'Snigdha OS Gnome Desktop - Folders',
category: 'Gnome',
},
{
src: '/images/snigdhaos-gnome-05.png',
alt: 'Snigdha OS Gnome Desktop - All Apps',
category: 'Gnome',
},
{
src: '/images/snigdhaos-gnome-06.png',
alt: 'Snigdha OS Gnome Desktop - Terminal',
category: 'Gnome',
},
];
export const categories = ['All', 'Plasma'];
export const categories = ['All', 'Plasma', 'Gnome'];