2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00

add static page

This commit is contained in:
Matthias Mair 2021-11-07 16:10:07 +01:00
parent 47eb084014
commit fb2de5fd87

19
home/business.md Normal file
View File

@ -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 %}
---