Skip to content

Commit fc981ae

Browse files
committed
Docs: #3248
1 parent 5ea2359 commit fc981ae

12 files changed

+31
-18
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,15 @@ Thank you for helping keep NETworkManager thriving!
134134

135135
<div align="center">
136136

137-
<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" />
137+
<img alt="NETworkManager tabs and drag & drop preview" src="https://github.com/BornToBeRoot/NETworkManager/blob/main/Website/static/img/preview-profiles.gif?raw=true" />
138138

139-
Preview of tabs and drag & drop functionality.
139+
Encrypted profile files, group & profile management.
140+
141+
---
142+
143+
<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" />
144+
145+
Tabs and drag & drop functionality.
140146

141147
---
142148

Source/GlobalAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
[assembly: AssemblyTrademark("")]
77
[assembly: AssemblyCulture("")]
88

9-
[assembly: AssemblyVersion("2025.12.10.0")]
10-
[assembly: AssemblyFileVersion("2025.12.10.0")]
9+
[assembly: AssemblyVersion("2025.12.20.0")]
10+
[assembly: AssemblyFileVersion("2025.12.20.0")]

Website/src/components/HomepageFeatures/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import styles from "./styles.module.css";
55
const FeatureList = [
66
{
77
title: "In-Depth Network Analysis",
8-
Svg: require("@site/static/img/undraw_connected_world_wuay.svg").default,
8+
Svg: require("@site/static/img/undraw-connected-world-wuay.svg").default,
99
description: (
1010
<>
1111
Analyze your network and perform in-depth diagnostics using built-in
@@ -17,7 +17,7 @@ const FeatureList = [
1717
},
1818
{
1919
title: "Remote Access & Server Management",
20-
Svg: require("@site/static/img/undraw_server_cluster_jwwq.svg").default,
20+
Svg: require("@site/static/img/undraw-server-cluster-jwwq.svg").default,
2121
description: (
2222
<>
2323
Connect, monitor and troubleshoot your network and server
@@ -29,7 +29,7 @@ const FeatureList = [
2929
},
3030
{
3131
title: "Profile Management",
32-
Svg: require("@site/static/img/undraw_personal_settings_re_i6w4.svg")
32+
Svg: require("@site/static/img/undraw-personal-settings-re-i6w4.svg")
3333
.default,
3434
description: (
3535
<>
@@ -42,7 +42,7 @@ const FeatureList = [
4242
},
4343
{
4444
title: "Effortless Troubleshooting",
45-
Svg: require("@site/static/img/undraw_server_down_s-4-lk.svg").default,
45+
Svg: require("@site/static/img/undraw-server-down-s-4-lk.svg").default,
4646
description: (
4747
<>
4848
Diagnose and resolve issues effectively with a comprehensive suite of
@@ -54,7 +54,7 @@ const FeatureList = [
5454
},
5555
{
5656
title: "Open Source",
57-
Svg: require("@site/static/img/undraw_version_control_re_mg66.svg").default,
57+
Svg: require("@site/static/img/undraw-version-control-re-mg66.svg").default,
5858
description: (
5959
<>
6060
NETworkManager is fully open source on GitHub — no ads, no subscriptions,

Website/src/pages/index.js

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,7 @@ export default function Home() {
225225
<main>
226226
<HomepageFeatures />
227227
<div className="container text--center margin-top--xl margin-bottom--xl">
228-
<Heading as="h2">
229-
📷 Screenshots
230-
</Heading>
228+
<Heading as="h2">📷 Screenshots</Heading>
231229
<div className="gallery-container1">
232230
<ImageGallery
233231
autoPlay="true"
@@ -236,24 +234,33 @@ export default function Home() {
236234
/>
237235
</div>
238236
<p>Overview of various features and tools in NETworkManager.</p>
239-
<br />
237+
<br />
240238
<div className="gallery-container2">
241239
<img
242-
src="./img/preview_tabs_drag_drop.gif"
243-
alt="NETworkManager tabs and drag & drop preview"
240+
src="./img/preview-profiles.gif"
241+
alt="NETworkManager profiles preview"
244242
className={styles.imageScreenshot}
245243
/>
246244
</div>
247-
<p>Preview of tabs and drag & drop functionality.</p>
245+
<p>Encrypted profile files, group & profile management.</p>
248246
<br />
249247
<div className="gallery-container3">
250248
<img
251-
src="./img/preview-light-theme.png"
249+
src="./img/preview-tabs-drag-drop.gif"
252250
alt="NETworkManager tabs and drag & drop preview"
253251
className={styles.imageScreenshot}
254252
/>
255253
</div>
256-
<p>Preview of tabs and drag & drop functionality.</p>
254+
<p>Tabs and drag & drop functionality.</p>
255+
<br />
256+
<div className="gallery-container4">
257+
<img
258+
src="./img/preview-light-theme.png"
259+
alt="NETworkManager light theme preview"
260+
className={styles.imageScreenshot}
261+
/>
262+
</div>
263+
<p>Customizable light/dark themes and accent colors.</p>
257264
</div>
258265
</main>
259266
</Layout>
2.82 MB
Loading
File renamed without changes.
File renamed without changes.

Website/static/img/undraw_personal_settings_re_i6w4.svg renamed to Website/static/img/undraw-personal-settings-re-i6w4.svg

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)