diff --git a/home/_data/footer.yml b/home/_data/footer.yml
index dfc3cedb..036f6dbe 100644
--- a/home/_data/footer.yml
+++ b/home/_data/footer.yml
@@ -33,4 +33,15 @@
- name: Python
link: inventree-python
- name: More
- link: github-tag-inventree
\ No newline at end of file
+ link: github-tag-inventree
+
+- title: Subsites
+ cats:
+ - name: Home
+ link: /
+ - name: For Hobby
+ link: /hobby
+ - name: For Business
+ link: /business
+ - name: For Education
+ link: /education
diff --git a/home/_data/for_b.yml b/home/_data/for_business.yml
similarity index 65%
rename from home/_data/for_b.yml
rename to home/_data/for_business.yml
index ae7a35d2..e5778299 100644
--- a/home/_data/for_b.yml
+++ b/home/_data/for_business.yml
@@ -1,5 +1,6 @@
header:
- title: For buisness
+ ref: sme
+ title: For Business
text: |
This pipe does something a little different.
It preserves the breaks.
@@ -28,20 +29,6 @@ features:
description: long text describing this2
link: Https://example.com/2
- - title: mountain bikes3
- subtitle: very intresting3
- description: long text describing this3
- link: Https://example.com/3
-
- - title: mountain bikes3
- subtitle: very intresting3
- description: long text describing this3
- link: Https://example.com/3
-
- - title: mountain bikes3
- subtitle: very intresting3
- description: long text describing this3
- link: Https://example.com/3
cta:
text: Want to know more? Try out our demo or read more in the enterprise docs!
diff --git a/home/_data/for_edu.yml b/home/_data/for_edu.yml
new file mode 100644
index 00000000..856af2a9
--- /dev/null
+++ b/home/_data/for_edu.yml
@@ -0,0 +1,16 @@
+header:
+ ref: edu
+ title: For Education
+ text: |
+ Electronic Labs are creative places. Whether your institution works with K12 or post-grads - organisation and tooling is challenging. Let InvenTree help you calm the storm!
+
+features:
+ - title: Open Source - Open Knowledge
+ subtitle: Stay independed of big vendors
+ description: Free software of big vendors helps the budget. But how about your students?
Don’t teach tools – teach process and competence. InvenTree is MIT licensed and free forever.
Also, we are open to contribution from all ages!
+ link: Https://example.com/
+
+ - title: mountain bikes3
+ subtitle: very intresting3
+ description: long text describing this3
+ link: Https://example.com/3
\ No newline at end of file
diff --git a/home/_data/for_h.yml b/home/_data/for_hobby.yml
similarity index 83%
rename from home/_data/for_h.yml
rename to home/_data/for_hobby.yml
index 40243d8a..e62a7af7 100644
--- a/home/_data/for_h.yml
+++ b/home/_data/for_hobby.yml
@@ -1,5 +1,6 @@
header:
- title: For hobbists
+ ref: hobby
+ title: For Hobbyist
text: |
This pipe does something a little different.
It preserves the breaks.
diff --git a/home/_includes/features.html b/home/_includes/features.html
index b1124dd2..160510b9 100644
--- a/home/_includes/features.html
+++ b/home/_includes/features.html
@@ -2,7 +2,7 @@
{{ include.data.header.text }}
diff --git a/home/_includes/header.html b/home/_includes/header.html index d31e36be..dfd4bed6 100644 --- a/home/_includes/header.html +++ b/home/_includes/header.html @@ -1,20 +1,20 @@