diff --git a/apps/About/index.html b/apps/About/index.html index 1ee2269..89197ca 100644 --- a/apps/About/index.html +++ b/apps/About/index.html @@ -5,11 +5,13 @@

About DremJS

-

Version: 0.1.2b (Hotfix 1)

-

Agenda WM 0.0.2b

+

Version: 0.1.3b

+

Agenda WM 0.0.4b

Note: If something isn't right with your desktop, try reloading the frame! If that doesn't work, clear your browsers cache!

Another Note: When loading an app or clicking the Start button, flickering is normal. This is just because the IFrame is loading the application.

Changelog:

+

Version 0.1.3b

+

~Updated to Agenda WM 0.0.4b, adding a maximize button and the ability to launch applications with a specific size.

Version 0.1.2b (Hotfix 1)

~Fixed a bug where multiple instances of the same app will have the same (supposed to be) unique identifier, which caused problems with closing and layering.

Version 0.1.2b

diff --git a/index.html b/index.html index 3e3ebe1..f2eacc4 100644 --- a/index.html +++ b/index.html @@ -1,38 +1,193 @@ - - - - DremJS - - - + + + + + DremJS + - - -
- -
+ .appFrame { + width:99%; + height:93%; + background-color:#FFFFFF; + } + .start { + position: absolute; + left: 0px; + bottom: 0px; + } + .astart { + position: absolute; + left: 0px; + bottom: 50px; + } + .cwhite { + color: white; + } + .br1 { + position: absolute; + bottom: 8px; + right: 16px; + font-size: 12px; + } + .br2 { + position: absolute; + bottom: 22px; + right: 16px; + font-size: 12px; + } + .br3 { + position: absolute; + bottom: 36px; + right: 16px; + font-size: 12px; + } + html { + background: url(DremJS-Background.png) no-repeat center center fixed; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; + } + a:link { + color: black; + text-decoration: none; + } + a:visited { + color: black; + text-decoration: none; + } + .startgray { + background-color: gray; + padding: 300px; + border: 5px solid gray; + margin: 0; + } + .cent { + position: relative; + top: 4px; + } + .taskbar { + background-color: black; + position: absolute; + top: 0; + right: 0; + width: 100%; + height: 42px; + } + + + +

DremJS Version 0.1.2b

+

Build 31

+

© Innovation Inc.

+
+ +

Start

+
+
+ +
+
+
| +
+ +