From 801b3b5e6251ece17c4574a04228e6ced66e65c2 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Tue, 31 Jul 2012 13:11:44 +0200 Subject: [PATCH] Updated presentation page. --- _includes/footer.html | 10 +++++++ _includes/header.html | 6 +++++ css/style.css | 7 ++--- index.html | 61 +++++++++++++++++++++++++++++++------------ 4 files changed, 64 insertions(+), 20 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index eba57de..68e249a 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,3 +1,13 @@ + + + diff --git a/_includes/header.html b/_includes/header.html index 3c67272..854dc86 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,6 +5,12 @@ {% if page.title %}{{ page.title }} - {% endif %}{{ site.name }} + diff --git a/css/style.css b/css/style.css index bd2faef..d31b316 100644 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,5 @@ -.container .hero-unit { - margin-top: 60px; - margin-bottom: 40px; +.footer { + border-top: 1px solid #E5E5E5; + margin-top: 45px; + padding: 35px 0 36px; } diff --git a/index.html b/index.html index 91a1007..c3fd5ec 100644 --- a/index.html +++ b/index.html @@ -7,21 +7,22 @@ layout: nil
-
+
+ + +
+

- - Qasim (القاسم)

+

The quick SSHFS mapper

-

+ +

It is a front-end to SSHFS, helping average users to access remote filesystems through ssh.

-
-
-
-
-

+ +

Get Qasim » Learn more »

@@ -29,14 +30,12 @@ layout: nil
-
-
-
-
-
-

Simple

+

+ + Simple +

Qasim makes your remote shares available simply from the system tray on your favorite desktop !

@@ -44,14 +43,20 @@ layout: nil

-

Compatible and well-integrated

+

+ + Compatible and well-integrated +

It uses FUSE, thus everything is accessible even under command-line shell.

-

Data Secure

+

+ + Secure for your data +

Access to your data is safe. All transfer is encrypted with the best tools.

@@ -89,4 +94,26 @@ $ echo "deb http://repository.glenux.net/debian unstable main" \
+
+ + +
+
+

+ Graphic mode + in KDE, Gnome, etc. +

+

+
+ +
+

Command-line + in your favorite Terminal +

+ +
+
+ {% include footer.html %}