This commit is contained in:
Samuel Vasko 2013-09-29 20:50:38 +02:00
parent 4c0da2ea52
commit 61334277c9
2 changed files with 14 additions and 11 deletions

View File

@ -203,7 +203,7 @@ main {
}
.download small {
margin: 0.5em;
margin: 0.5em 0 0;
display: inline-block;
}

View File

@ -22,9 +22,9 @@
</header>
<main>
<h2 class="bit-1 copy"> 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 class="bit-1 copy"> Cmder is a software package created out of pure frustration over absence of nice
console emulator on Windows. It is based on amazing software, spiced up with Monokai color scheme and
custom prompt layout. Looking sexy from the start.
</h2>
<section class="container information">
@ -59,20 +59,23 @@
</div>
<div class="bit-2">
<button class="gray">Download mini</button>
<small>4 MB zipped &nbsp;:&nbsp; 8 MB</small>
<a href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_mini.zip">
<button class="gray">Download mini</button>
</a>
<small>3 MB zipped &nbsp;:&nbsp; 7 MB</small>
</div>
<div class="bit-2">
<button class="blue">Download full</button>
<small>(with msysgit) 4 MB zipped &nbsp;:&nbsp; 8 MB </small>
<a href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_full.zip"><button class="blue">Download full</button></a>
<small>(with msysgit) 115 MB zipped &nbsp;:&nbsp; 250 MB </small>
<small> <em><a href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_full.7z">Shockingly small 23 MB 7z </a></em> </small>
</div>
<div id="installation">
<h4>Installation</h4>
<ol>
<li> Unzip (can take a while) </li>
<li> (optional) Place your executables in <code>/bin</code> folder</li>
<li> Run <strong>Cmder.bat</strong> </li>
<li>Unzip (can take a while) </li>
<li>(optional) Place your executables in <code>/bin</code> folder</li>
<li>Run <strong>Cmder.bat</strong> </li>
</ol>
</div>
</section>