From fb2de5fd87aa3e085fb77a48dafca192d0e27a4c Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 7 Nov 2021 16:10:07 +0100 Subject: [PATCH] add static page --- home/business.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 home/business.md diff --git a/home/business.md b/home/business.md new file mode 100644 index 00000000..97b91dea --- /dev/null +++ b/home/business.md @@ -0,0 +1,19 @@ +--- +layout: default +backLink: false +--- + +{% include hero.html title=site.tagline title_2='for Business' image='https://dummyimage.com/860x600' color='with InvenTree' %} + +{% assign for_b = site.data.for_business %} +{% include features.html data=for_b %} + +{% include cta.html text='read more on the site!' %} + +{% assign function = site.data.function %} +{% include functions.html data=function %} + +{% assign end = site.data.end_cta %} +{% include cta.html cta=end %} + +---