sana137.in

Sana's gatsbyjs-based blog
git clone http://git.hanabi.in/repos/sana137.in.git
Log | Files | Refs | README | LICENSE

index.js (753B)


      1 tagData = [
      2   {
      3     tag: 'discrimination',
      4     cover: 'https://images.unsplash.com/photo-1590719550920-7543bd5657a3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2100&q=80'
      5   },
      6   {
      7     tag: 'faith',
      8     cover: 'https://images.unsplash.com/photo-1575751639353-e292e76daca3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2100&q=80',
      9   },
     10   {
     11     tag: 'food',
     12     cover: 'https://images.unsplash.com/photo-1496412705862-e0088f16f791?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80',
     13   },
     14   {
     15     tag: 'religion',
     16     cover: 'https://images.unsplash.com/photo-1501043658504-36d366f4b08a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2094&q=80'
     17   }
     18 ];
     19 module.exports = tagData;