29 lines
1001 B
V
29 lines
1001 B
V
module carousel
|
|
|
|
pub const example_heroscript="
|
|
|
|
!!intro1.new name:'myintro'
|
|
|
|
!!intro1.myintro_add
|
|
title: 'Sepia'
|
|
description: '
|
|
Made for photographers, photo studios, design agencies.
|
|
Create your own unique and beautiful photography website!
|
|
'
|
|
subtitle: 'Photography Portfolio Theme'
|
|
background_image: 'assets/img/intro/intro-10.jpg'
|
|
button_primary_text: 'Buy It Now!'
|
|
button_primary_url: 'https://example.com/learn-more'
|
|
button_secondary_text: 'Discover More'
|
|
button_secondary_url: 'albums-grid-fluid-2.html'
|
|
|
|
!!intro1.myintro_add
|
|
title: 'Sepia 2'
|
|
description: 'Made for photographers 2, photo studios, design agencies.<br>Create your own unique and beautiful photography website!'
|
|
subtitle: 'Photography Portfolio Theme'
|
|
background_image: 'assets/img/intro/intro-10.jpg'
|
|
button_primary_text: 'Buy It Now!'
|
|
button_primary_url: 'https://example.com/learn-more'
|
|
button_secondary_text: 'Discover More'
|
|
button_secondary_url: 'albums-grid-fluid-2.html'
|
|
" |