/B-and-N-Clone

A practice with Bootstrap to emulate the Barnes and Noble Website

Primary LanguageHTML

Barnes and Noble Clone Site

Motivation

This project is to practice using Bootstrap to re-create a website of my choosing. I chose Barnes and Noble because I love books and I've been on this site for over a decade

Live Site

Original Site

  • (before October 29th site change):
  • (current site):

Built With

  • HTML
  • Bootstrap
  • CSS

Code Example

 <div class="jumbotron jumbotron-fluid" id='main' style="margin-bottom: 10px">
            <div class="container" id='jumbotron'>
                <img src="//dispatch.barnesandnoble.com/content/dam/ccr/homepage/daily/2019/10/15/Homepage_Billboard_HeroA_10-15.jpg"
                    class="img-fluid" alt="">
                <h2 class="display-4">New Releases</h2>
                <p class="lead">The best in books have arrived....</p>
                <button class="btn btn-outline-success" type="submit" id='searchbutton'>Shop Now</button>
            </div>
        </div>

Credits

Spec