mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-09 04:20:10 +00:00
Merge pull request #1605
downloads: add link to source code archive for GUI and CLI
This commit is contained in:
commit
574d9acba2
4 changed files with 9 additions and 1 deletions
|
@ -249,6 +249,7 @@ downloads:
|
|||
mobile: Mobile
|
||||
desktop: Desktop
|
||||
antivirus: Antivirus
|
||||
sourcearchive: Source Code (archive)
|
||||
|
||||
press-kit:
|
||||
intro1: Here you'll find the Monero symbol and logo below. You can choose any size that you want, or download the .ai file to mess with the logo yourself.
|
||||
|
|
|
@ -3277,6 +3277,11 @@ span.icon-browser {
|
|||
background-position: 0 -355px;
|
||||
}
|
||||
|
||||
span.icon-git {
|
||||
background-image: url(../img/monero-spritesheet.png);
|
||||
background-position: -94px -140px;
|
||||
}
|
||||
|
||||
.downloads a.ext-noicon {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
|
|
@ -80,6 +80,7 @@ permalink: /downloads/index.html
|
|||
<div class="col-md-4 col-sm-4 col-xs-4 desktop-only">
|
||||
<ul>
|
||||
<li class="downloads"><span class="icon-github"></span><a class="orange" href="https://github.com/monero-project/monero-gui">{% t downloads.sourcecode %}</a></li>
|
||||
<li class="downloads"><span class="icon-git"></span><a class="orange" href="https://downloads.getmonero.org/gui/source">{% t downloads.sourcearchive %}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="mobile-only">
|
||||
|
@ -166,12 +167,13 @@ permalink: /downloads/index.html
|
|||
<ul>
|
||||
<li class="downloads"><span class="icon-linux"></span><a class="orange" href="https://downloads.getmonero.org/cli/linux64">Linux 64-bit</a> | <a class="orange" href="https://downloads.getmonero.org/cli/linux32">32-bit</a></li>
|
||||
<li class="downloads"><span class="icon-linux"></span><a class="orange" href="https://downloads.getmonero.org/cli/linuxarm8">Linux ARMv8</a> | <a class="orange" href="https://downloads.getmonero.org/cli/linuxarm7">Linux ARMv7</a></li>
|
||||
<li class="downloads"><span class="icon-freebsd"></span><a class="orange" href="https://downloads.getmonero.org/cli/freebsd64">FreeBSD 64-bit</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4 col-sm-4 col-xs-4 desktop-only">
|
||||
<ul>
|
||||
<li class="downloads"><span class="icon-freebsd"></span><a class="orange" href="https://downloads.getmonero.org/cli/freebsd64">FreeBSD 64-bit</a></li>
|
||||
<li class="downloads"><span class="icon-github"></span><a class="orange" href="https://github.com/monero-project/monero">{% t downloads.sourcecode %}</a></li>
|
||||
<li class="downloads"><span class="icon-git"></span><a class="orange" href="https://downloads.getmonero.org/cli/source">{% t downloads.sourcearchive %}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="mobile-only">
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 45 KiB |
Loading…
Reference in a new issue