put the confirmation dialogue text (for the volunteer form) in an alert-info box.
authorrsiddharth <rsiddharth@ninthfloor.org>
Thu, 17 Oct 2013 15:54:13 +0000 (21:24 +0530)
committerrsiddharth <rsiddharth@ninthfloor.org>
Thu, 17 Oct 2013 15:54:13 +0000 (21:24 +0530)
2014/volunteer/confirmation.html

index 72f379d62d77179e3fd4d21ba8b566dc4e2c4f09..9f671ff913e73ac3bacd93913449474465b9febd 100644 (file)
                        </ul>
                  </div> <!-- end of nav items -->
 
-                 <div class="col-sm-8"> <!-- start of LPC 14 main text -->
+                 <div class="col-sm-5"> <!-- start of LPC 14 main text -->
                        <h2> Volunteer <small>Registration</small> </h2>
 
-                       <p>Thanks for joining the volunteer planning committee!</p>
-<p><span class="glyphicon glyphicon-chevron-right"></span><strong>  Please check your email for a confirmation link.</strong></p>
-<br>
-<p><a href="https://libreplanet.org/server/staging/lpc14/">Return to the homepage.</a></p>
+                       <div class="alert alert-info">
+                         <p>
+                               Thanks for joining the volunteer planning committee!
+                         </p>
+                         <p>
+                               <span class="glyphicon glyphicon-inbox"></span>
+                               <strong>Please check your email for a confirmation link.</strong>
+                         </p>
+                       </div>
+                       <p>
+                         <a href="/server/staging/lpc14/">
+                               Return to the homepage.
+                         </a>
+                       </p>
 
 
                  </div> <!-- end of LPC 14 main text -->