first commit

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-08 12:19:53 -04:00
commit 7c8c8b1c76
4586 changed files with 2050693 additions and 0 deletions
@@ -0,0 +1,18 @@
<!-- 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">&times;</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 didnt 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>