From cb95f3648554535e43fa6bb7adfaafbc219e8f76 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 18 Jul 2013 10:48:52 -0400 Subject: [PATCH] website: powered by bintray --- website/config.rb | 1 - website/source/downloads.html.erb | 8 ++++++++ website/source/stylesheets/_components.scss | 11 +++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/website/config.rb b/website/config.rb index 6bf10d1db..6d5da1110 100644 --- a/website/config.rb +++ b/website/config.rb @@ -18,7 +18,6 @@ if !ENV["PACKER_DISABLE_DOWNLOAD_FETCH"] response.body.split("\n").each do |line| next if line !~ /\/mitchellh\/packer\/(#{Regexp.quote(ENV["PACKER_VERSION"])}.+?)'/ - p $1.to_s filename = $1.to_s os = filename.split("_")[1] next if os == "SHA256SUMS" diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb index db0d3792e..38465d300 100644 --- a/website/source/downloads.html.erb +++ b/website/source/downloads.html.erb @@ -37,5 +37,13 @@ page_title: "Downloads" <% end %> + +
+
+ + + +
+
diff --git a/website/source/stylesheets/_components.scss b/website/source/stylesheets/_components.scss index 07d0b562a..504c6b5b7 100644 --- a/website/source/stylesheets/_components.scss +++ b/website/source/stylesheets/_components.scss @@ -118,6 +118,17 @@ header .header { margin-bottom: -3px; } } + + .poweredby { + margin-top: 20px; + margin-bottom: 20px; + + img { + display: block; + margin: 0 auto; + width: 122px; + } + } } .marketting {