Created
April 26, 2012 05:23
-
-
Save mkeplinger/2496198 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<section id="content"> | |
<div class="node_join"> | |
<div id="wizard_breadcrumb" class="span-20 last append-bottom"> | |
<div class="wizard_wrap"> | |
<div class="span-4 pp"><a href="#choose-plan">Choose plan</a></div> | |
<div class="span-4 pp"><a href="#create-account">Create account</a></div> | |
<div class="span-4 ps"><a href="#payment-info">Payment info</a></div> | |
<div class="span-4"><a href="#id-card">Create ID card</a></div> | |
<div class="span-4 last"><a href="#exercise">Exercise</a></div> | |
</div> | |
</div> | |
<div class="span-24"> | |
<h2>Welcome to FitPass Network</h2> | |
<p>Your enrollment was successful. Your credit card was charged for: <b>$59.00</b></p> | |
<br> | |
<div class="dashboard"> | |
<div class="span-14"> | |
<fieldset> | |
<legend>Welcome qwe qwe!</legend> | |
<p>You are now a Fitpass member:</p> | |
<p class="indent"> | |
<b>Member Name:</b> qwe qwe<br> | |
<b>Membership Number: </b> 71849713 <br> | |
<br> | |
<b>Subscribed to Fitpass Plan: </b> Fit10 <br> | |
<b>Enrollment Date: </b> Wednesday, April 25, 2012<br> | |
</p> | |
</fieldset> | |
</div> | |
<div class="clear"></div> | |
</div> | |
<p>We will now walk you through the process of setting up your member card.<br> You will need a photo | |
with a good image of your portrait. You will be able to crop the picture.</p> | |
<input type="button" name="submit_button" id="submit_button" value="Next >>" onclick="javascript: top.location = '/users/upload_picture';"> | |
</div> | |
</div> | |
</section> </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment