mirror of
https://github.com/cmderdev/cmder.git
synced 2025-07-04 11:03:35 +08:00
Links!
This commit is contained in:
@ -203,7 +203,7 @@ main {
|
||||
}
|
||||
|
||||
.download small {
|
||||
margin: 0.5em;
|
||||
margin: 0.5em 0 0;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
15
index.html
15
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,12 +59,15 @@
|
||||
</div>
|
||||
|
||||
<div class="bit-2">
|
||||
<a href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_mini.zip">
|
||||
<button class="gray">Download mini</button>
|
||||
<small>4 MB zipped : 8 MB</small>
|
||||
</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">
|
||||
|
Reference in New Issue
Block a user