Skip to content

Latest commit

 

History

History
75 lines (73 loc) · 3.56 KB

features.md

File metadata and controls

75 lines (73 loc) · 3.56 KB
layout
page

Formats to showcase features

Choose your favorite formats for your own sites

    <div class="tab-content">
      <div class="tab-pane fade in active" id="home">
        <div class="col-md-6 info">
          <h4>You don't need to have any advanced technical</h4>
          <p>
            Whether you want to fill this paragraph with some text like I'm doing right now, this place is perfect to describe some features or anything you want - React has a complete solution for you.
          </p>
          <p>
            You have complete control over the look & feel of your website, we offer the best quality so you take your site up and running in no time.
          </p>
        </div>
        <div class="col-md-6 image">
          <img src="{{site.github.url}}/images/tabs/pic1.png" class="img-responsive" alt="picture1" />
        </div>
      </div>
      <div class="tab-pane fade" id="profile">
        <div class="col-md-6 image">
          <img src="{{site.github.url}}/images/portfolioitem1.png" class="img-responsive" alt="picture2" />
        </div>
        <div class="col-md-6 info">
          <h4>You don't need to have any advanced technical</h4>
          <p>
            Whether you want to fill this paragraph with some text like I'm doing right now, this place is perfect to describe some features or anything you want - React has a complete solution for you.
          </p>
        </div>
      </div>
      <div class="tab-pane fade" id="messages">
        <div class="col-md-6 info">
          <h4>You don't need to have any advanced technical</h4>
          <p>
            Whether you want to fill this paragraph with some text like I'm doing right now, this place is perfect to describe some features or anything you want - React has a complete solution for you.
          </p>
          <p>
            You have complete control over the look & feel of your website, we offer the best quality so you take your site up and running in no time.
          </p>
        </div>
        <div class="col-md-6 image">
          <img src="{{site.github.url}}/images/tabs/pic2.png" class="img-responsive" style="position: relative;top: 15px;" alt="picture3" />
        </div>
      </div>
      <div class="tab-pane fade" id="settings">
        <div class="col-md-6 image">
          <img src="{{site.github.url}}/images/tabs/pic1.png" class="img-responsive" alt="picture4" />
        </div>
        <div class="col-md-6 info">
          <h4>You don't need to have any advanced technical</h4>
          <p>
            Whether you want to fill this paragraph with some text like I'm doing right now, this place is perfect to describe some features or anything you want - React has a complete solution for you.
          </p>
        </div>
      </div>
    </div>
  </div>
</div>