mirror of
https://github.com/inventree/inventree-website.git
synced 2025-08-05 20:21:40 +00:00
deploy: 2205999494
This commit is contained in:
58
index.html
58
index.html
@@ -324,6 +324,62 @@
|
||||
|
||||
</section>
|
||||
|
||||
<section class="cm-gray-2 body-font">
|
||||
<div class="section-container">
|
||||
<div class="flex flex-col text-center w-full mb-5">
|
||||
<h1 class="text-2xl font-medium title-font mb-4 cm-gray-1 tracking-widest">Plugin List</h1>
|
||||
<p>
|
||||
Explore plugins provided by the community.
|
||||
<a class="text-secondary inline-flex items-center" href="/plugins" alt="learn more">Learn More <img class="w-4 h-4 ml-2" alt="Arrow pointing right" src="/assets/learn.svg"></a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex flex-wrap -m-4">
|
||||
|
||||
|
||||
<div class="space-4 p-2 md:w-1/2">
|
||||
<a href="/matmair/inventree-apprise" class="no-underline" aria-label="open plugin details">
|
||||
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
|
||||
<div class="col p-4 d-flex flex-column position-static">
|
||||
<div class="d-inline-block leading-loose">
|
||||
|
||||
<span class="plugin_cat">Notifications</span>
|
||||
|
||||
|
||||
<span class="plugin_tag">Apprise</span>
|
||||
|
||||
<span class="plugin_tag">3rd party integration</span>
|
||||
|
||||
<span class="plugin_tag">Discord</span>
|
||||
|
||||
<span class="plugin_tag">IFTTT</span>
|
||||
|
||||
<span class="plugin_tag">Matrix</span>
|
||||
|
||||
<span class="plugin_tag">Microsoft Teams</span>
|
||||
|
||||
<span class="plugin_tag">Slack</span>
|
||||
|
||||
<span class="plugin_tag">Twilio</span>
|
||||
|
||||
</div>
|
||||
<h3 class="my-0">InvenTree Apprise</h3>
|
||||
<div class="mb-1 text-muted">
|
||||
|
||||
|
||||
<a href="/matmair">
|
||||
<span class="inline-flex">by <img src="https://github.com/matmair.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> matmair</span>
|
||||
</a>
|
||||
</div>
|
||||
<p class="my-0">Send notifications from InvenTree via Apprise
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -356,6 +412,8 @@
|
||||
|
||||
<li><a href="/news" class="footer-link">News</a></li>
|
||||
|
||||
<li><a href="/plugins" class="footer-link">Plugin List</a></li>
|
||||
|
||||
</ul></nav>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user