Skip to content

Instantly share code, notes, and snippets.

@A-Kiwams
Created March 29, 2019 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save A-Kiwams/d818917a545f9d21c3dae93f3591af48 to your computer and use it in GitHub Desktop.
Save A-Kiwams/d818917a545f9d21c3dae93f3591af48 to your computer and use it in GitHub Desktop.
About component
<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