mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-28 20:34:22 +01:00
35 lines
706 B
Markdown
35 lines
706 B
Markdown
|
+++
|
||
|
fragment = "hero"
|
||
|
#disabled = true
|
||
|
date = "2016-09-07"
|
||
|
weight = 50
|
||
|
background = "light" # can influence the text color
|
||
|
particles = true
|
||
|
|
||
|
title = "Syna Theme"
|
||
|
subtitle = "Showcase your next project"
|
||
|
|
||
|
[header]
|
||
|
image = "header.jpg"
|
||
|
|
||
|
[asset]
|
||
|
image = "logo.svg"
|
||
|
width = "500px" # optional - will default to image width
|
||
|
#height = "150px" # optional - will default to image height
|
||
|
|
||
|
[[buttons]]
|
||
|
text = "Button"
|
||
|
url = "#"
|
||
|
color = "info" # primary, secondary, success, danger, warning, info, light, dark, link - default: primary
|
||
|
|
||
|
[[buttons]]
|
||
|
text = "Download"
|
||
|
url = "https://github.com/okkur/syna/releases"
|
||
|
color = "primary"
|
||
|
|
||
|
[[buttons]]
|
||
|
text = "Button"
|
||
|
url = "#"
|
||
|
color = "success"
|
||
|
+++
|