From fbadc19b1946ae9699137e0769c4df48614c2f48 Mon Sep 17 00:00:00 2001 From: Andrew Flegg Date: Sat, 17 Oct 2009 20:16:00 +0100 Subject: [PATCH] Slightly improve website --- www/index.html | 40 ++++++++++++++++++++++------------------ www/style.css | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 18 deletions(-) create mode 100644 www/style.css diff --git a/www/index.html b/www/index.html index 9203a1b..c92fa4f 100644 --- a/www/index.html +++ b/www/index.html @@ -4,22 +4,11 @@ Hermes + - + -
- - - -
- -
+

Hermes

Enrich your Maemo 5 address book with photos and meta-data from online services such as Facebook and Twitter

@@ -69,16 +58,31 @@ by these companies to allow third party applications such as Hermes.

Longer term plans/possibilities

-
    +
      +
    1. Match "nickname" against maemo.org username.
    2. +
    3. Match email address against gravatar.com.
    4. +
    5. Allow creation of "empty" contacts containing birthday & homepage info +so that Facebook friends' birthdays will appear in Calendar, even if +you have no other contact info for them.
    6. Investigate pulling contact images from Google Contacts (apparently Mail for Exchange doesn't download images)
    7. Add an "auto-update" mode for people who regularly change their Facebook profile pictures to allow Hermes to track them.
    8. Store a history of all images that Hermes has ever downloaded to allow the user to pick from them.
    9. -
    10. Allow creation of "empty" contacts containing birthday & homepage info -so that Facebook friends' birthdays will appear in Calendar, even if -you have no other contact info for them.
    11. +
    +
+ + + diff --git a/www/style.css b/www/style.css new file mode 100644 index 0000000..133cc1d --- /dev/null +++ b/www/style.css @@ -0,0 +1,45 @@ +body { + font-family: sans-serif; + margin: 0px; + padding: 0px; + background: #fff; + color: #000; +} + +#content { + margin-right:300px; + padding: 1em; +} + +#sidebar { + margin: 0px; + width: 256px; + font-size: 75%; + height: 100%; + background: #99a; + position: fixed; + top: 0px; + right: 0px; + padding: 1em 14px; +} + +#sidebar ul { + margin: 8px; + padding: 4px; +} + +h1 { + margin: -1em -1em 0px -1em; + padding: 1em; + background: #aab; + border-right: 40px solid #9595a5; +} + +.subtitle { + margin: 0px -2em 1em -1em; + background: #bbc; + border-bottom:1px solid #778; + border-right: 40px solid #a5a5b5; + padding: 0.3em 40px 0.3em 1em; +} + -- 1.7.9.5