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