Skip to content

Commit

Permalink
Remove Node KO voting widgets from home. Remove live version link.
Browse files Browse the repository at this point in the history
  • Loading branch information
coreh committed Nov 30, 2011
1 parent eac7b02 commit 4ecf57d
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions index.html
Expand Up @@ -256,15 +256,12 @@
<li class="menuItem"><a href="">About</a></li>
<li class="menuItem"><a href="">The Interface</a></li>
<li class="menuItem"><a href="">The Features</a></li>
<li class="menuItem"><a href="">Help Nide</a></li>
<li class="menuItem"><a href="">Support Nide</a></li>
</ul>
</div>
<div id="wrapper">
<div id="slides">
<div class="slide initial">
<div id="vote">
<small>Nide needs your help! <b>Please vote for us</b> on the ongoing <a href="http://nodeknockout.com/teams/the-restless">Node.JS Knockout Competition</a>.</small><iframe src="http://nodeknockout.com/iframe/the-restless" style="vertical-align: -25%" frameborder=0 scrolling=no allowtransparency=true width=115 height=25></iframe><small>(<a href="http://nodeknockout.com/teams/the-restless">Alternate Voting Link</a>)</small>
</div>
<div id="donate">
<h2 class="left">Buy me a Drink</h2>
<p>Nide is an Open Source project developed on my free time.</p>
Expand All @@ -285,20 +282,13 @@ <h2>Beautiful IDE for Node.JS</h2>
<br>
<h2>Try it out!</h2>
<div class="description">
<p>An online installation of nide is available <a href="http://the-restless.nko2.nodeknockout.com">here</a> for demonstration purposes. <small>Note: Depending on the server load it might not respond. If so, try again later or try doing a local install. (Nide was not designed to handle hundreds of simultaneous users.)</small></p>
<p>You can install nide locally by using the following command (requires Node.js and NPM):</p>
<pre> sudo npm install -g nide</pre>
<p>After that, you can create a new project steping into an empty folder and typing:<p>
<pre> nide init</pre>
<p>Nide will create the project and listen on port <code>8123</code>. Fire your web browser to <code>http://localhost:8123</code> and you're set.</p>
</div>
<br>
<h2>Vote</h2>
<div class="description">
<p>If you like this project, please consider voting for it on Node.js Knockout.</p>
<p>Just click this button → <iframe src="http://nodeknockout.com/iframe/the-restless" style="vertical-align: -25%" frameborder=0 scrolling=no allowtransparency=true width=115 height=25></iframe> Thank you.</p>
<p>(If the button above doesn't work, you can go <a href="http://nodeknockout.com/teams/the-restless">here</a> and try again)<p>
</div>
<br>
<h2>Spread the word</h2>
<div class="description wide">
Expand Down Expand Up @@ -406,20 +396,13 @@ <h2>License</h2>
</div>
</div>
<div class="slide">
<h1 class="fit">Knockout.</h1>
<h1 class="fit">Support Nide.</h1>
<div class="description">
.
</div>
<h2>Nide needs your help on the ongoing <a href="http://nodeknockout.com/teams/the-restless">Node.js Knockout</a> competition.</h2>
<div class="description wide">
<p>If you like this project, please consider voting for it.</p>
<p>To do so, just click this button → <iframe src="http://nodeknockout.com/iframe/the-restless" style="vertical-align: -25%" frameborder=0 scrolling=no allowtransparency=true width=115 height=25></iframe> (<a href="http://nodeknockout.com/teams/the-restless">Alternate Voting Link</a>)</p>
<p>Thanks in advance.</p>
<p class="center"><img src="ko.png"></p>
</div>
<h2>Spread the word</h2>
<div class="description wide">
<p>You can also spread the word about Nide on Facebook, Twitter or Google+:</p>
<p>You can spread the word about Nide on Facebook, Twitter or Google+:</p>
<p><iframe src="http://www.facebook.com/plugins/like.php?href=http://coreh.github.com/nide&amp;send=false&amp;layout=standard&amp;width=450&amp;show_faces=false&amp;action=recommend&amp;colorscheme=light&amp;font=lucida+grande&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe></p>
<p><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<p><div class="g-plusone" data-annotation="inline"></div></p>
Expand Down

0 comments on commit 4ecf57d

Please sign in to comment.