[website,#778][xs]: add the two examples to the gallery

This commit is contained in:
deme 2023-04-21 13:36:28 -03:00
parent 96480f2017
commit f0cf5728b2
3 changed files with 12 additions and 0 deletions

View File

@ -32,6 +32,18 @@ const items = [
image: '/images/showcases/datahub.png',
description: 'Demo Data Portal by DataHub',
},
{
title: 'Example: Simple Data Catalog',
href: 'https://example.portaljs.org/',
image: '/images/showcases/example-simple-catalog.png',
description: 'Simple data catalog',
},
{
title: 'Example: Portal with CKAN',
href: 'https://ckan-example.portaljs.org/',
image: '/images/showcases/example-ckan.png',
description: 'Simple portal with data coming from CKAN',
},
];
export default function Gallery() {

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB