mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-15 00:09:11 +08:00
duh, tracking
This commit is contained in:
parent
29085f898e
commit
2abf53a343
@ -44,6 +44,10 @@ body {
|
||||
box-shadow: 0 0 8px 3px #eee;
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.wrapper { width: 98%; }
|
||||
}
|
||||
|
||||
.container {
|
||||
margin: 0 auto;
|
||||
widows: 100%;
|
||||
|
@ -60,15 +60,15 @@
|
||||
</div>
|
||||
|
||||
<div class="bit-2">
|
||||
<a href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_mini.zip">
|
||||
<a onclick="_gaq.push(['_trackEvent', 'Download', 'mini'])" 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">
|
||||
<a href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_full.zip"><button class="blue">Download full</button></a>
|
||||
<a onclick="_gaq.push(['_trackEvent', 'Download', 'full'])" 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>
|
||||
<small> <em><a onclick="_gaq.push(['_trackEvent', 'Download', 'full', '7z'])" 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">
|
||||
|
Loading…
Reference in New Issue
Block a user