Fix download link placement

This commit is contained in:
Seth Vargo 2017-03-28 12:44:24 -04:00
parent 80de593f02
commit ece753ed47
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF
1 changed files with 22 additions and 20 deletions

View File

@ -9,24 +9,26 @@ description: |-
<h1>Download Vagrant</h1> <h1>Download Vagrant</h1>
<div class="downloads"> <div class="downloads">
<div class="description"> <div class="description row">
<p> <div class="col-md-12">
Below are the available downloads for the latest version of Vagrant <p>
(<%= latest_version %>). Please download the proper package for your Below are the available downloads for the latest version of Vagrant
operating system and architecture. (<%= latest_version %>). Please download the proper package for your
</p> operating system and architecture.
<p> </p>
You can find the <p>
<a href="https://releases.hashicorp.com/vagrant/<%= latest_version %>/vagrant_<%= latest_version %>_SHA256SUMS"> You can find the
SHA256 checksums for Vagrant <%= latest_version %> <a href="https://releases.hashicorp.com/vagrant/<%= latest_version %>/vagrant_<%= latest_version %>_SHA256SUMS">
</a> SHA256 checksums for Vagrant <%= latest_version %>
online and you can </a>
<a href="https://releases.hashicorp.com/vagrant/<%= latest_version %>/vagrant_<%= latest_version %>_SHA256SUMS.sig"> online and you can
verify the checksum's signature file <a href="https://releases.hashicorp.com/vagrant/<%= latest_version %>/vagrant_<%= latest_version %>_SHA256SUMS.sig">
</a>, verify the checksum's signature file
which has been signed using <a href="https://www.hashicorp.com/security.html" target="_blank" rel="nofollow noopener noreferrer">HashiCorp's GPG key</a>. </a>,
You can also <a href="https://releases.hashicorp.com/vagrant/" target="_blank" rel="nofollow noopener noreferrer">download older versions of Vagrant</a> from the releases service. which has been signed using <a href="https://www.hashicorp.com/security.html" target="_blank" rel="nofollow noopener noreferrer">HashiCorp's GPG key</a>.
</p> You can also <a href="https://releases.hashicorp.com/vagrant/" target="_blank" rel="nofollow noopener noreferrer">download older versions of Vagrant</a> from the releases service.
</p>
</div>
</div> </div>
<% product_versions.each do |os, arches| %> <% product_versions.each do |os, arches| %>
@ -48,9 +50,9 @@ description: |-
<% end %> <% end %>
<div class="row"> <div class="row">
<div class="poweredby"> <div class="col-md-12 poweredby">
<a href="https://www.fastly.com?utm_source=hashicorp" target="_blank" rel="nofollow noopener noreferrer"> <a href="https://www.fastly.com?utm_source=hashicorp" target="_blank" rel="nofollow noopener noreferrer">
<%= inline_svg "fastly.svg", height: 50 %> <%= image_tag "fastly_logo.png" %>
</a> </a>
</div> </div>
</div> </div>