mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-15 00:09:11 +08:00
Some text added
This commit is contained in:
parent
ce366c03da
commit
995ffa566e
@ -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 {
|
||||
|
11
index.html
11
index.html
@ -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 : 8 MB unzipped</small>
|
||||
<small>4 MB zipped : 8 MB</small>
|
||||
</div>
|
||||
<div class="bit-2">
|
||||
<button class="blue">Download full</button>
|
||||
<small>4 MB zipped : 8 MB unzipped</small>
|
||||
<small>(with msysgit) 4 MB zipped : 8 MB </small>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user