Logo v2.3.1
Image Description

No Results

  • Get Support
  • Preview Demo
Logo v2.3.1
  • Docs
  • Snippets
  • Snippets
  • Introduction
  • Navbar / Heroes
  • Headers (Navbar)
  • Hero Sections
  • Foundations
  • Features
    General Stats Step Navs (Tabs)
  • Icon Blocks
  • Cards
    Grid
  • Testimonials
  • Blogs
    Grid List
  • Pricing
  • Team Sections
  • Call-to-Action (CTA)
  • Modals
  • Portfolio
  • Gallery
  • Clients
  • FAQ
  • Lists
  • Comments
  • User Profile
  • Sidebar Nav Examples
  • Content Sections
  • Forms
  • Authentication
  • Feedback
  • Filters
  • Search
  • Directory
  • Subscribe
  • Contact / Footer
  • Contact Sections
  • Footer

Team Sections

Component #1

  • Preview
  • HTML
Image Description
Christina Kray
Founder / CEO

Loves to chat about typography, you have been warned.

Image Description
Jeff Fisher
Project Manager

Multidisciplinary. Drinks too much coffee. Likes sentence fragments.

Image Description
Sophia Harrington
Project Manager

Loves to chat about typography, you have been warned.

Image Description
David Forren
Support Consultant

Behind every great project is a great Google Slides deck.

Image Description
Amil Evara
UI/UX Designer

Design swashbuckler. Trader of stonks. Will work for snacks.

Image Description
Tom Lowry
UI/UX Designer

Loves to chat about typography, you have been warned.

Want to join us?

See all opening positions
              
                <!-- Team -->
                <div class="container content-space-1">
                  <div class="row mb-sm-5">
                    <div class="col-sm-6 col-lg-4 mb-7">
                      <!-- Team -->
                      <div class="w-65 text-center mx-auto">
                        <img class="img-fluid rounded-circle mb-5" src="../assets/img/350x350/img1.jpg" alt="Image Description">
                        <h6 class="mb-1">Christina Kray</h6>
                        <span class="d-block">Founder / CEO</span>

                        <div class="border-top mx-auto my-3" style="max-width: 5rem;"></div>

                        <p>Loves to chat about typography, you have been warned.</p>
                      </div>
                      <!-- End Team -->
                    </div>
                    <!-- End Col -->

                    <div class="col-sm-6 col-lg-4 mb-7">
                      <!-- Team -->
                      <div class="w-65 text-center mx-auto">
                        <img class="img-fluid rounded-circle mb-5" src="../assets/img/350x350/img2.jpg" alt="Image Description">
                        <h6 class="mb-1">Jeff Fisher</h6>
                        <span class="d-block">Project Manager</span>

                        <div class="border-top mx-auto my-3" style="max-width: 5rem;"></div>

                        <p>Multidisciplinary. Drinks too much coffee. Likes sentence fragments.</p>
                      </div>
                      <!-- End Team -->
                    </div>
                    <!-- End Col -->

                    <div class="col-sm-6 col-lg-4 mb-7">
                      <!-- Team -->
                      <div class="w-65 text-center mx-auto">
                        <img class="img-fluid rounded-circle mb-5" src="../assets/img/350x350/img3.jpg" alt="Image Description">
                        <h6 class="mb-1">Sophia Harrington</h6>
                        <span class="d-block">Project Manager</span>

                        <div class="border-top mx-auto my-3" style="max-width: 5rem;"></div>

                        <p>Loves to chat about typography, you have been warned.</p>
                      </div>
                      <!-- End Team -->
                    </div>
                    <!-- End Col -->

                    <div class="col-sm-6 col-lg-4 mb-7">
                      <!-- Team -->
                      <div class="w-65 text-center mx-auto">
                        <img class="img-fluid rounded-circle mb-5" src="../assets/img/350x350/img4.jpg" alt="Image Description">
                        <h6 class="mb-1">David Forren</h6>
                        <span class="d-block">Support Consultant</span>

                        <div class="border-top mx-auto my-3" style="max-width: 5rem;"></div>

                        <p>Behind every great project is a great Google Slides deck.</p>
                      </div>
                      <!-- End Team -->
                    </div>
                    <!-- End Col -->

                    <div class="col-sm-6 col-lg-4 mb-7">
                      <!-- Team -->
                      <div class="w-65 text-center mx-auto">
                        <img class="img-fluid rounded-circle mb-5" src="../assets/img/350x350/img5.jpg" alt="Image Description">
                        <h6 class="mb-1">Amil Evara</h6>
                        <span class="d-block">UI/UX Designer</span>

                        <div class="border-top mx-auto my-3" style="max-width: 5rem;"></div>

                        <p>Design swashbuckler. Trader of stonks. Will work for snacks.</p>
                      </div>
                      <!-- End Team -->
                    </div>
                    <!-- End Col -->

                    <div class="col-sm-6 col-lg-4 mb-7">
                      <!-- Team -->
                      <div class="w-65 text-center mx-auto">
                        <img class="img-fluid rounded-circle mb-5" src="../assets/img/350x350/img6.jpg" alt="Image Description">
                        <h6 class="mb-1">Tom Lowry</h6>
                        <span class="d-block">UI/UX Designer</span>

                        <div class="border-top mx-auto my-3" style="max-width: 5rem;"></div>

                        <p>Loves to chat about typography, you have been warned.</p>
                      </div>
                      <!-- End Team -->
                    </div>
                    <!-- End Col -->
                  </div>
                  <!-- End Row -->

                  <!-- Info -->
                  <div class="text-center">
                    <p class="mb-0">Want to join us?</p>
                    <a class="link" href="../page-careers.html">See all opening positions <i class="bi-chevron-right small ms-1"></i></a>
                  </div>
                  <!-- End Info -->
                </div>
                <!-- End Team -->