Skip to content

Commit 3c7f4f6

Browse files
authored
Update download.html
1 parent cf53da7 commit 3c7f4f6

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

download.html

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>HackerOS - Download</title>
7-
<link rel="icon" type="image/png" href="HackerOS.png">
7+
<link rel="icon" type="image/png" href="HackerOS.png">
88
<style>
99
* {
1010
margin: 0;
@@ -97,6 +97,10 @@
9797
font-size: 24px;
9898
margin-bottom: 15px;
9999
}
100+
.download-option p {
101+
font-size: 16px;
102+
margin-bottom: 15px;
103+
}
100104
.btn {
101105
display: inline-block;
102106
padding: 12px 24px;
@@ -134,8 +138,7 @@
134138
document.querySelector('.download-section h1').textContent = 'Download HackerOS';
135139
const h2s = document.querySelectorAll('.download-option h2');
136140
h2s[0].textContent = 'HackerOS Official';
137-
h2s[1].textContent = 'HackerOS Nvidia';
138-
h2s[2].textContent = 'HackerOS Cybersecurity';
141+
h2s[1].textContent = 'HackerOS Cybersecurity';
139142
const btns = document.querySelectorAll('.btn');
140143
for (let i = 0; i < btns.length; i++) {
141144
if (btns[i].href.includes('sourceforge')) {
@@ -171,17 +174,11 @@
171174
<h1>Pobierz HackerOS</h1>
172175
<div class="download-option">
173176
<h2>HackerOS Official</h2>
177+
<p>Jeżeli masz kartę graficzną NVIDIA, użyj komendy w systemie HackerOS: <code>setup-nvidia</code></p>
174178
<a href="https://sourceforge.net/projects/hackeros/files/HackerOS-V3.0.iso/download" class="btn">Pobierz z SourceForge</a>
175-
<a href="https://mega.nz/file/QD1UDZrB#JXGaSMQCI4iYxMX-6mDfPBjdAWaBGTM314JfBh5yo9M" class="btn">Pobierz z Mega.nz</a>
179+
<a href="https://mega.nz/file/RSlHkbyC#mM1fIT8v5swZRxW_YqO6jg7GnBcGHDbfRk0f98AmyI4" class="btn">Pobierz z Mega.nz</a>
176180
<a href="https://drive.google.com/file/d/1uGSvN1Iiwh38mbh4AD60W_Wtmr4nOV0N/view?usp=sharing" class="btn">Pobierz z Google Drive</a>
177-
<a href="https://transfer.it/t/Inbx9X1zmJAI" class="btn">Pobierz z Transfer.it</a>
178-
</div>
179-
<div class="download-option">
180-
<h2>HackerOS Nvidia</h2>
181-
<a href="https://sourceforge.net/projects/hackeros/files/HackerOS-V3.0-NVIDIA.iso/download" class="btn">Pobierz z SourceForge</a>
182-
<a href="https://mega.nz/file/gSsXiLTZ#eRBifKfKmee0WB4_Jrj75UkMfKAXVqYHdLJSG8I4Phc" class="btn">Pobierz z Mega.nz</a>
183-
<a href="https://drive.google.com/file/d/1EJIwAYpdkrO3ANbxefXXY41t6tEutidK/view?usp=sharing" class="btn">Pobierz z Google Drive</a>
184-
<a href="https://transfer.it/t/ECeFBW11kTBK" class="btn">Pobierz z Transfer.it</a>
181+
<a href="https://transfer.it/t/zV9g8a1VEZLL" class="btn">Pobierz z Transfer.it</a>
185182
</div>
186183
<div class="download-option">
187184
<h2>HackerOS Cybersecurity</h2>

0 commit comments

Comments
 (0)