Advertisement
Guest User

projects_ru

a guest
Sep 16th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.88 KB | None | 0 0
  1. module.exports = {
  2.   title: null,
  3.   description: 'Project_page',
  4.   keywords: '',
  5.   components: {
  6.     project: {
  7.       title: 'Проекты',
  8.       filtersList: [
  9.         {
  10.           name: 'sky-frame',
  11.           id: 1
  12.         },
  13.         {
  14.           name: 'Flora',
  15.           id: 2
  16.         },
  17.         {
  18.           name: 'Hirt',
  19.           id: 3
  20.         },
  21.         {
  22.           name: 'Kowa Windows',
  23.           id: 4
  24.         }
  25.       ],
  26.       cards: [
  27.         {
  28.           id: 1,
  29.           value: 3,
  30.           title: 'Seasons Cafe, Skolkovo',
  31.           description: 'Оконная система: Sky-Frame Classic',
  32.           img: {
  33.             fileName: 'product/product-all-1',
  34.             fileType: 'jpg'
  35.           }
  36.         },
  37.         {
  38.           id: 2,
  39.           value: 2,
  40.           title: 'Seasons Cafe, Skolkovo',
  41.           description: 'Оконная система: Sky-Frame Classic',
  42.           img: {
  43.             fileName: 'product/product-all-2',
  44.             fileType: 'jpg'
  45.           }
  46.         },
  47.         {
  48.           id: 3,
  49.           value: 2,
  50.           title: 'Seasons Cafe, Skolkovo',
  51.           description: 'Оконная система: Sky-Frame Classic',
  52.           img: {
  53.             fileName: 'product/product-all-3',
  54.             fileType: 'jpg'
  55.           }
  56.         },
  57.         {
  58.           id: 4,
  59.           value: 3,
  60.           title: 'Seasons Cafe, Skolkovo',
  61.           description: 'Оконная система: Sky-Frame Classic',
  62.           img: {
  63.             fileName: 'product/product-all-5',
  64.             fileType: 'jpg'
  65.           }
  66.         },
  67.         {
  68.           id: 5,
  69.           value: 2,
  70.           title: 'Seasons Cafe, Skolkovo',
  71.           description: 'Оконная система: Sky-Frame Classic',
  72.           img: {
  73.             fileName: 'product/product-all-1',
  74.             fileType: 'jpg'
  75.           }
  76.         },
  77.         {
  78.           id: 6,
  79.           value: 1,
  80.           title: 'Seasons Cafe, Skolkovo',
  81.           description: 'Оконная система: Sky-Frame Classic',
  82.           img: {
  83.             fileName: 'product/product-all-2',
  84.             fileType: 'jpg'
  85.           }
  86.         },
  87.         {
  88.           id: 7,
  89.           value: 2,
  90.           title: 'Seasons Cafe, Skolkovo',
  91.           description: 'Оконная система: Sky-Frame Classic',
  92.           img: {
  93.             fileName: 'product/product-all-3',
  94.             fileType: 'jpg'
  95.           }
  96.         },
  97.         {
  98.           id: 8,
  99.           value: 4,
  100.           title: 'Seasons Cafe, Skolkovo',
  101.           description: 'Оконная система: Sky-Frame Classic',
  102.           img: {
  103.             fileName: 'product/product-all-5',
  104.             fileType: 'jpg'
  105.           }
  106.         },
  107.         {
  108.           id: 9,
  109.           value: 4,
  110.           title: 'Seasons Cafe, Skolkovo',
  111.           description: 'Оконная система: Sky-Frame Classic',
  112.           img: {
  113.             fileName: 'product/product-all-3',
  114.             fileType: 'jpg'
  115.           }
  116.         },
  117.         {
  118.           id: 10,
  119.           value: 3,
  120.           title: 'Seasons Cafe, Skolkovo',
  121.           description: 'Оконная система: Sky-Frame Classic',
  122.           img: {
  123.             fileName: 'product/product-all-6',
  124.             fileType: 'jpg'
  125.           }
  126.         },
  127.         {
  128.           id: 11,
  129.           value: 1,
  130.           title: 'Seasons Cafe, Skolkovo',
  131.           description: 'Оконная система: Sky-Frame Classic',
  132.           img: {
  133.             fileName: 'product/product-all-2',
  134.             fileType: 'jpg'
  135.           }
  136.         },
  137.         {
  138.           id: 12,
  139.           value: 2,
  140.           title: 'Seasons Cafe, Skolkovo',
  141.           description: 'Оконная система: Sky-Frame Classic',
  142.           img: {
  143.             fileName: 'product/product-all-1',
  144.             fileType: 'jpg'
  145.           }
  146.         }
  147.       ]
  148.     }
  149.   }
  150. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement