Created
March 29, 2019 12:14
-
-
Save A-Kiwams/d818917a545f9d21c3dae93f3591af48 to your computer and use it in GitHub Desktop.
About component
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
<section> | |
<div class="container"> | |
<div class="text-center"> | |
<img src="./assets/imgs/newbie.png" | |
class="img-responsive center-block" | |
style="max-height:100px;padding-bottom:50px" /> | |
</div> | |
<p class="lead text-muted">Newbie is a fictional estate housing company seeking to ease renting, leasing and | |
selling of affordable housing to the general public. Newbie estates is part of the fictional Newbie | |
Group of Companies. We have 24hr customer support service for buyers or people seeking to bid for contract | |
project with us. | |
</p> | |
<p class="lead text-muted"> | |
*** We are hand coding everything right now but latter we will make it dynamic to mimic real world application *** | |
</p> | |
<p class="text-center"> | |
<a href="#" class="btn btn-secondary my-2">Home</a> | |
</p> | |
</div> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment