website: fixing downloads page

This commit is contained in:
Armon Dadgar 2014-07-27 16:11:21 -04:00
parent 627b691cf4
commit fc0757fed3
4 changed files with 4 additions and 37 deletions

View File

@ -1,33 +0,0 @@
---
layout: "downloads"
page_title: "Download Terraform Web UI"
sidebar_current: "downloads-ui"
---
<h1>Download Terraform Web UI</h1>
<section class="downloads">
<div class="description row">
<div class="col-md-12">
<p>
From this page you can download the web UI for Terraform. This is
distributed as a separate ZIP package. You can view a
<a href="http://demo.terraform.io">demo of the web UI here</a> or
you can
<a href="/intro/getting-started/ui.html">read the docs on how to set up the UI here</a>.
</p>
<p class="center">
<a class="btn btn-default btn-lg" href="<%= ui_download_url %>">
Download Terraform Web UI <%= latest_version %></a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-12 poweredby">
<a href='http://www.bintray.com'>
<img src='http://www.bintray.com/docs/images/poweredByBintray_ColorTransparent.png'>
</a>
</div>
</div>
</section>

View File

@ -5,10 +5,6 @@
<li<%= sidebar_current("downloads-terraform") %>>
<a href="/downloads.html">Download Terraform</a>
</li>
<li<%= sidebar_current("downloads-ui") %>>
<a href="/downloads_web_ui.html">Download Web UI</a>
</li>
</ul>
</div>
<% end %>

View File

@ -14,6 +14,7 @@ body.layout-digitalocean,
body.layout-aws,
body.layout-docs,
body.layout-inner,
body.layout-downloads,
body.layout-intro{
background: @light-black url('../images/sidebar-wire.png') left 62px no-repeat;

View File

@ -1294,6 +1294,7 @@ body.layout-digitalocean,
body.layout-aws,
body.layout-docs,
body.layout-inner,
body.layout-downloads,
body.layout-intro {
background: #242424 url('../images/sidebar-wire.png') left 62px no-repeat;
}
@ -1305,6 +1306,7 @@ body.layout-digitalocean > .container .col-md-8[role=main],
body.layout-aws > .container .col-md-8[role=main],
body.layout-docs > .container .col-md-8[role=main],
body.layout-inner > .container .col-md-8[role=main],
body.layout-downloads > .container .col-md-8[role=main],
body.layout-intro > .container .col-md-8[role=main] {
min-height: 800px;
background-color: white;
@ -1317,6 +1319,7 @@ body.layout-digitalocean > .container .col-md-8[role=main] > div,
body.layout-aws > .container .col-md-8[role=main] > div,
body.layout-docs > .container .col-md-8[role=main] > div,
body.layout-inner > .container .col-md-8[role=main] > div,
body.layout-downloads > .container .col-md-8[role=main] > div,
body.layout-intro > .container .col-md-8[role=main] > div {
position: relative;
z-index: 10;