mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 21:16:45 +00:00
make feature text more similar
This commit is contained in:
parent
9e9e2b54af
commit
6b3a4a6fa9
@ -8,7 +8,7 @@ text: |
|
|||||||
features:
|
features:
|
||||||
- title: lorem ipsum title
|
- title: lorem ipsum title
|
||||||
subtitle: lorem ipsum subtitle
|
subtitle: lorem ipsum subtitle
|
||||||
description: |
|
text: |
|
||||||
lorem ipsum
|
lorem ipsum
|
||||||
|
|
||||||
- lorem ipsum
|
- lorem ipsum
|
||||||
@ -20,5 +20,5 @@ features:
|
|||||||
|
|
||||||
- title: lorem ipsum title
|
- title: lorem ipsum title
|
||||||
subtitle: lorem ipsum subtitle
|
subtitle: lorem ipsum subtitle
|
||||||
description: lorem ipsum description
|
text: lorem ipsum description
|
||||||
link: https://example.com/
|
link: https://example.com/
|
||||||
|
@ -8,10 +8,10 @@ text: |
|
|||||||
features:
|
features:
|
||||||
- title: Open Source - Open Knowledge
|
- title: Open Source - Open Knowledge
|
||||||
subtitle: Stay independed of big vendors
|
subtitle: Stay independed of big vendors
|
||||||
description: Free software of big vendors helps the budget. But how about your students?<br>Don’t teach tools – teach process and competence. InvenTree is MIT licensed and free forever.<br>Also, we are open to contribution from all ages!
|
text: Free software of big vendors helps the budget. But how about your students?
|
||||||
link: https://example.com/
|
extend: Don’t teach tools – teach process and competence. InvenTree is MIT licensed and free forever.<br>Also, we are open to contribution from all ages!
|
||||||
|
|
||||||
- title: lorem ipsum title
|
- title: lorem ipsum title
|
||||||
subtitle: lorem ipsum subtitle
|
subtitle: lorem ipsum subtitle
|
||||||
description: lorem ipsum description
|
text: lorem ipsum description
|
||||||
link: https://example.com/
|
link: https://example.com/
|
||||||
|
@ -8,5 +8,5 @@ text: |
|
|||||||
features:
|
features:
|
||||||
- title: lorem ipsum title
|
- title: lorem ipsum title
|
||||||
subtitle: lorem ipsum subtitle
|
subtitle: lorem ipsum subtitle
|
||||||
description: lorem ipsum description
|
text: lorem ipsum description
|
||||||
link: https://example.com/
|
link: https://example.com/
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<div class="bg-gray-100 p-6 rounded-lg">
|
<div class="bg-gray-100 p-6 rounded-lg">
|
||||||
<h3 class="tracking-widest text-primary text-xs font-medium title-font">{{ item.subtitle }}</h3>
|
<h3 class="tracking-widest text-primary text-xs font-medium title-font">{{ item.subtitle }}</h3>
|
||||||
<h2 class="text-lg cm-gray-1 font-medium title-font mb-4">{{ item.title }}</h2>
|
<h2 class="text-lg cm-gray-1 font-medium title-font mb-4">{{ item.title }}</h2>
|
||||||
<p class="leading-relaxed text-base">{{ item.description }}
|
<p class="leading-relaxed text-base">{{ item.text }}
|
||||||
{% if include.extend and item.extend %}<br><br>{{ item.extend }}{% endif %}
|
{% if include.extend and item.extend %}<br><br>{{ item.extend }}{% endif %}
|
||||||
</p>
|
</p>
|
||||||
<a class="text-secondary inline-flex items-center" href="{% include fnc/link.html item=item.link %}" alt="learn more">Learn More {% include fnc/learn_more.html %}</a>
|
<a class="text-secondary inline-flex items-center" href="{% include fnc/link.html item=item.link %}" alt="learn more">Learn More {% include fnc/learn_more.html %}</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user