mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-15 00:09:11 +08:00
Links!
This commit is contained in:
parent
4c0da2ea52
commit
61334277c9
@ -203,7 +203,7 @@ main {
|
||||
}
|
||||
|
||||
.download small {
|
||||
margin: 0.5em;
|
||||
margin: 0.5em 0 0;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
23
index.html
23
index.html
@ -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 : 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 : 7 MB</small>
|
||||
</div>
|
||||
<div class="bit-2">
|
||||
<button class="blue">Download full</button>
|
||||
<small>(with msysgit) 4 MB zipped : 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 : 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>
|
||||
|
Loading…
Reference in New Issue
Block a user