client-ui
Version:
Testing implementation of nodeJs Backend, angular frontend, and hopefully in a way that this can be deployed to s3/cloudfront
21 lines (20 loc) • 841 B
HTML
<div class="col-md-4 hidden-sm hidden-xs">
<img src="images/globe-with-you.png" alt="globe" class="size-img globe">
</div>
<div class="col-xs-12 col-md-8">
<div class="row">
<h2>The page you're looking for is out here somewhere, but we can't find it.</h2>
<p>If you were looking for the simplest way to get a personal loan entirely online anywhere you'd like, you came to right place</p>
<a id="getStarted" href="homepage.html" class="btn btn-success large-btn">Get Started</a>
<br>
</div>
</div>
<br><br>
<div class="row hidden-xs hidden-sm">
<div class="col-md-5 col-md-offset-3 hidden-xs hidden-sm">
<img src="images/funfact.png" alt="satellite" class="size-img">
</div>
<div class="col-xs-6 col-md-3 col-md-offset-1">
<img src="images/spaces.png" alt="space" class="size-img">
</div>
</div>