Bootstrap snippet and html example. company about us

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.
Tags: about

HTML code

This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 5.1.3 included, to get the result that you can see in the preview selection

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/5.3.45/css/materialdesignicons.css" integrity="sha256-NAxhqDvtY0l4xn+YVa6WjAcmd94NNfttjNsDmNatFVc=" crossorigin="anonymous" />

<div class="container">
    <div class="row justify-content-center">
        <div class="col-lg-8">
            <div class="about-title text-center mb-5">
                <h6 class="text-primary text-uppercase mb-0">About Us</h6>
                <h3 class="title-heading">We'r a dynamic team of cratives people innovation</h3>
                <div class="title-border"></div>
                <p class="text-muted pt-3 mx-md-5">Lorem Ipsum is simply dummy text of the printing and
                    typesetting industry. Lorem Ipsum has been the industry's standard.</p>
            </div>
            <!--end about-title-->
        </div>
        <!--end col-->
    </div>
    <!--end row-->
    <div class="row">
        <div class="col-lg-12">
            <div class="d-flex justify-content-center mb-4 pb-2">
                <ul class="nav nav-pills about-tab" id="aboutus" role="tablist">
                    <li class="nav-item" role="presentation">
                        <button class="nav-link rounded-3 active" id="history-tab" data-bs-toggle="pill" data-bs-target="#history" type="button" role="tab" aria-controls="history" aria-selected="false">History</button>
                        <!--end nav-link-->
                    </li>
                    <!--end nav-item-->
                    <li class="nav-item mx-3" role="presentation">
                        <button class="nav-link rounded-3" id="vision-tab" data-bs-toggle="pill" data-bs-target="#vision" type="button" role="tab" aria-controls="vision" aria-selected="false">Vision</button>
                        <!--end nav-link-->
                    </li>
                    <!--end nav-item-->
                    <li class="nav-item" role="presentation">
                        <button class="nav-link rounded-3 " id="mission-tab" data-bs-toggle="pill" data-bs-target="#mission" type="button" role="tab" aria-controls="mission" aria-selected="true">Mission</button>
                        <!--end nav-link-->
                    </li>
                    <!--end nav-item-->
                </ul>
                <!--nav-->
            </div>

            <div class="tab-content about-content" id="tabContent">
                <div class="tab-pane fade active show" id="history" role="tabpanel" aria-labelledby="history-tab">
                    <div class="row align-items-center">
                        <div class="col-md-5">
                            <div class="history-img text-lg-end text-center mb-4 mb-lg-0">
                                <img src="https://www.bootdey.com/image/312x315/FFB6C1/000000" alt="history" class="img-fluid rounded-circle">
                            </div>
                        </div>
                        <!--end col-->
                        <div class="col-md-7">
                            <div class="card border-0 p-3 ms-lg-4">
                                <h4 class="about-title">History</h4>
                                <p class="mt-4 pt-3 text-muted mb-2"><em>Lorem Ipsum has been the industry's
                                        standard dummy text ever make a type since the 1500s.</em></p>
                                <p class="text-muted">
                                    When an unknown printer took a galley of type and scrambled it to make a
                                    type specimen book. Lorem Ipsum has been the industry's standard dummy text
                                    ever since unknown printer took a galley of
                                    type and it to make a type specimen book.
                                </p>
                                <div class="d-flex">
                                    <div class="about-social">
                                        <a href="#" class="text-primary">
                                            <i class="mdi mdi-facebook"></i>
                                        </a>
                                    </div>
                                    <div class="about-social mx-2">
                                        <a href="#" class="text-primary"><i class="mdi mdi-google"></i> </a>
                                    </div>
                                    <div class="about-social">
                                        <a href="#" class="text-primary"><i class="mdi mdi-instagram"></i> </a>
                                    </div>
                                </div>
                                <div class="mt-3">
                                    <a href="#" class="text-primary">Learn More <span class="f-20">→</span></a>
                                </div>
                            </div>
                            <!--end card-->
                        </div>
                        <!--end col-->
                    </div>
                    <!--end row-->
                </div>
                <div class="tab-pane fade" id="vision" role="tabpanel" aria-labelledby="vision-tab">
                    <div class="row align-items-center">
                        <div class="col-md-7">
                            <div class="card border-0 p-3 me-lg-4">
                                <h4 class="about-title">Vision</h4>
                                <p class="mt-4 pt-3 text-muted mb-2"><em>Lorem Ipsum has been the industry's
                                        standard dummy text ever make a type since the 1500s.</em></p>
                                <p class="text-muted">
                                    When an unknown printer took a galley of type and scrambled it to make a
                                    type specimen book. Lorem Ipsum has been the industry's standard dummy text
                                    ever since unknown printer took a galley of
                                    type and it to make a type specimen book.
                                </p>
                                <a href="#" class="text-primary">Learn More <span class="f-20">→</span></a>
                            </div>
                            <!--end card-->
                        </div>
                        <!--end col-->
                        <div class="col-md-5">
                            <div class="vision-img text-lg-end text-center mb-4 mb-lg-0">
                                <img src="https://www.bootdey.com/image/312x315/20B2AA/000000" alt="vision" class="img-fluid rounded-circle">
                            </div>
                        </div>
                        <!--end col-->
                    </div>
                    <!--end row-->
                </div>
                <!--end vision-tab-->
                <div class="tab-pane fade mission-tab" id="mission" role="tabpanel" aria-labelledby="mission-tab">
                    <div class="row align-items-center">
                        <div class="col-md-5">
                            <div class="mission-img text-lg-end text-center mb-4 mb-lg-0">
                                <img src="https://www.bootdey.com/image/312x315/87CEFA/000000" alt="mission" class="img-fluid rounded-circle">
                            </div>
                        </div>
                        <!--end col-->
                        <div class="col-md-7">
                            <div class="card border-0 p-3 ms-lg-4">
                                <h4 class="mb-4 pb-2 about-title">Our Mission</h4>
                                <div class="mission-box mt-3">
                                    <div class="d-flex align-items-center">
                                        <i class="mdi mdi-eye mission-icon" aria-hidden="true"></i>
                                        <div class="ms-3">
                                            <h5 class="mb-0">Vision</h5>
                                            <p class="text-muted mb-0">Lorem Ipsum is text printing and
                                                typesetting.</p>
                                        </div>
                                    </div>
                                </div>
                                <!--end mission-box-->
                                <div class="mission-box ms-lg-4">
                                    <div class="d-flex align-items-center">
                                        <div class="mission-icon">
                                            <i class="mdi mdi-rocket" aria-hidden="true"></i>
                                        </div>
                                        <div class="ms-3">
                                            <h5 class="mb-0">Mission</h5>
                                            <p class="text-muted mb-0">Lorem Ipsum is text printing and
                                                typesetting.</p>
                                        </div>
                                    </div>
                                </div>
                                <!--end mission-box-->
                                <div class="mission-box">
                                    <div class="d-flex align-items-center">
                                        <div class="mission-icon">
                                            <i class="mdi mdi-bullseye" aria-hidden="true"></i>
                                        </div>
                                        <div class="ms-3">
                                            <h5 class="mb-0">Goal</h5>
                                            <p class="text-muted mb-0">Lorem Ipsum is text printing and
                                                typesetting.</p>
                                        </div>
                                    </div>
                                </div>
                                <!--end mission-box-->
                            </div>
                            <!--end card-->
                        </div>
                        <!--end col-->
                    </div>
                    <!--end row-->
                </div>
                <!--end mission-tab-->
            </div>
        </div>
        <!--end col-->
    </div>
    <!--end row-->
</div>

CSS code

This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 5.1.3 included, to get the result that you can see in the preview selection

body{margin-top:20px;}
.tab-content .mission-tab .mission-box .mission-icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 35px;
    color: #f15825;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.tab-content .about-social {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 16%);
}
.tab-content .about-title::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #f15825;
    bottom: -18px;
    transition: all 0.7s ease;
}
.tab-content .about-title::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #f15825;
    left: 0;
    bottom: -8px;
    transition: all 0.7s ease;
}
.tab-content .about-title {
    position: relative;
}

Similar snippets

Bootstrap example and template. about us page section

about us page section

Bootstrap example and template. bs4 profile about

bs4 profile about

Bootstrap example and template. profile about info

profile about info

Bootstrap example and template. List of Features

List of Features

Bootstrap example and template. bs4 beta email inbox

bs4 beta email inbox

Bootstrap example and template. Gradients dashboard cards

Gradients dashboard cards

Bootstrap example and template. Whatsapp Chat Box POPUP

Whatsapp Chat Box POPUP

Bootstrap example and template. Messages Board

Messages Board

Bootstrap example and template. company about us

About this bootstrap example/template

We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.

We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.

This code example currectly have 1.3K views, Using this bootstrap snippet you have the following benefits:

Bootstrap 5.1.3

<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>

<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>

This code example is based on bootstrap 5.1.3 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working