Browse Source

Add opensuse link to downloads

gh-pages
Sebastian Wagner 7 years ago
parent
commit
1aa7dfe5d9
No known key found for this signature in database GPG Key ID: 1AF10AF3B3917AB2
3 changed files with 3 additions and 0 deletions
  1. 1
      index.html
  2. BIN
      styles/resources/opensuse.png
  3. 2
      styles/style.css

1
index.html

@ -60,6 +60,7 @@
<a href="https://aur.archlinux.org/packages/youtube-dl-gui-git/"><li class="arch">Arch</li></a>
<a href="http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/y/youtube-dlg/"><li class="ubuntu">Ubuntu</li></a>
<a href="https://slackbuilds.org/repository/14.2/network/youtube-dl-gui/"><li class="slack">Slackware</li></a>
<a href="https://software.opensuse.org/package/youtube-dl-gui"><li class="opensuse">openSUSE</li></a>
<a href="https://pypi.python.org/pypi/youtube-dlg/"><li class="pypi">PyPi</li></a>
</ul>

BIN
styles/resources/opensuse.png

Before After
Width: 32  |  Height: 32  |  Size: 2.3 KiB

2
styles/style.css

@ -172,4 +172,6 @@ ul a:hover {
.slack { background: url("resources/slack.png") no-repeat; }
.opensuse { background: url("resources/opensuse.png") no-repeat; }
.pypi { background: url("resources/python.png") no-repeat; }
Loading…
Cancel
Save