mirror of
https://github.com/cmderdev/cmder.git
synced 2025-07-18 05:29:45 +08:00
Fixes here and there
This commit is contained in:
33
index.html
33
index.html
@ -12,19 +12,6 @@
|
||||
<link rel="stylesheet" href="css/lemonade.css">
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -73,15 +60,15 @@
|
||||
</div>
|
||||
|
||||
<div class="bit-2">
|
||||
<a onclick="_gaq.push(['_trackEvent', 'Download', 'mini'])" href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_mini.zip">
|
||||
<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">
|
||||
<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>
|
||||
<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 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>
|
||||
<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">
|
||||
@ -162,5 +149,19 @@
|
||||
<small>Samuel Vasko ~ sometime in 2013</small>
|
||||
</footer>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-35740802-2']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user