aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg16/infoscreens
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tg16/infoscreens')
-rw-r--r--examples/tg16/infoscreens/bg.pngbin0 -> 93502 bytes
-rw-r--r--examples/tg16/infoscreens/display1.html58
-rw-r--r--examples/tg16/infoscreens/display2.html58
3 files changed, 116 insertions, 0 deletions
diff --git a/examples/tg16/infoscreens/bg.png b/examples/tg16/infoscreens/bg.png
new file mode 100644
index 0000000..d02dbc9
--- /dev/null
+++ b/examples/tg16/infoscreens/bg.png
Binary files differ
diff --git a/examples/tg16/infoscreens/display1.html b/examples/tg16/infoscreens/display1.html
new file mode 100644
index 0000000..05dd134
--- /dev/null
+++ b/examples/tg16/infoscreens/display1.html
@@ -0,0 +1,58 @@
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Droid+Sans" />
+<style>
+body {
+ background-image: url("bg.png");
+ background-repeat: no-repeat;
+ font-family: 'Droid Sans';
+ font-size: 30px;
+ margin: 0 0 0 0;
+}
+
+div {
+ //border:1px solid red;
+ border: none;
+}
+
+#container {
+ width: 1079px;
+ height: 1920px;
+}
+
+#logo-constraint {
+ width: 854px;
+ height: 250px;
+}
+
+#frame {
+ width: 854px;
+ height: 680px;
+ border: none;
+}
+
+#header {
+ text-align: center;
+}
+
+#content {
+ width: 855px;
+}
+</style>
+</head>
+<body>
+ <div id="container">
+ <div id="logo-constraint"></div>
+
+ <div id="content">
+ <h1 id="header">Social Networks</h1>
+ <iframe id="frame" src="http://spock.tg16.gathering.org:8000/en-US/account/insecurelogin?username=secret&password=REMOVED&return_to=/app/thegathering/tg1601social_html"></iframe>
+ </div>
+
+ <div id="content">
+ <h1 id="header">Games</h1>
+ <iframe id="frame" src="http://spock.tg16.gathering.org:8000/en-US/account/insecurelogin?username=secret&password=REMOVED&return_to=/app/thegathering/tg1602games_html"></iframe>
+ </div>
+ </div>
+<body>
+</html>
diff --git a/examples/tg16/infoscreens/display2.html b/examples/tg16/infoscreens/display2.html
new file mode 100644
index 0000000..aac5617
--- /dev/null
+++ b/examples/tg16/infoscreens/display2.html
@@ -0,0 +1,58 @@
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Droid+Sans" />
+<style>
+body {
+ background-image: url("bg.png");
+ background-repeat: no-repeat;
+ font-family: 'Droid Sans';
+ font-size: 30px;
+ margin: 0 0 0 0;
+}
+
+div {
+ //border:1px solid red;
+ border: none;
+}
+
+#container {
+ width: 1079px;
+ height: 1920px;
+}
+
+#logo-constraint {
+ width: 854px;
+ height: 250px;
+}
+
+#frame {
+ width: 854px;
+ height: 680px;
+ border: none;
+}
+
+#header {
+ text-align: center;
+}
+
+#content {
+ width: 855px;
+}
+</style>
+</head>
+<body>
+ <div id="container">
+ <div id="logo-constraint"></div>
+
+ <div id="content">
+ <h1 id="header">Gaming Platform</h1>
+ <iframe id="frame" src="http://spock.tg16.gathering.org:8000/en-US/account/insecurelogin?username=secret&password=REMOVED&return_to=/app/thegathering/tg1603progom_html"></iframe>
+ </div>
+
+ <div id="content">
+ <h1 id="header">Web Browsers</h1>
+ <iframe id="frame" src="http://spock.tg16.gathering.org:8000/en-US/account/insecurelogin?username=secret&password=REMOVED&return_to=/app/thegathering/tg1604bowsers_html"></iframe>
+ </div>
+ </div>
+<body>
+</html>