Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,15 @@ Thank you for helping keep NETworkManager thriving!

<div align="center">

<img alt="NETworkManager tabs and drag & drop preview" src="https://github.com/BornToBeRoot/NETworkManager/blob/main/Website/static/img/preview_tabs_drag_drop.gif?raw=true" />
<img alt="NETworkManager tabs and drag & drop preview" src="https://github.com/BornToBeRoot/NETworkManager/blob/main/Website/static/img/preview-profiles.gif?raw=true" />

Preview of tabs and drag & drop functionality.
Encrypted profile files, group & profile management.

---

<img alt="NETworkManager tabs and drag & drop preview" src="https://github.com/BornToBeRoot/NETworkManager/blob/main/Website/static/img/preview-tabs-drag-drop.gif?raw=true" />

Tabs and drag & drop functionality.

---

Expand Down
4 changes: 2 additions & 2 deletions Source/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("2025.12.10.0")]
[assembly: AssemblyFileVersion("2025.12.10.0")]
[assembly: AssemblyVersion("2025.12.20.0")]
[assembly: AssemblyFileVersion("2025.12.20.0")]
10 changes: 5 additions & 5 deletions Website/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styles from "./styles.module.css";
const FeatureList = [
{
title: "In-Depth Network Analysis",
Svg: require("@site/static/img/undraw_connected_world_wuay.svg").default,
Svg: require("@site/static/img/undraw-connected-world-wuay.svg").default,
description: (
<>
Analyze your network and perform in-depth diagnostics using built-in
Expand All @@ -17,7 +17,7 @@ const FeatureList = [
},
{
title: "Remote Access & Server Management",
Svg: require("@site/static/img/undraw_server_cluster_jwwq.svg").default,
Svg: require("@site/static/img/undraw-server-cluster-jwwq.svg").default,
description: (
<>
Connect, monitor and troubleshoot your network and server
Expand All @@ -29,7 +29,7 @@ const FeatureList = [
},
{
title: "Profile Management",
Svg: require("@site/static/img/undraw_personal_settings_re_i6w4.svg")
Svg: require("@site/static/img/undraw-personal-settings-re-i6w4.svg")
.default,
description: (
<>
Expand All @@ -42,7 +42,7 @@ const FeatureList = [
},
{
title: "Effortless Troubleshooting",
Svg: require("@site/static/img/undraw_server_down_s-4-lk.svg").default,
Svg: require("@site/static/img/undraw-server-down-s-4-lk.svg").default,
description: (
<>
Diagnose and resolve issues effectively with a comprehensive suite of
Expand All @@ -54,7 +54,7 @@ const FeatureList = [
},
{
title: "Open Source",
Svg: require("@site/static/img/undraw_version_control_re_mg66.svg").default,
Svg: require("@site/static/img/undraw-version-control-re-mg66.svg").default,
description: (
<>
NETworkManager is fully open source on GitHub — no ads, no subscriptions,
Expand Down
25 changes: 16 additions & 9 deletions Website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,7 @@ export default function Home() {
<main>
<HomepageFeatures />
<div className="container text--center margin-top--xl margin-bottom--xl">
<Heading as="h2">
📷 Screenshots
</Heading>
<Heading as="h2">📷 Screenshots</Heading>
<div className="gallery-container1">
<ImageGallery
autoPlay="true"
Expand All @@ -236,24 +234,33 @@ export default function Home() {
/>
</div>
<p>Overview of various features and tools in NETworkManager.</p>
<br />
<br />
<div className="gallery-container2">
<img
src="./img/preview_tabs_drag_drop.gif"
alt="NETworkManager tabs and drag & drop preview"
src="./img/preview-profiles.gif"
alt="NETworkManager profiles preview"
className={styles.imageScreenshot}
/>
</div>
<p>Preview of tabs and drag & drop functionality.</p>
<p>Encrypted profile files, group & profile management.</p>
<br />
<div className="gallery-container3">
<img
src="./img/preview-light-theme.png"
src="./img/preview-tabs-drag-drop.gif"
alt="NETworkManager tabs and drag & drop preview"
className={styles.imageScreenshot}
/>
</div>
<p>Preview of tabs and drag & drop functionality.</p>
<p>Tabs and drag & drop functionality.</p>
<br />
<div className="gallery-container4">
<img
src="./img/preview-light-theme.png"
alt="NETworkManager light theme preview"
className={styles.imageScreenshot}
/>
</div>
<p>Customizable light/dark themes and accent colors.</p>
</div>
</main>
</Layout>
Expand Down
Binary file added Website/static/img/preview-profiles.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading