Some text added

This commit is contained in:
Samuel Vasko 2013-09-25 21:41:58 +02:00
parent ce366c03da
commit 995ffa566e
2 changed files with 10 additions and 4 deletions

View File

@ -184,12 +184,13 @@ main {
}
.download {
padding-top: 1.2em;
max-width: 35em;
text-align: center;
}
.download > .bit-2 {
margin: 1.5em 0;
margin: 1.5em 0 0 0;
}
.download small {

View File

@ -23,7 +23,7 @@
<main>
<h2 class="bit-1 copy">
Cmder is clever combination of some great Windows software. Packaged in seamless way using `.bat` files (yea really). Portable, fast, sexy.
Cmder is a software package created out of pure frustration over absence of usable console emulator on Windows. It is based on ConEmu with major config overhaul and some batch file magic. Monokai color scheme, amazing clink and custom prompt layout.
</h2>
<section class="container information">
@ -47,13 +47,18 @@
<h3>Download</h3>
<section class="download container">
<div class="bit-1">
<a href="https://github.com/bliker/cmder">Github Repo</a> (for issues/requests/sauce)
</div>
<div class="bit-2">
<button class="gray">Download mini</button>
<small>4 MB zipped &nbsp;:&nbsp; 8 MB unzipped</small>
<small>4 MB zipped &nbsp;:&nbsp; 8 MB</small>
</div>
<div class="bit-2">
<button class="blue">Download full</button>
<small>4 MB zipped &nbsp;:&nbsp; 8 MB unzipped</small>
<small>(with msysgit) 4 MB zipped &nbsp;:&nbsp; 8 MB </small>
</div>
</section>