Logo v4.3.1
Image Description

No Results

  • Get Support
  • Preview Demo
Logo v4.3.1
  • Docs
  • Snippets
  • Documentation
  • Introduction
  • Getting started
  • Getting Started
  • Gulp
  • Customization
  • Credits
  • Changelog
  • Design & Graphics
  • Bootstrap Icons
  • Duotone Icons
  • Illustrations
  • Components
  • Accordion
  • Alerts
  • Avatars
  • Badge
  • Breadcrumb
  • Buttons
  • Cards
  • Collapse
  • Column Divider
  • Devices
  • Divider
  • Dropdowns
  • Icons
  • List Group
  • Lists
  • Legend Indicator
  • Modal
  • Offcanvas
  • Page Header
  • Pagination
  • Popovers
  • Progress
  • Profile
  • Shapes
  • Spinners
  • Steps
  • Tab
  • Tables
  • Text Highlight
  • Toasts
  • Tooltips
  • Typography
  • Navbars
  • Navbar
  • Navs
  • Mega Menu
  • Scrollspy
  • Basic forms
  • Basic Forms
  • Checks & Switches
  • Input Group
  • Advanced Forms
  • Advanced Select
  • File Attachments
  • Drag’ n’ Drop File Uploads
  • WYSIWYG Editor
  • Quantity Counter
  • Input Mask
  • Step Forms (Wizards)
  • Range Slider (noUiSlider)
  • Add Field
  • Toggle Password
  • Count Characters
  • Toggle Switch
  • Toggle State
  • Switch
  • Media
  • Fullscreen Lightbox
  • Video Background
  • Video Player
  • Swiper
  • Others
  • Maps (Leaflet)
  • Chart.js
  • Circles.js (Pie Chart)
  • Sticky Block
  • Countdown
  • Sorting (Shuffle.js)
  • Go To
  • Show Animation
  • Typed.js
  • Utilities
  • Backgrounds
  • Borders
  • Colors
  • Links
  • Position
  • Rotations
  • Shadows
  • Sizing
  • Spacing
  • Z-index

Profile

Beautiful profile cover panels.

Examples

  • Preview
  • HTML
Image Description
Image Description

Dropbox Review rating

Review rating Review rating Review rating Review rating Review rating 4.5 2,391 reviews
54 Open jobs Follow
              
                <!-- Page Header -->
                <div class="container pt-4">
                  <div class="page-header">
                    <!-- Profile Cover -->
                    <div class="profile-cover">
                      <div class="profile-cover-img-wrapper">
                        <img class="profile-cover-img" src="../assets/img/1920x400/img1.jpg" alt="Image Description">
                      </div>
                    </div>
                    <!-- End Profile Cover -->

                    <!-- Media -->
                    <div class="d-sm-flex align-items-lg-center pt-1 px-3 pb-3">
                      <div class="flex-shrink-0 mb-2 mb-sm-0 me-4">
                        <img class="avatar avatar-xl profile-cover-avatar shadow-sm" src="../assets/svg/brands/dropbox-icon.svg" alt="Image Description">
                      </div>
                      
                      <div class="flex-grow-1">
                        <div class="row">
                          <div class="col-md mb-3 mb-md-0">
                            <h1 class="h2 mb-1">Dropbox <img class="avatar avatar-xs" src="../assets/svg/illustrations/top-vendor.svg" alt="Review rating" data-bs-toggle="tooltip" data-bs-placement="top" title="Claimed profile"></h1>

                            <!-- Rating -->
                            <div class="d-flex gap-1">
                              <img src="../assets/svg/illustrations/star.svg" alt="Review rating" width="14">
                              <img src="../assets/svg/illustrations/star.svg" alt="Review rating" width="14">
                              <img src="../assets/svg/illustrations/star.svg" alt="Review rating" width="14">
                              <img src="../assets/svg/illustrations/star.svg" alt="Review rating" width="14">
                              <img src="../assets/svg/illustrations/star-half.svg" alt="Review rating" width="14">
                              <span class="fw-semibold text-dark ms-1">4.5</span>
                              <span class="ms-1">2,391 reviews</span>
                            </div>
                            <!-- End Rating -->
                          </div>
                          <!-- End Col -->
                          
                          <div class="col-md-auto align-self-md-end">
                            <div class="d-grid d-sm-flex gap-2">
                              <a class="btn btn-primary" href="#">54 Open jobs</a>
                              <a class="btn btn-outline-primary" href="#">
                                <i class="bi-person-plus-fill me-1"></i> Follow
                              </a>
                            </div>
                          </div>
                          <!-- End Col -->
                        </div>
                        <!-- End Row -->
                      </div>
                    </div>
                    <!-- End Media -->
                  </div>
                </div>
                <!-- End Page Header -->