1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00

Use Otalk instead of OTalk

This commit is contained in:
Lance Stout 2013-09-25 09:52:38 -07:00
parent 109a3477d1
commit 030e99456b
4 changed files with 6 additions and 7 deletions

View File

@ -24,7 +24,7 @@ module.exports = HumanView.extend({
document.title = function () {
var title = _.result(self, 'title');
return title ? title + '- OTalk' : 'OTalk';
return title ? title + '- Otalk' : 'Otalk';
}();
this.trigger('pageloaded');

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>OTalk</title>
<title>Otalk</title>
<link rel="stylesheet" type="text/css" href="#{cssFileName}" />
<script src="#{jsFileName}"></script>
</head>
<body class="aux">
<header>
<img id="logo" src="/images/logo.png" alt="OTalk" />
<img id="logo" src="/images/logo.png" alt="Otalk" />
</header>
<section class="box connect">
<h2>Connecting...</h2>

View File

@ -1,7 +1,7 @@
{
"name": "otalk.im",
"version": "0.0.1",
"description": "OTalk: WebRTC Enabled XMPP Client, in the Browser",
"description": "Otalk: WebRTC Enabled XMPP Client, in the Browser",
"repository": {
"type": "git",
"url": "git@github.com:andyet/otalk.git"

View File

@ -1,15 +1,14 @@
!!!5
html
head
title OTalk
title Otalk
meta(name="viewport", content="width=device-width, initial-scale=1, user-scalable=no")
link(rel="stylesheet", type="text/css", href="//cloud.typography.com/7773252/657662/css/fonts.css")
link(rel="stylesheet", href="/css/otalk.css")
block head
body.aux
header
img#logo(src="/images/logo.png", alt="OTalk")
img#logo(src="/images/logo.png", alt="Otalk")
block content
script(src='/js/zepto.js')