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 { .download small {
margin: 0.5em; margin: 0.5em 0 0;
display: inline-block; display: inline-block;
} }

View File

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