Skip to content

Commit

Permalink
added www directory
Browse files Browse the repository at this point in the history
git-svn-id: http://tokyo-jogging.googlecode.com/svn/trunk@20 7c02460d-8e55-0410-839d-f166c9d7704e
  • Loading branch information
katsuma committed Dec 6, 2008
1 parent 1a8bfcb commit 1e806a4
Show file tree
Hide file tree
Showing 23 changed files with 1,037 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tokyo-jogging/config.properties
Expand Up @@ -3,10 +3,10 @@
;

; if you have Wiimote, set true
IS_WIIMOTE_AVAILABLE = true
IS_WIIMOTE_AVAILABLE = false

; if you have Balance Wii Board, set true
IS_BALANCE_BOARD_AVAILABLE = false
IS_BALANCE_BOARD_AVAILABLE = true

; local http port for jogging
HTTP_SERVER_PORT = 8080
HTTP_SERVER_PORT = 8080
181 changes: 181 additions & 0 deletions tokyo-jogging/www/css/common.css
@@ -0,0 +1,181 @@
/*
*
* Styles for Tokyo-Jogging.com
* Copyright(c) tokyo-jogging.com and katsuma.tv
*
*/

*{
margin:0; padding:0;
}
body{
font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
text-align : center;
}

a{
color : #0066FF;
}

p{
margin : 0 0 1em 0;
}

ul{
margin : 0 0 0 1em;
}
ol{
margin : 0 0 0 1.5em;
}
ol>li{
margin : 1em 0 0 0;
}
img{
border : none;
}
object, embed{
clear : both;
margin : 10px auto;
}
iframe{
clear : both;
}

hr{
border : 2px solid #DDD;
width : 100%;
clear : both;
margin : 1.5em 0;
}


/* Header */
div#wrapper{
width : 95%;
margin : 0 auto;
text-align : left;
}
div#header{
border-bottom:5px solid #000000;
border-top:5px solid #000000;
height:57px;
margin:10px auto;
padding:5px 0 0;
}

h1{
background : url(../images/logo-tokyo-jogging.png) no-repeat;
width : 222px;
height : 44px;
float : left;
}
h1 span{
display : none;
}
h1 a{
display : block;
width : 222px;
height : 44px;
}


p#title-caption{
margin : 0 0 10px 0;
clear : both;
font-size:0.7em;
}

div#concept{
margin : 2em auto;
}


/* Menu */
div#menu{
margin : 0 0 0px 0;
float : left;
width : 30em;
}
div#menu ul {
width : 30em;
padding : 0;
margin : 20px 0 0 20px;
}
div#menu ul li{
list-style-type: none;
float : left;
display: block;
width : 0px;
text-align : center;
width : 6em;
font-size : 0.8em;
}
div#menu ul li a{
color : #999;
text-decoration : none;
}
div#menu ul li a:hover{
color : #666;
text-decoration : underline;
}



/* Contents */

div.cont{
margin : 0 0 2em 0;
clear : both;
}


div.cont h2{
padding-left : 38px;
min-height : 34px;
}
h2#demo{
background : url(../images/film.png) no-repeat;
}
h2#howto{
background : url(../images/shoe.png) no-repeat;
}
h2#readme{
background : url(../images/folder.png) no-repeat;
}
h2#changes{
background : url(../images/cal.png) no-repeat;
}
h2#contact{
background : url(../images/mail.png) no-repeat;
}

div.cont p,
div.cont ul,
div.cont address{
margin-top:0.5em;
}
div.main-cont{
clear : both;
float : left;
width : 49%;
text-align : left;
}

div.sub-cont{
float : right;
width : 49%;
text-align : left;
}


/* Footer */

p#copyright{
border-top : 2px solid #000;
padding : 1em 0;
margin : 0 auto;
width : 95%;
clear : both;
float : left;
font-size : 0.8em;
}
Binary file added tokyo-jogging/www/favicon.ico
Binary file not shown.
Binary file added tokyo-jogging/www/images/btn_download.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tokyo-jogging/www/images/btn_start.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tokyo-jogging/www/images/cal.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tokyo-jogging/www/images/feed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tokyo-jogging/www/images/film.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tokyo-jogging/www/images/folder.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tokyo-jogging/www/images/image-concept.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tokyo-jogging/www/images/logo-tokyo-jogging.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tokyo-jogging/www/images/mail.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tokyo-jogging/www/images/shoe.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions tokyo-jogging/www/index.xml
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Tokyo-Jogging</title>
<link>http://www.tokyo-jogging.com/</link>
<description>Tokyo-Jogging is a mashup project using wiimote and google street view.</description>
<language>ja</language>
<pubDate>Sun, 21 Oct 2008 03:38:06 +0900</pubDate>
<lastBuildDate>Sun, 21 Oct 2008 03:38:06 +0900</lastBuildDate>
<docs>http://blogs.law.harvard.edu/tech/rss/</docs>
<item>
<title>Reloanched Tokyo-Jogging</title>
<link>http://www.tokyo-jogging.com/</link>
<description>Tokyo-Jogging relaunched our web site.</description>
<pubDate>Mon, 21 Oct 2008 03:34:00 +0900</pubDate>
</item>
</channel>
</rss>

0 comments on commit 1e806a4

Please sign in to comment.