Back to Full Page Component

About Agency Full Page

#full page#all page#about page

Live preview

Source code

html
<!-- Breadcrumb Header -->
<section class="bg-light py-5">
  <div class="container mt-4">
    <nav aria-label="breadcrumb">
      <ol class="breadcrumb">
        <li class="breadcrumb-item"><a href="#" class="text-decoration-none">Home</a></li>
        <li class="breadcrumb-item active" aria-current="page">About Us</li>
      </ol>
    </nav>
    <h1 class="display-4 fw-bold">About Our Agency</h1>
  </div>
</section>

<!-- Company Introduction -->
<section class="py-5">
  <div class="container">
    <div class="row align-items-center g-5">
      <div class="col-lg-6">
        <h2 class="fw-bold mb-4">Driving Innovation Since 2008</h2>
        <p class="lead text-muted">We are a collective of designers, developers, and strategists dedicated to crafting exceptional digital experiences.</p>
        <p>Our journey began with a simple mission: to bridge the gap between complex technology and intuitive user experiences. Over the past decade, we've transformed from a small startup to a global agency serving Fortune 500 companies.</p>
        <div class="row pt-3">
          <div class="col-6">
            <h4 class="fw-bold text-primary">150+</h4>
            <p class="small text-uppercase">Team Members</p>
          </div>
          <div class="col-6">
            <h4 class="fw-bold text-primary">12</h4>
            <p class="small text-uppercase">Global Offices</p>
          </div>
        </div>
      </div>
      <div class="col-lg-6">
        <div id="aboutGallery" class="carousel slide shadow-lg rounded-4 overflow-hidden" data-bs-ride="carousel">
          <div class="carousel-inner">
            <div class="carousel-item active">
              <img src="https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&q=80&w=800" class="d-block w-100" alt="Office Life">
            </div>
            <div class="carousel-item">
              <img src="https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&q=80&w=800" class="d-block w-100" alt="Meeting">
            </div>
          </div>
          <button class="carousel-control-prev" type="button" data-bs-target="#aboutGallery" data-bs-slide="prev">
            <span class="carousel-control-prev-icon"></span>
          </button>
          <button class="carousel-control-next" type="button" data-bs-target="#aboutGallery" data-bs-slide="next">
            <span class="carousel-control-next-icon"></span>
          </button>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- Mission & Vision -->
<section class="py-5 bg-light">
  <div class="container">
    <div class="row g-4">
      <div class="col-md-6">
        <div class="card border-0 shadow-sm h-100 p-4 rounded-4">
          <div class="card-body">
            <div class="icon-circle bg-primary text-white mb-3">
              <i class="bi bi-rocket-takeoff fs-3"></i>
            </div>
            <h3 class="fw-bold">Our Mission</h3>
            <p class="text-muted">To empower businesses through disruptive technology and creative storytelling that resonates with their target audience and drives measurable growth.</p>
          </div>
        </div>
      </div>
      <div class="col-md-6">
        <div class="card border-0 shadow-sm h-100 p-4 rounded-4">
          <div class="card-body">
            <div class="icon-circle bg-dark text-white mb-3">
              <i class="bi bi-eye fs-3"></i>
            </div>
            <h3 class="fw-bold">Our Vision</h3>
            <p class="text-muted">To become the world's most developer-centric agency, where creativity meets engineering to solve the next generation of digital challenges.</p>
          </div>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- Stats Counter -->
<section class="py-5 bg-primary text-white">
  <div class="container">
    <div class="row text-center g-4">
      <div class="col-md-3">
        <h2 class="counter fw-bold display-5" data-val="500">0</h2>
        <p class="mb-0">Projects Completed</p>
      </div>
      <div class="col-md-3">
        <h2 class="counter fw-bold display-5" data-val="120">0</h2>
        <p class="mb-0">Design Awards</p>
      </div>
      <div class="col-md-3">
        <h2 class="counter fw-bold display-5" data-val="98">0</h2>
        <p class="mb-0">Client Retention %</p>
      </div>
      <div class="col-md-3">
        <h2 class="counter fw-bold display-5" data-val="15">0</h2>
        <p class="mb-0">Years in Industry</p>
      </div>
    </div>
  </div>
</section>

<!-- Team Members -->
<section class="py-5">
  <div class="container py-5">
    <div class="text-center mb-5">
      <h2 class="fw-bold">Meet Our Leadership</h2>
      <p class="text-muted">Innovators and dreamers behind our success</p>
    </div>
    <div class="row g-4">
      <div class="col-lg-3 col-md-6">
        <div class="card border-0 team-card text-center">
          <img src="https://i.pravatar.cc/300?u=1" class="card-img-top rounded-4 mb-3" alt="CEO">
          <h5 class="fw-bold mb-1">Alex Morgan</h5>
          <p class="text-primary small fw-bold">CEO & Founder</p>
        </div>
      </div>
      <div class="col-lg-3 col-md-6">
        <div class="card border-0 team-card text-center">
          <img src="https://i.pravatar.cc/300?u=2" class="card-img-top rounded-4 mb-3" alt="CTO">
          <h5 class="fw-bold mb-1">Sarah Chen</h5>
          <p class="text-primary small fw-bold">Chief Architect</p>
        </div>
      </div>
      <div class="col-lg-3 col-md-6">
        <div class="card border-0 team-card text-center">
          <img src="https://i.pravatar.cc/300?u=3" class="card-img-top rounded-4 mb-3" alt="Designer">
          <h5 class="fw-bold mb-1">David Ross</h5>
          <p class="text-primary small fw-bold">Design Director</p>
        </div>
      </div>
      <div class="col-lg-3 col-md-6">
        <div class="card border-0 team-card text-center">
          <img src="https://i.pravatar.cc/300?u=4" class="card-img-top rounded-4 mb-3" alt="Manager">
          <h5 class="fw-bold mb-1">Elena Scott</h5>
          <p class="text-primary small fw-bold">Marketing Head</p>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- FAQ Section -->
<section class="py-5 bg-light">
  <div class="container py-4">
    <div class="row justify-content-center">
      <div class="col-lg-8">
        <h2 class="text-center fw-bold mb-5">Common Questions</h2>
        <div class="accordion accordion-flush shadow-sm rounded-4 overflow-hidden" id="faqAccordion">
          <div class="accordion-item">
            <h2 class="accordion-header">
              <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#q1">
                How do you handle project timelines?
              </button>
            </h2>
            <div id="q1" class="accordion-collapse collapse show" data-bs-parent="#faqAccordion">
              <div class="accordion-body text-muted">
                We follow an Agile methodology, providing bi-weekly updates and maintaining clear milestones to ensure on-time delivery.
              </div>
            </div>
          </div>
          <div class="accordion-item">
            <h2 class="accordion-header">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#q2">
                Do you provide post-launch support?
              </button>
            </h2>
            <div id="q2" class="accordion-collapse collapse" data-bs-parent="#faqAccordion">
              <div class="accordion-body text-muted">
                Yes, we offer tiered maintenance packages that include security updates, performance monitoring, and content updates.
              </div>
            </div>
          </div>
          <div class="accordion-item">
            <h2 class="accordion-header">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#q3">
                What industries do you specialize in?
              </button>
            </h2>
            <div id="q3" class="accordion-collapse collapse" data-bs-parent="#faqAccordion">
              <div class="accordion-body text-muted">
                While we are industry-agnostic, we have deep expertise in FinTech, E-commerce, Healthcare, and SaaS platforms.
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- Footer -->
<footer class="bg-dark text-white py-4 mt-auto">
  <div class="container text-center text-md-between d-md-flex align-items-center">
    <p class="mb-0">&copy; 2023 Digital Agency. All rights reserved.</p>
    <div class="mt-3 mt-md-0">
      <a href="#" class="text-white text-decoration-none me-4 small">Privacy Policy</a>
      <a href="#" class="text-white text-decoration-none small">Contact Us</a>
    </div>
  </div>
</footer>

<style>
  .icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .team-card img {
    transition: transform 0.3s ease;
    aspect-ratio: 1/1;
    object-fit: cover;
  }

  .team-card:hover img {
    transform: scale(1.03);
  }

  .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: var(--bs-primary);
    font-weight: bold;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
  }

</style>

<script>
  // Simple counter script
  document.addEventListener("DOMContentLoaded", () => {
    const counters = document.querySelectorAll('.counter');
    const speed = 200;

    const startCount = (el) => {
      const target = +el.getAttribute('data-val');
      const count = +el.innerText;
      const inc = target / speed;

      if (count < target) {
        el.innerText = Math.ceil(count + inc);
        setTimeout(() => startCount(el), 1);
      } else {
        el.innerText = target;
      }
    };

    const observer = new IntersectionObserver((entries) => {
      entries.forEach(entry => {
        if (entry.isIntersecting) {
          startCount(entry.target);
          observer.unobserve(entry.target);
        }
      });
    }, {
      threshold: 1
    });

    counters.forEach(c => observer.observe(c));
  });

</script>
How to use this component

Add it to your project in three steps

  1. Copy the HTML from the Source code tab above and paste it inside your <div class="container"> wrapper.
  2. Make sure the Bootstrap 5 CDN CSS and JS are linked in your <head> and before </body>. Any CodeShikhi component assumes Bootstrap 5.3+ is already loaded.
  3. Swap the placeholder text, links, and images for your own content — the layout, spacing, and responsive behaviour stay intact.

The About Agency Full Page block is fully responsive and works on every screen from 320 px phones to 1440 px+ desktops without additional CSS.

Accessibility checklist

Ship it accessible by default

  • Use semantic HTML landmarks — <header>, <nav>, <main>, <footer> — so screen readers can navigate your page.
  • Give every image an alt attribute (empty alt="" if it's decorative).
  • Label icon-only buttons with aria-label and keep focus outlines visible.
  • Maintain a contrast ratio of at least 4.5:1 for body text against its background.
  • Test the component with Tab / Shift+Tab and Enter — every interactive element should be reachable.
Step-by-step customisation

Make it match your brand

  1. Change the colour palette by overriding Bootstrap CSS variables: --bs-primary, --bs-body-bg.
  2. Adjust spacing with utility classes such as py-5, gap-4, and mt-lg-5 — no custom CSS required.
  3. Swap the typography by loading a Google Font in your <head> and setting --bs-body-font-family.
  4. Replace stock images with brand assets. Keep dimensions similar to avoid layout shift.
  5. Preview at multiple breakpoints (mobile, tablet, desktop) and tweak column spans if content wraps awkwardly.

Need the full theory? Read our Bootstrap 5 Technical Introduction Guide for grid, breakpoints, and Sass customisation in depth.

About the About Agency Full Page component

This component is part of the free CodeShikhi (কোড শিখি) Bootstrap 5 library — a growing collection of copy-paste website building blocks curated for learners and freelance developers. Every block is written in clean, semantic HTML with Bootstrap utility classes, keeps custom CSS to the minimum needed, and works without any build step. Use it as a starting point and adapt the markup, colours, and content to fit your project's brand and audience.

If you spot a bug, want a new variation, or would like to contribute an improvement, reach us via the contact page — we ship updates weekly based on community feedback.

Detailed Technical Breakdown

Detailed Technical Breakdown: About Agency Full Page

Browser compatibility & standards

The About Agency Full Page component is authored against Bootstrap 5.3, which drops legacy Internet Explorer support and targets modern evergreen engines — Chrome, Edge, Firefox, Safari, and all Chromium-based mobile browsers. Because the markup relies exclusively on the standard CSS features that ship with Bootstrap (Flexbox, CSS Grid, CSS custom properties, and the responsive breakpoint system), you can safely deploy this component to any browser released in the last five years without polyfills. If you need to support very old WebKit or Samsung Internet builds, load the standard Bootstrap 5 CSS from the official jsDelivr CDN — the bundled autoprefixer output already covers those vendor prefixes.

Performance impact

Performance-wise this block is intentionally light. The HTML payload for a typical Bootstrap component is under 4 KB gzipped, and it shares the same Bootstrap CSS/JS bundle you are already loading — meaning the marginal cost of adding it to a page is effectively zero KB on repeat visits. There is no JavaScript framework runtime, no hydration cost, and no client-side data fetching. The only images referenced are placeholders you will replace with your own assets; when you do, serve them as WebP or AVIF, add explicit width and height attributes to prevent layout shift (CLS), and lazy-load anything below the fold with loading="lazy". These small changes typically move Lighthouse Performance scores from the mid-80s into the 95+ range on both mobile and desktop.

Utility classes used

The component leans on Bootstrap's utility-first classes to stay declarative: spacing utilities (p-*, m-*, gap-*), the flex helpers (d-flex, align-items-*, justify-content-*), the grid system (container, row, col-lg-*), typography helpers (display-*, lead, text-*), and colour utilities that resolve to Bootstrap CSS variables such as --bs-primary, --bs-body-bg, and --bs-border-color. Because everything is expressed as utilities you can re-theme the entire component by overriding a handful of CSS variables at the :root level — no Sass recompile required.

Exact customisation steps

  1. Copy the source HTML from the tab above and paste it inside your <body>. The outer <div class="container"> wrapper is already included so the component sits on the Bootstrap grid.
  2. Replace the placeholder headings and paragraphs with your own copy. Keep heading levels in order (h1h2h3) so screen readers and search engines can parse the document outline.
  3. Swap any <img> tags for your brand assets. Match the original aspect ratio to avoid layout shift, and always fill in a meaningful alt attribute.
  4. Retune the palette by overriding CSS variables::root { --bs-primary: #4f46e5; --bs-body-bg: #ffffff; }. All utility colour classes update automatically.
  5. Test at each Bootstrap breakpoint — sm (576 px), md (768 px),lg (992 px), xl (1200 px), xxl (1400 px) — using your browser's device toolbar, and tweak column spans if long content wraps.
  6. Ship it with the standard Bootstrap 5 CDN in the <head> and the JS bundle before the closing </body>. No build step required.
Technical & Performance Integration Guide

Technical & Performance Integration Guide — About Agency Full Page (full-page template)

When and why to use this full-page template

A full-page template stitches together every block on this site into one deployable document: navigation, hero, feature grid, social proof, call to action and footer. Because it is a complete page, the integration rules shift from "drop this in" to "own the whole document head".

Accessibility & ARIA attributes

Exactly one <h1>, one <header>, one <main>, one <footer> per document. Add a skip link (<a class="visually-hidden-focusable" href="#main">Skip to content</a>) as the first focusable element so keyboard users can bypass the navigation. Set the correct lang attribute on <html> — screen readers use it to pick the right pronunciation engine, which matters when you mix Bangla and English content.

Performance notes for this pattern

Load Bootstrap CSS in the head and the JS bundle just before </body>. Inline the handful of critical CSS rules the hero needs and let everything else arrive normally. Lazy-load every image below the fold, preload the hero image and the primary webfont, and self-host fonts with font-display: swap if you want to remove a third-party connection entirely. A page built this way typically lands in the 90s on mobile Lighthouse without further tuning.

Three customisation tricks

  • Keep one and only one navbar and one footer — duplicated landmarks confuse both crawlers and screen readers.
  • Give every section an id and link the navbar anchors to them for instant on-page navigation.
  • Add Organization and WebSite JSON-LD once in the head so the whole template ships search-ready.

Mistakes to avoid

  • Copying two heroes into the same document, leaving two <h1> elements.
  • Forgetting the responsive viewport meta tag, which makes the entire mobile layout render at desktop width.

More designs in this section