summaryrefslogtreecommitdiff
path: root/static/html
diff options
context:
space:
mode:
Diffstat (limited to 'static/html')
-rwxr-xr-xstatic/html/help.html4
-rwxr-xr-xstatic/html/help2.html4
-rw-r--r--static/html/hump_welcome.html18
-rwxr-xr-xstatic/html/privacy.html2
-rwxr-xr-xstatic/html/search.test.html4
5 files changed, 25 insertions, 7 deletions
diff --git a/static/html/help.html b/static/html/help.html
index b2a9da7..c8e8d9c 100755
--- a/static/html/help.html
+++ b/static/html/help.html
@@ -43,7 +43,7 @@ Oh hai Gaga! Its Easy! Here are some ways...<br>
<b>Copy Image Location</b> Just copy the location(URL) of any image online and paste it into hump.fm's input bar, the image will show up like magic! You can also paste strings of image URLs to make montage.
<br>
-<img src="/static/img/copydump.png"><br>
+<img src="/static/img/copyhump.png"><br>
</div>
<div class="CBb"><div></div></div>
</div>
@@ -57,7 +57,7 @@ Oh hai Gaga! Its Easy! Here are some ways...<br>
<div class="CBtxt">
<div class="CBcontent">
<div class="CBt"></div>
-<b>Image Search</b> The image search tool is probably the easiest way to post. Simply enter a search term and see images. When you find one you like, just click "Dump This!" and the image will post.
+<b>Image Search</b> The image search tool is probably the easiest way to post. Simply enter a search term and see images. When you find one you like, just click "Hump This!" and the image will post.
<br><img src="/static/img/imagesearchhelp.png"><br>
You can also narrow down your search criteria by clicking on 'options' and choosing where the images come from, the file type, size..etc.
<br>
diff --git a/static/html/help2.html b/static/html/help2.html
index f1dc246..d27d0d2 100755
--- a/static/html/help2.html
+++ b/static/html/help2.html
@@ -48,7 +48,7 @@ Oh hai Gaga! Its Easy! Here are some ways...<br>
<b>Copy Image Location</b> Just copy the location(URL) of any image online and paste it into hump.fm's input bar, the image will show up like magic! You can also paste strings of image URLs to make montage.
<br>
-<img src="/static/img/copydump.png"><br>
+<img src="/static/img/copyhump.png"><br>
</div>
<div class="CBb"><div></div></div>
</div>
@@ -62,7 +62,7 @@ Oh hai Gaga! Its Easy! Here are some ways...<br>
<div class="CBtxt">
<div class="CBcontent">
<div class="CBt"></div>
-<b>Image Search</b> The image search tool is probably the easiest way to post. Simply enter a search term and see images. When you find one you like, just click "Dump This!" and the image will post.
+<b>Image Search</b> The image search tool is probably the easiest way to post. Simply enter a search term and see images. When you find one you like, just click "Hump This!" and the image will post.
<br><img src="/static/img/imagesearchhelp.png"><br>
You can also narrow down your search criteria by clicking on 'options' and choosing where the images come from, the file type, size..etc.
<br>
diff --git a/static/html/hump_welcome.html b/static/html/hump_welcome.html
new file mode 100644
index 0000000..4ceda98
--- /dev/null
+++ b/static/html/hump_welcome.html
@@ -0,0 +1,18 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>hump.fm</title>
+ <style>
+ body { margin: 0; padding: 16px; font-family: Arial, Helvetica, sans-serif; background: #fff; color: #111; }
+ h1 { margin: 0 0 8px; font-size: 18px; }
+ p { margin: 0 0 10px; line-height: 1.4; }
+ a { color: #06c; }
+ </style>
+ </head>
+ <body>
+ <h1>Welcome to hump.fm</h1>
+ <p>Paste an image URL, upload a file, or snap a pic from your webcam.</p>
+ <p><a href="/register">Create an account</a> or <a href="/login">sign in</a>.</p>
+ </body>
+</html>
diff --git a/static/html/privacy.html b/static/html/privacy.html
index ecb1ef2..d62dd72 100755
--- a/static/html/privacy.html
+++ b/static/html/privacy.html
@@ -5,7 +5,7 @@
<HEAD>
<META
name="DC.Title"
- content="dumpprivacy" >
+ content="humpprivacy" >
<META
name="DC.Contributor"
content="Ryder Ripps" >
diff --git a/static/html/search.test.html b/static/html/search.test.html
index aad31aa..8367a69 100755
--- a/static/html/search.test.html
+++ b/static/html/search.test.html
@@ -9,7 +9,7 @@
<script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script>
<script type="text/javascript" src="/static/js/pichat.js"></script>
- <link rel="stylesheet" type="text/css" href="/static/css/dump.css">
+ <link rel="stylesheet" type="text/css" href="/static/css/hump.css">
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css"
@@ -40,7 +40,7 @@
</head>
<body class="profile">
- <center>search dumps: <input type="text" name="search-query" id="search-query" /></center><br><br>
+ <center>search humps: <input type="text" name="search-query" id="search-query" /></center><br><br>
<center><div id="message"></div><br><br></center>
<div id="content">
</div>