diff --git a/README.md b/README.md index 1ab9038c51..3e1b86524e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,15 @@

+
+ NETworkManager Features Preview +
+ Click to see screenshots of NETworkManager in action! + NETworkManager tabs and drag & drop preview + NETworkManager dark/light theme preview +
+
+ ## 🚀 Why NETworkManager? NETworkManager is your go-to tool for simplifying network administration and troubleshooting. Whether you're a sysadmin maintaining company network with multiple servers, a network engineer in a large enterprise, or an IT enthusiast running your home lab, NETworkManager provides a powerful suite of tools to manage and diagnose your network infrastructure efficiently. @@ -68,24 +77,12 @@ Here's why you'll love it: - 🖥️ **Remote System Management** - Connect to remote systems seamlessly via RDP, PuTTY (SSH, Telnet, Serial), PowerShell (WinRM), TigerVNC (VNC), or AWS Session Manager. - 🔍 **Analyze & Troubleshoot** - Deep network diagnostics with WiFi Analyzer, IP/Port Scanners, Ping Monitor, Traceroute, DNS Lookup, LLDP/CDP Capture, and many more. - 🔐 **Secure Profiles** - Organize hosts and networks in encrypted profiles with seamless access across all features. -
- See it in Action - tbd -
- 💎 **Open Source & Free** - No ads, no subscriptions, fully community-driven. - 🏢 **Enterprise-Ready** - MSI installer, signed binaries, and package manager support (Chocolatey, WinGet, Evergreen). - 🎨 **Personalized Experience** - Available in 16+ languages, with customizable light/dark themes and accent colors. -
- Theme preview - NETworkManager Light Theme -
📖 Explore all features in detail on our [documentation page](https://borntoberoot.net/NETworkManager/docs/features). -
- NETworkManager Features Preview -
- ## 📦 Download Get started with NETworkManager today! Download pre-built, [signed](https://borntoberoot.net/NETworkManager/download#code-signing-policy) binaries (setup, portable, or archive) from our [download page](https://borntoberoot.net/NETworkManager/download) with detailed install instructions (e.g., silent install). Files are hosted on [GitHub Releases](https://github.com/BornToBeRoot/NETworkManager/releases/latest). diff --git a/Website/src/pages/index.js b/Website/src/pages/index.js index 96a53d8428..5adccb228d 100644 --- a/Website/src/pages/index.js +++ b/Website/src/pages/index.js @@ -26,8 +26,6 @@ import ImageGalleryWhois from "@site/docs/img/whois.png"; import ImageGalleryIPGeolocation from "@site/docs/img/ip-geolocation.png"; import ImageGallerySubnetCalculatorCalculator from "@site/docs/img/subnet-calculator--calculator.png"; -import ImageGalleryDragDrop from "@site/docs/img/changelog-2669.gif"; - import ImageGalleryProfilesOverView from "@site/docs/img/profiles--overview.png"; import ImageGalleryProfilesProfileSettings from "@site/docs/img/profiles--profile-settings.png"; import ImageGalleryProfilesGroupSettings from "@site/docs/img/profiles--group-settings.png"; @@ -223,16 +221,6 @@ export default function Home() { ]; const images2 = [ - { - original: ImageGalleryDragDrop, - thumbnail: ImageGalleryDragDrop, - originalAlt: "Tabs, drag & drop", - description: "Tabs, drag & drop", - thumbnailAlt: "Tabs, drag & drop", - }, - ]; - - const images3 = [ { original: ImageGalleryProfilesOverView, thumbnail: ImageGalleryProfilesOverView, @@ -265,7 +253,9 @@ export default function Home() {
- Preview of some features... + + Explore the powerful features... +
-
- ...and (encrypted) profiles... + ...and encrypted profiles...
diff --git a/Website/static/img/preview_tabs_drag_drop.gif b/Website/static/img/preview_tabs_drag_drop.gif new file mode 100644 index 0000000000..d26bd62eb0 Binary files /dev/null and b/Website/static/img/preview_tabs_drag_drop.gif differ