mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-18 04:55:32 +00:00
add sections
This commit is contained in:
16
home/education.md
Normal file
16
home/education.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
layout: default
|
||||
backLink: false
|
||||
---
|
||||
|
||||
{% include hero.html title=site.tagline title_2='for Education' image='https://dummyimage.com/860x600' color='with InvenTree' %}
|
||||
|
||||
{% assign for_e = site.data.for_edu %}
|
||||
{% include features.html data=for_e %}
|
||||
|
||||
{% include cta.html text='read more on the site!' %}
|
||||
|
||||
{% assign end = site.data.end_cta %}
|
||||
{% include cta.html cta=end %}
|
||||
|
||||
---
|
Reference in New Issue
Block a user