-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.json
More file actions
44 lines (44 loc) · 1.13 KB
/
gallery.json
File metadata and controls
44 lines (44 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"items": [
{
"id": 1,
"title": "Sunset at the Beach",
"category": "photography",
"image": "Fotos/D02.JPG",
"description": {
"es": "Hermosa puesta de sol capturada en la playa Cavancha.",
"en": "Beautiful sunset captured at Cavancha beach."
}
},
{
"id": 2,
"title": "Mountain Hike",
"category": "travel",
"image": "Fotos/D03.JPG",
"description": {
"es": "Excursión a las montañas de los Andes.",
"en": "Hiking in the Andes mountains."
}
},
{
"id": 3,
"title": "E-commerce Website",
"category": "projects",
"image": "Fotos/D04.JPG",
"description": {
"es": "Plataforma de comercio electrónico desarrollada para un cliente.",
"en": "E-commerce platform developed for a client."
}
},
{
"id": 4,
"title": "Street Photography",
"category": "photography",
"image": "Fotos/D05.JPG",
"description": {
"es": "Vida urbana capturada en el centro de Iquique.",
"en": "Urban life captured in downtown Iquique."
}
}
]
}