diff --git a/site/demo.html b/site/demo.html deleted file mode 100644 index ed9b827d..00000000 --- a/site/demo.html +++ /dev/null @@ -1,37 +0,0 @@ - - - -Web Messenger - - - - - - - -
-
-

DEMO

-

Sorry, demo is not available yet.

-
-
- - diff --git a/site/demo.php b/site/demo.php new file mode 100644 index 00000000..b2ca8123 --- /dev/null +++ b/site/demo.php @@ -0,0 +1,15 @@ + + +
+
+

DEMO

+

Sorry, demo is not available yet.

+
+
+ + diff --git a/site/download.html b/site/download.html deleted file mode 100644 index 2f73a649..00000000 --- a/site/download.html +++ /dev/null @@ -1,43 +0,0 @@ - - - -Web Messenger - - - - - - - -
-
-

Latest release

- - - -
-
- - diff --git a/site/download.php b/site/download.php new file mode 100644 index 00000000..10e17c21 --- /dev/null +++ b/site/download.php @@ -0,0 +1,21 @@ + + +
+
+

Latest release

+ + + +
+
+ + diff --git a/site/features.html b/site/features.php similarity index 61% rename from site/features.html rename to site/features.php index 5c171a2c..f23548f1 100644 --- a/site/features.html +++ b/site/features.php @@ -1,32 +1,10 @@ - - - -Web Messenger - - - - - - - + +
@@ -92,5 +70,5 @@ Nifty("div#side","");

- - + + diff --git a/site/inc/footer.i b/site/inc/footer.i new file mode 100644 index 00000000..d8810e03 --- /dev/null +++ b/site/inc/footer.i @@ -0,0 +1,13 @@ + + + + + + diff --git a/site/inc/header.i b/site/inc/header.i new file mode 100644 index 00000000..0458360b --- /dev/null +++ b/site/inc/header.i @@ -0,0 +1,16 @@ + + + +Web Messenger + + + + + + diff --git a/site/inc/menu.i b/site/inc/menu.i new file mode 100644 index 00000000..5053cb25 --- /dev/null +++ b/site/inc/menu.i @@ -0,0 +1,17 @@ + diff --git a/site/index.html b/site/index.html deleted file mode 100644 index 1c374fc4..00000000 --- a/site/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - -Web Messenger - - - - - - - -
-
-

What is Web Messenger?

-

"Web Messenger" - is unique software allowing visitors of your site to chat with your operators.

- -

Why should I use Web Messenger?

-

"Web Messenger" makes it easier to communicate with existing and potential clients. It will significantly increase conversion rates and online sales of your web site.

- -

How it works?

-

You should place the button of Web Messenger at your site. Your visitors click the button and chat with your operators who help them.

- -

License

-

This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0.

- -

Project is hosted by SourceForge.

- -
-
- - diff --git a/site/index.php b/site/index.php new file mode 100644 index 00000000..cb5df896 --- /dev/null +++ b/site/index.php @@ -0,0 +1,27 @@ + + +
+
+

What is Web Messenger?

+

"Web Messenger" - is unique software allowing visitors of your site to chat with your operators.

+ +

Why should I use Web Messenger?

+

"Web Messenger" makes it easier to communicate with existing and potential clients. It will significantly increase conversion rates and online sales of your web site.

+ +

How it works?

+

You should place the button of Web Messenger at your site. Your visitors click the button and chat with your operators who help them.

+ +

License

+

This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0.

+ +

Project is hosted by SourceForge.

+ +
+
+ + diff --git a/site/styles.css b/site/styles.css index bec37e23..4b15952f 100644 --- a/site/styles.css +++ b/site/styles.css @@ -9,9 +9,10 @@ a {color:#533633;} div#header{width:95%;min-width:725px;min-height:120px;margin:0px 20px 0px;padding:10px 0 10px;text-align:left;background:#FFF;display:block;} div#header div#title,div#menu{width:700px;margin:0 0px;text-align:left} div#header div#title{padding: 20px 0px 30px 70px;color:#533633;background-image: url(webimlogo.gif);background-repeat: no-repeat;background-position: 0% 0%;overflow-x: hidden;overflow-y: hidden;} +div#logo {display:inline;margin:20px 0px 0px 20px;padding:0px 0px 0px 0px;} ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0;} -ul#nav{float:left;} +ul#nav{float:bottom;} ul#nav li{float:left;margin-left: 3px;text-align: center} ul#nav a{float:left;width: 125px;padding: 5px 0;background: #999999;text-decoration:none;color: #FFC} ul#nav a:hover{background: #d4b179;color:#FFF;} @@ -29,3 +30,5 @@ div#title big {color:#8b95a7;font-size: 1em;display: block;margin-top: 4px;margi div#downl{float:left;display:block;background:#f3f1f3; margin:0 10px 10px 0;padding:10px;} div#downl a{margin:5px 0 10px;padding: 0 10px;} + +div#header div#menu a.aa { vertical-align:bottom;margin:0 0 0 10px;padding:0px; }