summaryrefslogtreecommitdiff
path: root/static/trash/starts
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-03-26 18:23:03 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-03-26 18:23:03 -0400
commitb18a8081bd5096a5bafdce252256b94f601f2f94 (patch)
treedb7697a4408b5394307515bb27bafbd1de49347f /static/trash/starts
parent9d66e591710e593ea035e765b955367957afb6e3 (diff)
Added new static content
Diffstat (limited to 'static/trash/starts')
-rwxr-xr-xstatic/trash/starts/bg4.pngbin0 -> 5469 bytes
-rwxr-xr-xstatic/trash/starts/bottoml.pngbin0 -> 660 bytes
-rwxr-xr-xstatic/trash/starts/bottomr.pngbin0 -> 649 bytes
-rwxr-xr-xstatic/trash/starts/cloudbg.pngbin0 -> 8386 bytes
-rwxr-xr-xstatic/trash/starts/cloudbg1.pngbin0 -> 8386 bytes
-rwxr-xr-xstatic/trash/starts/getstarted.gifbin0 -> 6297 bytes
-rwxr-xr-xstatic/trash/starts/index.html71
-rwxr-xr-xstatic/trash/starts/logbg.pngbin0 -> 820 bytes
-rwxr-xr-xstatic/trash/starts/main.css182
-rwxr-xr-xstatic/trash/starts/mark1.pngbin0 -> 3956 bytes
-rwxr-xr-xstatic/trash/starts/startpage1.html96
-rwxr-xr-xstatic/trash/starts/topl.pngbin0 -> 679 bytes
-rwxr-xr-xstatic/trash/starts/topr.pngbin0 -> 651 bytes
13 files changed, 349 insertions, 0 deletions
diff --git a/static/trash/starts/bg4.png b/static/trash/starts/bg4.png
new file mode 100755
index 0000000..e20fda8
--- /dev/null
+++ b/static/trash/starts/bg4.png
Binary files differ
diff --git a/static/trash/starts/bottoml.png b/static/trash/starts/bottoml.png
new file mode 100755
index 0000000..0f52893
--- /dev/null
+++ b/static/trash/starts/bottoml.png
Binary files differ
diff --git a/static/trash/starts/bottomr.png b/static/trash/starts/bottomr.png
new file mode 100755
index 0000000..5904272
--- /dev/null
+++ b/static/trash/starts/bottomr.png
Binary files differ
diff --git a/static/trash/starts/cloudbg.png b/static/trash/starts/cloudbg.png
new file mode 100755
index 0000000..f397899
--- /dev/null
+++ b/static/trash/starts/cloudbg.png
Binary files differ
diff --git a/static/trash/starts/cloudbg1.png b/static/trash/starts/cloudbg1.png
new file mode 100755
index 0000000..f397899
--- /dev/null
+++ b/static/trash/starts/cloudbg1.png
Binary files differ
diff --git a/static/trash/starts/getstarted.gif b/static/trash/starts/getstarted.gif
new file mode 100755
index 0000000..b581589
--- /dev/null
+++ b/static/trash/starts/getstarted.gif
Binary files differ
diff --git a/static/trash/starts/index.html b/static/trash/starts/index.html
new file mode 100755
index 0000000..b309f74
--- /dev/null
+++ b/static/trash/starts/index.html
@@ -0,0 +1,71 @@
+<html>
+ <head>
+ <title>dump.fm</title>
+ <link rel="stylesheet" type="text/css" href="static/reset.css">
+ <link rel="stylesheet" type="text/css" href="static/pichat.css">
+ <link rel="stylesheet" type="text/css" href="static/style.css">
+ <link rel="shortcut icon" href="static/favicon.ico">
+
+
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
+ <script type="text/javascript" src="static/pichat.js"></script>
+ <script>
+ $(document).ready(function() {
+ init();
+ });
+ </script>
+
+ <script type="text/javascript">
+function showPopup(url) {
+newwindow=window.open(url,'name','height=600,width=820,top=30,left=10,resizable');
+if (window.focus) {newwindow.focus()}
+}
+</script>
+ </head>
+ <body>
+
+ <div id="content">
+ <div id="logo"><img src="static/bubley.png" width="332" height="113"></div>
+
+ <div id="chatbox">
+ <div id="welcomebar" style="display: none">
+ <span>Welcome, </span>
+ <span id="nickspan"></span>
+ </div>
+ <div id="messagetabs">
+ <div align="right"><a href="log.h"><img src="static/log4.png" width="97" height="39"></a></div>
+ </div>
+ <div id="rapper">
+ <div id="userListicon">
+
+ <div align="left">
+ <p>UsrLst</p>
+</div>
+ </div>
+ <div id="popout">
+ <div align="right"><a href="http://dump.fm"onClick='showPopup(this.href);return(false);'>popout room</a></div>
+ </div>
+ <div id="userList"></div>
+
+ <div id="messagePane">
+
+ <div id="messageList"></div>
+ <div id="msgInputDiv">
+ <input id="msgInput" type="input" disabled="disabled" />
+ <input id="msgSubmit" type="submit" value="Send Image URL"
+ disabled="disabled" />
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="lillogo" align="center">
+ <div align="center">
+ <div id="binfo">
+ <p>dump.fm lets you talk with pictures. beta 0.0127! <img src="static/lillogo.png" width="16" height="16"></p>
+ </div>
+ </div>
+ <div id="plane"></div>
+ </div>
+ </body>
+</html>
diff --git a/static/trash/starts/logbg.png b/static/trash/starts/logbg.png
new file mode 100755
index 0000000..0e41857
--- /dev/null
+++ b/static/trash/starts/logbg.png
Binary files differ
diff --git a/static/trash/starts/main.css b/static/trash/starts/main.css
new file mode 100755
index 0000000..8503c50
--- /dev/null
+++ b/static/trash/starts/main.css
@@ -0,0 +1,182 @@
+@charset "UTF-8";
+/* CSS Document */
+
+#apDiv2 {
+ position:relative;
+ top:150px;
+ width:700px;
+ margin: 0px auto -1px auto;
+ height: 300px;
+ z-index: 3;
+}
+#info {
+ position:relative;
+ top:285px;
+ width:700px;
+ margin: 0px auto -1px auto;
+ height: 14px;
+ color: #999;
+ bottom:0px;
+ z-index: 3;
+
+}
+#front {
+ position:fixed;
+ top:150px;
+}
+#infopage {
+
+
+ margin: 0px auto -1px auto;
+ height: 14px;
+ color: #999;
+ bottom:0px;
+ z-index: 3;
+ font-size: 10px;
+
+ font-size: 12px;
+ letter-spacing: 1px;
+ bottom: 0px;
+}
+#signin {
+ position:absolute;
+ left:0px;
+ width:410px;
+ height:281px;
+
+ z-index:3;
+
+}
+#signinbg {
+ position:absolute;
+ left:0px;
+ width:410px;
+ height:281px;
+ background-image: url(static/starts/logbg.png);
+ z-index:1;
+
+
+}
+#about {
+ position:absolute;
+ width:300px;
+ height: 281px;
+ left:410px;
+ line-height: 18px;
+ padding-left: 20px;
+ ;
+ font-weight: bold;
+ color: #333;
+ z-index:2;
+}
+#input {
+ padding-right:15px;
+ line-height:22px;
+ font-size: 12px;
+}
+body,td,th {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16px;
+ line-height: 40px;
+}
+#apDiv1 div #input #form1 label {
+ font-size: 12px;
+ color: #333;
+}
+.re {
+ font-size: 10px;
+}
+#apDiv2 #about div {
+ font-size: 10px;
+ color: #424143;
+}
+#top {
+ position:absolute;
+ left:0px;
+ top:0px;
+ width:100%;
+ height:32px;
+ z-index:2;
+ background-color: #CCC;
+}
+#apDiv3 {
+ position:fixed;
+ left:0px;
+ top:0px;
+ width:68px;
+ height:68px;
+ background-image: url(topl.png);
+}
+#apDiv4 {
+ position:fixed;
+ top:0px;
+ width:68px;
+ height:68px;
+
+ right: 0px;
+ background-image: url(topr.png);
+}
+#bottom {
+ position:absolute;
+ left:0px;
+ bottom:0px;
+ width:100%;
+ height:10px;
+ z-index:1;
+ font-size: 10px;
+ line-height: 5px;
+}
+#apDiv5 {
+ position:fixed;
+ bottom:0px;
+ width:60px;
+ height:68px;
+
+ left: 0px;
+ background-image: url(bottoml.png);
+}
+#apDiv6 {
+ position:fixed;
+ bottom:0px;
+ width:60px;
+ height:68px;
+
+ right: 0px;
+ background-image: url(bottomr.png);
+}
+#bg {
+ position:absolute;
+ left:0px;
+ top:0px;
+ width:100%;
+ height:100%;
+ z-index:2;
+ background-image:url(grad2.jpg);
+}
+body {
+ background-image: url(bg4.png);
+ background-repeat: repeat-x;
+ background-attachment:fixed;
+}
+#plane {
+ position:fixed;
+ top:9px;
+ right:0px;
+ width:100%;
+ height:100%;
+ z-index:1;
+ background-image: url(cloudbg1.png);
+ background-repeat: no-repeat;
+ background-position:center;
+
+}
+.form { font-size: 14px; color="#990000"; }
+.info {
+ font-size: 10px;
+}
+.info {
+ font-size: 12px;
+ letter-spacing: 1px;
+ bottom: 0px;
+ color: #999;
+}
diff --git a/static/trash/starts/mark1.png b/static/trash/starts/mark1.png
new file mode 100755
index 0000000..50566ba
--- /dev/null
+++ b/static/trash/starts/mark1.png
Binary files differ
diff --git a/static/trash/starts/startpage1.html b/static/trash/starts/startpage1.html
new file mode 100755
index 0000000..b938eb5
--- /dev/null
+++ b/static/trash/starts/startpage1.html
@@ -0,0 +1,96 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>dump.fm</title>
+<link rel="stylesheet" type="text/css" href="static/starts/main.css">
+<style type="text/css">
+<!--
+a:link {
+ text-decoration: none;
+
+}
+a:visited {
+ text-decoration: none;
+ border: 0px;
+}
+a:hover {
+ text-decoration: none;
+ border: 0px;
+}
+a:active {
+ text-decoration: none;
+ border: 0px;
+}
+img{border: 0px;}
+-->
+</style>
+</head>
+<body>
+
+<div id="apDiv2">
+
+ <div id="about">
+ <p>&nbsp;</p>
+ <p>dump.fm lets you talk with pictures.<br />
+ </p>
+ <p><br />
+ share images from anywhere on the web or ones stored on your computer, in real time.<br />
+ <br />
+ </p>
+ <p align="center"><a href="index.html"><img src="static/starts/getstarted.gif" width="262" height="94" /></a></p>
+ <div align="right"></div>
+ </div>
+ <div id="signinbg"></div>
+ <div id="signin">
+ <div align="right">
+ <p align="center"><img src="static/starts/mark1.png" width="329" height="96" /></p>
+ <div id="input">
+ <form id="form1" name="form1" method="post" action="" >
+ <label>username
+ <input type="text" name="textfield" id="textfield" class="form"/>
+ <br />
+ </label>
+ </form>
+ <form id="form1" name="form1" method="post" action="">
+ <label>password
+ <input type="text" name="textfield" id="textfield"class="form" />
+ </label>
+ <br />
+ <label> <span class="re">remember me </span>
+ <input type="checkbox" name="remember" id="remember" />
+ </label>
+ </form>
+ <form id="form2" name="form2" method="post" action="">
+ <label>
+ <input type="submit" name="Signin" id="Signin" value="Sign In" />
+ </label>
+ </form>
+ </div>
+ </div>
+ </div>
+ <div class="info" id="info">
+ <div align="center" class="info">* © 2009 dump.fm
+ * About Us
+ * Contact
+ * Blog
+ * Goodies
+
+ * Help
+ * Terms
+ * Privacy</div>
+ </div>
+</div>
+
+</div>
+<div id="apDiv3"></div>
+<div id="apDiv4"></div>
+<div id="bottom">
+ <div align="center"></div>
+</div>
+<div id="apDiv5"></div>
+<div id="apDiv6"></div>
+<div id="plane"></div>
+<br />
+</body>
+</html>
diff --git a/static/trash/starts/topl.png b/static/trash/starts/topl.png
new file mode 100755
index 0000000..dcfe5b9
--- /dev/null
+++ b/static/trash/starts/topl.png
Binary files differ
diff --git a/static/trash/starts/topr.png b/static/trash/starts/topr.png
new file mode 100755
index 0000000..9cfab08
--- /dev/null
+++ b/static/trash/starts/topr.png
Binary files differ