website: powered by bintray

This commit is contained in:
Mitchell Hashimoto 2013-07-18 10:48:52 -04:00
parent 9c551ee737
commit cb95f36485
3 changed files with 19 additions and 1 deletions

View File

@ -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"

View File

@ -37,5 +37,13 @@ page_title: "Downloads"
</div>
</div>
<% end %>
<div class="row">
<div class="span8 offset2 poweredby">
<a href='http://www.bintray.com'>
<img src='http://www.bintray.com/docs/images/poweredByBintray_ColorTransparent.png'>
</a>
</div>
</div>
</div>
</section>

View File

@ -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 {