Simple Cards

Our Blog

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Card Title

Some quick example text to build on the card title and make up the bulk of the card's content.

Ayn Rand

October 13th, 2019

Card Title

Some quick example text to build on the card title and make up the bulk of the card's content.

Ayn Rand

October 13th, 2019

Card Title

Some quick example text to build on the card title and make up the bulk of the card's content.

Ayn Rand

October 13th, 2019
<>
  <div className="container my-5 py-3">
    <div className="row justify-content-center mb-4">
      <div className="col-md-7 align-self-center">
        <h1 className="fw-bold text-center">Our Blog</h1>
        <p className="lead text-dark text-center">
          Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
          eiusmod tempor incididunt ut labore et dolore magna aliqua.
        </p>
      </div>
    </div>
    <div className="row justify-content-center">
      <div className="col-md-4 align-self-center">
        <div className="card border-0 shadow">
          <img
            className="card-img-top img-fluid"
            src="/blog/blog-image-one.jpg"
          />
          <div className="card-body">
            <h4 className="card-title fw-bold text-dark mb-2">Card Title</h4>
            <p className="card-text mb-2text-muted">
              Some quick example text to build on the card title and make up the
              bulk of the card's content.
            </p>
            <div className="d-flex flex-row">
              <div className="p-2">
                <img
                  className="img-fluid rounded-circle"
                  src="/profile/profile-one.jpg"
                  width="50"
                />
              </div>
              <div className="p-2">
                <p className="text-dark fw-bolder m-0">Ayn Rand</p>
                <span className="text-muted">October 13th, 2019</span>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div className="col-md-4 align-self-center">
        <div className="card border-0 shadow">
          <img
            className="card-img-top img-fluid"
            src="/blog/blog-image-one.jpg"
          />
          <div className="card-body">
            <h4 className="card-title fw-bolder text-dark mb-2">Card Title</h4>
            <p className="card-text mb-2text-muted">
              Some quick example text to build on the card title and make up the
              bulk of the card's content.
            </p>
            <div className="d-flex flex-row">
              <div className="p-2">
                <img
                  className="img-fluid rounded-circle"
                  src="/profile/profile-one.jpg"
                  width="50"
                />
              </div>
              <div className="p-2">
                <p className="text-dark fw-bolder m-0">Ayn Rand</p>
                <span className="text-muted">October 13th, 2019</span>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div className="col-md-4 align-self-center">
        <div className="card border-0 shadow">
          <img
            className="card-img-top img-fluid"
            src="/blog/blog-image-one.jpg"
          />
          <div className="card-body">
            <h4 className="card-title fw-bolder text-dark mb-2">Card Title</h4>
            <p className="card-text mb-2text-muted">
              Some quick example text to build on the card title and make up the
              bulk of the card's content.
            </p>
            <div className="d-flex flex-row">
              <div className="p-2">
                <img
                  className="img-fluid rounded-circle"
                  src="/profile/profile-one.jpg"
                  width="50"
                />
              </div>
              <div className="p-2">
                <p className="text-dark fw-bolder m-0">Ayn Rand</p>
                <span className="text-muted">October 13th, 2019</span>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</>

SimpleHeroDark

Our Blog

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Featured Story

Designed for a simple future

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

John Smith

October 13th, 2019

Card Title

Some quick example text to build on the card title and make up the bulk of the card's content.

Ayn Rand

October 13th, 2019

Card Title

Some quick example text to build on the card title and make up the bulk of the card's content.

Ayn Rand

October 13th, 2019

Card Title

Some quick example text to build on the card title and make up the bulk of the card's content.

Ayn Rand

October 13th, 2019
<>
  <div className="container my-5 py-5">
    <div className="row justify-content-center mb-4">
      <div className="col-md-7 align-self-center">
        <h1 className="fw-bolder text-center">Our Blog</h1>
        <p className="lead text-dark text-center">
          Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
          eiusmod tempor incididunt ut labore et dolore magna aliqua.
        </p>
      </div>
    </div>
    <div className="row ">
      <div className="col-md-12">
        <div className="card border-0 shadow">
          <div className="row justify-content-center">
            <div className="col-md-5 p-0 m-0 align-self-center">
              <img className="img-fluid" src="/blog/blog-image-two.jpeg" />
            </div>
            <div className="col-md-6 align-self-center py-5 ps-5">
              <h6 className="text-success mb-2">Featured Story</h6>
              <h4 className="font-weight-bold text-dark">
                Designed for a simple future
              </h4>
              <p className="lead text-muted">
                Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
                eiusmod tempor incididunt ut labore et dolore magna aliqua.
              </p>
              <div className="d-flex flex-row">
                <div className="p-2">
                  <img
                    className="img-fluid rounded-circle"
                    src="/profile/profile-two.jpg"
                    width="55"
                  />
                </div>
                <div className="p-2">
                  <p className="text-dark font-weight-bold m-0">John Smith</p>
                  <span className="text-muted">October 13th, 2019</span>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div className="row justify-content-center mt-5">
      <div className="col-md-4 align-self-center">
        <div className="card border-0 shadow">
          <img
            className="card-img-top img-fluid"
            src="/blog/blog-image-one.jpg"
          />
          <div className="card-body">
            <h4 className="card-title fw-bold text-dark mb-2">Card Title</h4>
            <p className="card-text mb-2text-muted">
              Some quick example text to build on the card title and make up the
              bulk of the card's content.
            </p>
            <div className="d-flex flex-row">
              <div className="p-2">
                <img
                  className="img-fluid rounded-circle"
                  src="/profile/profile-one.jpg"
                  width="50"
                />
              </div>
              <div className="p-2">
                <p className="text-dark fw-bolder m-0">Ayn Rand</p>
                <span className="text-muted">October 13th, 2019</span>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div className="col-md-4 align-self-center">
        <div className="card border-0 shadow">
          <img
            className="card-img-top img-fluid"
            src="/blog/blog-image-one.jpg"
          />
          <div className="card-body">
            <h4 className="card-title fw-bolder text-dark mb-2">Card Title</h4>
            <p className="card-text mb-2text-muted">
              Some quick example text to build on the card title and make up the
              bulk of the card's content.
            </p>
            <div className="d-flex flex-row">
              <div className="p-2">
                <img
                  className="img-fluid rounded-circle"
                  src="/profile/profile-one.jpg"
                  width="50"
                />
              </div>
              <div className="p-2">
                <p className="text-dark fw-bolder m-0">Ayn Rand</p>
                <span className="text-muted">October 13th, 2019</span>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div className="col-md-4 align-self-center">
        <div className="card border-0 shadow">
          <img
            className="card-img-top img-fluid"
            src="/blog/blog-image-one.jpg"
          />
          <div className="card-body">
            <h4 className="card-title fw-bolder text-dark mb-2">Card Title</h4>
            <p className="card-text mb-2text-muted">
              Some quick example text to build on the card title and make up the
              bulk of the card's content.
            </p>
            <div className="d-flex flex-row">
              <div className="p-2">
                <img
                  className="img-fluid rounded-circle"
                  src="/profile/profile-one.jpg"
                  width="50"
                />
              </div>
              <div className="p-2">
                <p className="text-dark fw-bolder m-0">Ayn Rand</p>
                <span className="text-muted">October 13th, 2019</span>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</>

Border Less Cards

<div className="container my-5 py-5">
  <div className="row justify-content-center mb-4">
    <div className="col-md-7 align-self-center">
      <h1 className="fw-bold text-center">Our Blog</h1>
      <p className="lead text-dark text-center">
        Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
        tempor incididunt ut labore et dolore magna aliqua.
      </p>
    </div>
  </div>
  <div className="row justify-content-center">
    <div className="col-md-4 align-self-center">
      <div className="card border-0">
        <img className="card-img-top rounded" src="/blog/blog-image-one.jpg" />
        <div className="card-body ps-0">
          <span className="badge rounded-pill bg-primary mb-2">Tech</span>
          <span className="badge rounded-pill bg-success mb-2 ms-3">Tech</span>
          <h4 className="card-title mb-2 fw-bold text-dark">Card Title</h4>
          <p className="card-text mb-2 text-muted">
            Some quick example text to build on the card title and make up the
            bulk of the card's content.
          </p>
          <div className="d-flex flex-row">
            <div className="p-2">
              <img
                className="img-fluid rounded-circle"
                src="/profile/profile-one.jpg"
                width="50"
              />
            </div>
            <div className="p-2">
              <p className="text-dark fw-bold m-0">Ayn Rand</p>
              <span className="text-muted">October 13th, 2019</span>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div className="col-md-4 align-self-center">
      <div className="card border-0">
        <img className="card-img-top rounded" src="/blog/blog-image-one.jpg" />
        <div className="card-body ps-0">
          <span className="badge rounded-pill bg-primary mb-2">Tech</span>
          <span className="badge rounded-pill bg-success mb-2 ms-3">Tech</span>
          <h4 className="card-title mb-2 fw-bold text-dark">Card Title</h4>
          <p className="card-text mb-2 text-muted">
            Some quick example text to build on the card title and make up the
            bulk of the card's content.
          </p>
          <div className="d-flex flex-row">
            <div className="p-2">
              <img
                className="img-fluid rounded-circle"
                src="/profile/profile-one.jpg"
                width="50"
              />
            </div>
            <div className="p-2">
              <p className="text-dark fw-bold m-0">Ayn Rand</p>
              <span className="text-muted">October 13th, 2019</span>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div className="col-md-4 align-self-center">
      <div className="card border-0">
        <img className="card-img-top rounded" src="/blog/blog-image-one.jpg" />
        <div className="card-body ps-0">
          <span className="badge rounded-pill bg-primary mb-2">Tech</span>
          <span className="badge rounded-pill bg-success mb-2 ms-3">Tech</span>
          <h4 className="card-title mb-2 fw-bold text-dark">Card Title</h4>
          <p className="card-text mb-2 text-muted">
            Some quick example text to build on the card title and make up the
            bulk of the card's content.
          </p>
          <div className="d-flex flex-row">
            <div className="p-2">
              <img
                className="img-fluid rounded-circle"
                src="/profile/profile-one.jpg"
                width="50"
              />
            </div>
            <div className="p-2">
              <p className="text-dark fw-bold m-0">Ayn Rand</p>
              <span className="text-muted">October 13th, 2019</span>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

Our Blog

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

TechTech

Card Title

Some quick example text to build on the card title and make up the bulk of the card's content.

Ayn Rand

October 13th, 2019
TechTech

Card Title

Some quick example text to build on the card title and make up the bulk of the card's content.

Ayn Rand

October 13th, 2019
TechTech

Card Title

Some quick example text to build on the card title and make up the bulk of the card's content.

Ayn Rand

October 13th, 2019