summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/banner.st2
-rwxr-xr-xtemplate/head.st2
-rwxr-xr-xtemplate/profile.st17
3 files changed, 13 insertions, 8 deletions
diff --git a/template/banner.st b/template/banner.st
index b4f5805..2b03e34 100755
--- a/template/banner.st
+++ b/template/banner.st
@@ -2,7 +2,7 @@
<div id="header7">
<div id="logoicons">
<div id="logo7">
- <div align="center"><a href="/chat" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','/static/mouseover.gif',1)"><img src="/static/wordlogo2.gif" name="Image2" width="153" height="73" border="0"></a></div>
+ <div align="center"><a href="/chat" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','/static/modbarover.png',1)"><img src="/static/modbar.png" name="Image2" border="0"></a></div>
<div id="strapline"><img src="/static/talkwith.png" width="179" height="53" /></div>
</div>
<div class="white">
diff --git a/template/head.st b/template/head.st
index f0e36b1..2d68d2b 100755
--- a/template/head.st
+++ b/template/head.st
@@ -1,4 +1,4 @@
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<!-- <script type="text/javascript" src="/static/jquery-1.3.2.min.js"></script> -->
diff --git a/template/profile.st b/template/profile.st
index 20ba72c..e71e2bd 100755
--- a/template/profile.st
+++ b/template/profile.st
@@ -91,27 +91,32 @@
<h3>&nbsp;</h3><div id="newuser">
<h2>&#x263A;&#x270C; Welcome to dump.fm &#x270C;&#x263A;</h2>
-<br><br><br>
+<br><br>
-<h1>&#x2776; Find a cool image you want as your avatar</h1>
- To get started <a href="/chat">join in</a> and post a few pictures.</h3>
+<h1>Step &#x2776;</h1>
+<h3>&#x261F; Find a sweet image for your avatar, paste the URL below &#x261F;</h3>
$if(avatar)$
<img id="avatarPic" src="$avatar$" width="150px"/>
$else$
- <b id="avatarPic">No avatar</b>
+ <b id="avatarPic"></b>
$endif$
$if(is_home)$
<div id="avatar" class="editable">$avatar$</div>
$endif$
- <h3>contact info</h3>
+<h1>Step &#x2777;</h1>
+<h3>&#x261F; Enter some contact info below &#x261F;</h3>
<div id="contact" class="$if(is_home)$editable$else$linkify$endif$">$contact$</div>
<br>
- <h3>personal info</h3>
+<h1>Step &#x2778;</h1>
+<h3>&#x261F; Enter some personal info below &#x261F;</h3>
<div id="bio" class="$if(is_home)$editable$else$linkify$endif$">$bio$</div>
<br>
+ <h1>Step &#x2779;</h1>
+
+ <h3> <a href="/chat">Join the &#x2663; and start posting pictures!</a></h3>
<h3>&nbsp;</h3></div>
<h3>&nbsp;</h3>
<h3>&nbsp;</h3>