19 lines
1.2 KiB
PHP
19 lines
1.2 KiB
PHP
<!-- Modal -->
|
||
<div class="modal fade" id="successSignupModal" tabindex="-1" role="dialog" aria-labelledby="successSignupModalLabel" aria-hidden="true">
|
||
<div class="modal-dialog nssm-dialog" role="document">
|
||
<div class="modal-content nssm-modal-content">
|
||
<div class="modal-header nssm-modal-header">
|
||
<a href="/"><img src="https://www.float.sg/assets/img/float-travel-app-logo.png" alt="" width="118px"></a>
|
||
<button type="button" class="close nssm-close" data-dismiss="modal" aria-label="Close">
|
||
<span aria-hidden="true">×</span>
|
||
</button>
|
||
</div>
|
||
<div class="modal-body nssm-body">
|
||
<small class="nssm-small">Thanks for signing up!</small>
|
||
<h5 class="nssm-title">Now you are ready to start your journey with Float. Download the app to get started, and start earning Float Points today.</h5>
|
||
<p class="nssm-text">We sent you an email to help get you started with simple next steps. If you didn’t receive the email or have problems setting up your account, please <a href="#" class="nssm-custom-link">contact us.</a></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|