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:
|
header:
|
||||||
ref: hobby
|
ref: maker
|
||||||
title: For Hobbyist
|
title: For Maker
|
||||||
text: |
|
text: |
|
||||||
This pipe does something a little different.
|
This pipe does something a little different.
|
||||||
It preserves the breaks.
|
It preserves the breaks.
|
@ -41,8 +41,8 @@
|
|||||||
cats:
|
cats:
|
||||||
- name: Home
|
- name: Home
|
||||||
link: /
|
link: /
|
||||||
- name: For Hobby
|
- name: For Maker
|
||||||
link: /hobby
|
link: /maker
|
||||||
- name: For Business
|
- name: For Business
|
||||||
link: /business
|
link: /business
|
||||||
- name: For Education
|
- name: For Education
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
{% if page.main_page %}
|
{% if page.main_page %}
|
||||||
<nav class="md:ml-auto flex flex-wrap items-center text-base justify-center rounded border-2 border-primary">
|
<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="#business">for <strong>business</strong></a>
|
||||||
<a class="mr-2 hover:cm-gray-1" href="#edu">for <strong>edu</strong></a>
|
<a class="mr-2 hover:cm-gray-1" href="#edu">for <strong>edu</strong></a>
|
||||||
</nav>
|
</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 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 %}
|
{% 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