Skip to content

Home page

Simon edited this page Jul 21, 2016 · 1 revision

Home page

The data on the home page (images and their descriptions) are stored on fixtures/data.js. So the images can be changed just by modifying the values of this object.

Example of an image object:

 {
    type: 'collection',
    title: 'Railways',
    description: 'Cosadfsdfas',
    figure: '/assets/img/example/collections/railways.jpg',
    figcaption: 'Our collection includes over 1,000,000 objects from over 300 years of railway history.',
    columns: 'medium-6',
    link: '/search?q=Railways'
  }
Clone this wiki locally