mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-16 03:55:25 +00:00
deploy: f149e61244
This commit is contained in:
24
index.html
24
index.html
@ -91,7 +91,7 @@
|
||||
<h1 class="header-text title-font mb-4 cm-gray-1">InvenTree builds its vast functions on top of a few core workflows</h1>
|
||||
|
||||
|
||||
<a class="text-secondary inline-flex items-center justify-center" href="/functions" alt="learn more">Learn More <img class="w-4 h-4 ml-2" src="/assets/learn.svg"></a>
|
||||
<a class="text-secondary inline-flex items-center justify-center color-link" href="/functions" alt="learn more">Learn More <img class="w-4 h-4 ml-2" alt="Arrow pointing right" src="/assets/learn.svg"></a>
|
||||
|
||||
</div>
|
||||
|
||||
@ -105,7 +105,7 @@
|
||||
|
||||
</p>
|
||||
|
||||
<a class="text-secondary inline-flex items-center" href="https://docs.inventree.org/en/latest/part/part/" alt="learn more">Learn More <img class="w-4 h-4 ml-2" src="/assets/learn.svg"></a>
|
||||
<a class="text-secondary inline-flex items-center color-link" href="https://docs.inventree.org/en/latest/part/part/" alt="learn more">Learn More <img class="w-4 h-4 ml-2" alt="Arrow pointing right" src="/assets/learn.svg"></a>
|
||||
|
||||
</div>
|
||||
|
||||
@ -116,7 +116,7 @@
|
||||
|
||||
</p>
|
||||
|
||||
<a class="text-secondary inline-flex items-center" href="https://docs.inventree.org/en/latest/buy/supplier/" alt="learn more">Learn More <img class="w-4 h-4 ml-2" src="/assets/learn.svg"></a>
|
||||
<a class="text-secondary inline-flex items-center color-link" href="https://docs.inventree.org/en/latest/buy/supplier/" alt="learn more">Learn More <img class="w-4 h-4 ml-2" alt="Arrow pointing right" src="/assets/learn.svg"></a>
|
||||
|
||||
</div>
|
||||
|
||||
@ -127,7 +127,7 @@
|
||||
|
||||
</p>
|
||||
|
||||
<a class="text-secondary inline-flex items-center" href="https://docs.inventree.org/en/latest/stock/stock/" alt="learn more">Learn More <img class="w-4 h-4 ml-2" src="/assets/learn.svg"></a>
|
||||
<a class="text-secondary inline-flex items-center color-link" href="https://docs.inventree.org/en/latest/stock/stock/" alt="learn more">Learn More <img class="w-4 h-4 ml-2" alt="Arrow pointing right" src="/assets/learn.svg"></a>
|
||||
|
||||
</div>
|
||||
|
||||
@ -138,7 +138,7 @@
|
||||
|
||||
</p>
|
||||
|
||||
<a class="text-secondary inline-flex items-center" href="https://docs.inventree.org/en/latest/build/bom/" alt="learn more">Learn More <img class="w-4 h-4 ml-2" src="/assets/learn.svg"></a>
|
||||
<a class="text-secondary inline-flex items-center color-link" href="https://docs.inventree.org/en/latest/build/bom/" alt="learn more">Learn More <img class="w-4 h-4 ml-2" alt="Arrow pointing right" src="/assets/learn.svg"></a>
|
||||
|
||||
</div>
|
||||
|
||||
@ -344,16 +344,16 @@
|
||||
|
||||
<div class="bg-gray-100">
|
||||
<div class="container mx-auto py-4 px-5 flex flex-wrap flex-col sm:flex-row">
|
||||
<p class="cm-gray-3 text-sm text-center sm:text-left">© 2021-now InvenTree by<a href="https://github.com/inventree" rel="noopener" class="cm-gray-2 ml-1" target="_blank">@inventree</a>— website made with ♥ by<a href="https://github.com/matmair" rel="noopener" class="cm-gray-2 ml-1" target="_blank">@matmair</a></p>
|
||||
<p class="cm-gray-2 text-sm text-center sm:text-left">© 2021-now InvenTree by<a href="https://github.com/inventree" rel="noopener" class="cm-gray-2 ml-1" target="_blank">@inventree</a>— website made with ♥ by<a href="https://github.com/matmair" rel="noopener" class="cm-gray-2 ml-1" target="_blank">@matmair</a></p>
|
||||
<span class="inline-flex sm:ml-auto sm:mt-0 mt-2 justify-center sm:justify-start">
|
||||
<a href="https://github.com/inventree/inventree" alr="github repo" class="ml-3 cm-gray-3">
|
||||
<img class="h-5 w-5" src="/assets/github.svg">
|
||||
<a href="https://github.com/inventree/inventree" alt="github repo" class="ml-3 cm-gray-3">
|
||||
<img class="h-5 w-5" alt="GitHub logo" src="/assets/github.svg">
|
||||
</a>
|
||||
<a href="https://reddit.com/r/inventree" alr="Reddit" class="ml-3 cm-gray-3">
|
||||
<img class="h-5 w-5" src="/assets/reddit.svg">
|
||||
<a href="https://reddit.com/r/inventree" alt="Reddit" class="ml-3 cm-gray-3">
|
||||
<img class="h-5 w-5" alt="Reddit logo" src="/assets/reddit.svg">
|
||||
</a>
|
||||
<a href="https://twitter.com/inventreedb" alr="Twitter" class="ml-3 cm-gray-3">
|
||||
<img class="h-5 w-5" src="/assets/twitter.svg">
|
||||
<a href="https://twitter.com/inventreedb" alt="Twitter" class="ml-3 cm-gray-3">
|
||||
<img class="h-5 w-5" alt="Twitter logo" src="/assets/twitter.svg">
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user