Aroy-Art-Site/content/_index/hero.md

35 lines
706 B
Markdown
Raw Normal View History

2020-12-01 11:33:47 +00:00
+++
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"
+++