mirror of
https://github.com/inventree/inventree-website.git
synced 2025-05-02 15:28:52 +00:00
maker should fit better than hobby
This commit is contained in:
parent
b019f22350
commit
b7049e05fd
@ -1,6 +1,6 @@
|
||||
header:
|
||||
ref: hobby
|
||||
title: For Hobbyist
|
||||
ref: maker
|
||||
title: For Maker
|
||||
text: |
|
||||
This pipe does something a little different.
|
||||
It preserves the breaks.
|
@ -41,8 +41,8 @@
|
||||
cats:
|
||||
- name: Home
|
||||
link: /
|
||||
- name: For Hobby
|
||||
link: /hobby
|
||||
- name: For Maker
|
||||
link: /maker
|
||||
- name: For Business
|
||||
link: /business
|
||||
- name: For Education
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
{% if page.main_page %}
|
||||
<nav class="md:ml-auto flex flex-wrap items-center text-base justify-center rounded border-2 border-primary">
|
||||
<a class="ml-2 mr-2 hover:cm-gray-1" href="#hobby">for <strong>hobby</strong></a>
|
||||
<a class="ml-2 mr-2 hover:cm-gray-1" href="#maker">for <strong>maker</strong></a>
|
||||
<a class="mr-2 hover:cm-gray-1" href="#business">for <strong>business</strong></a>
|
||||
<a class="mr-2 hover:cm-gray-1" href="#edu">for <strong>edu</strong></a>
|
||||
</nav>
|
||||
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
layout: branche
|
||||
title: For Hobby
|
||||
title_2: for Hobby
|
||||
data: for_hobby
|
||||
---
|
@ -8,7 +8,7 @@ main_page: True
|
||||
|
||||
{% include functions.html data=site.data.general.function %}
|
||||
|
||||
{% include features.html data=site.data.for_hobby %}
|
||||
{% include features.html data=site.data.for_maker %}
|
||||
|
||||
{% include features.html data=site.data.for_business %}
|
||||
|
||||
|
6
home/maker.md
Normal file
6
home/maker.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: branche
|
||||
title: For Maker
|
||||
title_2: for Maker
|
||||
data: for_maker
|
||||
---
|
Loading…
x
Reference in New Issue
Block a user