Small adjustments to website

This commit is contained in:
Jan Larres 2012-03-05 21:35:39 +13:00
parent d165e65644
commit a954c7c3a1
3 changed files with 35 additions and 6 deletions

View File

@ -16,12 +16,17 @@
margin: 0 auto;
width: 700px;
}
h1 { font-size: 3.8em; color: #cccccc; margin-bottom: 3px; }
h1 {
font-size: 3.8em;
color: #dddddd;
margin-bottom: 3px;
text-shadow: #111111 3px 3px 1px;
}
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none }
h2 { font-size: 1.5em; color: #cccccc; }
h3 { text-align: left; color: #cccccc; }
a { color: #cccccc; }
h2 { font-size: 1.5em; color: #dddddd; text-shadow: #111111 1px 1px 1px; }
h3 { text-align: left; color: #dddddd; }
a { color: #dddddd; }
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
.download { float: right; }
pre { background: #000; color: #fff; padding: 15px;}

22
archive.html Normal file
View File

@ -0,0 +1,22 @@
---
layout: default
title: Old releases
---
<a href="http://github.com/majutsushi/tagbar"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div id="container">
<h3>Old releases</h3>
{% for post in site.posts offset:1 %}
<span style="font-weight:bold">{{ post.title }}</span> ({{ post.date | date:"%Y-%m-%d" }})
<a href="http://github.com/majutsushi/tagbar/zipball/v{{ post.title }}">zip</a>
<a href="http://github.com/majutsushi/tagbar/tarball/v{{ post.title }}">tar</a>
{{ post.content }}
{% endfor %}
</div>

View File

@ -84,9 +84,9 @@ nmap <F8> :TagbarToggle<CR>
<p>Jan Larres (jan@majutsushi.net)</p>
<h2>Download</h2>
<h3>Stable releases</h3>
<h3>Latest stable release</h3>
{% for post in site.posts %}
{% for post in site.posts limit:1 %}
<span style="font-weight:bold">{{ post.title }}</span> ({{ post.date | date:"%Y-%m-%d" }})
<a href="http://github.com/majutsushi/tagbar/zipball/v{{ post.title }}">zip</a>
@ -96,6 +96,8 @@ nmap <F8> :TagbarToggle<CR>
{% endfor %}
<a href="archive.html">Old releases</a>
<h3>Latest source</h3>
<p>
Download as: