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="bmc"> | |
| <div class="block key-partners"> | |
| <h2 class="title">Key Partners</h2> | |
| <ul class="ingress"> | |
| <li> | |
| <p>Who are our Key Partners?</p> | |
| </li> | |
| <li> | |
| <p>Who are our key suppliers?</p> | |
| </li> |
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 id="wrapper"> | |
| <div id="dialog"> | |
| <button class="close">×</button> | |
| <h3>Please enter the 4-digit verification code we sent via SMS:</h3> | |
| <span>(we want to make sure it's you before we contact our movers)</span> | |
| <div id="form"> | |
| <input type="text" maxLength="1" size="1" min="0" max="9" pattern="[0-9]{1}" /> | |
| <input type="text" maxLength="1" size="1" min="0" max="9" pattern="[0-9]{1}" /><input type="text" maxLength="1" size="1" min="0" max="9" pattern="[0-9]{1}" /><input type="text" maxLength="1" size="1" min="0" max="9" pattern="[0-9]{1}" /> | |
| <button class="btn btn-primary btn-embossed">Verify</button> | |
| </div> |