changeset 46:d47a2375661c

added bio field
author Atul Varma <avarma@mozilla.com>
date Sat, 26 Jun 2010 18:03:29 -0700
parents 50170011cc07
children b938cbfa69c2
files static-files/index.html
diffstat 1 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/static-files/index.html	Sat Jun 26 17:52:23 2010 -0700
+++ b/static-files/index.html	Sat Jun 26 18:03:29 2010 -0700
@@ -2,6 +2,7 @@
 <html>
 <head>
   <title>Mozilla Summit Identity Pal</title>
+  <base target="_blank"/>
   <link href="uni-form.css" media="all" rel="stylesheet"/>
   <link href="default.uni-form.css" media="all" rel="stylesheet"/>
   <style>
@@ -16,6 +17,11 @@
     display: none;
   }
 
+  a {
+    color: black;
+    text-decoration: underline;
+  }
+
   .screen {
     display: none;
   }
@@ -33,7 +39,6 @@
   .login-email {
     font-family: Monaco, monospace;
     font-size: 8pt;
-    color: #6C2F70;
   }
 
   .ui-tabs .ui-tabs-hide {
@@ -557,6 +562,15 @@
       <p class="formHint">Check everything you're interested in.</p>
     </div>
 
+    <div class="ctrlHolder">
+      <label for="">Tiny Bio</label>
+      <textarea id="cmd_bio" name="" rows="25" cols="25"></textarea>
+      <p class="formHint">Introduce yourself to fellow Summiters
+      here. <a
+      href="http://daringfireball.net/projects/markdown/basics">Markdown</a>
+      is supported.</p>
+    </div>
+
     <div class="success">
     Great success! Your information has been updated.
     </div>