Skip to content

Commit

Permalink
Improve buttons in Download
Browse files Browse the repository at this point in the history
Made them parallel and prominent, so they serve as a proper CTA.
  • Loading branch information
Michael DuBelko committed Sep 17, 2019
1 parent 8466113 commit eb86e56
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,51 +3,51 @@ layout: default
title: Download
---

# Linux #

**Gaffer {{ site.latest-release }}** (stable) compiled, containing [Appleseed {{ site.appleseed-version }}](https://appleseedhq.org). Compatible with Arnold {{ site.arnold-version }}, 3Delight {{ site.delight-version }}, and Tractor {{ site.tractor-version}}.

<a href="https://github.com/gafferhq/gaffer/releases/download/{{ site.latest-release }}/gaffer-{{ site.latest-release }}-linux.tar.gz"><i class="fa fa-arrow-down"></i> Download (.tar.gz)</a>

[Install instructions](https://www.gafferhq.org/documentation/{{ site.latest-release }}/GettingStarted/InstallingGaffer/index.html#installing-in-linux)

[Changelog](https://github.com/GafferHQ/gaffer/releases/tag/{{ site.latest-release }})

[Older releases](https://github.com/gafferhq/gaffer/releases)

#### Requirements ####

- CentOS 7.5+ or Ubuntu 18.04+
- Other popular distributions may work, but Gaffer has not been rigorously tested on them.

# macOS #

**Gaffer {{ site.latest-release }}** (stable) compiled, containing [Appleseed {{ site.appleseed-version }}](https://appleseedhq.org). Compatible with Arnold {{ site.arnold-version }}, 3Delight {{ site.delight-version }}, and Tractor {{ site.tractor-version}}.

<a href="https://github.com/gafferhq/gaffer/releases/download/{{ site.latest-release }}/gaffer-{{ site.latest-release }}-osx.tar.gz"><i class="fa fa-arrow-down"></i> Download (.tar.gz)</a>

[Install instructions](https://www.gafferhq.org/documentation/{{ site.latest-release }}/GettingStarted/InstallingGaffer/index.html#installing-in-osx)
# Pre-built packages #

**Gaffer {{ site.latest-release }}** (stable) compiled, containing Appleseed {{ site.appleseed-version }}. Compatible with Arnold {{ site.arnold-version }}, 3Delight {{ site.delight-version }}, and Tractor {{ site.tractor-version}}.

<div class="container">
<div class="row">
<div class="col-md-4 px-0 mr-md-2 mb-2" id="linux">
<div class="card">
<div class="card-body">
<h5 class="card-title">Linux</h5>
<a class="btn btn-primary d-block mb-2" href="https://github.com/gafferhq/gaffer/releases/download/{{ site.latest-release }}/gaffer-{{ site.latest-release }}-linux.tar.gz"><i class="fab fa-linux"></i> Download <small>(.tar.gz)</small></a>
<p>Requires CentOS 7.5 or newer</p>
<p class="small mb-0">Other Linux distributions may work, but Gaffer has not been rigorously tested on them.</p>
</div>
</div>
</div>
<div class="col-md-4 px-0 mb-2" id="macos">
<div class="card">
<div class="card-body">
<h5 class="card-title">macOS</h5>
<a class="btn btn-primary d-block mb-2" href="https://github.com/gafferhq/gaffer/releases/download/{{ site.latest-release }}/gaffer-{{ site.latest-release }}-osx.tar.gz"><i class="fab fa-apple"></i> Download <small>(.tar.gz)</small></a>
<p class="mb-0">Requires Mavericks 10.9 or newer</p>
</div>
</div>
</div>
</div>
</div>

[Install instructions](https://www.gafferhq.org/documentation/{{ site.latest-release }}/GettingStarted/InstallingGaffer)

[Changelog](https://github.com/GafferHQ/gaffer/releases/tag/{{ site.latest-release }})

[Older releases](https://github.com/gafferhq/gaffer/releases)

#### Requirements ####

- macOS Mavericks 10.9 or higher


# Source #

**Gaffer {{ site.latest-release }}** source.
**Gaffer {{ site.latest-release }}** (stable) source.

<a href="https://github.com/gafferhq/gaffer/archive/{{ site.latest-release }}.zip"><i class="fa fa-arrow-down"></i> Download (.zip)</a>
<a href="https://github.com/gafferhq/gaffer/archive/{{ site.latest-release }}.zip"><i class="fa fa-download"></i> Download <small>(.zip)</small></a>

[Build instructions](https://github.com/GafferHQ/gaffer/blob/master/README.md#building)

For the most recent changes, you can grab and build the [latest source](https://github.com/GafferHQ/gaffer/releases/latest), but please note that the latest changes are not always production-ready.

#### Requirements ####
#### Build Requirements ####

Package Name | Minimum Version
|-
Expand Down

0 comments on commit eb86e56

Please sign in to comment.