mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-04 01:01:35 -07:00
@@ -8,36 +8,39 @@ hide:
|
|||||||
|
|
||||||
Guides and resources to help you set up, configure, and troubleshoot NetAlertX.
|
Guides and resources to help you set up, configure, and troubleshoot NetAlertX.
|
||||||
|
|
||||||
<div class="promo-card">
|
|
||||||
<h3>Learn</h3>
|
|
||||||
<p>Understand NetAlertX core features, discovery, and alerting concepts</p>
|
|
||||||
<a href="./FEATURES" class="promo-button">
|
|
||||||
Explore Features
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="promo-card">
|
<div class="promo-card-wrapper">
|
||||||
<h3>Install</h3>
|
<div class="promo-card">
|
||||||
<p>Step-by-step installation guides for Docker, Home Assistant, Unraid, and bare-metal setups</p>
|
<h3>Learn</h3>
|
||||||
<a href="./INSTALLATION" class="promo-button">
|
<p>Understand NetAlertX core features, discovery, and alerting concepts</p>
|
||||||
View Installation Guides
|
<a href="./FEATURES" class="promo-button">
|
||||||
</a>
|
Explore Features
|
||||||
</div>
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="promo-card">
|
<div class="promo-card">
|
||||||
<h3>Notifications</h3>
|
<h3>Install</h3>
|
||||||
<p>Learn how NetAlertX provides device presence, alerting, and compliance-friendly monitoring</p>
|
<p>Step-by-step installation guides for Docker, Home Assistant, Unraid, and bare-metal setups</p>
|
||||||
<a href="./NOTIFICATIONS" class="promo-button">
|
<a href="./INSTALLATION" class="promo-button">
|
||||||
Explore Notifications
|
View Installation Guides
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="promo-card">
|
<div class="promo-card">
|
||||||
<h3>Contribute</h3>
|
<h3>Notifications</h3>
|
||||||
<p>Source code, development environment setup, and contribution guidelines</p>
|
<p>Learn how NetAlertX provides device presence, alerting, and compliance-friendly monitoring</p>
|
||||||
<a href="./DEV_ENV_SETUP" class="promo-button">
|
<a href="./NOTIFICATIONS" class="promo-button">
|
||||||
Contribute on GitHub
|
Explore Notifications
|
||||||
</a>
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="promo-card">
|
||||||
|
<h3>Contribute</h3>
|
||||||
|
<p>Source code, development environment setup, and contribution guidelines</p>
|
||||||
|
<a href="./DEV_ENV_SETUP" class="promo-button">
|
||||||
|
Contribute on GitHub
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@@ -31,7 +31,11 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
background-color: var(--md-primary-bg-color--light);
|
background-color: color-mix(
|
||||||
|
in srgb,
|
||||||
|
var(--md-primary-fg-color) 8%,
|
||||||
|
transparent
|
||||||
|
);
|
||||||
transition: transform 0.2s ease;
|
transition: transform 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user