# HG changeset patch # User Filip de Waard # Date 1294664803 -3600 # Node ID 1e4f0c820d2cfeac9c75245ad1ba492ec180b329 # Parent 2ec638c44d9445a612fbdb85a0a1674806579b30 added our own index page to /public, instead of the default pylons one diff -r 2ec638c44d9445a612fbdb85a0a1674806579b30 -r 1e4f0c820d2cfeac9c75245ad1ba492ec180b329 vix/public/bg.png Binary file vix/public/bg.png has changed diff -r 2ec638c44d9445a612fbdb85a0a1674806579b30 -r 1e4f0c820d2cfeac9c75245ad1ba492ec180b329 vix/public/favicon.ico Binary file vix/public/favicon.ico has changed diff -r 2ec638c44d9445a612fbdb85a0a1674806579b30 -r 1e4f0c820d2cfeac9c75245ad1ba492ec180b329 vix/public/index.html --- a/vix/public/index.html Fri Jan 07 04:15:01 2011 +0100 +++ b/vix/public/index.html Mon Jan 10 14:06:43 2011 +0100 @@ -1,137 +1,35 @@ - - - + - Welcome to Pylons! - + + Vix.io: atom-powered document publishing and management platform. + +
-

Welcome to Logo displaying the word Pylons -

-
-
-

Let's begin!

-

If you haven't used Pylons before, start with the beginners' tutorial.

+
+ vix.io
- - +

+ This is a human-readable index page for the Vix application. + Please use the API to interact with your data. +

+
+ + diff -r 2ec638c44d9445a612fbdb85a0a1674806579b30 -r 1e4f0c820d2cfeac9c75245ad1ba492ec180b329 vix/public/logo.png Binary file vix/public/logo.png has changed diff -r 2ec638c44d9445a612fbdb85a0a1674806579b30 -r 1e4f0c820d2cfeac9c75245ad1ba492ec180b329 vix/public/pylons-logo.gif Binary file vix/public/pylons-logo.gif has changed diff -r 2ec638c44d9445a612fbdb85a0a1674806579b30 -r 1e4f0c820d2cfeac9c75245ad1ba492ec180b329 vix/public/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vix/public/style.css Mon Jan 10 14:06:43 2011 +0100 @@ -0,0 +1,31 @@ +body { + font-family: Times New Roman, serif; + font-size: 18px; + color: grey; +} + +a, a:visited { + color: #3c3c3c; + text-decoration: none; +} + +a:hover { + color: black; +} + +#container { + width: 620px; + margin-left: auto; + margin-right: auto; + margin-top: 40px; +} + +#logo_container { + width: 100%; + text-align: center; + margin-bottom: 30px; +} + +#copyright_notice { + font-size: 16px; +}