<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=0">
<title>My Bible</title>


<meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="p/hOAw0yzZNBLRKXREbcvR7eAKYlPqZGFIjcb1F//5sRW0eWF4i7QjyfeEEvaq9cp0fvVnwr8+x4G4w2/g3/WQ==" />
<link rel="stylesheet" media="all" href="https://dflvpanj38g7d.cloudfront.net/83e7baf2b5ab/assets/application-d4f26f74082919d7dd43f2e40139da5b.css" />
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Merriweather:400,700,300" rel="stylesheet" type="text/css">
<script>
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-36871741-1']);
  _gaq.push(['_setDomainName', 'mybible.com']);
  _gaq.push(['_trackPageview']);
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script>

<script src="https://dflvpanj38g7d.cloudfront.net/83e7baf2b5ab/assets/application-49792094b640056f48a7af05218b6770.js"></script>
<!--[if lte IE 8]>
  <script src="https://dflvpanj38g7d.cloudfront.net/83e7baf2b5ab/javascripts/respond.js"></script>
<![endif]-->
<!--[if IE 8]>
  <link rel="stylesheet" media="all" href="https://dflvpanj38g7d.cloudfront.net/83e7baf2b5ab/assets/ie8-3270a31c5394c6c2b49721fc5c7df604.css" />
<![endif]-->
<!--[if IE 9]>
  <link rel="stylesheet" media="all" href="https://dflvpanj38g7d.cloudfront.net/83e7baf2b5ab/assets/ie9-cf34b56789c133ccde1ca430bbed940b.css" />
<![endif]-->

  </head>
  <body class="application-layout pages-controller home-action">
    <div class="wrapper">
      <div id="fb-root"></div>

      <header class="header">
        <nav class="navbar navbar-fixed-top">
  <div class="navbar-inner">
    <div class="container">
      <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
      </a>
      <a class="brand" href="/">
        <img src="https://dflvpanj38g7d.cloudfront.net/83e7baf2b5ab/assets/shared/nav-logo@2x-26b0f998d153108310ee8c98dce154ff.png" alt="Nav logo@2x" />
</a>      <div class="nav-collapse collapse">
        <ul class="nav">
          <li>
            <a href="/bibles/esv/books/gen/chapters/1">Bible</a>
          </li>
          <li><a href="/plans">Reading Plans</a></li>
            <li class="dropdown">
              <a class="user-menu" href="#" class="dropdown-toggle" data-toggle="dropdown">
                More
                <b class="caret"></b>
              </a>
              <ul class="dropdown-menu">
                <li><a href="/features">Featured Content</a></li>
                <li><a href="/covers">Facebook Covers</a></li>
              </ul>
            </li>
          <li><a class="btn c-btn-red c-btn-app" href="/mobile">Download our App!</a></li>
        </ul>
          <ul class="pull-right nav">
            <li><a href="/signup">Sign Up</a></li>
            <li><a href="/signin">Sign In</a></li>
          </ul>
      </div>
    </div>
  </div>
</nav>
<script type="text/javascript">
  delete window.CurrentUser
</script>


      </header>
        <div class="container home-search-container">
    <div class="row">
      <div class="span12">
        <div class="js-bible-search-widget bible-search-widget clearfix">
  <a class="search-trigger js-trigger" href="#"><i class="c-icon-search-white"></i></a>
  <form class="hide js-search-form bible-search-form clearfix" action="/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="&#x2713;" />
  <input type="hidden" name="bible_abbr" id="bible_abbr" value="esv" class="js-bible-abbr" />
    <div class="input-container">
      <input type="text" name="query" id="query" value="" class="js-query" maxlength="1000" data-placeholder-large="Search by verse (John 3:16), phrase (&#39;In the beginning&#39;), or keyword (salvation)" data-placeholder-medium="Search by verse, quoted phrase, or keyword" data-placeholder-small="Search by verse or keyword" data-placeholder-tiny="Search the bible" />
      <div class="dropdown bible-picker">
        <a class="js-bible-picker dropdown-toggle" data-toggle="dropdown" href="#">
          <span class="js-picker-text picker-text">
            ESV
          </span>
          <span class="caret"></span>
</a>        <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
            <li>
              <a class="js-picker-link picker-link" data-abbr="esv" href="#">English Standard Version (ESV)</a>
            </li>
            <li>
              <a class="js-picker-link picker-link" data-abbr="kjv" href="#">King James Version (KJV)</a>
            </li>
            <li>
              <a class="js-picker-link picker-link" data-abbr="nasb" href="#">New American Standard Bible (NASB)</a>
            </li>
            <li>
              <a class="js-picker-link picker-link" data-abbr="nlt" href="#">New Living Translation (NLT)</a>
            </li>
        </ul>
      </div>
    </div>
    <a class="submit js-submit btn c-btn-red" href="#">
      <i class="c-icon-search-white"></i>
</a></form></div>
      </div>
    </div>
  </div>


      <div class="main-content content padd-tb-15">
        <div class="container">
          
          
<script>
  $(document).ready(function() {
    $('#home-carousel').carousel({interval: 4000});
  });
</script>

        </div>
      </div>

        <div class="page-content">
    <div class="big-background-container">
      <div class="container">
        <div class="banner-content">
          <h1>MyBible Social App</h1>
          <p>Read the Bible together with your friends anywhere!</p>
          <a class="btn btn c-btn-red" href="/bibles/esv/books/gen/chapters/1">Start reading</a>
        </div>
        <div class="slide-show-container">
          <div class="iphone-container"></div>
          <div class="ipad-container">
            <div id="home-carousel" class="carousel slide">
              <div class="carousel-inner">
                <div class="item active">
                  <img class="slide-image-one" src="https://dflvpanj38g7d.cloudfront.net/83e7baf2b5ab/assets/shared/ipad-slide-moses-664f3f5f01095832a57a13f989cbbc8c.jpg" alt="Ipad slide moses" />
                </div>
                <div class="item">
                  <img class="slide-image-two" src="https://dflvpanj38g7d.cloudfront.net/83e7baf2b5ab/assets/shared/ipad-slide-profile-b5a0449b5af1c85885d17bb2db163cd1.jpg" alt="Ipad slide profile" />
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>

    <div class="container">
      <div class="row">
        <div class="span8 features-container">
          <h3>Features</h3>
          <div class="shadow-block clearfix">
              <div class="media-block clearfix">
                <div class="img">
                  <a href="/features/3">
                    <img alt="10 Tips for Memorizing Verses" width="100" height="100" class="pull-left" src="https://d36kfsp3fk31ug.cloudfront.net/uploads/features/3/picture/square_250_df2517c60d8a5e561ce021c2.jpg" />
</a>                </div>
                <div class="bd clearfix">
                  <h3><a href="/features/3">10 Tips for Memorizing Verses</a></h3>
                  
                </div>
              </div>
              <hr noshade size="1" />
              <div class="media-block clearfix">
                <div class="img">
                  <a href="/features/2">
                    <img alt="Top 10 Most-Searched Verses" width="100" height="100" class="pull-left" src="https://d36kfsp3fk31ug.cloudfront.net/uploads/features/2/picture/square_250_51d88c5d4ca2fb8d5db2aeba.jpg" />
</a>                </div>
                <div class="bd clearfix">
                  <h3><a href="/features/2">Top 10 Most-Searched Verses</a></h3>
                  
                </div>
              </div>
              <hr noshade size="1" />
              <div class="media-block clearfix">
                <div class="img">
                  <a href="/features/1">
                    <img alt="Top 10 Verses of 2013" width="100" height="100" class="pull-left" src="https://d36kfsp3fk31ug.cloudfront.net/uploads/features/1/picture/square_250_0b3fc05a11b410b8a4324078.jpg" />
</a>                </div>
                <div class="bd clearfix">
                  <h3><a href="/features/1">Top 10 Verses of 2013</a></h3>
                  
                </div>
              </div>
              <hr noshade size="1" />
          </div>
        </div>
        <div class="span4 recent-activity-container">
          <h3>Recent Activity</h3>
          <div class="shadow-block">
                  <div class="user-feed media-block">
        <div class="img">
          <a href="/users/165401"><img src="https://dflvpanj38g7d.cloudfront.net/83e7baf2b5ab/assets/placeholders/user50-b44cf78c1be3e946215d699fee620a73.png" alt="User50" width="50" height="50" /></a>
        </div>
        <div class="bd">
          <h2 class="elps mgn-tb-0"><a class="user-link" href="/users/165401">Lamont Andrews</a></h2>
          <p>bookmarked <a href="/bibles/esv/books/pro/chapters/3">Proverbs 3 ESV</a></p>
          <p class="date"><span>6 minutes ago</span></p>
        </div>
      </div>
      <div class="user-feed media-block">
        <div class="img">
          <a href="/users/173728"><img src="https://dflvpanj38g7d.cloudfront.net/83e7baf2b5ab/assets/placeholders/user50-b44cf78c1be3e946215d699fee620a73.png" alt="User50" width="50" height="50" /></a>
        </div>
        <div class="bd">
          <h2 class="elps mgn-tb-0"><a class="user-link" href="/users/173728">Rlmcclary</a></h2>
          <p>
finished reading <a href="/bibles/esv/books/nah/chapters/1">Nahum 1</a>, <a href="/bibles/esv/books/nah/chapters/2">Nahum 2</a>, <a href="/bibles/esv/books/nah/chapters/3">Nahum 3</a> in <a href="/plans/9">Bible in One Year Straight Through</a>:

<p class="verse-preview">
  An oracle concerning Nineveh. The book of the vision of Nahum of Elkosh....
</p></p>
          <p class="date"><span>about 2 hours ago</span></p>
        </div>
      </div>
      <div class="user-feed media-block">
        <div class="img">
          <a href="/users/180068"><img src="https://dflvpanj38g7d.cloudfront.net/83e7baf2b5ab/assets/placeholders/user50-b44cf78c1be3e946215d699fee620a73.png" alt="User50" width="50" height="50" /></a>
        </div>
        <div class="bd">
          <h2 class="elps mgn-tb-0"><a class="user-link" href="/users/180068">Cspr.Klndk</a></h2>
          <p>
finished reading <a href="/bibles/esv/books/neh/chapters/1">Nehemiah 1</a>, <a href="/bibles/esv/books/neh/chapters/2">Nehemiah 2</a>, <a href="/bibles/esv/books/neh/chapters/3">Nehemiah 3</a>, <a href="/bibles/esv/books/neh/chapters/4">Nehemiah 4</a>, <a href="/bibles/esv/books/neh/chapters/5">Nehemiah 5</a> in <a href="/plans/5">Chronological Bible Reading Plan</a>:

<p class="verse-preview">
  The words of Nehemiah the son of Hacaliah. Now it happened in the month of Chislev, in the twentieth year, as I was in Susa the citadel,...
</p></p>
          <p class="date"><span>about 2 hours ago</span></p>
        </div>
      </div>
      <div class="user-feed media-block">
        <div class="img">
          <a href="/users/185753"><img src="https://dflvpanj38g7d.cloudfront.net/83e7baf2b5ab/assets/placeholders/user50-b44cf78c1be3e946215d699fee620a73.png" alt="User50" width="50" height="50" /></a>
        </div>
        <div class="bd">
          <h2 class="elps mgn-tb-0"><a class="user-link" href="/users/185753">Kbaball49</a></h2>
          <p>
finished reading <a href="/bibles/esv/books/num/chapters/3">Numbers 3</a>, <a href="/bibles/esv/books/psa/chapters/63">Psalms 63</a>, <a href="/bibles/esv/books/joh/chapters/3">John 3</a> in <a href="/plans/1">Bible in One Year</a>:

<p class="verse-preview">
  These are the generations of Aaron and Moses at the time when the Lord spoke with Moses on Mount Sinai....
</p></p>
          <p class="date"><span>about 4 hours ago</span></p>
        </div>
      </div>
      <div class="user-feed media-block">
        <div class="img">
          <a href="/users/75390"><img src="https://d36kfsp3fk31ug.cloudfront.net/uploads/users/75390/picture/thumb_e8902230cffc9461b540a79c.jpg" alt="Thumb e8902230cffc9461b540a79c" width="50" height="50" /></a>
        </div>
        <div class="bd">
          <h2 class="elps mgn-tb-0"><a class="user-link" href="/users/75390">Lauch112</a></h2>
          <p>bookmarked <a href="/bibles/esv/books/2th/chapters/1">2 Thessalonians 1 ESV</a></p>
          <p class="date"><span>about 4 hours ago</span></p>
        </div>
      </div>
      <div class="user-feed media-block">
        <div class="img">
          <a href="/users/180833"><img src="https://dflvpanj38g7d.cloudfront.net/83e7baf2b5ab/assets/placeholders/user50-b44cf78c1be3e946215d699fee620a73.png" alt="User50" width="50" height="50" /></a>
        </div>
        <div class="bd">
          <h2 class="elps mgn-tb-0"><a class="user-link" href="/users/180833">Darrelnancy</a></h2>
          <p>
finished reading <a href="/bibles/esv/books/isa/chapters/37">Isaiah 37:22</a> in <a href="/plans/3">Spurgeon&#39;s Morning Devotions</a>:

<p class="verse-preview">
  this is the word that the Lord has spoken concerning him: "'She despises you, she scorns you&mdash; the virgin daughter of Zion; she wags her head behind you&mdash; the daughter of Jerusalem....
</p></p>
          <p class="date"><span>about 5 hours ago</span></p>
        </div>
      </div>
      <div class="user-feed media-block">
        <div class="img">
          <a href="/users/165019"><img src="https://dflvpanj38g7d.cloudfront.net/83e7baf2b5ab/assets/placeholders/user50-b44cf78c1be3e946215d699fee620a73.png" alt="User50" width="50" height="50" /></a>
        </div>
        <div class="bd">
          <h2 class="elps mgn-tb-0"><a class="user-link" href="/users/165019">Sallyrob5249</a></h2>
          <p>
finished reading <a href="/bibles/esv/books/neh/chapters/6">Nehemiah 6</a>, <a href="/bibles/esv/books/neh/chapters/7">Nehemiah 7</a> in <a href="/plans/5">Chronological Bible Reading Plan</a>:

<p class="verse-preview">
  Now when Sanballat and Tobiah and Geshem the Arab and the rest of our enemies heard that I had built the wall and that there was no breach left in it (although up to that time I had not set up the doors in the gates),...
</p></p>
          <p class="date"><span>about 6 hours ago</span></p>
        </div>
      </div>
      <div class="user-feed media-block">
        <div class="img">
          <a href="/users/169123"><img src="https://dflvpanj38g7d.cloudfront.net/83e7baf2b5ab/assets/placeholders/user50-b44cf78c1be3e946215d699fee620a73.png" alt="User50" width="50" height="50" /></a>
        </div>
        <div class="bd">
          <h2 class="elps mgn-tb-0"><a class="user-link" href="/users/169123">Nina Bruns</a></h2>
          <p>bookmarked <a href="/bibles/nlt/books/mat/chapters/22">Matthew 22 NLT</a></p>
          <p class="date"><span>about 6 hours ago</span></p>
        </div>
      </div>
      <div class="user-feed media-block">
        <div class="img">
          <a href="/users/188912"><img src="https://dflvpanj38g7d.cloudfront.net/83e7baf2b5ab/assets/placeholders/user50-b44cf78c1be3e946215d699fee620a73.png" alt="User50" width="50" height="50" /></a>
        </div>
        <div class="bd">
          <h2 class="elps mgn-tb-0"><a class="user-link" href="/users/188912">Brenana.Gentry</a></h2>
          <p>highlighted <a href="/bibles/kjv/books/jam/chapters/4/verses/7">James 4:7 KJV</a>

<p class="verse-preview">
  Submit yourselves therefore to God. Resist the devil, and he will flee from you.
</p>
</p>
          <p class="date"><span>about 6 hours ago</span></p>
        </div>
      </div>
      <div class="user-feed media-block">
        <div class="img">
          <a href="/users/162250"><img src="https://dflvpanj38g7d.cloudfront.net/83e7baf2b5ab/assets/placeholders/user50-b44cf78c1be3e946215d699fee620a73.png" alt="User50" width="50" height="50" /></a>
        </div>
        <div class="bd">
          <h2 class="elps mgn-tb-0"><a class="user-link" href="/users/162250">Jmeengs</a></h2>
          <p>
finished reading <a href="/bibles/esv/books/act/chapters/11">Acts 11</a>, <a href="/bibles/esv/books/act/chapters/12">Acts 12</a> in <a href="/plans/5">Chronological Bible Reading Plan</a>:

<p class="verse-preview">
  Now the apostles and the brothers who were throughout Judea heard that the Gentiles also had received the word of God....
</p></p>
          <p class="date"><span>about 6 hours ago</span></p>
        </div>
      </div>

          </div>
        </div>
      </div>
    </div>

    <div class="bg-white take-action-container">
      <div class="container">
        <div class="row">
          <div class="span12">
            <h2>MyBible is Free to Sign Up and Get Started</h2>
            <a class="btn btn-large c-btn-facebook" data-no-turbolink="true" href="/auth/facebook">
              <i class="c-icon-facebook-f"></i>  Sign Up with Facebook
              <div class="line"></div>
</a>            <a class="btn btn-large c-btn-grey" href="/signup/email">Sign Up using email address</a>
          </div>
        </div>
      </div>
    </div>
  </div>


      <div class="push"></div>
    </div>

    <footer class="page-footer shadow-block">
      <div class="container padd-tb-15">
        <div class="row">
          <div class="span8">
            <nav>
  <ul class="nav nav-pills">
    <li><a href="/about">About</a></li>
    <li><a href="/contact">Contact</a></li>
    <li><a href="/privacy">Privacy</a></li>
    <li><a href="/terms">Terms</a></li>
  </ul>
</nav>

          </div>
          <div class="span4">
            <div class="pull-right social-icons padd-r-15">
              <div class="social-services">
  <a class="c-icon-fb-circle image-replacement" target="_blank" href="https://www.facebook.com/MyBibleVerses">Facebook</a>
  <a class="c-icon-pinterest-circle image-replacement" target="_blank" href="http://pinterest.com/source/mybible.com">pinterest</a>
  <a class="c-icon-twitter-circle image-replacement" target="_blank" href="https://twitter.com/MyBiblecom">Twitter</a>
  <a class="c-icon-google-circle image-replacement" target="_blank" href="https://plus.google.com/117956131388278251196">Google Plus</a>
</div>

            </div>
          </div>
        </div>
        <div class="row">
          <div class="span12">
            <div class="copyright">&copy; 2022 My Bible</div>
          </div>
        </div>
      </div>
    </footer>
  </body>
</html>
