Skip to content

Commit

Permalink
Merge pull request #9 from AuNedelec/museu_catalunya
Browse files Browse the repository at this point in the history
Add picture of inside of Museu Nacional d'Art de Catalunya using EPin…
  • Loading branch information
JuditKaramazov authored May 26, 2024
2 parents 49153f6 + 9756939 commit c7ca1e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added public/photos/AuNedelec/museum.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/data/places.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ export const PLACES: IPin[] = [
date: '2024-05-18',
photo: '/photos/AuNedelec/kahiki.jpg'
},
{
author: 'Auregan Nedelec',
username: 'AuNedelec',
type: EPinType.Event,
title : 'Museu Nacional d\'Art de Catalunya',
city: 'Montjuïc, Barcelona',
country: 'Spain',
coordinates: [41.36857223510742, 2.1534512042999268],
date: '2024-05-25',
photo: '/photos/AuNedelec/museum.jpg'
},
{
author: 'Auregan Nedelec',
username: 'AuNedelec',
Expand All @@ -35,6 +46,8 @@ export const PLACES: IPin[] = [
photo: '/photos/AuNedelec/les_gens_que_jaime.jpg'
},
{
author: 'Auregan Nedelec',
username: 'AuNedelec',
type: EPinType.Picture,
title : 'Castell de Montjuïc',
city: 'Montjuïc, Barcelona',
Expand Down

0 comments on commit c7ca1e1

Please sign in to comment.