Skip to content

Commit

Permalink
Download and GitHub links on the front page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Bostock committed Aug 18, 2010
1 parent 666a4d3 commit c25ab46
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 6 deletions.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -35,7 +35,9 @@ WWW_FILES = \
www/index.html \
www/download.html \
www/forkme.png \
www/zip.png \
www/git-16x16.png \
www/zip-16x16.png \
www/zip-128x128.png \
www/logo-big.js \
www/logo-big.png \
www/logo-small.js \
Expand Down
6 changes: 4 additions & 2 deletions www/download.html
Expand Up @@ -34,12 +34,14 @@
<h2>Download</h2>

<div class="span-4 append-1">
<a href="http://github.com/simplegeo/polymaps/zipball/v2.0.1">
<img src="zip.png" width="144" height="142"/>
<a href="http://github.com/simplegeo/polymaps/zipball/v2.0.1"
title="Download Polymaps 2.0.1">
<img src="zip-128x128.png" width="128" height="128"/>
</a>
</div>
<div class="span-13 last">
<h4><a href="http://github.com/simplegeo/polymaps/zipball/v2.0.1"
title="Download Polymaps 2.0.1"
>polymaps-v2.0.1.zip</a></h4>

<p>Released August 17, 2010. Compare to:
Expand Down
Binary file added www/git-16x16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 13 additions & 2 deletions www/index.html
Expand Up @@ -16,15 +16,26 @@
<body>
<div class="container">
<hr class="space"/>
<div class="span-5 append-1 logo sidebar">
<a href="./">
<div class="span-5 append-1 sidebar">
<a href="./" class="logo">
<img src="logo-small.png"/>
<script type="text/javascript" src="logo-small.js"></script>
</a>
<hr class="space"/>
<div class="blurb">
A JavaScript library for image- and vector-tiled maps using SVG.
</div>
<hr class="space" style="height:2em;">
<a href="http://github.com/simplegeo/polymaps/zipball/v2.0.1"
title="Download Polymaps 2.0.1"><img src="zip-16x16.png"
style="width:16px;height:16px;position:relative;top:2px;"/></a>
<a href="http://github.com/simplegeo/polymaps/zipball/v2.0.1"
title="Download Polymaps 2.0.1">polymaps-v2.0.1.zip</a><br/>
<a href="http://github.com/simplegeo/polymaps"
title="Fork Polymaps on GitHub"><img src="git-16x16.png"
style="width:16px;height:16px;position:relative;top:5px;"/></a>
<a href="http://github.com/simplegeo/polymaps"
title="Fork Polymaps on GitHub">polymaps.git</a>
</div>
<div class="span-18 prepend-6 last top">
<a class="active" href="./">Overview</a>
Expand Down
2 changes: 1 addition & 1 deletion www/style.css
Expand Up @@ -64,7 +64,7 @@ img.ex {
height: 140px;
}

img, svg {
.logo img, .logo svg, img.ex {
float: left;
}

Expand Down
Binary file added www/zip-128x128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/zip-16x16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed www/zip.png
Binary file not shown.

0 comments on commit c25ab46

Please sign in to comment.