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

35 lines
727 B
Markdown
Raw Normal View History

2020-12-01 11:33:47 +00:00
+++
fragment = "hero"
#disabled = true
2020-12-02 07:59:30 +00:00
date = "2020-12-01"
2020-12-01 11:33:47 +00:00
weight = 50
background = "light" # can influence the text color
particles = true
2020-12-02 07:59:30 +00:00
title = "Aroy"
subtitle = "I am a hobby programmer and artist."
2020-12-01 11:33:47 +00:00
[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]]
2020-12-02 07:59:30 +00:00
text = "Portfolio"
url = "/portfolio"
2020-12-01 11:33:47 +00:00
color = "info" # primary, secondary, success, danger, warning, info, light, dark, link - default: primary
2020-12-02 07:59:30 +00:00
#[[buttons]]
# text = "Download"
# url = "https://github.com/okkur/syna/releases"
# color = "primary"
2020-12-01 11:33:47 +00:00
[[buttons]]
2020-12-02 07:59:30 +00:00
text = "Blog"
url = "/blog"
color = "primary"
2020-12-01 11:33:47 +00:00
+++