✨ style: add gnome ui
BIN
public/images/snigdhaos-gnome-01.png
Normal file
After Width: | Height: | Size: 2.9 MiB |
BIN
public/images/snigdhaos-gnome-02.png
Normal file
After Width: | Height: | Size: 2.4 MiB |
BIN
public/images/snigdhaos-gnome-03.png
Normal file
After Width: | Height: | Size: 2.8 MiB |
BIN
public/images/snigdhaos-gnome-04.png
Normal file
After Width: | Height: | Size: 2.3 MiB |
BIN
public/images/snigdhaos-gnome-05.png
Normal file
After Width: | Height: | Size: 354 KiB |
BIN
public/images/snigdhaos-gnome-06.png
Normal file
After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
@@ -1,6 +1,6 @@
|
|||||||
export const galleryImages = [
|
export const galleryImages = [
|
||||||
{
|
{
|
||||||
src: '/images/snigdhaos-plama-01.png',
|
src: '/images/snigdhaos-plasma-01.png',
|
||||||
alt: 'Snigdha OS Plasma 6 - Application Dashbord',
|
alt: 'Snigdha OS Plasma 6 - Application Dashbord',
|
||||||
category: 'Plasma',
|
category: 'Plasma',
|
||||||
},
|
},
|
||||||
@@ -29,6 +29,36 @@ export const galleryImages = [
|
|||||||
alt: 'Snigdha OS Plasma 6 - Control Hub',
|
alt: 'Snigdha OS Plasma 6 - Control Hub',
|
||||||
category: 'Plasma',
|
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'];
|