mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 20:24:23 +01:00
Updated hero.md and contract.md
This commit is contained in:
parent
c0833529fd
commit
f47f62c90b
2 changed files with 15 additions and 15 deletions
|
@ -1,13 +1,13 @@
|
|||
+++
|
||||
fragment = "contact"
|
||||
#disabled = true
|
||||
date = "2017-09-10"
|
||||
date = "2020-12-01"
|
||||
weight = 1100
|
||||
#background = "light"
|
||||
form_name = "defaultContact"
|
||||
|
||||
title = "Contact fragment"
|
||||
subtitle = "*not working on demo page*"
|
||||
title = "Contact Me"
|
||||
# subtitle = "*not working on demo page*"
|
||||
|
||||
# PostURL can be used with backends such as mailout from caddy
|
||||
post_url = "https://example.com/mailout" #default: formspree.io
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
+++
|
||||
fragment = "hero"
|
||||
#disabled = true
|
||||
date = "2016-09-07"
|
||||
date = "2020-12-01"
|
||||
weight = 50
|
||||
background = "light" # can influence the text color
|
||||
particles = true
|
||||
|
||||
title = "Syna Theme"
|
||||
subtitle = "Showcase your next project"
|
||||
title = "Aroy"
|
||||
subtitle = "I am a hobby programmer and artist."
|
||||
|
||||
[header]
|
||||
image = "header.jpg"
|
||||
|
@ -18,17 +18,17 @@ subtitle = "Showcase your next project"
|
|||
#height = "150px" # optional - will default to image height
|
||||
|
||||
[[buttons]]
|
||||
text = "Button"
|
||||
url = "#"
|
||||
text = "Portfolio"
|
||||
url = "/portfolio"
|
||||
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 = "Download"
|
||||
# url = "https://github.com/okkur/syna/releases"
|
||||
# color = "primary"
|
||||
|
||||
[[buttons]]
|
||||
text = "Button"
|
||||
url = "#"
|
||||
color = "success"
|
||||
text = "Blog"
|
||||
url = "/blog"
|
||||
color = "primary"
|
||||
+++
|
||||
|
|
Loading…
Reference in a new issue