Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Merge pull request #87 from lesion/gh-pages
Browse files Browse the repository at this point in the history
starting to look at cozy-light | fixing #85
  • Loading branch information
nono authored Aug 29, 2016
2 parents 9bbf2c5 + 7ea8d45 commit ab12b34
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html lang="en"><head><style type="text/css">/*!
<!DOCTYPE html><html lang="en"><head><style>/*!
* www.KNACSS.com V2.9 (2013-10) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/
Expand Down Expand Up @@ -675,7 +675,7 @@
top: -.05em;
}

</style><style type="text/css">@font-face {
@font-face {
font-family: 'octicons';
src: url('octicons.eot?#iefix') format('embedded-opentype'),
url('octicons.woff') format('woff'),
Expand Down Expand Up @@ -910,7 +910,7 @@
.octicon-remove-close:before,
.octicon-x:before { content: '\f081'} /*  */
.octicon-zap:before { content: '\26A1'} /* ⚡ */
</style><style type="text/css">@font-face {
@font-face {
font-family: title;
src: url("fonts/maven-pro-light-200.otf");
}
Expand Down Expand Up @@ -1168,7 +1168,7 @@
</span></div><h3 class="mt3">Apps
</h3><p>Here is a list of available applications for the Cozy Light
platform.
</p><table class="mt3"><tr><td> <a href="http://github.com/cozy-labs/calendar">cozy-labs/calendar</a></td><td>Alarm and events manager</td></tr><tr> <td> <a href="http://github.com/cozy-labs/files">cozy-labs/files</a></td><td>File storage</td></tr><tr><td> <a href="http://github.com/cozy-labs/contacts">cozy-labs/contacts</a></td><td>Contact book</td></tr><tr><td> <a href="http://github.com/cozy-labs/tasky">cozy-labs/tasky</a></td><td>Simple and efficient task manager;</td></tr><tr><td> <a href="http://github.com/maboiteaspam/ma-clef-usb">maboiteaspam/ma-clef-usb</a></td><td>Another file storage.</td></tr><tr> <td> &nbsp;</td><td> </td></tr><tr><td> <em>require html5-apps plugin</em></td><td></td></tr><tr><td> <a href="http://github.com/frankrousseau/coffee-snake">frankrousseau/coffee-snake</a></td><td>Snake game</td></tr><tr><td> <a href="http://github.com/frankrousseau/CrappyBird">frankrousseau/CrappyBird</a></td><td>Flappy bird clone.</td></tr><tr> <td> &nbsp;</td><td> </td></tr><tr class="mt3"><td> <em>require docker plugin</em></td><td></td></tr><tr> <td> <a href="http://github.com/frankrousseau/couchdb">frankrousseau/couchdb</a></td><td>Couchdb database, can be useful for your PouchDB-based apps</td></tr><tr><td> <a href="http://github.com/frankrousseau/wordpress">frankrousseau/wordpress</a></td><td>Wordpress blog engine.</td></tr><tr><td> <a href="http://github.com/frankrousseau/ghost">frankrousseau/ghost</a></td><td>Ghost blog engine.</td></tr></table><div class="code mt6"><p class="mb2"><em>Example:</em></p><span>cozy-labs install cozy-labs/files
</p><table class="mt3"><tr><td> <a href="http://github.com/cozy-labs/calendar">cozy-labs/calendar</a></td><td>Alarm and events manager</td></tr><tr> <td> <a href="http://github.com/cozy-labs/files">cozy-labs/files</a></td><td>File storage</td></tr><tr><td> <a href="http://github.com/cozy-labs/contacts">cozy-labs/contacts</a></td><td>Contact book</td></tr><tr><td> <a href="http://github.com/cozy-labs/tasky">cozy-labs/tasky</a></td><td>Simple and efficient task manager;</td></tr><tr><td> <a href="http://github.com/maboiteaspam/ma-clef-usb">maboiteaspam/ma-clef-usb</a></td><td>Another file storage.</td></tr><tr> <td> &nbsp;</td><td> </td></tr><tr><td> <em>require html5-apps plugin</em></td><td></td></tr><tr><td> <a href="http://github.com/frankrousseau/coffee-snake">frankrousseau/coffee-snake</a></td><td>Snake game</td></tr><tr><td> <a href="http://github.com/frankrousseau/CrappyBird">frankrousseau/CrappyBird</a></td><td>Flappy bird clone.</td></tr><tr> <td> &nbsp;</td><td> </td></tr><tr class="mt3"><td> <em>require docker plugin</em></td><td></td></tr><tr> <td> <a href="http://github.com/frankrousseau/couchdb">frankrousseau/couchdb</a></td><td>Couchdb database, can be useful for your PouchDB-based apps</td></tr><tr><td> <a href="http://github.com/frankrousseau/wordpress">frankrousseau/wordpress</a></td><td>Wordpress blog engine.</td></tr><tr><td> <a href="http://github.com/frankrousseau/ghost">frankrousseau/ghost</a></td><td>Ghost blog engine.</td></tr></table><div class="code mt6"><p class="mb2"><em>Example:</em></p><span>cozy-light install cozy-labs/files
</span></div><h3 class="mt3">Plugins
</h3><p>Here is a list of available plugins for the Cozy Light
platform.
Expand Down
13 changes: 7 additions & 6 deletions index.jade
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
doctype 5
doctype html
html(lang="en")
head
include knacss.css
include octicons.css
include style.css
style
include knacss.css
include octicons.css
include style.css
link(rel="shortcut icon", href="favicon.png")
title="Cozy Light, Personal Server Made Easy"
meta(name="description", content="")
Expand Down Expand Up @@ -251,7 +252,7 @@ html(lang="en")
p.mb2
em Example:
span.
cozy-labs install cozy-labs/files
cozy-light install cozy-labs/files

h3.mt3.
Plugins
Expand Down Expand Up @@ -390,7 +391,7 @@ html(lang="en")

div.pa3

script
script.

var elem = document.getElementById('logo');
var params = { width: 130, height: 130 };
Expand Down

0 comments on commit ab12b34

Please sign in to comment.