changeset 33:aae9753f12a4

added more fields
author Atul Varma <avarma@mozilla.com>
date Sat, 26 Jun 2010 10:13:05 -0700
parents 0429f7860b30
children 7164f6ad946d
files static-files/index.html
diffstat 1 files changed, 28 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/static-files/index.html	Sat Jun 26 09:23:48 2010 -0700
+++ b/static-files/index.html	Sat Jun 26 10:13:05 2010 -0700
@@ -89,9 +89,9 @@
 </div>
 <div id="logged-in" class="screen">
   <p>Hi! You are logged in as <span class="login-email"></span>.</p>
-  <p>Please fill out some of the fields below. This information will
-  be made available only to other summit attendees and their cool
-  mashups and web apps.</p>
+  <p>Feel free to fill out some of the fields below&mdash;they're all
+    optional, and will be made available only to other
+    summit attendees and their cool mashups and web apps.</p>
   <form action="#" class="uniForm personal-info">
   <fieldset>
     <div class="ctrlHolder">
@@ -102,8 +102,32 @@
     </div>
 
     <div class="ctrlHolder">
+      <label for="">Twitter Screen Name</label>
+      <input id="usr_twitterScreenName" name="" value="" size="35"
+       class="usr textInput" type="text">
+      <p class="formHint">If you're on Twitter, enter your screen name
+      here.</p>
+    </div>
+
+    <div class="ctrlHolder">
+      <label for="">IRC Nick</label>
+      <input id="usr_ircNick" name="" value="" size="35"
+       class="usr textInput" type="text">
+      <p class="formHint">If you're on <code>irc.mozilla.org</code>,
+      this is your nickname.</p>
+    </div>
+
+    <div class="ctrlHolder">
+      <label for="">Website/Blog URL</label>
+      <input id="usr_websiteURL" name="" value="" size="35"
+       class="usr textInput" type="text">
+      <p class="formHint">If you have a website or blog, paste its URL
+      here.</p>
+    </div>
+
+    <div class="ctrlHolder">
       <label for="">Profile Image URL</label>
-      <input id="usr_profileImage" name="" value="" size="35"
+      <input id="usr_profileImageURL" name="" value="" size="35"
        class="usr textInput" type="text">
       <p class="formHint">If you have a picture of yourself somewhere,
       paste in its URL here. It's expected to have square dimensions.</p>