diff --git a/site/components/Gallery.tsx b/site/components/Gallery.tsx index 06224743..f109fb35 100644 --- a/site/components/Gallery.tsx +++ b/site/components/Gallery.tsx @@ -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() { diff --git a/site/public/images/showcases/example-ckan.png b/site/public/images/showcases/example-ckan.png new file mode 100644 index 00000000..3d6f37d2 Binary files /dev/null and b/site/public/images/showcases/example-ckan.png differ diff --git a/site/public/images/showcases/example-simple-catalog.png b/site/public/images/showcases/example-simple-catalog.png new file mode 100644 index 00000000..eccc6bbc Binary files /dev/null and b/site/public/images/showcases/example-simple-catalog.png differ