Skip to content

Commit f740635

Browse files
authored
Merge pull request #21 from avikeid2007/dev
Dev
2 parents d97318b + 8eb12d0 commit f740635

10 files changed

+25
-10
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center">
2-
<img src="icon.png" alt="Ping Legacy" width="150">
2+
<img src="ScreenShot/logo.png" alt="Ping Legacy" width="150">
33
<br/>
44
Ping Legacy
55
<br/>
@@ -55,9 +55,15 @@ Test your connection status and quality with ease.
5555
- **CommunityToolkit.Mvvm** - MVVM architecture
5656
- **SQLite** - Local data storage
5757

58-
## 📸 Screenshot
58+
## 📸 Screenshots
5959

60-
![Ping Legacy](https://raw.githubusercontent.com/avikeid2007/Ping-Tool/master/ScreenShot/ping-legacy.png)
60+
| Main Ping | Multi-Ping Monitor |
61+
|-----------|--------------------|
62+
| ![Main](ScreenShot/Screenshot%202026-01-16%20142133.png) | ![Multi-Ping](ScreenShot/Screenshot%202026-01-16%20142206.png) |
63+
64+
| Speed Test | History |
65+
|------------|--------|
66+
| ![Speed Test](ScreenShot/Screenshot%202026-01-16%20142244.png) | ![History](ScreenShot/Screenshot%202026-01-16%20142301.png) |
6167

6268
## 🚀 Getting Started
6369

178 KB
Loading
80.2 KB
Loading
149 KB
Loading
49.8 KB
Loading
128 KB
Loading

ScreenShot/logo.png

459 KB
Loading

ScreenShot/ping-legacy.png

-166 KB
Binary file not shown.

docs/index.html

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@
237237
<div class="container">
238238
<!-- Hero Section -->
239239
<section class="hero">
240-
<img src="https://raw.githubusercontent.com/avikeid2007/Ping-Tool/master/icon.png" alt="Ping Legacy"
241-
class="logo">
240+
<img src="https://raw.githubusercontent.com/avikeid2007/Ping-Tool/master/ScreenShot/logo.png"
241+
alt="Ping Legacy" class="logo">
242242
<h1>Ping Legacy</h1>
243243
<p class="tagline">A modern network diagnostic tool for Windows. Test your connection status and quality
244244
with powerful features.</p>
@@ -259,10 +259,19 @@ <h1>Ping Legacy</h1>
259259
</div>
260260
</section>
261261

262-
<!-- Screenshot -->
262+
<!-- Screenshots -->
263263
<section class="screenshot-section">
264-
<img src="https://raw.githubusercontent.com/avikeid2007/Ping-Tool/master/ScreenShot/ping-legacy.png"
265-
alt="Ping Legacy Screenshot" class="screenshot">
264+
<div class="screenshot-grid"
265+
style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 1000px; margin: 0 auto;">
266+
<img src="https://raw.githubusercontent.com/avikeid2007/Ping-Tool/master/ScreenShot/Screenshot%202026-01-16%20142133.png"
267+
alt="Main Ping" class="screenshot" style="width: 100%;">
268+
<img src="https://raw.githubusercontent.com/avikeid2007/Ping-Tool/master/ScreenShot/Screenshot%202026-01-16%20142206.png"
269+
alt="Multi-Ping Monitor" class="screenshot" style="width: 100%;">
270+
<img src="https://raw.githubusercontent.com/avikeid2007/Ping-Tool/master/ScreenShot/Screenshot%202026-01-16%20142244.png"
271+
alt="Speed Test" class="screenshot" style="width: 100%;">
272+
<img src="https://raw.githubusercontent.com/avikeid2007/Ping-Tool/master/ScreenShot/Screenshot%202026-01-16%20142301.png"
273+
alt="History" class="screenshot" style="width: 100%;">
274+
</div>
266275
</section>
267276

268277
<!-- Features Section -->

docs/privacy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@
148148
</a>
149149

150150
<div class="header">
151-
<img src="https://raw.githubusercontent.com/avikeid2007/Ping-Tool/master/icon.png" alt="Ping Legacy"
152-
class="logo">
151+
<img src="https://raw.githubusercontent.com/avikeid2007/Ping-Tool/master/ScreenShot/logo.png"
152+
alt="Ping Legacy" class="logo">
153153
<h1>Privacy Policy</h1>
154154
<p class="subtitle">Ping Legacy - Network Diagnostic Tool</p>
155155
</div>

0 commit comments

Comments
 (0)