Skip to content

Commit c484b67

Browse files
authored
feat(readme): download section redesign
1 parent 437cd2b commit c484b67

File tree

1 file changed

+29
-33
lines changed

1 file changed

+29
-33
lines changed

README.md

Lines changed: 29 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,35 @@
55

66
The fixed and simple clipboard manager for both Windows and Linux.
77

8-
<table>
9-
<tbody>
10-
<tr>
11-
<td>Download for</td>
12-
<td>
13-
<a href="https://github.com/0PandaDEV/Qopy/releases/download/v0.3.0/Qopy-0.3.0_x64.msi">
14-
<img src="./public/windows.png"> Windows (x64)
15-
</a>
16-
</td>
17-
<td>
18-
<a href="https://github.com/0PandaDEV/Qopy/releases/download/v0.3.0/Qopy-0.3.0_arm64.msi">
19-
<img src="./public/windows.png"> Windows (arm64)
20-
</a>
21-
</td>
22-
<td>
23-
<a href="https://github.com/0PandaDEV/Qopy/releases/download/v0.3.0/Qopy-0.3.0_silicon.dmg">
24-
<img src="./public/apple.png"> macOS (Silicon)
25-
</a>
26-
</td>
27-
<td>
28-
<a href="https://github.com/0PandaDEV/Qopy/releases/download/v0.3.0/Qopy-0.3.0_intel.dmg">
29-
<img src="./public/apple.png"> macOS (Intel)
30-
</a>
31-
</td>
32-
<td>
33-
<a href="https://github.com/0PandaDEV/Qopy/releases/download/v0.3.0/Qopy-0.3.0.AppImage">
34-
<img src="./public/linux.png"> Linux
35-
</a>
36-
</td>
37-
</tr>
38-
</tbody>
39-
</table>
40-
8+
<a href="https://github.com/0PandaDEV/Qopy/releases/download/v0.3.0/Qopy-0.3.0_x64.msi">
9+
<img src="./public/windows.png"> Windows (x64)
10+
</a>
11+
12+
<a href="https://github.com/0PandaDEV/Qopy/releases/download/v0.3.0/Qopy-0.3.0_arm64.msi">
13+
Windows (arm64)
14+
</a>
15+
<br>
16+
<a href="https://github.com/0PandaDEV/Qopy/releases/download/v0.3.0/Qopy-0.3.0.deb">
17+
<img src="./public/linux.png"> Linux (deb)
18+
</a>
19+
20+
<a href="https://github.com/0PandaDEV/Qopy/releases/download/v0.3.0/Qopy-0.3.0.rpm">
21+
Linux (rpm)
22+
</a>
23+
24+
<a href="https://github.com/0PandaDEV/Qopy/releases/download/v0.3.0/Qopy-0.3.0.">
25+
Linux (AppImage)
26+
</a>
27+
<br>
28+
<a href="https://github.com/0PandaDEV/Qopy/releases/download/v0.3.0/Qopy-0.3.0_silicon.dmg">
29+
<img src="./public/apple.png"> macOS (Silicon)
30+
</a>
31+
32+
<a href="https://github.com/0PandaDEV/Qopy/releases/download/v0.3.0/Qopy-0.3.0_intel.dmg">
33+
macOS (Intel)
34+
</a>
35+
<br>
36+
<br>
4137
<sup>Nightly releases can be found <a href="https://github.com/0PandaDEV/qopy/actions/workflows/build.yml">here</a> </sup>
4238

4339
</div>

0 commit comments

Comments
 (0)