update site
This commit is contained in:
parent
ce329df39b
commit
d226ea067b
3 changed files with 53 additions and 34 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB |
|
|
@ -34,14 +34,19 @@ $(function() {
|
|||
});
|
||||
});
|
||||
|
||||
$("ul.menu-list li").click(function(e) {
|
||||
if (e.target.tagName === "LI") {
|
||||
console.log($(this).find("a"));
|
||||
window.location = $(this).find("a").attr("href");
|
||||
$("ul.menu-list").mousedown(function(e) {
|
||||
if (e.button === 1) {
|
||||
e.preventDefault();
|
||||
}
|
||||
else if (e.target.tagName === "P" || e.target.tagName === "IMG") {
|
||||
var anchor = $(e.target).siblings();
|
||||
window.location = anchor.attr("href");
|
||||
});
|
||||
|
||||
$("ul.menu-list li").click(function(e) {
|
||||
if (e.target.tagName !== "A") {
|
||||
var href = $(this).find("a").attr("href");
|
||||
if (e.button == 1)
|
||||
window.open(href, "_blank");
|
||||
else
|
||||
window.location = href;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
68
index.html
68
index.html
|
|
@ -793,9 +793,8 @@ if (match) {
|
|||
<a href="http://plnkr.co/edit/">Plunker</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="doc/site/images/KERA-med-web.png"
|
||||
style="left: 3px;top: 23px;width: 97px;" />
|
||||
<a href="http://kera.io/">Kera.io</a>
|
||||
<img src="http://zedapp.org/content/images/2013/Nov/Icon-1.png" style="left: -1px;top: -20px;width: 103px;">
|
||||
<a href="http://zedapp.org">Zed</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="doc/site/images/sassmeister-logo.png"
|
||||
|
|
@ -832,20 +831,19 @@ if (match) {
|
|||
left: 19px; top: 6px;width: 60px;height: 60px;background-size: 60px;position: relative;"></div>
|
||||
<a href="http://habitat.inkling.com">Inkling Habitat</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="doc/site/images/weecod-logo.png"
|
||||
style="left: 0px; top: 0px; width: 100px" />
|
||||
<a href="http://www.weecod.com">Weecod</a>
|
||||
<li style="width: 248px;">
|
||||
<img src="http://codecombat.com/images/pages/base/logo.png" style="left: 48px; top: 10px;">
|
||||
<a href="http://codecombat.com">Code Combat</a>
|
||||
</li>
|
||||
<li>
|
||||
<!--seems to be down <li>
|
||||
<img src="doc/site/images/lws-logo.png"
|
||||
style="left: 0px; top: 0px; width: 100px" />
|
||||
<a href="http://liveworkspace.org">Live Workspace</a>
|
||||
</li>
|
||||
</li>-->
|
||||
<li>
|
||||
<img src="doc/site/images/processwire-logo.svg"
|
||||
style="left: 0px; top: 25px; width: 102px" />
|
||||
<a href=" http://modules.processwire.com/modules/inputfield-ace-editor/">Process<i>Wire</i></a>
|
||||
<img src="doc/site/images/repl.it-logo.png"
|
||||
style="left: 0px; top: 17px; width: 100px" />
|
||||
<a href="http://repl.it/">Repl.it</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="doc/site/images/stypi-logo.png"
|
||||
|
|
@ -853,9 +851,14 @@ if (match) {
|
|||
<a href="https://code.stypi.com/">Stypi</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="doc/site/images/repl.it-logo.png"
|
||||
style="left: 0px; top: 17px; width: 100px" />
|
||||
<a href="http://repl.it/">Repl.it</a>
|
||||
<img src="doc/site/images/weecod-logo.png"
|
||||
style="left: 0px; top: 0px; width: 100px" />
|
||||
<a href="http://www.weecod.com">Weecod</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="doc/site/images/processwire-logo.svg"
|
||||
style="left: 0px; top: 25px; width: 102px" />
|
||||
<a href=" http://modules.processwire.com/modules/inputfield-ace-editor/">Process<i>Wire</i></a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="doc/site/images/crunchapp-logo.png"
|
||||
|
|
@ -875,7 +878,7 @@ if (match) {
|
|||
<li>
|
||||
<img src="http://phpassist.com/images/logo-large.png"
|
||||
style="left: 3px; top: -10px; width: 95px">
|
||||
<a href="http://phpassist.com/">PHP Assist</a>
|
||||
<a href="http://phpassist.com/f8456">PHP Assist</a>
|
||||
</li>
|
||||
<li>
|
||||
<div class="text-logo">Dillinger</div>
|
||||
|
|
@ -937,7 +940,7 @@ if (match) {
|
|||
</li>
|
||||
<li>
|
||||
<div style="width:90px; left:9px; top:-6px;background:rgb(23,23,23);color:rgb(181,232,83);
|
||||
font-family: 90px/90px Monaco, 'Bitstream Vera Sans Mono', 'Lucida Console', Terminal, monospace;
|
||||
font: 90px/90px Monaco, 'Bitstream Vera Sans Mono', 'Lucida Console', Terminal, monospace;
|
||||
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(181, 232, 83, 0.1), 0 0 10px rgba(181, 232, 83, 0.1);
|
||||
-webkit-font-smoothing: antialiased; text-align: center; position: absolute;">S</div>
|
||||
<a href="http://slimtext.org/">Slim Text</a>
|
||||
|
|
@ -1114,10 +1117,6 @@ if (match) {
|
|||
<div class="text-logo"></div>
|
||||
<a href="http://bakemycss.mypathforpython.appspot.com/">BakeMyCss</a>
|
||||
</li>
|
||||
<li style="width: 248px;">
|
||||
<img src="http://codecombat.com/images/pages/base/logo.png" style="left: 48px; top: 10px;">
|
||||
<a href="http://codecombat.com">Code Combat</a>
|
||||
</li>
|
||||
<li>
|
||||
<div class="" style="
|
||||
background: url(https://s3.amazonaws.com/spark-website/spark.png) no-repeat;
|
||||
|
|
@ -1125,6 +1124,18 @@ if (match) {
|
|||
background-position: 19px;"></div>
|
||||
<a href="http://spark.io/build">Spark Core</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="https://2.gravatar.com/avatar/021e207e86fe81a7d81c67ef1ff38a0c" style="left: 11px; top: -5px;">
|
||||
<a href="http://owncloud.org">ownCloud</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="http://www.ezoui.com/prod/images/EZo_logo.png" style="left: 11px; top: -5px;">
|
||||
<a href="http://jqmdesigner.appspot.com">JQM Designer</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="http://www.praczone.info/images/praczone.png" style="top: 20px;width: 100px;">
|
||||
<a href=" http://www.praczone.com/editor">pracZone</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Gozala/sky-edit">Sky Edit</a>
|
||||
</li>
|
||||
|
|
@ -1135,6 +1146,8 @@ if (match) {
|
|||
<a href="http://www.playmycode.com/">Play My Code</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="http://resources.qooxdoo.org/images/logo.gif"
|
||||
style="width: 125px; left: -13px; top: 18px;">
|
||||
<a href="http://demo.qooxdoo.org/devel/playground/#">Qooxdoo playground</a>
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -1150,17 +1163,18 @@ if (match) {
|
|||
<div class="text-logo">ShareJS</div>
|
||||
<a href="http://sharejs.org/hello-ace.html">ShareJS</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="https://neutron-drive.appspot.com/static/img/neutron_face_high.png"
|
||||
style="width: 76px; left: 7px; top: -11px;">
|
||||
<a href="http://neutronide.com/">Neutron IDE</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.akshell.com/">Akshell</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://beanstalkapp.com/">beanstalk</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="https://neutron-drive.appspot.com/static/img/neutron_face_high.png"
|
||||
style="width: 76px; left: 7px; top: -11px;">
|
||||
<a href="http://neutronide.com/">Neutron IDE</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<div class="text-logo">tmpltr</div>
|
||||
<a href="http://rocktronica.github.com/tmpltr/">tmpltr</a>
|
||||
|
|
@ -1176,7 +1190,7 @@ if (match) {
|
|||
</li>
|
||||
<li id="add_your_site">
|
||||
<p>+</p>
|
||||
<a href="mailto:ace@c9.io?subject=Put%20me%20on%20the%20Ace%20site!">Your Site Here</a>
|
||||
<a href="mailto:ace@c9.io?subject=Put%20me%20on%20the%20Ace%20site!&body=Please include a link to a logo hosted on your site!">Your Site Here</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue