Skip to content

Commit

Permalink
Home page update with video an instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kuryaki committed Nov 11, 2012
1 parent 8593e8f commit 70e1e47
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ChatExtension",
"version": "0.0.1-19",
"version": "0.0.1-20",
"private": true,
"scripts": {
"start": "app.js"
Expand Down
2 changes: 1 addition & 1 deletion public/js/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ socket.on('update channels', function(channels){
} else {
$('#top-sites').append('<li>No-one using this chat!!</li>');
}
setTimeout(function(){socket.emit('get channels');}, 3000);
setTimeout(function(){socket.emit('get channels');}, 5000);
});
23 changes: 18 additions & 5 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,26 @@
<div class="span10">
<h1>CodeChat</h1>
<p>Brings chat to <b>ALL</b> internet (just install this <a href="/codechatV2.crx">Chrome extension</a>)</p>
<iframe width="560" height="315" src="http://www.youtube.com/embed/9bZkp7q19f0" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="http://www.youtube.com/embed/88NeDZZn0BY" frameborder="0" allowfullscreen></iframe>
<div class="row-fluid">
<h2>How it works!</h2>
<h2>How it works?</h2>
<ol>
<li>Download and install the chrome extension</li>
<li>Browse around as you usually do</li>
<li>Click on the extension in your browser if you want to chat with other people in the same page</li>
</ol>
<p>
Connect with people viewing the same sites that you do,

This allows you to chat on every website in the internet with other people that are currently in that same site.
The extension shows how many people is connected to the chat on a given site
</p>
<p>
You can change your nick on certain chat by doing:
</p>
<code>
>nick:awesome_nickname
</code>
<br><br>
<p>
other commands are comming soon.
</p>
</div><!--/span-->
<div class="span1"></div><!--/span-->
Expand Down

0 comments on commit 70e1e47

Please sign in to comment.