mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
---
|
|
layout: default
|
|
backLink: false
|
|
main_page: True
|
|
---
|
|
|
|
{% capture image_link %}{{ "/assets/front.png" | absolute_url }}{% endcapture %}
|
|
{% include block/hero.html
|
|
title=site.tagline
|
|
title_2='and more'
|
|
image=image_link
|
|
color='with InvenTree'
|
|
detail='InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. A wide range of features makes InvenTree the perfect choice for businesses and hobbyists alike. InvenTree is designed to be extensible, and provides multiple options for integration with external applications or addition of custom plugins.'
|
|
%}
|
|
|
|
{% include block/functions.html data=site.data.functions.general %}
|
|
|
|
{% include block/features.html data=site.data.for_maker link=true %}
|
|
{% include block/features.html data=site.data.for_business link=true%}
|
|
{% include block/features.html data=site.data.for_edu link=true %}
|
|
|
|
{% include block/stats.html data=site.data.general.stats %}
|
|
|
|
{% include block/cta.html cta=site.data.ctas.newsletter %}
|
|
|
|
{% include block/cta.html cta=site.data.ctas.end %}
|
|
|