From: Sergey Zakharov Date: Fri, 12 Nov 2010 12:08:57 +0000 (+0300) Subject: inital commit, add web-page X-Git-Url: http://vcs.maemo.org/git/?p=mgallery;a=commitdiff_plain;h=0d9790f296c27d6d5b471bd83efaa2254215b3c0 inital commit, add web-page --- diff --git a/www/images/add-account.png b/www/images/add-account.png new file mode 100644 index 0000000..dbe660b Binary files /dev/null and b/www/images/add-account.png differ diff --git a/www/images/autorization.png b/www/images/autorization.png new file mode 100644 index 0000000..dd299c1 Binary files /dev/null and b/www/images/autorization.png differ diff --git a/www/images/common-view.png b/www/images/common-view.png new file mode 100644 index 0000000..34216a5 Binary files /dev/null and b/www/images/common-view.png differ diff --git a/www/images/download-image-for-show.png b/www/images/download-image-for-show.png new file mode 100644 index 0000000..a85af18 Binary files /dev/null and b/www/images/download-image-for-show.png differ diff --git a/www/images/friend-albums.png b/www/images/friend-albums.png new file mode 100644 index 0000000..1d4c294 Binary files /dev/null and b/www/images/friend-albums.png differ diff --git a/www/images/friend-photos-2.png b/www/images/friend-photos-2.png new file mode 100644 index 0000000..2e0fcb1 Binary files /dev/null and b/www/images/friend-photos-2.png differ diff --git a/www/images/friend-photos.png b/www/images/friend-photos.png new file mode 100644 index 0000000..745f45f Binary files /dev/null and b/www/images/friend-photos.png differ diff --git a/www/images/friend-search.png b/www/images/friend-search.png new file mode 100644 index 0000000..5ac19af Binary files /dev/null and b/www/images/friend-search.png differ diff --git a/www/images/gallery-icon-applications.png b/www/images/gallery-icon-applications.png new file mode 100644 index 0000000..e991d02 Binary files /dev/null and b/www/images/gallery-icon-applications.png differ diff --git a/www/images/icon.png b/www/images/icon.png new file mode 100644 index 0000000..d8fe912 Binary files /dev/null and b/www/images/icon.png differ diff --git a/www/images/image-show-2.png b/www/images/image-show-2.png new file mode 100644 index 0000000..fee06eb Binary files /dev/null and b/www/images/image-show-2.png differ diff --git a/www/images/image-show.png b/www/images/image-show.png new file mode 100644 index 0000000..630536c Binary files /dev/null and b/www/images/image-show.png differ diff --git a/www/images/settings.png b/www/images/settings.png new file mode 100644 index 0000000..e667b4d Binary files /dev/null and b/www/images/settings.png differ diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..9bdf6fe --- /dev/null +++ b/www/index.html @@ -0,0 +1,83 @@ + + + + +MySocials Gallery + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
 
 
+ + + + + + + + + + + + +
+ + + +
+

Project Description

+

MySocials Gallery is an application for browsing galleries of the images from social networks. It allows the user to view his/her own images and galleries created by user's friends. Current version supports Facebook and VKontakte.

+

After you start MySocials Gallery for the first time, you will see "add new account" window. You should create an account by inputing some name and choosing one of the supported services.

+

+

Then you have to log on the service. Our application uses autorization through web-interface (Webauth). MySocials Gallery doesn't store your registration information (e.g. login and password). Therefore if your session is out of date, the application shows autorization window again.

+

+

The main window of MySocial Gallery consists of the list of your friends from social network and the list of your own albums.

+

+

You can find a friend in the list by using quick search.

+

+

You can view the albums, created by your friends in social networks. You should choose one of your friends from the list and click on it.

+

+

You will see the list of your friend's albums and it's content as a list of previews of the photos.

+

+

You can view the photos in full screen mode after clicking on the photo preview. If the photo hasn't been loaded from service you will see it's preview.

+

+

After loading you will see the picture in full screen mode.

+

+

By using MySocials Gallery settings window you can edit the list of created accounts and set proxy settings, if you need.

+

+
+ + + +
MySocials Gallery © 2010
 
+ + diff --git a/www/style.css b/www/style.css new file mode 100644 index 0000000..e7c8c06 --- /dev/null +++ b/www/style.css @@ -0,0 +1,87 @@ +body +{ margin-top:0px; + margin-left:0px; + margin-right:0px; + margin-bottom:0px; + font: normal small Arial, Helvetica, sans-serif; + color:#6C6C6C; + background-color:#CFCFB0; + } + .logo{ + text-transform: uppercase; + font-size:25px; + color:#323844; + font-weight:bold; + padding-left:15px; + text-decoration:none; +} +.tag { + margin: 0; + text-transform: uppercase; + font-size:13px; + padding-left:15px; + font-weight:bold; + color:#656558; + letter-spacing:2px; + text-decoration:none; +} +.toplinks{ +text-transform: uppercase; +font-size:13px; +color:#323844; +font-weight:bold; +text-decoration:none; +} +.toplinks:hover{ +text-transform: uppercase; +font-size:13px; +color:#8E8E79; +font-weight:bold; +text-decoration:none; +} +.content +{ +text-align:justify; +line-height:120%; +padding-left:10px; padding-right:10px; padding-bottom:10px; padding-top:10px; +} +.links{ +color:#323844; +text-decoration:underline; +} +.links:hover{ +color:#323844; +text-decoration:none; +} +.heading { +text-transform: uppercase; +padding-left:10px; + font-size:14px; + font-weight:bold; + color: #FF5800; +} +.heading2{ +text-transform: uppercase; +padding-left:5px; + font-size:14px; + font-weight:bold; + color: #81816D; +} +.border +{border:1px solid #8E8E79; +} +.redbox +{background-color:#FF5800; +border-bottom:1px solid #F1F1D8; +border-right:1px solid #F1F1D8; +border-left:1px solid #F1F1D8; +} +.copybox +{background-color:#E2E2D2; +border-bottom:1px solid #8E8E79; +border-right:1px solid #8E8E79; +border-left:1px solid #8E8E79; +height:40px; +padding-left:300px; +color:#7B7B68; +}