2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-02 07:26:49 +00:00

maker should fit better than hobby

This commit is contained in:
Matthias Mair 2021-11-08 00:15:57 +01:00
parent b019f22350
commit b7049e05fd
6 changed files with 12 additions and 12 deletions

View File

@ -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.

View File

@ -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

View File

@ -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>

View File

@ -1,6 +0,0 @@
---
layout: branche
title: For Hobby
title_2: for Hobby
data: for_hobby
---

View File

@ -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
View File

@ -0,0 +1,6 @@
---
layout: branche
title: For Maker
title_2: for Maker
data: for_maker
---