From 78f3c0e9893d36e0ce039c2b79ede8a92ebe468a Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 1 Oct 2017 00:24:20 -0400 Subject: Adding the code --- iframeapps/agent8ball.html | 94 +++++++++++++++++ iframeapps/angrybirds.html | 94 +++++++++++++++++ iframeapps/camera.html | 97 ++++++++++++++++++ iframeapps/captainforever.html | 98 ++++++++++++++++++ iframeapps/common.css | 150 ++++++++++++++++++++++++++++ iframeapps/contrejour.html | 94 +++++++++++++++++ iframeapps/cuttherope.html | 99 ++++++++++++++++++ iframeapps/fruitninja.html | 102 +++++++++++++++++++ iframeapps/grooveshark.html | 99 ++++++++++++++++++ iframeapps/img/battery.png | Bin 0 -> 234 bytes iframeapps/img/charmsbar/devices-hover.png | Bin 0 -> 816 bytes iframeapps/img/charmsbar/devices.png | Bin 0 -> 911 bytes iframeapps/img/charmsbar/search-hover.png | Bin 0 -> 1120 bytes iframeapps/img/charmsbar/search.png | Bin 0 -> 1101 bytes iframeapps/img/charmsbar/settings-hover.png | Bin 0 -> 1045 bytes iframeapps/img/charmsbar/settings.png | Bin 0 -> 1162 bytes iframeapps/img/charmsbar/share-hover.png | Bin 0 -> 1096 bytes iframeapps/img/charmsbar/share.png | Bin 0 -> 1230 bytes iframeapps/img/charmsbar/start-hover.png | Bin 0 -> 708 bytes iframeapps/img/charmsbar/start.png | Bin 0 -> 845 bytes iframeapps/img/network.png | Bin 0 -> 290 bytes iframeapps/img/start.png | Bin 0 -> 640 bytes iframeapps/img/startbutton.png | Bin 0 -> 640 bytes iframeapps/instazine.html | 98 ++++++++++++++++++ iframeapps/metroie.html | 99 ++++++++++++++++++ iframeapps/pacman.html | 96 ++++++++++++++++++ iframeapps/photos.html | 99 ++++++++++++++++++ iframeapps/portal.html | 102 +++++++++++++++++++ iframeapps/splashscreens/agent8ball.png | Bin 0 -> 858444 bytes iframeapps/splashscreens/angrybirds.png | Bin 0 -> 82905 bytes iframeapps/splashscreens/camera.png | Bin 0 -> 8132 bytes iframeapps/splashscreens/captainforever.png | Bin 0 -> 137124 bytes iframeapps/splashscreens/contrejour.png | Bin 0 -> 266969 bytes iframeapps/splashscreens/cuttherope.png | Bin 0 -> 39336 bytes iframeapps/splashscreens/fruitninja.png | Bin 0 -> 47430 bytes iframeapps/splashscreens/grooveshark.png | Bin 0 -> 5078 bytes iframeapps/splashscreens/instazine.png | Bin 0 -> 25220 bytes iframeapps/splashscreens/metroie.png | Bin 0 -> 24029 bytes iframeapps/splashscreens/pacman.png | Bin 0 -> 82058 bytes iframeapps/splashscreens/photos.jpg | Bin 0 -> 15126 bytes iframeapps/splashscreens/portal.png | Bin 0 -> 16148 bytes iframeapps/splashscreens/weather.png | Bin 0 -> 10925 bytes iframeapps/weather.html | 99 ++++++++++++++++++ 43 files changed, 1520 insertions(+) create mode 100644 iframeapps/agent8ball.html create mode 100644 iframeapps/angrybirds.html create mode 100644 iframeapps/camera.html create mode 100644 iframeapps/captainforever.html create mode 100644 iframeapps/common.css create mode 100644 iframeapps/contrejour.html create mode 100644 iframeapps/cuttherope.html create mode 100644 iframeapps/fruitninja.html create mode 100644 iframeapps/grooveshark.html create mode 100644 iframeapps/img/battery.png create mode 100644 iframeapps/img/charmsbar/devices-hover.png create mode 100644 iframeapps/img/charmsbar/devices.png create mode 100644 iframeapps/img/charmsbar/search-hover.png create mode 100644 iframeapps/img/charmsbar/search.png create mode 100644 iframeapps/img/charmsbar/settings-hover.png create mode 100644 iframeapps/img/charmsbar/settings.png create mode 100644 iframeapps/img/charmsbar/share-hover.png create mode 100644 iframeapps/img/charmsbar/share.png create mode 100644 iframeapps/img/charmsbar/start-hover.png create mode 100644 iframeapps/img/charmsbar/start.png create mode 100644 iframeapps/img/network.png create mode 100644 iframeapps/img/start.png create mode 100644 iframeapps/img/startbutton.png create mode 100644 iframeapps/instazine.html create mode 100644 iframeapps/metroie.html create mode 100644 iframeapps/pacman.html create mode 100644 iframeapps/photos.html create mode 100644 iframeapps/portal.html create mode 100644 iframeapps/splashscreens/agent8ball.png create mode 100644 iframeapps/splashscreens/angrybirds.png create mode 100644 iframeapps/splashscreens/camera.png create mode 100644 iframeapps/splashscreens/captainforever.png create mode 100644 iframeapps/splashscreens/contrejour.png create mode 100644 iframeapps/splashscreens/cuttherope.png create mode 100644 iframeapps/splashscreens/fruitninja.png create mode 100644 iframeapps/splashscreens/grooveshark.png create mode 100644 iframeapps/splashscreens/instazine.png create mode 100644 iframeapps/splashscreens/metroie.png create mode 100644 iframeapps/splashscreens/pacman.png create mode 100644 iframeapps/splashscreens/photos.jpg create mode 100644 iframeapps/splashscreens/portal.png create mode 100644 iframeapps/splashscreens/weather.png create mode 100644 iframeapps/weather.html (limited to 'iframeapps') diff --git a/iframeapps/agent8ball.html b/iframeapps/agent8ball.html new file mode 100644 index 0000000..270cdda --- /dev/null +++ b/iframeapps/agent8ball.html @@ -0,0 +1,94 @@ + + + +Agent 008 Ball + + + + + + + +
+ +
+
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
diff --git a/iframeapps/angrybirds.html b/iframeapps/angrybirds.html new file mode 100644 index 0000000..b423b89 --- /dev/null +++ b/iframeapps/angrybirds.html @@ -0,0 +1,94 @@ + + + +Angry Birds + + + + + + + +
+ +
+
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
diff --git a/iframeapps/camera.html b/iframeapps/camera.html new file mode 100644 index 0000000..9fdc6d5 --- /dev/null +++ b/iframeapps/camera.html @@ -0,0 +1,97 @@ + + + +Camera + + + + + + + +
+ +
+
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+ + \ No newline at end of file diff --git a/iframeapps/captainforever.html b/iframeapps/captainforever.html new file mode 100644 index 0000000..9fa9fc5 --- /dev/null +++ b/iframeapps/captainforever.html @@ -0,0 +1,98 @@ + + + + +[CPF: CAPTFOREVER.BAT] + + + + + + +
+
+ +
+
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+ + \ No newline at end of file diff --git a/iframeapps/common.css b/iframeapps/common.css new file mode 100644 index 0000000..2a11d2f --- /dev/null +++ b/iframeapps/common.css @@ -0,0 +1,150 @@ +body { + font-family:Segoe UI; + color:#FFFFFF; + margin:0px; + padding:0px; +} +iframe { + display:block; + border:none; + position:absolute; + z-index:-1; +} +object { + position:absolute; + z-index:-1; +} +img, a { + outline:none; + border:none; +} +@keyframes splash { + from { + opacity: 1; + } + to { + opacity:0; + display:none; + } +} +@-ms-keyframes splash { + from { + opacity: 1; + } + to { + opacity:0; + display:none; + } +} +@-webkit-keyframes splash { + from { + opacity: 1; + } + to { + opacity:0; + display:none; + } +} +@-o-keyframes splash { + from { + opacity: 1; + } + to { + opacity:0; + display:none; + } +} +#splashscreen { + position:fixed; + width:100%; + height:100%; + color:#FFFFFF; + z-index:1; +} +#hoverarea { + position:fixed; + top:0px; + right:0px; + width:15px; + height:15px; + z-index:999; +} +#bottomhoverarea { + position:fixed; + bottom:0px; + right:0px; + width:15px; + height:15px; + z-index:999; +} +#starthoverarea { + position:fixed; + bottom:0px; + left:0px; + width:15px; + height:15px; + z-index:999; +} +#charmsbar { + display:none; + background-color:#111111; + position:fixed; + padding:5% 0; + top:0px; + right:0px; + height:100%; + width: 86px; + +} +#settingscharms { + padding : 40px; + display:none; + background-color:#3B66AD; + position:fixed; + top:0px; + right:0px; + height:100%; + width: 345px; + +} +#startbutton { + display:none; + position:fixed; + left:0px; + bottom:0px; + z-index:999; +} +#iconnetwork { + position:absolute; + top:35px; + left:25px; +} +#iconbattery { + position:absolute; + bottom:35px; + left:32px; +} +#datetime { + display:none; + position:fixed; + left:50px; + bottom:50px; + width:490px; + height:139px; + background-color: rgba(17,17,17,1); +} +#time { + position:absolute; + left:70px; + bottom:19px; + font-family: Segoe UI Light; + font-size: 64pt; +} +#date { + margin-top:20px; + margin-right:20px; + float:right; + font-size:24pt; + font-family: Segoe UI; + color:#FFFFFF; +} diff --git a/iframeapps/contrejour.html b/iframeapps/contrejour.html new file mode 100644 index 0000000..e76391a --- /dev/null +++ b/iframeapps/contrejour.html @@ -0,0 +1,94 @@ + + + +Contre Jour + + + + + + + +
+ +
+
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
diff --git a/iframeapps/cuttherope.html b/iframeapps/cuttherope.html new file mode 100644 index 0000000..32b36b8 --- /dev/null +++ b/iframeapps/cuttherope.html @@ -0,0 +1,99 @@ + + + + +Cut the Rope + + + + + + + +
+ +
+
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+ + + diff --git a/iframeapps/fruitninja.html b/iframeapps/fruitninja.html new file mode 100644 index 0000000..7ae8ed5 --- /dev/null +++ b/iframeapps/fruitninja.html @@ -0,0 +1,102 @@ + + + + +Fruit Ninja + + + + + + +
+ + + +
+
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+ + \ No newline at end of file diff --git a/iframeapps/grooveshark.html b/iframeapps/grooveshark.html new file mode 100644 index 0000000..34be6f7 --- /dev/null +++ b/iframeapps/grooveshark.html @@ -0,0 +1,99 @@ + + + + +Grooveshark + + + + + + + +
+
+ +
+
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+ + \ No newline at end of file diff --git a/iframeapps/img/battery.png b/iframeapps/img/battery.png new file mode 100644 index 0000000..07b1b4d Binary files /dev/null and b/iframeapps/img/battery.png differ diff --git a/iframeapps/img/charmsbar/devices-hover.png b/iframeapps/img/charmsbar/devices-hover.png new file mode 100644 index 0000000..ad3fa8e Binary files /dev/null and b/iframeapps/img/charmsbar/devices-hover.png differ diff --git a/iframeapps/img/charmsbar/devices.png b/iframeapps/img/charmsbar/devices.png new file mode 100644 index 0000000..1a81a90 Binary files /dev/null and b/iframeapps/img/charmsbar/devices.png differ diff --git a/iframeapps/img/charmsbar/search-hover.png b/iframeapps/img/charmsbar/search-hover.png new file mode 100644 index 0000000..16a48f9 Binary files /dev/null and b/iframeapps/img/charmsbar/search-hover.png differ diff --git a/iframeapps/img/charmsbar/search.png b/iframeapps/img/charmsbar/search.png new file mode 100644 index 0000000..d5cea8e Binary files /dev/null and b/iframeapps/img/charmsbar/search.png differ diff --git a/iframeapps/img/charmsbar/settings-hover.png b/iframeapps/img/charmsbar/settings-hover.png new file mode 100644 index 0000000..c8f9820 Binary files /dev/null and b/iframeapps/img/charmsbar/settings-hover.png differ diff --git a/iframeapps/img/charmsbar/settings.png b/iframeapps/img/charmsbar/settings.png new file mode 100644 index 0000000..b63fbc3 Binary files /dev/null and b/iframeapps/img/charmsbar/settings.png differ diff --git a/iframeapps/img/charmsbar/share-hover.png b/iframeapps/img/charmsbar/share-hover.png new file mode 100644 index 0000000..bd3a423 Binary files /dev/null and b/iframeapps/img/charmsbar/share-hover.png differ diff --git a/iframeapps/img/charmsbar/share.png b/iframeapps/img/charmsbar/share.png new file mode 100644 index 0000000..b743bf0 Binary files /dev/null and b/iframeapps/img/charmsbar/share.png differ diff --git a/iframeapps/img/charmsbar/start-hover.png b/iframeapps/img/charmsbar/start-hover.png new file mode 100644 index 0000000..6cc3144 Binary files /dev/null and b/iframeapps/img/charmsbar/start-hover.png differ diff --git a/iframeapps/img/charmsbar/start.png b/iframeapps/img/charmsbar/start.png new file mode 100644 index 0000000..6cf722c Binary files /dev/null and b/iframeapps/img/charmsbar/start.png differ diff --git a/iframeapps/img/network.png b/iframeapps/img/network.png new file mode 100644 index 0000000..5dc5ef7 Binary files /dev/null and b/iframeapps/img/network.png differ diff --git a/iframeapps/img/start.png b/iframeapps/img/start.png new file mode 100644 index 0000000..db9726d Binary files /dev/null and b/iframeapps/img/start.png differ diff --git a/iframeapps/img/startbutton.png b/iframeapps/img/startbutton.png new file mode 100644 index 0000000..db9726d Binary files /dev/null and b/iframeapps/img/startbutton.png differ diff --git a/iframeapps/instazine.html b/iframeapps/instazine.html new file mode 100644 index 0000000..5dc731e --- /dev/null +++ b/iframeapps/instazine.html @@ -0,0 +1,98 @@ + + + + +Instazine + + + + + + +
+
+ +
+
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+ + \ No newline at end of file diff --git a/iframeapps/metroie.html b/iframeapps/metroie.html new file mode 100644 index 0000000..54e1b4d --- /dev/null +++ b/iframeapps/metroie.html @@ -0,0 +1,99 @@ + + + + +Internet Explorer + + + + + + + +
+
+ +
+
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+ + \ No newline at end of file diff --git a/iframeapps/pacman.html b/iframeapps/pacman.html new file mode 100644 index 0000000..5158482 --- /dev/null +++ b/iframeapps/pacman.html @@ -0,0 +1,96 @@ + + + + +Pacman + + + + + + + +
+
+ +
+
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+ + \ No newline at end of file diff --git a/iframeapps/photos.html b/iframeapps/photos.html new file mode 100644 index 0000000..aeb346a --- /dev/null +++ b/iframeapps/photos.html @@ -0,0 +1,99 @@ + + + + +Photos + + + + + + +
+
+ +
+
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+ + \ No newline at end of file diff --git a/iframeapps/portal.html b/iframeapps/portal.html new file mode 100644 index 0000000..8ef3f91 --- /dev/null +++ b/iframeapps/portal.html @@ -0,0 +1,102 @@ + + + + +Portal + + + + + + +
+ + + +
+
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+ + \ No newline at end of file diff --git a/iframeapps/splashscreens/agent8ball.png b/iframeapps/splashscreens/agent8ball.png new file mode 100644 index 0000000..b2b3f0b Binary files /dev/null and b/iframeapps/splashscreens/agent8ball.png differ diff --git a/iframeapps/splashscreens/angrybirds.png b/iframeapps/splashscreens/angrybirds.png new file mode 100644 index 0000000..ecdb398 Binary files /dev/null and b/iframeapps/splashscreens/angrybirds.png differ diff --git a/iframeapps/splashscreens/camera.png b/iframeapps/splashscreens/camera.png new file mode 100644 index 0000000..b9b9667 Binary files /dev/null and b/iframeapps/splashscreens/camera.png differ diff --git a/iframeapps/splashscreens/captainforever.png b/iframeapps/splashscreens/captainforever.png new file mode 100644 index 0000000..cdc91a4 Binary files /dev/null and b/iframeapps/splashscreens/captainforever.png differ diff --git a/iframeapps/splashscreens/contrejour.png b/iframeapps/splashscreens/contrejour.png new file mode 100644 index 0000000..25153fe Binary files /dev/null and b/iframeapps/splashscreens/contrejour.png differ diff --git a/iframeapps/splashscreens/cuttherope.png b/iframeapps/splashscreens/cuttherope.png new file mode 100644 index 0000000..a99aaa7 Binary files /dev/null and b/iframeapps/splashscreens/cuttherope.png differ diff --git a/iframeapps/splashscreens/fruitninja.png b/iframeapps/splashscreens/fruitninja.png new file mode 100644 index 0000000..1c7c5c2 Binary files /dev/null and b/iframeapps/splashscreens/fruitninja.png differ diff --git a/iframeapps/splashscreens/grooveshark.png b/iframeapps/splashscreens/grooveshark.png new file mode 100644 index 0000000..8df7126 Binary files /dev/null and b/iframeapps/splashscreens/grooveshark.png differ diff --git a/iframeapps/splashscreens/instazine.png b/iframeapps/splashscreens/instazine.png new file mode 100644 index 0000000..ec139b0 Binary files /dev/null and b/iframeapps/splashscreens/instazine.png differ diff --git a/iframeapps/splashscreens/metroie.png b/iframeapps/splashscreens/metroie.png new file mode 100644 index 0000000..bcfe372 Binary files /dev/null and b/iframeapps/splashscreens/metroie.png differ diff --git a/iframeapps/splashscreens/pacman.png b/iframeapps/splashscreens/pacman.png new file mode 100644 index 0000000..a7a2e20 Binary files /dev/null and b/iframeapps/splashscreens/pacman.png differ diff --git a/iframeapps/splashscreens/photos.jpg b/iframeapps/splashscreens/photos.jpg new file mode 100644 index 0000000..0044e07 Binary files /dev/null and b/iframeapps/splashscreens/photos.jpg differ diff --git a/iframeapps/splashscreens/portal.png b/iframeapps/splashscreens/portal.png new file mode 100644 index 0000000..0d2be4a Binary files /dev/null and b/iframeapps/splashscreens/portal.png differ diff --git a/iframeapps/splashscreens/weather.png b/iframeapps/splashscreens/weather.png new file mode 100644 index 0000000..a1807c8 Binary files /dev/null and b/iframeapps/splashscreens/weather.png differ diff --git a/iframeapps/weather.html b/iframeapps/weather.html new file mode 100644 index 0000000..151c624 --- /dev/null +++ b/iframeapps/weather.html @@ -0,0 +1,99 @@ + + + + +Weather + + + + + + + +
+
+ +
+
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+ + \ No newline at end of file -- cgit v1.2.3