From e13e630cd6e4fc0b1ff92098a28a770794c7bb9a Mon Sep 17 00:00:00 2001 From: gabrhr <73925454+gabrhr@users.noreply.github.com> Date: Wed, 20 Apr 2022 10:19:29 -0500 Subject: =?UTF-8?q?A=C3=B1adir=20plantilla?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Base para front --- front/odiparpack/app/api/imgDataMasonry.js | 68 ++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 front/odiparpack/app/api/imgDataMasonry.js (limited to 'front/odiparpack/app/api/imgDataMasonry.js') diff --git a/front/odiparpack/app/api/imgDataMasonry.js b/front/odiparpack/app/api/imgDataMasonry.js new file mode 100644 index 0000000..5297583 --- /dev/null +++ b/front/odiparpack/app/api/imgDataMasonry.js @@ -0,0 +1,68 @@ +import imgApi from './images'; +const imgData = [ + { + img: imgApi[41], + title: 'Breakfast', + author: 'jill111', + }, + { + img: imgApi[42], + title: 'Tasty burger', + author: 'director90', + }, + { + img: imgApi[50], + title: 'Camera', + author: 'Danson67', + }, + { + img: imgApi[39], + title: 'Morning', + author: 'fancycrave1', + featured: true, + }, + { + img: imgApi[2], + title: 'Hats', + author: 'Hans', + }, + { + img: imgApi[22], + title: 'Honey', + author: 'fancycravel', + }, + { + img: imgApi[46], + title: 'Vegetables', + author: 'jill111', + cols: 2, + }, + { + img: imgApi[20], + title: 'Water plant', + author: 'BkrmadtyaKarki', + }, + { + img: imgApi[10], + title: 'Mushrooms', + author: 'PublicDomainPictures', + }, + { + img: imgApi[27], + title: 'Olive oil', + author: 'congerdesign', + }, + { + img: imgApi[13], + title: 'Sea star', + cols: 2, + author: '821292', + }, + { + img: imgApi[30], + title: 'Bike', + author: 'danfador', + }, +]; + +export default imgData; -- cgit v1.2.3