Skip to content

Commit 8d1666d

Browse files
Merge pull request #2 from ilsqr/ui-refresh
bug fix
2 parents 8ba2863 + 886435a commit 8d1666d

6 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/ss1.png

433 KB
Loading

assets/ss2.png

818 KB
Loading

assets/ss3.png

481 KB
Loading

assets/ss4.png

864 KB
Loading

assets/ss6.png

886 KB
Loading

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h3>Open Source</h3>
9999
<h2 class="section-title">Download PNM OS</h2>
100100
<p style="color: rgba(255,255,255,0.9); font-size: 1.1rem; margin-bottom: 40px;">Choose the perfect version for your needs</p> <div class="download-cards"> <div class="download-card">
101101
<div class="card-image">
102-
<img src="https://pnmlinux.github.io/ss1.png" alt="PNM OS Light Screenshot" class="screenshot">
102+
<img src="assets/ss1.png" alt="PNM OS Light Screenshot" class="screenshot">
103103
<button class="zoom-btn" onclick="openImageModal('https://pnmlinux.github.io/ss1.png', 'PNM OS Light Screenshot')">
104104
<i class="fas fa-search-plus"></i>
105105
</button>
@@ -120,7 +120,7 @@ <h3>PNM OS Light</h3>
120120
</div>
121121
<div class="download-card">
122122
<div class="card-image">
123-
<img src="https://pnmlinux.github.io/ss2.png" alt="White Hat PNM OS Screenshot" class="screenshot">
123+
<img src="assets/ss2.png" alt="White Hat PNM OS Screenshot" class="screenshot">
124124
<button class="zoom-btn" onclick="openImageModal('https://pnmlinux.github.io/ss2.png', 'White Hat PNM OS Screenshot')">
125125
<i class="fas fa-search-plus"></i>
126126
</button>
@@ -141,7 +141,7 @@ <h3>White Hat PNM OS</h3>
141141
</div>
142142
<div class="download-card">
143143
<div class="card-image">
144-
<img src="https://pnmlinux.github.io/ss3.png" alt="PNM OS Full Screenshot" class="screenshot">
144+
<img src="assets/ss3.png" alt="PNM OS Full Screenshot" class="screenshot">
145145
<button class="zoom-btn" onclick="openImageModal('https://pnmlinux.github.io/ss3.png', 'PNM OS Full Screenshot')">
146146
<i class="fas fa-search-plus"></i>
147147
</button>

0 commit comments

Comments
 (0)