summaryrefslogtreecommitdiff
path: root/frontend/static/radio
diff options
context:
space:
mode:
authorroot <root@lalalizard.com>2012-11-26 12:05:40 -0500
committerroot <root@lalalizard.com>2012-11-26 12:05:40 -0500
commitef51b60c6481254d88c5fc3c34f4127b7f881a58 (patch)
tree42a9596a7d53951d2a10f60fea4c2854fc9348af /frontend/static/radio
parentddc5b25b4a47ef8175aced9c06fc1767d004e826 (diff)
Frontend static/ folder
Diffstat (limited to 'frontend/static/radio')
-rw-r--r--frontend/static/radio/default.html178
-rw-r--r--frontend/static/radio/diornights.html13
-rw-r--r--frontend/static/radio/disaro.html178
-rw-r--r--frontend/static/radio/glasspopcorn.html204
-rw-r--r--frontend/static/radio/sewergreats.html219
5 files changed, 792 insertions, 0 deletions
diff --git a/frontend/static/radio/default.html b/frontend/static/radio/default.html
new file mode 100644
index 0000000..f8c0c77
--- /dev/null
+++ b/frontend/static/radio/default.html
@@ -0,0 +1,178 @@
+<!doctype html>
+<html>
+<head>
+<title>DISARO 20†† RADIO</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta property="og:title" content="DISARO 20†† RADIO"/>
+<meta property="og:type" content="website"/>
+<meta property="og:url" content="http://scannerjammer.com/disaro/radio/"/>
+<meta property="og:image" content="http://scannerjammer.com/img/203479_218847874803841_2580485_n_1308775374.gif" />
+<meta property="og:site_name" content="ScannerJammer"/>
+<meta property="og:description" content=""/>
+<meta property="fb:admins" content="100001923956223,1709246"/>
+<meta name="description" content="Youtube video chat" />
+<style type="text/css">
+html
+ {
+ height: 100%;
+ margin: 0; padding: 0;
+ }
+body
+ {
+ margin: 0; padding: 0;
+ height: 100%;
+ width: 100%;
+ background-image: url(http://i.imgur.com/eHKnU.jpg);
+ }
+#embedded
+ {
+ box-shadow: 0px 5px 10px #000;
+ position: fixed;
+ top: 100px;
+ right: 100px;
+ width: 250px;
+ height: 360px;
+ border: 0;
+ background-color: #000;
+ }
+#container
+ {
+ font-family: futura, sans-serif;
+ color: #fff;
+ font-size: 36px;
+ position: absolute;
+ top: 250px;
+ left: 50%;
+ width: 500px;
+ margin-left: -250px;
+ text-align: center;
+ }
+#container button
+ {
+ font-family: futura, sans-serif;
+ font-size: 42px;
+ background-color: #000;
+ color: #ddd;
+ padding: 20px 40px;
+ border: 0;
+ cursor: pointer;
+ }
+#container button small
+ {
+ color: #bbb;
+ font-size: 24px;
+ line-height: 24px;
+ position: relative;
+ top: -5px;
+ }
+#container button b
+ {
+ color: #fff;
+ font-size: 54px;
+ }
+#container button:hover
+ {
+ background-color: #222;
+ color: #fff;
+ }
+#curtain
+ {
+background-image: -webkit-gradient(
+ linear,
+ left bottom,
+ left top,
+ color-stop(0, rgb(69,69,69)),
+ color-stop(1, rgb(0,0,0))
+);
+background-image: -moz-linear-gradient(
+ center bottom,
+ rgb(69,69,69) 0%,
+ rgb(0,0,0) 100%
+);
+ width: 100%;
+ height: 100%;
+ z-index: -1;
+ position: absolute;
+ top: 0;
+ left: 0;
+ opacity: 0.9;
+ }
+.flip
+ {
+ -moz-transform: rotate(180deg);
+ -webkit-transform: rotate(180deg);
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
+ display: inline-block;
+ position: relative;
+ top: 8px;
+ }
+#likebutton
+ {
+ position: absolute;
+ top: 100px;
+ left: 50%;
+ width: 350px;
+ margin-left: -185px;
+ background-color: #000;
+ padding: 10px;
+ color: #ddd;
+ font-family: trebuchet ms, sans-serif;
+ text-align: center;
+ display: none;
+ }
+#about
+ {
+ display: none;
+ position: absolute;
+ bottom: 100px;
+ left: 50%;
+ margin-left: -180px;
+ background-color: #000;
+ padding: 10px 15px;
+ color: #ddd;
+ font-family: trebuchet ms, sans-serif;
+ text-align: center;
+ }
+#likebutton:hover, #about:hover
+ {
+ background-color: #222;
+ }
+#scanjam
+ {
+ padding-top: 5px;
+ }
+</style>
+<body>
+<div id="curtain">
+</div>
+
+<div id="container">
+ <button id="activate"><small>CLICK HERE FOR</small><br/>
+ DISARO 20<div class="flip">††</div><br/>
+ <b>RADIO</b>
+ </button>
+</div>
+
+<div id="likebutton">
+<div id="fb-root" style="background-color: black;"></div><script src="http://connect.facebook.net/en_US/all.js#appId=236917449658413&amp;xfbml=1"></script><fb:like href="http://scannerjammer.com/disaro/radio/" send="false" width="347" show_faces="true" colorscheme="dark" font="" style="background-color: black;"></fb:like>
+</div>
+
+<div id="about">
+ <a href="/"><img src="http://scannerjammer.com/img/scannerjammer-logo.png" width="347" height="44" id="scanjam" border="0"></a>
+</div>
+</body>
+<script type="text/javascript" src="http://scannerjammer.com/js/jquery-1.5.2.min.js"></script>
+<script type="text/javascript">
+function activater ()
+ {
+ window.open ("/disaro/embed/", "sj_embed", "height=600,width=400,left=20,top=20,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,titlebar=yes,toolbar=no")
+ }
+document.getElementById("activate").onclick = activater
+function loader ()
+ {
+ $("#likebutton,#about").fadeIn(50)
+ }
+$(document).ready(loader)
+</script>
+</html>
+
diff --git a/frontend/static/radio/diornights.html b/frontend/static/radio/diornights.html
new file mode 100644
index 0000000..8e79f49
--- /dev/null
+++ b/frontend/static/radio/diornights.html
@@ -0,0 +1,13 @@
+<html>
+<head>
+<meta http-equiv="Refresh"
+ content="0; URL=http://diornights.com/radio/">
+</head>
+<body>
+<br>
+Sending you through to
+ <a href="http://diornights.com/radio/">Dior Nights Radio</a>..!
+<br>
+</body>
+</html>
+
diff --git a/frontend/static/radio/disaro.html b/frontend/static/radio/disaro.html
new file mode 100644
index 0000000..e4b57cb
--- /dev/null
+++ b/frontend/static/radio/disaro.html
@@ -0,0 +1,178 @@
+<!doctype html>
+<html>
+<head>
+<title>DISARO 20†† RADIO</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta property="og:title" content="DISARO 20†† RADIO"/>
+<meta property="og:type" content="website"/>
+<meta property="og:url" content="http://scannerjammer.com/disaro/radio/"/>
+<meta property="og:image" content="http://scannerjammer.com/img/disaro.jpg" />
+<meta property="og:site_name" content="ScannerJammer"/>
+<meta property="og:description" content=""/>
+<meta property="fb:admins" content="100001923956223,1709246"/>
+<meta name="description" content="Youtube video chat" />
+<style type="text/css">
+html
+ {
+ height: 100%;
+ margin: 0; padding: 0;
+ }
+body
+ {
+ margin: 0; padding: 0;
+ height: 100%;
+ width: 100%;
+ background-image: url(http://i.imgur.com/eHKnU.jpg);
+ }
+#embedded
+ {
+ box-shadow: 0px 5px 10px #000;
+ position: fixed;
+ top: 100px;
+ right: 100px;
+ width: 250px;
+ height: 360px;
+ border: 0;
+ background-color: #000;
+ }
+#container
+ {
+ font-family: futura, sans-serif;
+ color: #fff;
+ font-size: 36px;
+ position: absolute;
+ top: 250px;
+ left: 50%;
+ width: 500px;
+ margin-left: -250px;
+ text-align: center;
+ }
+#container button
+ {
+ font-family: futura, sans-serif;
+ font-size: 42px;
+ background-color: #000;
+ color: #ddd;
+ padding: 20px 40px;
+ border: 0;
+ cursor: pointer;
+ }
+#container button small
+ {
+ color: #bbb;
+ font-size: 24px;
+ line-height: 24px;
+ position: relative;
+ top: -5px;
+ }
+#container button b
+ {
+ color: #fff;
+ font-size: 54px;
+ }
+#container button:hover
+ {
+ background-color: #222;
+ color: #fff;
+ }
+#curtain
+ {
+background-image: -webkit-gradient(
+ linear,
+ left bottom,
+ left top,
+ color-stop(0, rgb(69,69,69)),
+ color-stop(1, rgb(0,0,0))
+);
+background-image: -moz-linear-gradient(
+ center bottom,
+ rgb(69,69,69) 0%,
+ rgb(0,0,0) 100%
+);
+ width: 100%;
+ height: 100%;
+ z-index: -1;
+ position: absolute;
+ top: 0;
+ left: 0;
+ opacity: 0.9;
+ }
+.flip
+ {
+ -moz-transform: rotate(180deg);
+ -webkit-transform: rotate(180deg);
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
+ display: inline-block;
+ position: relative;
+ top: 8px;
+ }
+#likebutton
+ {
+ position: absolute;
+ top: 100px;
+ left: 50%;
+ width: 350px;
+ margin-left: -185px;
+ background-color: #000;
+ padding: 10px;
+ color: #ddd;
+ font-family: trebuchet ms, sans-serif;
+ text-align: center;
+ display: none;
+ }
+#about
+ {
+ display: none;
+ position: absolute;
+ bottom: 100px;
+ left: 50%;
+ margin-left: -180px;
+ background-color: #000;
+ padding: 10px 15px;
+ color: #ddd;
+ font-family: trebuchet ms, sans-serif;
+ text-align: center;
+ }
+#likebutton:hover, #about:hover
+ {
+ background-color: #222;
+ }
+#scanjam
+ {
+ padding-top: 5px;
+ }
+</style>
+<body>
+<div id="curtain">
+</div>
+
+<div id="container">
+ <button id="activate"><small>CLICK HERE FOR</small><br/>
+ DISARO 20<div class="flip">††</div><br/>
+ <b>RADIO</b>
+ </button>
+</div>
+
+<div id="likebutton">
+<div id="fb-root" style="background-color: black;"></div><script src="http://connect.facebook.net/en_US/all.js#appId=236917449658413&amp;xfbml=1"></script><fb:like href="http://scannerjammer.com/disaro/radio/" send="false" width="347" show_faces="true" colorscheme="dark" font="" style="background-color: black;"></fb:like>
+</div>
+
+<div id="about">
+ <a href="/"><img src="http://scannerjammer.com/img/scannerjammer-logo.png" width="347" height="44" id="scanjam" border="0"></a>
+</div>
+</body>
+<script type="text/javascript" src="http://scannerjammer.com/js/jquery-1.5.2.min.js"></script>
+<script type="text/javascript">
+function activater ()
+ {
+ window.open ("/disaro/embed/", "sj_embed", "height=600,width=400,left=20,top=20,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,titlebar=yes,toolbar=no")
+ }
+document.getElementById("activate").onclick = activater
+function loader ()
+ {
+ $("#likebutton,#about").fadeIn(50)
+ }
+$(document).ready(loader)
+</script>
+</html>
+
diff --git a/frontend/static/radio/glasspopcorn.html b/frontend/static/radio/glasspopcorn.html
new file mode 100644
index 0000000..edeabaa
--- /dev/null
+++ b/frontend/static/radio/glasspopcorn.html
@@ -0,0 +1,204 @@
+<!doctype html>
+<html>
+<head>
+<title>GLASSPOPCORN RADIO</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta property="og:title" content="Glasspopcorn Radio"/>
+<meta property="og:type" content="website"/>
+<meta property="og:url" content="http://glasspopcorn.com/radio/"/>
+<meta property="og:image" content="http://scannerjammer.com/img/glasspopradio.gif" />
+<meta property="og:site_name" content="ScannerJammer"/>
+<meta property="og:description" content=""/>
+<meta property="fb:admins" content="100001923956223,1709246"/>
+<meta name="description" content="" />
+<style type="text/css">
+html
+ {
+ height: 100%;
+ margin: 0; padding: 0;
+ }
+body
+ {
+ margin: 0; padding: 0;
+ height: 100%;
+ width: 100%;
+ font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
+ background-image: url(http://scannerjammer.com/img/glasspopradio.gif);
+ background-position: center;
+ }
+#bg
+ {
+ position: fixed;
+ top: 0;
+ left: 0;
+ height: 100%;
+ width: 100%;
+ z-index: -2;
+ }
+#bg img
+ {
+ height: 100%;
+ width: 100%;
+ }
+#embedded
+ {
+ box-shadow: 0px 5px 10px #000;
+ position: fixed;
+ top: 100px;
+ right: 100px;
+ width: 250px;
+ height: 360px;
+ border: 0;
+ background-color: #000;
+ }
+#container
+ {
+ font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
+ color: #fff;
+ font-size: 36px;
+ position: absolute;
+ top: 250px;
+ left: 50%;
+ width: 500px;
+ margin-left: -250px;
+ text-align: center;
+ opacity: 0.8;
+ }
+#container button
+ {
+ font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
+ font-size: 42px;
+ background-color: #333;
+ color: #ddd;
+ padding: 20px 40px;
+ border: 0;
+ cursor: pointer;
+ }
+#container button small
+ {
+ color: #bbb;
+ font-size: 24px;
+ line-height: 24px;
+ position: relative;
+ top: -5px;
+ }
+#container button b
+ {
+ color: #fff;
+ font-size: 54px;
+ }
+#container button:hover
+ {
+ background-color: #222;
+ color: #fff;
+ }
+#curtain
+ {
+background-image: -webkit-gradient(
+ linear,
+ left bottom,
+ left top,
+ color-stop(0, rgb(69,69,69)),
+ color-stop(1, rgb(0,0,0))
+);
+background-image: -moz-linear-gradient(
+ center bottom,
+ rgb(69,69,69) 0%,
+ rgb(0,0,0) 100%
+);
+ width: 100%;
+ height: 100%;
+ z-index: -1;
+ position: absolute;
+ top: 0;
+ left: 0;
+ opacity: 0.1;
+ }
+.flip
+ {
+ -moz-transform: rotate(180deg);
+ -webkit-transform: rotate(180deg);
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
+ display: inline-block;
+ position: relative;
+ top: 8px;
+ }
+#likebutton
+ {
+ position: absolute;
+ top: 100px;
+ left: 50%;
+ width: 350px;
+ margin-left: -185px;
+ background-color: #333;
+ padding: 10px;
+ color: #ddd;
+ font-family: trebuchet ms, sans-serif;
+ text-align: center;
+ display: none;
+ opacity: 0.8;
+ }
+#about
+ {
+ display: none;
+ position: absolute;
+ bottom: 100px;
+ left: 50%;
+ margin-left: -180px;
+ background-color: #333;
+ padding: 10px 15px;
+ color: #ddd;
+ font-family: trebuchet ms, sans-serif;
+ text-align: center;
+ opacity: 0.8;
+ }
+#likebutton:hover, #about:hover
+ {
+ background-color: #222;
+ }
+#scanjam
+ {
+ padding-top: 5px;
+ }
+</style>
+<body>
+
+<div id="curtain">
+</div>
+
+<!--
+<div id="bg">
+ <img src="http://scannerjammer.com/img/glasspopradio.gif" />
+</div>
+-->
+
+<div id="container">
+ <button id="activate"><small>CLICK HERE FOR</small><br/>
+ GLASSPOPCORN<br/>
+ <b>RADIO</b>
+ </button>
+</div>
+
+<div id="likebutton">
+<div id="fb-root" style="background-color: transparent;"></div><script src="http://connect.facebook.net/en_US/all.js#appId=236917449658413&amp;xfbml=1"></script><fb:like href="http://scannerjammer.com/glasspopcorn/radio/" send="false" width="347" show_faces="true" colorscheme="dark" font="" style="background-color: transparent;"></fb:like>
+</div>
+
+<div id="about">
+ <a href="/"><img src="http://scannerjammer.com/img/scannerjammer-logo.png" width="347" height="44" id="scanjam" border="0"></a>
+</div>
+</body>
+<script type="text/javascript" src="http://scannerjammer.com/js/jquery-1.5.2.min.js"></script>
+<script type="text/javascript">
+function activater ()
+ {
+ window.open ("/glasspopcorn/embed/", "sj_embed", "height=600,width=400,left=20,top=20,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,titlebar=yes,toolbar=no")
+ }
+document.getElementById("activate").onclick = activater
+function loader ()
+ {
+ $("#likebutton,#about").fadeIn(50)
+ }
+$(document).ready(loader)
+</script>
+</html>
+
diff --git a/frontend/static/radio/sewergreats.html b/frontend/static/radio/sewergreats.html
new file mode 100644
index 0000000..82c66db
--- /dev/null
+++ b/frontend/static/radio/sewergreats.html
@@ -0,0 +1,219 @@
+<!doctype html>
+<html>
+<head>
+<title>SEWER GREATS RADIO</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta property="og:title" content="SEWER GREATS RADIO"/>
+<meta property="og:type" content="website"/>
+<meta property="og:url" content="http://scannerjammer.com/sewergreats/radio/"/>
+<meta property="og:image" content="http://scannerjammer.com/bgz/sewergreatsbg.jpg" />
+<meta property="og:site_name" content="ScannerJammer"/>
+<meta property="og:description" content=""/>
+<meta property="fb:admins" content="100001923956223,1709246"/>
+<meta name="description" content="Youtube video chat" />
+<style type="text/css">
+html
+ {
+ height: 100%;
+ margin: 0; padding: 0;
+ }
+body
+ {
+ margin: 0; padding: 0;
+ height: 100%;
+ width: 100%;
+ }
+#bg
+ {
+ position: fixed;
+ top: 0;
+ left: 0;
+ height: 100%;
+ width: 100%;
+ z-index: -2;
+ }
+#bg img
+ {
+ height: 100%;
+ width: 100%;
+ }
+#embedded
+ {
+ box-shadow: 0px 5px 10px #003;
+ position: fixed;
+ top: 100px;
+ right: 100px;
+ width: 250px;
+ height: 360px;
+ border: 0;
+ background-color: #003;
+ }
+#container
+ {
+ font-family: sans-serif;
+ letter-spacing: -2px;
+ color: #dd6688;
+ font-size: 36px;
+ position: absolute;
+ top: 250px;
+ left: 50%;
+ width: 500px;
+ margin-left: -250px;
+ text-align: center;
+ }
+#container button
+ {
+ font-family: sans-serif;
+ font-size: 42px;
+ background-color: #003;
+ color: #ff3333;
+ padding: 20px 40px;
+ border: 0;
+ cursor: pointer;
+ box-shadow: 0 0 90px #f8f;
+ }
+#container button small
+ {
+ color: #bb11dd;
+ font-size: 24px;
+ line-height: 24px;
+ position: relative;
+ top: -5px;
+ }
+#container button b
+ {
+ color: #FF7F00;
+ font-size: 54px;
+ }
+#container button:hover
+ {
+ background-color: #0820b6;
+ }
+#curtain
+ {
+background-image: -webkit-gradient(
+ linear,
+ left bottom,
+ left top,
+ color-stop(0, rgb(69,69,69)),
+ color-stop(1, rgb(0,0,0))
+);
+background-image: -moz-linear-gradient(
+ center bottom,
+ rgb(69,69,69) 0%,
+ rgb(0,0,0) 100%
+);
+ width: 100%;
+ height: 100%;
+ z-index: -1;
+ position: absolute;
+ top: 0;
+ left: 0;
+ opacity: 0.1;
+ }
+.flip
+ {
+ -moz-transform: rotate(180deg);
+ -webkit-transform: rotate(180deg);
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
+ display: inline-block;
+ position: relative;
+ top: 8px;
+ }
+#likebutton
+ {
+ position: absolute;
+ top: 100px;
+ left: 50%;
+ width: 350px;
+ margin-left: -185px;
+ background-color: #003;
+ padding: 10px;
+ color: #ddd;
+ font-family: trebuchet ms, sans-serif;
+ text-align: center;
+ display: none;
+ }
+#about
+ {
+ display: none;
+ position: absolute;
+ bottom: 100px;
+ left: 50%;
+ margin-left: -180px;
+ background-color: #003;
+ padding: 10px 15px;
+ color: #ddd;
+ font-family: trebuchet ms, sans-serif;
+ text-align: center;
+ }
+#likebutton:hover, #about:hover, #sewage:hover
+ {
+ background-color: #0820b6;
+ }
+#scanjam
+ {
+ padding-top: 5px;
+ }
+#sewage
+ {
+ bottom: 75px;
+ right: 50px;
+ position: absolute;
+ padding: 10px;
+ background: #003;
+ color: #eee;
+ cursor: pointer;
+ box-shadow: 0 20px 20px #000;
+ }
+#sewage i
+ {
+ padding: 0 0 5px 0;
+ display: block;
+ font-family: sans-serif;
+ }
+</style>
+<body>
+<div id="bg">
+ <img src="/bgz/sewergreatsbg.jpg" />
+</div>
+<div id="curtain">
+</div>
+
+<div id="container">
+ <button id="activate"><small>CLICK HERE FOR</small><br/>
+ SEWER GREATS<br/>
+ <b>RADIO!</b>
+ </button>
+</div>
+
+<div id="likebutton">
+<div id="fb-root" style="background-color: black;"></div><script src="http://connect.facebook.net/en_US/all.js#appId=236917449658413&amp;xfbml=1"></script><fb:like href="http://scannerjammer.com/sewergreats/radio/" send="false" width="347" show_faces="true" colorscheme="dark" font="" style="background-color: black;"></fb:like>
+</div>
+
+<div id="about">
+ <a href="/"><img src="http://scannerjammer.com/img/scannerjammer-logo.png" width="347" height="44" id="scanjam" border="0"></a>
+</div>
+
+<div id="sewage">
+ <i>And you might also enjoy ...</i>
+ <a href="http://sewagetapes.bandcamp.com/"><img src="http://scannerjammer.com/bgz/sewergreatsvol1.jpg" width="250" height="250"/></a>
+</div>
+
+</body>
+<script type="text/javascript" src="http://scannerjammer.com/js/jquery-1.5.2.min.js"></script>
+<script type="text/javascript">
+function activater ()
+ {
+ window.open ("/sewergreats/embed/", "sj_embed", "height=600,width=400,left=20,top=20,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,titlebar=yes,toolbar=no")
+ }
+document.getElementById("activate").onclick = activater
+function loader ()
+ {
+ $("#likebutton,#about").fadeIn(50)
+ }
+$(document).ready(loader)
+</script>
+</html>
+
+