-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better data cascade for demo purposes
- Loading branch information
1 parent
2745757
commit 098b4df
Showing
2 changed files
with
167 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,79 @@ | ||
[ | ||
{ | ||
"title": "Projet 1", | ||
"author": "Bibi" | ||
"title": "Envi 2 terroir", | ||
"description": "On a voulu collaborer avec des artistes locaux pour créer un projet qui met en valeur la culture de notre ville et les nombreux produits de la région.", | ||
"date": "27-07-2024", | ||
"videast": { | ||
"name": "Jean", | ||
"pseudonym": "Jean Lafuma", | ||
"role": "videast", | ||
"bio": "Jean est un vidéaste parisien bienheureux.", | ||
"website": "https://jeanjean.com", | ||
"links": { | ||
"youtube": "https://youtube.com/jeanjean", | ||
"instagram": "https://instagram.com/jeanjean", | ||
"website": "https://jeanjean.com" | ||
}, | ||
"technology": { | ||
"camera": "Canon EOS 5D Mark IV", | ||
"lens": "Canon EF 24-70mm f/2.8L II USM", | ||
"software": "Adobe Premiere Pro" | ||
} | ||
}, | ||
"musician": { | ||
"name": "Paul", | ||
"pseudonym": "Paul Reebok", | ||
"role": "musician", | ||
"bio": "Paul est un musicien parisien bienheureux.", | ||
"website": "https://paulpaul.com", | ||
"links": { | ||
"youtube": "https://youtube.com/paulpaul", | ||
"instagram": "https://instagram.com/paulpaul", | ||
"website": "https://paulpaul.com" | ||
}, | ||
"technology": { | ||
"instrument": "Gibson Les Paul", | ||
"software": "Ableton Live" | ||
} | ||
} | ||
}, | ||
{ | ||
"title": "Projet 2", | ||
"author": "Riri" | ||
}, | ||
{ | ||
"title": "Projet 3", | ||
"author": "Dada" | ||
}, | ||
{ | ||
"title": "Projet 4", | ||
"author": "Fifi" | ||
} | ||
"title": "Urban Harmony", | ||
"description": "Un projet collaboratif visant à capturer l'essence de la vie urbaine à travers des images et des sons. Nous avons parcouru la ville avec un appareil photo afin de capter les meilleurs instants de vie... tant que nous sommes encore jeunes !", | ||
"date": "15-08-2024", | ||
"videast": { | ||
"name": "Marie", | ||
"pseudonym": "Marie Lumière", | ||
"role": "videast", | ||
"bio": "Marie est une vidéaste passionnée de Lyon, spécialisée dans les documentaires urbains.", | ||
"website": "https://marielumiere.com", | ||
"links": { | ||
"youtube": "https://youtube.com/marielumiere", | ||
"instagram": "https://instagram.com/marielumiere", | ||
"website": "https://marielumiere.com" | ||
}, | ||
"technology": { | ||
"camera": "Sony A7 III", | ||
"lens": "Sony FE 35mm f/1.4 GM", | ||
"software": "Final Cut Pro" | ||
} | ||
}, | ||
"musician": { | ||
"name": "Lucas", | ||
"pseudonym": "Lucas Beats", | ||
"role": "musician", | ||
"bio": "Lucas est un musicien lyonnais spécialisé dans la production de musique électronique.", | ||
"website": "https://lucasbeats.com", | ||
"links": { | ||
"youtube": "https://youtube.com/lucasbeats", | ||
"instagram": "https://instagram.com/lucasbeats", | ||
"website": "https://lucasbeats.com" | ||
}, | ||
"technology": { | ||
"instrument": "Novation Launchpad", | ||
"software": "FL Studio" | ||
} | ||
} | ||
} | ||
|
||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters