bnemchak / revelation

0 stars 0 forks source link

Home Page #4

Open bnemchak opened 4 years ago

bnemchak commented 4 years ago

User Story

As a user, when a they first arrive at Revelation, they should see a welcome message with a brief description of the app's purpose.

AC

WHEN any uses first arrives at Revelation THEN they will see a landing page AND it will include the Navbar AND is will include a welcome statement

Dev Notes

*https://getbootstrap.com/docs/4.0/components/jumbotron/

  <h1 class="display-4">Hello, world!</h1>
  <p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
  <hr class="my-4">
  <p>It uses utility classes for typography and spacing to space content out within the larger container.</p>
  <p class="lead">
    <a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a>
  </p>
</div>
bnemchak commented 4 years ago

Screen Shot 2020-09-10 at 9 49 25 PM