Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move download button to top row, to make it more obvious
  • Loading branch information
zoffixznet committed Apr 2, 2015
1 parent 981b7e0 commit 3aa4c7f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions source/index.html
Expand Up @@ -28,13 +28,10 @@ <h4><a href="/community/">Community</a></h4>
<p class="more"><a href="/community/">»MORE«</a></p>
</section>

<section id="specs">
<h4><a href="/specification/">Language Design</a></h4>
<ul>
<li><a href="http://design.perl6.org/">Synopsis</a> - official Perl&nbsp;6 design documents</li>
<li><a href="/compilers/std-viv">STD.pm</a> - official Perl&nbsp;6 grammar</li>
</ul>
<p class="more"><a href="/specification/">»MORE«</a></p>
<section id="download">
<a href="http://rakudo.org/how-to-get-rakudo">
<img src="download-button.png" alt="download"/>
</a>
</section>

<section id="compiler">
Expand All @@ -60,10 +57,13 @@ <h4><a href="/documentation/">Documentation</a></h4>
<p class="more"><a href="/documentation/">»MORE«</a></p>
</section>

<section id="download">
<a href="http://rakudo.org/how-to-get-rakudo">
<img src="download-button.png" alt="download"/>
</a>
<section id="specs">
<h4><a href="/specification/">Language Design</a></h4>
<ul>
<li><a href="http://design.perl6.org/">Synopsis</a> - official Perl&nbsp;6 design documents</li>
<li><a href="/compilers/std-viv">STD.pm</a> - official Perl&nbsp;6 grammar</li>
</ul>
<p class="more"><a href="/specification/">»MORE«</a></p>
</section>

<section id="stuff">
Expand Down

0 comments on commit 3aa4c7f

Please sign in to comment.