Base
Home Bluma Bootstrap Materialize Foundation

Card List


Card Text


Page


Form


Footer


Button


Component




...
Card 3

This card has a footer and a button for interaction.

Last updated 5 mins ago Details
...
Card 3

This card has a footer and a button for interaction.

Last updated 5 mins ago Details
...
Card 3

This card has a footer and a button for interaction.

Last updated 5 mins ago Details

              
              
              <div class="container">
  <div class="row">
    <div class="col">
      <div class="card h-100">
        <img src="https://dummyimage.com/700x400" class="card-img-top" alt="...">
        <div class="card-body">
          <h5 class="card-title">Card 1</h5>
          <p class="card-text">This card has a footer and a button for interaction.</p>
        </div>
        <div class="card-footer d-flex justify-content-between align-items-center">
          <small class="text-muted">Last updated 5 mins ago</small>
          <a href="#" class="btn btn-sm btn-outline-secondary">Details</a>
        </div>
      </div>
    </div>

    <div class="col">
      <div class="card h-100">
        <img src="https://dummyimage.com/700x400" class="card-img-top" alt="...">
        <div class="card-body">
          <h5 class="card-title">Card 2</h5>
          <p class="card-text">This card has a footer and a button for interaction.</p>
        </div>
        <div class="card-footer d-flex justify-content-between align-items-center">
          <small class="text-muted">Last updated 5 mins ago</small>
          <a href="#" class="btn btn-sm btn-outline-secondary">Details</a>
        </div>
      </div>
    </div>

    <div class="col">
      <div class="card h-100">
        <img src="https://dummyimage.com/700x400" class="card-img-top" alt="...">
        <div class="card-body">
          <h5 class="card-title">Card 3</h5>
          <p class="card-text">This card has a footer and a button for interaction.</p>
        </div>
        <div class="card-footer d-flex justify-content-between align-items-center">
          <small class="text-muted">Last updated 5 mins ago</small>
          <a href="#" class="btn btn-sm btn-outline-secondary">Details</a>
        </div>
      </div>
    </div>
  </div>
</div>




        
          

...
Featured
Card 8

This card has a badge overlay on the image.


Read More Share
...
Featured
Card 8

This card has a badge overlay on the image.


Read More Share
...
Featured
Card 8

This card has a badge overlay on the image.


Read More Share

                                            
                              
                              <div class="container py-5">
  <div class="row row-cols-1 row-cols-md-3 g-4">
    <div class="col">
      <div class="card h-100">
        <div class="position-relative">
          <img src="https://dummyimage.com/722x402" class="card-img-top" alt="...">
          <div class="position-absolute top-0 start-0 bg-dark bg-opacity-50 text-white p-2">
            Featured
          </div>
        </div>
        <div class="card-body">
          <h5 class="card-title">Card 1</h5>
          <p class="card-text">This card has a badge overlay on the image.</p>
          <br>
          <div class="mt-auto">
            <a href="#" class="btn btn-primary btn-sm">Read More</a>
            <a href="#" class="btn btn-secondary btn-sm ms-2">Share</a>
          </div>
        </div>
      </div>
    </div>
    <div class="col">
      <div class="card h-100">
        <div class="position-relative">
          <img src="https://dummyimage.com/722x402" class="card-img-top" alt="...">
          <div class="position-absolute top-0 start-0 bg-dark bg-opacity-50 text-white p-2">
            Featured
          </div>
        </div>
        <div class="card-body">
          <h5 class="card-title">Card 2</h5>
          <p class="card-text">This card has a badge overlay on the image.</p>
          <br>
          <div class="mt-auto">
            <a href="#" class="btn btn-primary btn-sm">Read More</a>
            <a href="#" class="btn btn-secondary btn-sm ms-2">Share</a>
          </div>
        </div>
      </div>
    </div>
    <div class="col">
      <div class="card h-100">
        <div class="position-relative">
          <img src="https://dummyimage.com/722x402" class="card-img-top" alt="...">
          <div class="position-absolute top-0 start-0 bg-dark bg-opacity-50 text-white p-2">
            Featured
          </div>
        </div>
        <div class="card-body">
          <h5 class="card-title">Card 3</h5>
          <p class="card-text">This card has a badge overlay on the image.</p>
          <br>
          <div class="mt-auto">
            <a href="#" class="btn btn-primary btn-sm">Read More</a>
            <a href="#" class="btn btn-secondary btn-sm ms-2">Share</a>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>



                        
                          

Card 3

A card with a vertical alignment for image and text.

...
Card 3

A card with a vertical alignment for image and text.

...
Card 3

A card with a vertical alignment for image and text.

...

                                  
                              
                              <div class="container py-5">
  <div class="row row-cols-1 row-cols-md-3 g-4">
    <div class="col">
      <div class="card h-100 text-bg-light">
        <div class="card-body d-flex align-items-center">
          <div>
            <h5 class="card-title">Card 1</h5>
            <p class="card-text">A card with a vertical alignment for image and text.</p>
          </div>
          <img src="https://dummyimage.com/722x402" class="img-fluid rounded ms-3" style="width: 120px;" alt="...">
        </div>
      </div>
    </div>
    <div class="col">
      <div class="card h-100 text-bg-light">
        <div class="card-body d-flex align-items-center">
          <div>
            <h5 class="card-title">Card 2</h5>
            <p class="card-text">A card with a vertical alignment for image and text.</p>
          </div>
          <img src="https://dummyimage.com/722x402" class="img-fluid rounded ms-3" style="width: 120px;" alt="...">
        </div>
      </div>
    </div>
    <div class="col">
      <div class="card h-100 text-bg-light">
        <div class="card-body d-flex align-items-center">
          <div>
            <h5 class="card-title">Card 3</h5>
            <p class="card-text">A card with a vertical alignment for image and text.</p>
          </div>
          <img src="https://dummyimage.com/722x402" class="img-fluid rounded ms-3" style="width: 120px;" alt="...">
        </div>
      </div>
    </div>
  </div>
</div>


        
                        
                          

Card 4

A card with a list group to show details.

  • Item 1
  • Item 2
  • Item 3
Card 4

A card with a list group to show details.

  • Item 1
  • Item 2
  • Item 3
Card 4

A card with a list group to show details.

  • Item 1
  • Item 2
  • Item 3

                      
                      
                      <div class="container py-5">
  <div class="row row-cols-1 row-cols-md-3 g-4">
    <div class="col">
      <div class="card h-100">
        <div class="card-body">
          <h5 class="card-title">Card 1</h5>
          <p class="card-text">A card with a list group to show details.</p>
          <ul class="list-group list-group-flush">
            <li class="list-group-item">Item 1</li>
            <li class="list-group-item">Item 2</li>
            <li class="list-group-item">Item 3</li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col">
      <div class="card h-100">
        <div class="card-body">
          <h5 class="card-title">Card 2</h5>
          <p class="card-text">A card with a list group to show details.</p>
          <ul class="list-group list-group-flush">
            <li class="list-group-item">Item 1</li>
            <li class="list-group-item">Item 2</li>
            <li class="list-group-item">Item 3</li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col">
      <div class="card h-100">
        <div class="card-body">
          <h5 class="card-title">Card 3</h5>
          <p class="card-text">A card with a list group to show details.</p>
          <ul class="list-group list-group-flush">
            <li class="list-group-item">Item 1</li>
            <li class="list-group-item">Item 2</li>
            <li class="list-group-item">Item 3</li>
          </ul>
        </div>
      </div>
    </div>
  </div>
</div>


       
                
                  

Card 23

This card includes a badge for notifications.

Notifications 5
  • New Comment
  • Friend Request
  • System Update
Card 23

This card includes a badge for notifications.

Notifications 5
  • New Comment
  • Friend Request
  • System Update
Card 23

This card includes a badge for notifications.

Notifications 5
  • New Comment
  • Friend Request
  • System Update

                      
                      
                      <div class="container py-5">
  <div class="row row-cols-1 row-cols-md-3 g-4">
    <div class="col">
      <div class="card h-100">
        <div class="card-body">
          <h5 class="card-title">Card 1</h5>
          <p class="card-text">This card includes a badge for notifications.</p>
          <h6 class="mb-3">
            Notifications <span class="badge bg-danger">5</span>
          </h6>
          <ul class="list-group">
            <li class="list-group-item">New Comment</li>
            <li class="list-group-item">Friend Request</li>
            <li class="list-group-item">System Update</li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col">
      <div class="card h-100">
        <div class="card-body">
          <h5 class="card-title">Card 2</h5>
          <p class="card-text">This card includes a badge for notifications.</p>
          <h6 class="mb-3">
            Notifications <span class="badge bg-danger">5</span>
          </h6>
          <ul class="list-group">
            <li class="list-group-item">New Comment</li>
            <li class="list-group-item">Friend Request</li>
            <li class="list-group-item">System Update</li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col">
      <div class="card h-100">
        <div class="card-body">
          <h5 class="card-title">Card 3</h5>
          <p class="card-text">This card includes a badge for notifications.</p>
          <h6 class="mb-3">
            Notifications <span class="badge bg-danger">5</span>
          </h6>
          <ul class="list-group">
            <li class="list-group-item">New Comment</li>
            <li class="list-group-item">Friend Request</li>
            <li class="list-group-item">System Update</li>
          </ul>
        </div>
      </div>
    </div>
  </div>
</div>



                     
                  

Card 25

A dark-themed card with an accordion.

This is the first item's accordion body.

This is the second item's accordion body.
Card 25

A dark-themed card with an accordion.

This is the first item's accordion body.

This is the second item's accordion body.
Card 25

A dark-themed card with an accordion.

This is the first item's accordion body.

This is the second item's accordion body.

                      
                      
                      <div class="container py-5">
  <div class="row row-cols-1 row-cols-md-3 g-4">
    <div class="col">
      <div class="card h-100 text-bg-dark">
        <div class="card-body">
          <h5 class="card-title">Card 1</h5>
          <p class="card-text">A dark-themed card with an accordion.</p>
          <div class="accordion" id="accordion1">
            <div class="accordion-item">
              <h2 class="accordion-header" id="headingOne1">
                <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne1" aria-expanded="true" aria-controls="collapseOne1">
                  Accordion Item #1
                </button>
              </h2>
              <div id="collapseOne1" class="accordion-collapse collapse show" aria-labelledby="headingOne1" data-bs-parent="#accordion1">
                <div class="accordion-body">
                  This is the first item's accordion body.
                </div>
              </div>
            </div>
            <div class="accordion-item">
              <h2 class="accordion-header" id="headingTwo1">
                <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo1" aria-expanded="false" aria-controls="collapseTwo1">
                  Accordion Item #2
                </button>
              </h2>
              <div id="collapseTwo1" class="accordion-collapse collapse" aria-labelledby="headingTwo1" data-bs-parent="#accordion1">
                <div class="accordion-body">
                  This is the second item's accordion body.
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="col">
      <div class="card h-100 text-bg-dark">
        <div class="card-body">
          <h5 class="card-title">Card 2</h5>
          <p class="card-text">A dark-themed card with an accordion.</p>
          <div class="accordion" id="accordion2">
            <div class="accordion-item">
              <h2 class="accordion-header" id="headingOne2">
                <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne2" aria-expanded="true" aria-controls="collapseOne2">
                  Accordion Item #1
                </button>
              </h2>
              <div id="collapseOne2" class="accordion-collapse collapse show" aria-labelledby="headingOne2" data-bs-parent="#accordion2">
                <div class="accordion-body">
                  This is the first item's accordion body.
                </div>
              </div>
            </div>
            <div class="accordion-item">
              <h2 class="accordion-header" id="headingTwo2">
                <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo2" aria-expanded="false" aria-controls="collapseTwo2">
                  Accordion Item #2
                </button>
              </h2>
              <div id="collapseTwo2" class="accordion-collapse collapse" aria-labelledby="headingTwo2" data-bs-parent="#accordion2">
                <div class="accordion-body">
                  This is the second item's accordion body.
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="col">
      <div class="card h-100 text-bg-dark">
        <div class="card-body">
          <h5 class="card-title">Card 3</h5>
          <p class="card-text">A dark-themed card with an accordion.</p>
          <div class="accordion" id="accordion3">
            <div class="accordion-item">
              <h2 class="accordion-header" id="headingOne3">
                <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne3" aria-expanded="true" aria-controls="collapseOne3">
                  Accordion Item #1
                </button>
              </h2>
              <div id="collapseOne3" class="accordion-collapse collapse show" aria-labelledby="headingOne3" data-bs-parent="#accordion3">
                <div class="accordion-body">
                  This is the first item's accordion body.
                </div>
              </div>
            </div>
            <div class="accordion-item">
              <h2 class="accordion-header" id="headingTwo3">
                <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo3" aria-expanded="false" aria-controls="collapseTwo3">
                  Accordion Item #2
                </button>
              </h2>
              <div id="collapseTwo3" class="accordion-collapse collapse" aria-labelledby="headingTwo3" data-bs-parent="#accordion3">
                <div class="accordion-body">
                  This is the second item's accordion body.
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>



                     
                  

Card 7

This card uses a table to organize information.

Feature Details
Speed Fast
Reliability High
Card 7

This card uses a table to organize information.

Feature Details
Speed Fast
Reliability High
Card 7

This card uses a table to organize information.

Feature Details
Speed Fast
Reliability High

                      
                      
                      <div class="col">
  <div class="card h-100 bg-light">
    <div class="card-body">
      <h5 class="card-title">Card 7</h5>
      <p class="card-text">This card uses a table to organize information.</p>
      <table class="table table-bordered">
        <thead>
          <tr>
            <th scope="col">Feature</th>
            <th scope="col">Details</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>Speed</td>
            <td>Fast</td>
          </tr>
          <tr>
            <td>Reliability</td>
            <td>High</td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
</div>
<div class="col">
  <div class="card h-100 bg-light">
    <div class="card-body">
      <h5 class="card-title">Card 7</h5>
      <p class="card-text">This card uses a table to organize information.</p>
      <table class="table table-bordered">
        <thead>
          <tr>
            <th scope="col">Feature</th>
            <th scope="col">Details</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>Speed</td>
            <td>Fast</td>
          </tr>
          <tr>
            <td>Reliability</td>
            <td>High</td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
</div>
<div class="col">
  <div class="card h-100 bg-light">
    <div class="card-body">
      <h5 class="card-title">Card 7</h5>
      <p class="card-text">This card uses a table to organize information.</p>
      <table class="table table-bordered">
        <thead>
          <tr>
            <th scope="col">Feature</th>
            <th scope="col">Details</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>Speed</td>
            <td>Fast</td>
          </tr>
          <tr>
            <td>Reliability</td>
            <td>High</td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
</div>



                     
                  

Card Header
Card 8

This card uses a header and footer to frame its content.

Footer Text
Card Header
Card 8

This card uses a header and footer to frame its content.

Footer Text
Card Header
Card 8

This card uses a header and footer to frame its content.

Footer Text

                      
                      
                      <div class="col">
  <div class="card h-100">
    <div class="card-header text-bg-primary text-center">
      Card Header
    </div>
    <div class="card-body">
      <h5 class="card-title">Card 8</h5>
      <p class="card-text">This card uses a header and footer to frame its content.</p>
    </div>
    <div class="card-footer text-muted text-center">
      Footer Text
    </div>
  </div>
</div>
<div class="col">
  <div class="card h-100">
    <div class="card-header text-bg-primary text-center">
      Card Header
    </div>
    <div class="card-body">
      <h5 class="card-title">Card 8</h5>
      <p class="card-text">This card uses a header and footer to frame its content.</p>
    </div>
    <div class="card-footer text-muted text-center">
      Footer Text
    </div>
  </div>
</div>
<div class="col">
  <div class="card h-100">
    <div class="card-header text-bg-primary text-center">
      Card Header
    </div>
    <div class="card-body">
      <h5 class="card-title">Card 8</h5>
      <p class="card-text">This card uses a header and footer to frame its content.</p>
    </div>
    <div class="card-footer text-muted text-center">
      Footer Text
    </div>
  </div>
</div>



                     
                  

Our Team

Discover the amazing individuals behind our success, working together to make a difference.

team member
John Doe

UI Developer

Creating seamless user experiences and innovative interfaces with a touch of creativity.

team member
Jane Smith

Graphic Designer

Crafting stunning visual designs that inspire and captivate audiences worldwide.

team member
Emily Brown

Software Engineer

Developing robust and scalable solutions to power innovative technologies.


                      
                      
                      <section class="bg-light py-5">
  <div class="container">
    <div class="text-center mb-5">
      <h1 class="display-6 fw-bold text-dark text-uppercase mb-4">Our Team</h1>
      <p class="lead text-muted">Discover the amazing individuals behind our success, working together to make a difference.</p>
    </div>
    <div class="row g-4">
      <div class="col-lg-4">
        <div class="d-flex align-items-center">
          <img src="https://dummyimage.com/200x200" alt="team member" class="rounded-circle me-4" width="100" height="100">
          <div>
            <h5 class="fw-bold text-dark">John Doe</h5>
            <p class="text-muted mb-1">UI Developer</p>
            <p class="text-muted small">Creating seamless user experiences and innovative interfaces with a touch of creativity.</p>
            <div class="d-flex">
              <a href="#" class="text-muted me-3"><i class="bi bi-facebook"></i></a>
              <a href="#" class="text-muted me-3"><i class="bi bi-twitter"></i></a>
              <a href="#" class="text-muted"><i class="bi bi-linkedin"></i></a>
            </div>
          </div>
        </div>
      </div>
      <div class="col-lg-4">
        <div class="d-flex align-items-center">
          <img src="https://dummyimage.com/201x201" alt="team member" class="rounded-circle me-4" width="100" height="100">
          <div>
            <h5 class="fw-bold text-dark">Jane Smith</h5>
            <p class="text-muted mb-1">Graphic Designer</p>
            <p class="text-muted small">Crafting stunning visual designs that inspire and captivate audiences worldwide.</p>
            <div class="d-flex">
              <a href="#" class="text-muted me-3"><i class="bi bi-facebook"></i></a>
              <a href="#" class="text-muted me-3"><i class="bi bi-twitter"></i></a>
              <a href="#" class="text-muted"><i class="bi bi-linkedin"></i></a>
            </div>
          </div>
        </div>
      </div>
      <div class="col-lg-4">
        <div class="d-flex align-items-center">
          <img src="https://dummyimage.com/204x204" alt="team member" class="rounded-circle me-4" width="100" height="100">
          <div>
            <h5 class="fw-bold text-dark">Emily Brown</h5>
            <p class="text-muted mb-1">Software Engineer</p>
            <p class="text-muted small">Developing robust and scalable solutions to power innovative technologies.</p>
            <div class="d-flex">
              <a href="#" class="text-muted me-3"><i class="bi bi-facebook"></i></a>
              <a href="#" class="text-muted me-3"><i class="bi bi-twitter"></i></a>
              <a href="#" class="text-muted"><i class="bi bi-linkedin"></i></a>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</section>



                     
                  

NOBALISH

We provide the best services for your business growth. Let us help you reach new heights.

Image

                      
                      

                      <div class="container-fluid w-100">
  <div class="row align-items-center">
    <div class="col-md-6">
      <h2 class="display-4 mb-4">NOBALISH</h2>
      <p class="lead text-muted">We provide the best services for your business growth. Let us help you reach new heights.</p>
    </div>
    <div class="col-md-6">
      <img src="https://dummyimage.com/722x402" class="img-fluid rounded" alt="Image">
    </div>
  </div>
</div>


                     
                  

Innovative Solutions

Discover cutting-edge solutions for your business challenges. Let us help you stay ahead in a competitive world.

Trusted by top companies
Image

                      
                      
                      <div class="container-fluid w-100">
  <div class="row align-items-center py-5 bg-light">
    <div class="col-md-6">
      <h3 class="display-4 text-primary mb-4">Innovative Solutions</h3>
      <p class="mb-4">Discover cutting-edge solutions for your business challenges. Let us help you stay ahead in a competitive world.</p>
      <div class="d-flex align-items-center">
        <i class="fas fa-check-circle text-success"></i>
        <span>Trusted by top companies</span>
      </div>
    </div>
    <div class="col-md-6">
      <img src="https://dummyimage.com/722x402" class="img-fluid" alt="Image">
    </div>
  </div>
</div>



                     
                  

Discover cutting-edge solutions .

Discover cutting-edge solutions for your business challenges. Let us help you stay ahead in a competitive world.

hero

                      
                      

                      <section class="py-5">
  <div class="container">
    <div class="row align-items-center">
      <div class="col-12 col-md-6 text-center text-md-start mb-4 mb-md-0">
        <h1 class="display-4 text-dark mb-4">Discover cutting-edge solutions.<br class="d-none d-lg-inline-block"></h1>
        <p class="lead text-muted mb-4">Discover cutting-edge solutions for your business challenges. Let us help you stay ahead in a competitive world.</p>
        <button class="btn btn-primary btn-lg">Button</button>
        <button class="btn btn-outline-secondary btn-lg ms-3">Button</button>
      </div>
      <div class="col-12 col-md-6">
        <img class="img-fluid rounded" alt="hero" src="https://dummyimage.com/720x600">
      </div>
    </div>
  </div>
</section>


                     
                  

Modern Features Showcase

Explore a range of cutting-edge features designed to elevate your experience.

Innovative Design
Seamless Integration
Enhanced Usability
Reliable Performance
Customizable Options
Scalable Solutions
hero

                      
                      

                      <section class="py-5">
  <div class="container">
    <div class="row align-items-center">
      <div class="col-12 col-md-6 text-center text-md-left mb-4 mb-md-0">
        <div class="py-5">
          <div class="container">
            <div class="text-center mb-5">
              <h1 class="display-4 fw-bold text-primary mb-4">Modern Features Showcase</h1>
              <p class="lead text-muted">Explore a range of cutting-edge features designed to elevate your experience.</p>
            </div>
            <div class="row gy-4">
              <div class="col-md-6">
                <div class="d-flex align-items-center bg-light p-3 rounded">
                  <i class="bi bi-check-circle-fill text-primary fs-4 me-3"></i>
                  <span class="fw-medium">Innovative Design</span>
                </div>
              </div>
              <div class="col-md-6">
                <div class="d-flex align-items-center bg-light p-3 rounded">
                  <i class="bi bi-check-circle-fill text-primary fs-4 me-3"></i>
                  <span class="fw-medium">Seamless Integration</span>
                </div>
              </div>
              <div class="col-md-6">
                <div class="d-flex align-items-center bg-light p-3 rounded">
                  <i class="bi bi-check-circle-fill text-primary fs-4 me-3"></i>
                  <span class="fw-medium">Enhanced Usability</span>
                </div>
              </div>
              <div class="col-md-6">
                <div class="d-flex align-items-center bg-light p-3 rounded">
                  <i class="bi bi-check-circle-fill text-primary fs-4 me-3"></i>
                  <span class="fw-medium">Reliable Performance</span>
                </div>
              </div>
              <div class="col-md-6">
                <div class="d-flex align-items-center bg-light p-3 rounded">
                  <i class="bi bi-check-circle-fill text-primary fs-4 me-3"></i>
                  <span class="fw-medium">Customizable Options</span>
                </div>
              </div>
              <div class="col-md-6">
                <div class="d-flex align-items-center bg-light p-3 rounded">
                  <i class="bi bi-check-circle-fill text-primary fs-4 me-3"></i>
                  <span class="fw-medium">Scalable Solutions</span>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="col-12 col-md-6">
        <img class="img-fluid rounded" alt="hero" src="https://dummyimage.com/720x600">
      </div>
    </div>
  </div>
</section>


                     
                  

Innovative Tech Solutions

Providing cutting-edge solutions to everyday challenges through technology and design.

100

text 1

200

text 2

300

text 3

400

text 4

500

text 5

600

text 6

700

text 7

800

text 8

statistic image

                      
                      
                      <section class="text-muted">
  <div class="container py-5 d-flex flex-wrap">
    <div class="d-flex flex-wrap mb-3 mb-lg-0 col-lg-6 col-md-8 pr-lg-5">
      <div class="w-100 mb-4">
        <h1 class="h3 mb-2 text-dark">Innovative Tech Solutions</h1>
        <p class="lead">Providing cutting-edge solutions to everyday challenges through technology and design.</p>
      </div>
      
      <div class="col-6 col-sm-4 col-lg-3 mb-4">
        <h2 class="h4 text-dark">100</h2>
        <p>text 1</p>
      </div>
      <div class="col-6 col-sm-4 col-lg-3 mb-4">
        <h2 class="h4 text-dark">200</h2>
        <p>text 2</p>
      </div>
      <div class="col-6 col-sm-4 col-lg-3 mb-4">
        <h2 class="h4 text-dark">300</h2>
        <p>text 3</p>
      </div>
      <div class="col-6 col-sm-4 col-lg-3 mb-4">
        <h2 class="h4 text-dark">400</h2>
        <p>text 4</p>
      </div>
      <div class="col-6 col-sm-4 col-lg-3 mb-4">
        <h2 class="h4 text-dark">500</h2>
        <p>text 5</p>
      </div>
      <div class="col-6 col-sm-4 col-lg-3 mb-4">
        <h2 class="h4 text-dark">600</h2>
        <p>text 6</p>
      </div>
      <div class="col-6 col-sm-4 col-lg-3 mb-4">
        <h2 class="h4 text-dark">700</h2>
        <p>text 7</p>
      </div>
      <div class="col-6 col-sm-4 col-lg-3 mb-4">
        <h2 class="h4 text-dark">800</h2>
        <p>text 8</p>
      </div>
    </div>
    <div class="col-lg-6 col-sm-8 col-12 rounded-lg overflow-hidden mt-4 mt-lg-0">
      <img class="img-fluid w-100 h-auto" src="https://dummyimage.com/600x300" alt="statistic image">
    </div>
  </div>
</section>



                     
                  

Bootstrap Logo
  • Create and customize your design system
  • Leverage utilities for rapid development
  • From beginner to production-ready skills

                      
                      
                      <div class="container-fluid d-flex flex-column justify-content-center align-items-center py-6" style="background-image: url('https://picsum.photos/id/1018/1000'); background-size: cover; background-position: center;">
  <div class="card bg-white shadow-lg rounded-3 p-4" style="backdrop-filter: blur(20px);">
    <div class="card-body text-center">
      <div class="mb-4">
        <img src="https://dummyimage.com/722x402" class="img-fluid" style="max-width: 100%; max-height: 100px;" alt="Logo">
      </div>
      <div class="border-top pt-4">
        <div class="mb-4">
          <ul class="list-unstyled mb-8">
            <li class="d-flex align-items-start mb-3">
              <i class="bi bi-check-circle-fill text-primary me-2"></i>
              <span>Create and customize your design system</span>
            </li>
            <li class="d-flex align-items-start mb-3">
              <i class="bi bi-check-circle-fill text-primary me-2"></i>
              <span>Leverage utilities for rapid development</span>
            </li>
            <li class="d-flex align-items-start mb-3">
              <i class="bi bi-check-circle-fill text-primary me-2"></i>
              <span>From beginner to production-ready skills</span>
            </li>
          </ul>
        </div>
      </div>
    </div>
  </div>
</div>



                     
                  

Placeholder Logo
Need innovative design frameworks?

Discover unique tools →

Searching for cutting-edge platforms?

Explore advanced systems →

Looking for a quick-start guide?

Find comprehensive insights →

Want to elevate your expertise?

Access professional resources →

Return to Next-Gen Solutions

                      
                      
                      <div class="d-flex align-items-center justify-content-center bg-gradient" style="background: linear-gradient(to bottom right, #e0f7fa, #80deea, #26c6da);">
  <div class="w-100 mx-auto bg-white rounded shadow p-4" style="max-width: 600px;">
    <div class="text-center mb-4">
      <img src="https://dummyimage.com/722x402" class="img-fluid mb-3" alt="Placeholder Logo" />
    </div>

    <div class="mb-4">
      <h5 class="text-dark">Need innovative design frameworks?</h5>
      <p>
        <a href="/new-path/free-components" class="text-info text-decoration-none">Discover unique tools →</a>
      </p>
    </div>

    <div class="mb-4">
      <h5 class="text-dark">Searching for cutting-edge platforms?</h5>
      <p>
        <a href="/new-path/premium-themes" class="text-info text-decoration-none">Explore advanced systems →</a>
      </p>
    </div>

    <div class="mb-4">
      <h5 class="text-dark">Looking for a quick-start guide?</h5>
      <p>
        <a href="/new-path/cheatsheet" class="text-info text-decoration-none">Find comprehensive insights →</a>
      </p>
    </div>

    <div class="mb-4">
      <h5 class="text-dark">Want to elevate your expertise?</h5>
      <p>
        <a href="/new-path/docs" class="text-info text-decoration-none">Access professional resources →</a>
      </p>
    </div>

    <a href="/new-path/home" class="btn btn-info w-100 text-white">
      Return to Next-Gen Solutions
    </a>
  </div>
</div>



                     
                  

Event Starting Soon

Join us for an exciting Saturday!

Start Time: 9:00 AM

02
Day
09
Hour
00
Min
00
Second

                      
                      
                      <section class="py-8 bg-indigo-500 bg-gradient dark:bg-gray-800 md:py-16">
  <div class="container max-w-5xl px-5 mx-auto">
    <div class="d-flex flex-column align-items-center mx-n5 md:flex-row">
      <div class="w-100 px-5 mb-5 text-center md:mb-0 md:text-start">
        <h6 class="text-xs font-semibold text-indigo-800 text-uppercase md:text-base dark:text-gray-100">
          Event Starting Soon
        </h6>
        <h3 class="mx-2 text-2xl font-bold text-white font-heading md:text-4xl">
          Join us for an exciting Saturday!
        </h3>
        <h3 class="mt-4 text-lg font-bold text-white font-heading md:text-xl">
          Start Time: 9:00 AM
        </h3>
      </div>
      <div class="w-100 px-5 md:w-auto">
        <div class="d-flex justify-content-center text-center text-white">
          <div class="w-20 py-3 mx-2 border rounded-lg md:w-24 border-light bg-light-100 md:py-4">
            <div class="text-2xl font-semibold md:text-3xl">
              <span>0</span><span>2</span>
            </div>
            <div class="mt-3 text-xs text-uppercase opacity-75">
              Day
            </div>
          </div>
          <div class="w-20 py-3 mx-2 border rounded-lg md:w-24 border-light bg-light-100 md:py-4">
            <div class="text-2xl font-semibold md:text-3xl">
              <span>0</span><span>9</span>
            </div>
            <div class="mt-3 text-xs text-uppercase opacity-75">
              Hour
            </div>
          </div>
          <div class="w-20 py-3 mx-2 border rounded-lg md:w-24 border-light bg-light-100 md:py-4">
            <div class="text-2xl font-semibold md:text-3xl">
              <span>0</span><span>0</span>
            </div>
            <div class="mt-3 text-xs text-uppercase opacity-75">
              Min
            </div>
          </div>
          <div class="w-20 py-3 mx-2 border rounded-lg md:w-24 border-light bg-light-100 md:py-4">
            <div class="text-2xl font-semibold md:text-3xl">
              <span>0</span><span>0</span>
            </div>
            <div class="mt-3 text-xs text-uppercase opacity-75">
              Second
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</section>



                     
                  

Feedback Overview

Extremely Happy
Many people felt very positive about the service, with a majority expressing satisfaction.
80%
Some users were less satisfied with certain aspects of the product, especially regarding usability.
60%
There were a few complaints about delivery times and product quality, but these were in the minority.
40%

Our team is reviewing all the feedback to identify key areas for improvement. We appreciate all the insights provided and will work towards making necessary enhancements. Thank you for your input!


                      
                      
                      <section class="d-flex flex-column flex-lg-row m-4 p-2 p-md-5">
  <div class="w-100 p-2 p-md-6 bg-light rounded shadow">
    <h4 class="h4">Feedback Overview</h4>
    <div class="d-flex flex-wrap gap-4 m-2 mt-5">
      <div class="small">
        <span class="bg-success d-inline-block w-3 h-3 mr-2 align-middle"></span>
        Extremely Happy
      </div>
    </div>
    <div class="mt-5">
      <div class="d-flex flex-column flex-md-row align-items-center">
        <div class="w-100 w-md-1/3 p-3">
          Many people felt very positive about the service, with a majority expressing satisfaction.
        </div>
        <div class="d-flex w-100 w-md-2/3 min-h-[60px]">
          <span class="rounded-left p-3 text-center align-middle mr-1 bg-success w-50 text-white">80%</span>
        </div>
      </div>
      <div class="d-flex flex-column flex-md-row align-items-center mt-4">
        <div class="w-100 w-md-1/3 p-3">
          Some users were less satisfied with certain aspects of the product, especially regarding usability.
        </div>
        <div class="d-flex w-100 w-md-2/3 min-h-[60px]">
          <span class="rounded-left p-3 text-center align-middle mr-1 bg-success w-60 text-white">60%</span>
        </div>
      </div>
      <div class="d-flex flex-column flex-md-row align-items-center mt-4">
        <div class="w-100 w-md-1/3 p-3">
          There were a few complaints about delivery times and product quality, but these were in the minority.
        </div>
        <div class="d-flex w-100 w-md-2/3 min-h-[60px]">
          <span class="rounded-left p-3 text-center align-middle mr-1 bg-success w-40 text-white">40%</span>
        </div>
      </div>
    </div>
    <p class="small text-muted my-5 px-3">
      Our team is reviewing all the feedback to identify key areas for improvement. We appreciate all the insights provided and will work towards making necessary enhancements. Thank you for your input!
    </p>
  </div>
</section>



                     
                  

Recent Announcements

  1. Updated Interface Design 05 / 10 / 2023

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed laoreet libero. Integer pretium tortor ut nulla condimentum.

  2. 5,000 New Job Listings 10 / 12 / 2023

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed laoreet libero. Integer pretium tortor ut nulla condimentum.

  3. Top Companies Hiring 30 / 09 / 2023

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed laoreet libero. Integer pretium tortor ut nulla condimentum.


                      
                      
                      <h3 class="text-dark font-bold mb-12 ml-3">Recent Announcements</h3>
<ol class="list-none">
  <li class="border-l">
    <div class="flex items-start">
      <div class="bg-primary w-6 h-6 flex justify-center items-center rounded-full mr-3">
        <svg aria-hidden="true" focusable="false" data-prefix="fas" class="text-white w-3 h-3" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
          <path fill="currentColor" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"></path>
        </svg>
      </div>
      <div class="p-4 rounded shadow bg-light mb-4">
        <div class="flex justify-between mb-3">
          <a href="#" class="text-primary font-medium">Updated Interface Design</a>
          <a href="#" class="text-primary font-medium">05 / 10 / 2023</a>
        </div>
        <p class="text-dark mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed laoreet libero. Integer pretium tortor ut nulla condimentum.</p>
        <button type="button" class="btn btn-primary btn-sm">Learn More</button>
        <button type="button" class="btn btn-outline-primary btn-sm">Try Demo</button>
      </div>
    </div>
  </li>
  <li class="border-l">
    <div class="flex items-start">
      <div class="bg-success w-6 h-6 flex justify-center items-center rounded-full mr-3">
        <svg aria-hidden="true" focusable="false" data-prefix="fas" class="text-white w-3 h-3" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
        <path fill="currentColor" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"></path>
        </svg>
      </div>
      <div class="p-4 rounded shadow bg-light mb-4">
        <div class="flex justify-between mb-3">
          <a href="#" class="text-primary font-medium">5,000 New Job Listings</a>
          <a href="#" class="text-primary font-medium">10 / 12 / 2023</a>
        </div>
        <p class="text-dark mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed laoreet libero. Integer pretium tortor ut nulla condimentum.</p>
        <button type="button" class="btn btn-primary btn-sm">Explore More</button>
        <button type="button" class="btn btn-outline-primary btn-sm">View Demo</button>
      </div>
    </div>
  </li>
  <li class="border-l">
    <div class="flex items-start">
      <div class="bg-info w-6 h-6 flex justify-center items-center rounded-full mr-3">
        <svg aria-hidden="true" focusable="false" data-prefix="fas" class="text-white w-3 h-3" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
        <path fill="currentColor" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"></path>
        </svg>
      </div>
      <div class="p-4 rounded shadow bg-light mb-4">
        <div class="flex justify-between mb-3">
          <a href="#" class="text-primary font-medium">Top Companies Hiring</a>
          <a href="#" class="text-primary font-medium">30 / 09 / 2023</a>
        </div>
        <p class="text-dark mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed laoreet libero. Integer pretium tortor ut nulla condimentum.</p>
        <button type="button" class="btn btn-primary btn-sm">Learn More</button>
        <button type="button" class="btn btn-outline-primary btn-sm">See Demo</button>
      </div>
    </div>
  </li>
</ol>



                     
                  

We have solutions

Something Asked Questions

See what others often inquire about!

What is Bootstrap?
Bootstrap is a popular front-end framework that helps developers create beautiful, responsive websites quickly. It's filled with pre-styled components and tools to ease the web design process.

Can Bootstrap be used with React?
Absolutely! Bootstrap can be easily integrated with React to enhance the UI with responsive design elements and ready-to-use components.

What makes Bootstrap so popular?
Bootstrap's popularity is due to its easy-to-use grid system, reusable components, and extensive documentation. It helps developers quickly build well-structured and responsive websites.
Made with Bootstrap by Bootstrap Team.

                      
                      

                      <div class="flex items-center justify-center">
  <section class="px-5">
    <div class="mb-5 text-center">
      <h3 class="font-semibold mb-4 mt-5 text-2xl text-dark">We have solutions</h3>
      <h1 class="font-bold my-4 text-4xl text-dark">Something Asked Questions</h1>
      <p class="my-4 mx-auto text-lg text-muted">See what others often inquire about!</p>
    </div>
    <div class="row">
      <div class="col-12 col-lg-6 offset-lg-3">
        <h5 class="mt-4 mb-2 font-semibold text-dark">What is Bootstrap?</h5>
        <div class="text-muted mb-4">Bootstrap is a popular front-end framework that helps developers create beautiful, responsive websites quickly. It's filled with pre-styled components and tools to ease the web design process.</div>
        <hr class="my-5">
        <h5 class="mt-4 mb-2 font-semibold text-dark">Can Bootstrap be used with React?</h5>
        <div class="text-muted mb-4">Absolutely! Bootstrap can be easily integrated with React to enhance the UI with responsive design elements and ready-to-use components.</div>
        <hr class="my-5">
        <h5 class="mt-4 mb-2 font-semibold text-dark">What makes Bootstrap so popular?</h5>
        <div class="text-muted mb-4">Bootstrap's popularity is due to its easy-to-use grid system, reusable components, and extensive documentation. It helps developers quickly build well-structured and responsive websites.</div>
      </div>
    </div>
    <div class="w-full pt-3 px-4 mb-5 text-center">
      <div class="text-muted small">
        Made with <a class="font-semibold" href="/" target="_blank">Bootstrap</a> by <a href="#" class="font-semibold" target="_blank">Bootstrap Team</a>.
      </div>
    </div>
  </section>
</div>


                     
                  

NEW TOPIC
New Developments in the Tech World
The latest trends and innovations in the tech industry are transforming businesses.

12/30/2024 10:00 AM EDT

The tech industry has seen remarkable growth this year, with major advancements in artificial intelligence, cloud computing, and quantum technology.

Companies across the globe are investing heavily in these technologies, driving innovation and competition. Major players like Apple, Google, and Microsoft have unveiled new products aimed at revolutionizing how we work, communicate, and live.

AI applications are now widely used in healthcare, finance, and customer service. These developments promise to improve efficiency and productivity while also raising concerns about data privacy and job displacement.

Cloud services continue to expand, with many companies opting for hybrid and multi-cloud strategies to meet their needs. The shift towards remote work has accelerated the demand for scalable and secure cloud solutions.


                      
                      
                      <div class="container mx-auto px-4 py-6">
    <div class="max-w-3xl mx-auto">
        <div class="mb-3 text-sm">
            <a href="#" class="text-red-500 font-bold uppercase">NEW TOPIC</a>
        </div>
        <div class="text-4xl font-bold text-gray-800 px-4">
            New Developments in the Tech World
        </div>
        
        <div class="text-gray-500 px-4 py-2">
            The latest trends and innovations in the tech industry are transforming businesses.
        </div>
        
        <div class="text-gray-500 mx-4">
            <p class="border-b py-3">12/30/2024 10:00 AM EDT</p>
        </div>
        
        <div class="px-4 mt-8">
            <p class="my-2">The tech industry has seen remarkable growth this year, with major advancements in artificial intelligence, cloud computing, and quantum technology.</p>
            <p class="my-2">Companies across the globe are investing heavily in these technologies, driving innovation and competition. Major players like Apple, Google, and Microsoft have unveiled new products aimed at revolutionizing how we work, communicate, and live.</p>
            <p class="my-2">AI applications are now widely used in healthcare, finance, and customer service. These developments promise to improve efficiency and productivity while also raising concerns about data privacy and job displacement.</p>
            <p class="my-2">Cloud services continue to expand, with many companies opting for hybrid and multi-cloud strategies to meet their needs. The shift towards remote work has accelerated the demand for scalable and secure cloud solutions.</p>
        </div>
    </div>
</div>



                     
                  

What we do at our company:

  • 01.
    Investigation

    We analyze data and insights, and take the time to understand your business goals. We ask the right questions to learn about your objectives.

  • 02.
    Planning

    We develop strategies based on thorough research and strong planning to help you achieve success with data-driven decisions.

  • 03.
    Creative

    We design intuitive and user-friendly interfaces that look great and are easy to maintain, perfectly suited for your business needs.

  • 04.
    Building

    Our development process focuses on building solutions that not only work, but provide an excellent user experience and are simple to manage.

  • 05.
    Launching

    We make sure everything is ready to go, providing smooth deployments that ensure your product reaches the right audience effectively.

  • 06.
    Launching

    We make sure everything is ready to go, providing smooth deployments that ensure your product reaches the right audience effectively.


                      
                      
                      <div class="px-4 py-6 text-gray-500">
    <h1 class="text-4xl font-bold text-blue-600 text-center mb-8">What we do at our company:</h1>
    <ul class="flex flex-wrap justify-center gap-6">
        <li class="flex items-start">
            <div class="text-xl font-light text-teal-500 px-4">01.</div>
            <div>
                <div class="text-2xl font-bold text-gray-800">Investigation</div>
                <p class="max-w-xs py-2 text-gray-500">We analyze data and insights, and take the time to understand your business goals. We ask the right questions to learn about your objectives.</p>
            </div>
        </li>
        <li class="flex items-start">
            <div class="text-xl font-light text-teal-500 px-4">02.</div>
            <div>
                <div class="text-2xl font-bold text-gray-800">Planning</div>
                <p class="max-w-xs py-2 text-gray-500">We develop strategies based on thorough research and strong planning to help you achieve success with data-driven decisions.</p>
            </div>
        </li>
        <li class="flex items-start">
            <div class="text-xl font-light text-teal-500 px-4">03.</div>
            <div>
                <div class="text-2xl font-bold text-gray-800">Creative</div>
                <p class="max-w-xs py-2 text-gray-500">We design intuitive and user-friendly interfaces that look great and are easy to maintain, perfectly suited for your business needs.</p>
            </div>
        </li>
        <li class="flex items-start">
            <div class="text-xl font-light text-teal-500 px-4">04.</div>
            <div>
                <div class="text-2xl font-bold text-gray-800">Building</div>
                <p class="max-w-xs py-2 text-gray-500">Our development process focuses on building solutions that not only work, but provide an excellent user experience and are simple to manage.</p>
            </div>
        </li>
        <li class="flex items-start">
            <div class="text-xl font-light text-teal-500 px-4">05.</div>
            <div>
                <div class="text-2xl font-bold text-gray-800">Launching</div>
                <p class="max-w-xs py-2 text-gray-500">We make sure everything is ready to go, providing smooth deployments that ensure your product reaches the right audience effectively.</p>
            </div>
        </li>
        <li class="flex items-start">
            <div class="text-xl font-light text-teal-500 px-4">06.</div>
            <div>
                <div class="text-2xl font-bold text-gray-800">Launching</div>
                <p class="max-w-xs py-2 text-gray-500">We make sure everything is ready to go, providing smooth deployments that ensure your product reaches the right audience effectively.</p>
            </div>
        </li>
    </ul>
</div>



                     
                  

Pricing Plans

Choose the best plan for our service. Each plan has different features and benefits.

*Prices are monthly

Basic Plan

¥500/month

  • Basic Features
  • Support Included

Team Plan

¥1500/month

  • Team Features
  • 24/7 Support
  • Multiple Account Management

Pro Plan

¥3500/month

  • Advanced Features
  • Dedicated Support
  • Priority Access
  • Additional Benefits

                      
                      
                      <div class="bg-base-light px-5 py-5">
    <div class="w-full mx-auto bg-base-white px-5 py-10 text-base-dark mb-10">
        <div class="max-w-5xl mx-auto md:flex">
            <div class="md:w-1/4 md:flex md:flex-col">
                <div class="text-left w-full flex-grow md:pr-5">
                    <h1 class="text-4xl font-bold mb-5">Pricing Plans</h1>
                    <h3 class="text-md font-medium mb-5">Choose the best plan for our service. Each plan has different features and benefits.</h3>
                </div>
                <div class="w-full mb-2">
                    <p class="text-xs">*Prices are monthly</p>
                </div>
            </div>
            <div class="md:w-3/4">
                <div class="max-w-4xl mx-auto md:flex">
                    <div class="w-full md:w-1/3 md:max-w-none bg-base-white px-8 md:px-10 py-8 md:py-10 mb-3 mx-auto md:my-2 rounded-md shadow-lg shadow-base-dark md:flex md:flex-col">
                        <div class="w-full flex-grow">
                            <h2 class="text-center font-bold uppercase mb-4">Basic Plan</h2>
                            <h3 class="text-center font-bold text-4xl mb-5">¥500<span class="text-sm">/month</span></h3>
                            <ul class="text-sm mb-8">
                                <li class="leading-tight"><i class="mdi mdi-check-bold text-lg"></i> Basic Features</li>
                                <li class="leading-tight"><i class="mdi mdi-check-bold text-lg"></i> Support Included</li>
                            </ul>
                        </div>
                        <div class="w-full">
                            <button class="font-bold bg-base-dark hover:bg-base-darker text-base-white rounded-md px-10 py-2 transition-colors w-full">Buy Now</button>
                        </div>
                    </div>
                    <div class="w-full md:w-1/3 md:max-w-none bg-base-white px-8 md:px-10 py-8 md:py-10 mb-3 mx-auto md:-mx-3 md:mb-0 rounded-md shadow-lg shadow-base-dark md:relative md:z-50 md:flex md:flex-col">
                        <div class="w-full flex-grow">
                            <h2 class="text-center font-bold uppercase mb-4">Team Plan</h2>
                            <h3 class="text-center font-bold text-4xl md:text-5xl mb-5">¥1500<span class="text-sm">/month</span></h3>
                            <ul class="text-sm mb-8">
                                <li class="leading-tight"><i class="mdi mdi-check-bold text-lg"></i> Team Features</li>
                                <li class="leading-tight"><i class="mdi mdi-check-bold text-lg"></i> 24/7 Support</li>
                                <li class="leading-tight"><i class="mdi mdi-check-bold text-lg"></i> Multiple Account Management</li>
                            </ul>
                        </div>
                        <div class="w-full">
                            <button class="font-bold bg-base-dark hover:bg-base-darker text-base-white rounded-md px-10 py-2 transition-colors w-full">Buy Now</button>
                        </div>
                    </div>
                    <div class="w-full md:w-1/3 md:max-w-none bg-base-white px-8 md:px-10 py-8 md:py-10 mb-3 mx-auto md:my-2 rounded-md shadow-lg shadow-base-dark md:flex md:flex-col">
                        <div class="w-full flex-grow">
                            <h2 class="text-center font-bold uppercase mb-4">Pro Plan</h2>
                            <h3 class="text-center font-bold text-4xl mb-5">¥3500<span class="text-sm">/month</span></h3>
                            <ul class="text-sm mb-8">
                                <li class="leading-tight"><i class="mdi mdi-check-bold text-lg"></i> Advanced Features</li>
                                <li class="leading-tight"><i class="mdi mdi-check-bold text-lg"></i> Dedicated Support</li>
                                <li class="leading-tight"><i class="mdi mdi-check-bold text-lg"></i> Priority Access</li>
                                <li class="leading-tight"><i class="mdi mdi-check-bold text-lg"></i> Additional Benefits</li>
                            </ul>
                        </div>
                        <div class="w-full">
                            <button class="font-bold bg-base-dark hover:bg-base-darker text-base-white rounded-md px-10 py-2 transition-colors w-full">Buy Now</button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>



                     
                  

Nobalish
Dashboard News Plans Contact
Join Now
Innovative Design

Explore a range of cutting-edge features designed to elevate your experience.

Solutions

Providing cutting-edge solutions to everyday challenges through technology and design.

Innovative Tech

Discover the amazing individuals behind our success, working together to make a difference.

Create Account

Fill in the details below to create your account.


                      
                      
                      <div class="bg-base-white pb-12">
  <div class="container-fluid px-4">
    <div class="d-flex justify-content-between align-items-center py-4">
      <a href="/" class="d-flex align-items-center gap-2.5 text-2xl font-bold text-base-dark">
        Nobalish
      </a>
      <nav class="d-none d-lg-flex gap-12">
        <a href="#" class="text-lg font-weight-semibold text-base-muted transition duration-100 hover:text-indigo-500 active:text-indigo-700">Dashboard</a>
        <a href="#" class="d-inline-flex align-items-center gap-1 text-lg font-weight-semibold text-indigo-500">
          News
          <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-base-dark" viewBox="0 0 20 20" fill="currentColor">
            <path fill-rule="evenodd" d="M7 7l5 5-5 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
          </svg>
        </a>
        <a href="#" class="text-lg font-weight-semibold text-base-muted transition duration-100 hover:text-indigo-500 active:text-indigo-700">Plans</a>
        <a href="#" class="text-lg font-weight-semibold text-base-muted transition duration-100 hover:text-indigo-500 active:text-indigo-700">Contact</a>
      </nav>
      <div class="ml-3 d-none d-sm-flex flex-column gap-2.5 d-sm-flex-row justify-content-center">
        <a href="#" class="btn btn-indigo btn-sm text-base-white">Join Now</a>
      </div>

      <button type="button" class="d-inline-flex align-items-center gap-2 rounded-lg bg-base-light px-2.5 py-2 text-sm font-weight-semibold text-base-muted ring-indigo-300 hover:bg-gray-300 focus-visible:ring">
        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" viewBox="0 0 20 20" fill="currentColor">
          <path fill-rule="evenodd" d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h6a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z" clip-rule="evenodd" />
        </svg>
        Menu
      </button>
    </div>
    <div class="d-none d-lg-block w-full bg-base-light border rounded-lg shadow-sm">
      <div class="container-fluid d-flex max-w-screen-lg gap-8 p-8">
        <div class="row w-2/3">
          <a href="#" class="group d-flex gap-4 mb-4">
            <div class="d-flex justify-content-center align-items-center rounded-lg bg-indigo-500 text-base-white shadow-lg transition duration-100 group-hover:bg-indigo-600 group-active:bg-indigo-700" style="height: 48px; width: 48px;">
              <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 2v20m10-10H2" />
              </svg>
            </div>
            <div>
              <div class="font-weight-semibold mb-1">Innovative Design</div>
              <p class="text-sm text-base-muted">Explore a range of cutting-edge features designed to elevate your experience.</p>
            </div>
          </a>
          <a href="#" class="group d-flex gap-4 mb-4">
            <div class="d-flex justify-content-center align-items-center rounded-lg bg-indigo-500 text-base-white shadow-lg transition duration-100 group-hover:bg-indigo-600 group-active:bg-indigo-700" style="height: 48px; width: 48px;">
              <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z" />
              </svg>
            </div>
            <div>
              <div class="font-weight-semibold mb-1">Solutions</div>
              <p class="text-sm text-base-muted">Providing cutting-edge solutions to everyday challenges through technology and design.</p>
            </div>
          </a>
          <a href="#" class="group d-flex gap-4 mb-4">
            <div class="d-flex justify-content-center align-items-center rounded-lg bg-indigo-500 text-base-white shadow-lg transition duration-100 group-hover:bg-indigo-600 group-active:bg-indigo-700" style="height: 48px; width: 48px;">
              <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 15a4 4 0 004 4h9a5 5 0 10-.1-9.999 5.002 5.002 0 10-9.78 2.096A4.001 4.001 0 003 15z" />
              </svg>
            </div>
            <div>
              <div class="font-weight-semibold mb-1">Innovative Tech</div>
              <p class="text-sm text-base-muted">Discover the amazing individuals behind our success, working together to make a difference.</p>
            </div>
          </a>
          <a href="#" class="group d-flex gap-4 mb-4">
            <div class="d-flex justify-content-center align-items-center rounded-lg bg-indigo-500 text-base-white shadow-lg transition duration-100 group-hover:bg-indigo-600 group-active:bg-indigo-700" style="height: 48px; width: 48px;">
              <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
                <path d="M12 3V7H8V3H12zM3 7H7V3H3V7zM7 17H3V13H7V17zM13 7H17V3H13V7zM17 13H13V17H17V13z" />
              </svg>
            </div>
            <div>
              <div class="font-weight-semibold mb-1">Create Account</div>
              <p class="text-sm text-base-muted">Fill in the details below to create your account.</p>
            </div>
          </a>
        </div>
      </div>
    </div>
  </div>
</div>



                     
                  


                      
                      
                      <div class="d-flex align-items-center justify-content-center bg-gradient text-light" style="background: linear-gradient(135deg, #007bff, #6610f2);">
    <div class="w-full max-w-md p-4 mx-auto bg-white rounded-lg shadow-lg">
        <div class="mx-auto mb-4">
            <div class="mb-3">
                <label for="name" class="form-label">Credit Card Holder</label>
                <input type="text" class="form-control" id="name" placeholder="Full Name" />
            </div>
            <div class="mb-3">
                <label for="cardNumber" class="form-label">Credit Card Number</label>
                <input type="text" class="form-control" id="cardNumber" placeholder="1234 5678 9012 3456" maxlength="19" />
            </div>
            <div class="row">
                <div class="col-md-8 mb-3">
                    <label for="expiryDate" class="form-label">Expiration Date</label>
                    <input type="text" class="form-control" id="expiryDate" placeholder="MM/YY" maxlength="5" pattern="\d{2}/\d{2}" />
                </div>
                <div class="col-md-4 mb-3">
                    <label for="cvv" class="form-label">Security Code</label>
                    <input type="text" class="form-control" id="cvv" placeholder="123" maxlength="3" pattern="\d{3}" />
                </div>
            </div>
            <button class="btn btn-dark w-full mt-4">Complete Purchase</button>
        </div>
    </div>
</div>



                     
                  

Create Account

Fill in the details below to create your account.

Already have an account? Log In

Created using Nobalish.

                      
                      
                      <div class="d-flex align-items-center justify-content-center min-vh-100">
  <div class="card shadow-lg rounded-lg p-6 bg-white">
    <h4 class="text-3xl font-bold text-primary">Create Account</h4>
    <p class="mt-2 text-lg text-gray-600">Fill in the details below to create your account.</p>
    <form class="mt-4">
      <div class="mb-4">
        <label for="username" class="form-label">Username</label>
        <input type="text" class="form-control" id="username" placeholder="Choose a username" />
      </div>
      <div class="mb-4">
        <label for="useremail" class="form-label">Email Address</label>
        <input type="email" class="form-control" id="useremail" placeholder="Enter your email address" />
      </div>
      <div class="mb-4">
        <label for="userpassword" class="form-label">Password</label>
        <input type="password" class="form-control" id="userpassword" placeholder="Set your password" />
      </div>
      <div class="form-check mb-4">
        <input type="checkbox" class="form-check-input" id="acceptTerms" />
        <label class="form-check-label" for="acceptTerms">
          I agree to the <a href="#" class="text-info">Privacy Policy</a> and <a href="#" class="text-info">Terms of Service</a>.
        </label>
      </div>
      <button type="submit" class="btn btn-indigo w-full mt-4">Sign Up</button>
      <p class="mt-4 text-center text-gray-500">
        Already have an account? <a href="#" class="text-indigo-500">Log In</a>
      </p>
    </form>
    <div class="pt-4 text-center text-sm text-gray-500">
      Created using <a class="text-gray-600" href="#" target="_blank">Nobalish</a>.
    </div>
  </div>
</div>



                     
                  


                      
                      
                      <div class="bg-gray-100 py-5 px-3 min-w-full">
  <div class="bg-white p-5 mx-auto shadow-md rounded-lg w-max">
    <form action="">
      <div class="mb-4 flex items-center">
        <label for="number" class="mr-4 text-right font-semibold text-gray-600" style="width: 120px;">Contact Number</label>
        <input type="number" id="number" name="number" placeholder="Enter your number" class="form-input rounded-md px-4 py-2 border border-gray-300 w-full" />
      </div>
      <div class="mb-4 flex items-center">
        <label for="range" class="mr-4 text-right font-semibold text-gray-600" style="width: 120px;">Experience Level</label>
        <input type="range" id="range" name="range" class="form-input rounded-md px-4 py-2 border border-gray-300 w-full" />
      </div>
      <div class="mb-4 flex items-center">
        <label for="file" class="mr-4 text-right font-semibold text-gray-600" style="width: 120px;">Upload File</label>
        <input type="file" id="file" name="file" class="form-input rounded-md px-4 py-2 border border-gray-300 w-full" />
      </div>
      <div class="mb-4 flex items-center">
        <label for="date" class="mr-4 text-right font-semibold text-gray-600" style="width: 120px;">Event Date</label>
        <input type="date" id="date" name="date" class="form-input rounded-md px-4 py-2 border border-gray-300 w-full" />
      </div>
      <div class="mb-4 flex items-center">
        <label for="month" class="mr-4 text-right font-semibold text-gray-600" style="width: 120px;">Start Month</label>
        <input type="month" id="month" name="month" class="form-input rounded-md px-4 py-2 border border-gray-300 w-full" />
      </div>
      <div class="mb-4 flex items-center">
        <label for="time" class="mr-4 text-right font-semibold text-gray-600" style="width: 120px;">Preferred Time</label>
        <input type="time" id="time" name="time" class="form-input rounded-md px-4 py-2 border border-gray-300 w-full" />
      </div>
      <div class="mb-4 flex items-center">
        <label for="password" class="mr-4 text-right font-semibold text-gray-600" style="width: 120px;">Password</label>
        <input type="password" id="password" name="password" placeholder="Create a password" class="form-input rounded-md px-4 py-2 border border-gray-300 w-full" />
      </div>
      <div class="text-right">
        <button type="submit" class="bg-green-600 text-white py-2 px-6 rounded-md hover:bg-green-700">Submit</button>
      </div>
    </form>
  </div>
</div>



                     
                  

Let's Connect

Welcome to our contact page. Feel free to share your thoughts or ask questions, and we'll get back to you as soon as possible.

*Required fields

By submitting, you agree to our Terms and Conditions.


                      
                      
                      <div class="bg-gray-100 py-6 sm:py-8 lg:py-12">
  <div class="container-xl px-4 md:px-8">
    <div class="mb-10 md:mb-16">
      <h2 class="mb-4 text-center text-2xl font-bold text-gray-900 md:mb-6 lg:text-3xl">Let's Connect</h2>
      <p class="mx-auto max-w-screen-md text-center text-gray-600 md:text-lg">Welcome to our contact page. Feel free to share your thoughts or ask questions, and we'll get back to you as soon as possible.</p>
    </div>
    <form class="mx-auto grid grid-cols-1 gap-4 max-w-screen-md">
      <div class="col-span-1 md:col-span-1">
        <label for="first-name" class="mb-2 block text-sm text-gray-800">Name of the Explorer*</label>
        <input name="first-name" class="form-input px-4 py-2 border border-gray-300 rounded-md w-full" id="first-name" placeholder="Your full name" required />
      </div>
      <div class="col-span-1 md:col-span-1">
        <label for="last-name" class="mb-2 block text-sm text-gray-800">Family Name*</label>
        <input name="last-name" class="form-input px-4 py-2 border border-gray-300 rounded-md w-full" id="last-name" placeholder="Your surname" required />
      </div>
      <div class="col-span-1">
        <label for="company" class="mb-2 block text-sm text-gray-800">Organization Name</label>
        <input name="company" class="form-input px-4 py-2 border border-gray-300 rounded-md w-full" id="company" placeholder="Enter your organization" />
      </div>
      <div class="col-span-1">
        <label for="email" class="mb-2 block text-sm text-gray-800">Your Email Address*</label>
        <input name="email" class="form-input px-4 py-2 border border-gray-300 rounded-md w-full" id="email" placeholder="email@example.com" required />
      </div>
      <div class="col-span-1">
        <label for="subject" class="mb-2 block text-sm text-gray-800">Topic of Discussion*</label>
        <input name="subject" class="form-input px-4 py-2 border border-gray-300 rounded-md w-full" id="subject" placeholder="Subject of your message" required />
      </div>
      <div class="col-span-1">
        <label for="message" class="mb-2 block text-sm text-gray-800">Your Thoughts*</label>
        <textarea name="message" class="form-input px-4 py-2 border border-gray-300 rounded-md w-full" id="message" rows="6" placeholder="Write your message here" required></textarea>
      </div>
      <div class="col-span-1 flex justify-between items-center">
        <button class="bg-green-600 text-white px-8 py-3 text-sm font-semibold rounded-md hover:bg-green-700" type="submit">Send Your Message</button>
        <span class="text-sm text-gray-500">*Required fields</span>
      </div>
      <p class="text-xs text-gray-500">By submitting, you agree to our <a href="#" class="underline text-blue-600">Terms and Conditions</a>.</p>
    </form>
  </div>
</div>



                     
                  


                      
                      
                      <form>
  <div class="row g-4 mb-6">
    <div class="col-md-6">
      <label for="product_name" class="form-label">Product Name</label>
      <input type="text" id="product_name" class="form-control" placeholder="Gadget X100" required>
    </div>
    <div class="col-md-6">
      <label for="brand_name" class="form-label">Brand Name</label>
      <input type="text" id="brand_name" class="form-control" placeholder="TechNova" required>
    </div>
    <div class="col-md-6">
      <label for="price" class="form-label">Price</label>
      <input type="text" id="price" class="form-control" placeholder="$499.99" required>
    </div>
    <div class="col-md-6">
      <label for="availability" class="form-label">Availability</label>
      <input type="text" id="availability" class="form-control" placeholder="In Stock" required>
    </div>
    <div class="col-md-6">
      <label for="category" class="form-label">Category</label>
      <input type="text" id="category" class="form-control" placeholder="Electronics" required>
    </div>
    <div class="col-md-6">
      <label for="rating" class="form-label">Customer Rating</label>
      <input type="number" id="rating" class="form-control" placeholder="4.5" required>
    </div>
  </div>
  <div class="mb-6">
    <label for="manufacturer_email" class="form-label">Manufacturer Email</label>
    <input type="email" id="manufacturer_email" class="form-control" placeholder="support@technova.com" required>
  </div>
  <div class="mb-6">
    <label for="warranty_period" class="form-label">Warranty Period</label>
    <input type="text" id="warranty_period" class="form-control" placeholder="2 years" required>
  </div>
  <div class="mb-6 form-check">
    <input id="accept_terms" type="checkbox" value="" class="form-check-input" required>
    <label for="accept_terms" class="form-check-label">I agree to the <a href="#" class="text-primary">terms and conditions</a>.</label>
  </div>
  <button type="submit" class="btn btn-primary w-100">Add Product</button>
</form>



                     
                  

Contact Information

Location Address 123 Tech Street, Silicon Valley, CA, USA

Phone Number +1 (800) 123 4567

Email Address contact@company.com

Web Address www.companywebsite.com

Contact Us

The Connections section allows you to manage your connections and communication with others.


                      
                      

                      <div class="container py-6">
  <div class="row justify-content-center">
    <div class="col-lg-6 col-md-8 col-12 bg-white p-4 rounded">
      <div class="row h-100">
        <div class="col-lg-4 col-md-5 col-12 bg-primary p-4 text-white">
          <h2 class="font-weight-bold mb-4">Contact Information</h2>
          <p class="font-weight-bold mb-3">
            Location Address
            <span class="d-block text-light">123 Tech Street, Silicon Valley, CA, USA</span>
          </p>
          <p class="font-weight-bold mb-3">
            Phone Number
            <span class="d-block text-light">+1 (800) 123 4567</span>
          </p>
          <p class="font-weight-bold mb-3">
            Email Address
            <span class="d-block text-light">contact@company.com</span>
          </p>
          <p class="font-weight-bold mb-3">
            Web Address
            <span class="d-block text-light">www.companywebsite.com</span>
          </p>
        </div>
        <div class="col-lg-8 col-md-7 col-12 bg-light p-4">
          <h2 class="font-weight-bold mb-4 text-primary">Contact Us</h2>
          <form>
            <div class="row mb-4">
              <div class="col-sm-6">
                <input type="text" class="form-control rounded-pill" placeholder="Full Name" />
              </div>
              <div class="col-sm-6">
                <input type="email" class="form-control rounded-pill" placeholder="Your Email" />
              </div>
            </div>
            <div class="row mb-4">
              <div class="col-sm-6">
                <input type="tel" class="form-control rounded-pill" placeholder="Your Phone Number" />
              </div>
              <div class="col-sm-6">
                <input type="text" class="form-control rounded-pill" placeholder="Message Subject" />
              </div>
            </div>
            <div class="mb-4">
              <textarea class="form-control rounded-3" placeholder="Your Inquiry" rows="6"></textarea>
            </div>
            <div class="text-center">
              <button type="submit" class="btn btn-primary btn-lg px-5 py-3 rounded-pill">Submit</button>
            </div>
          </form>
        </div>
      </div>
    </div>
  </div>
</div>
<p class="text-muted">The Connections section allows you to manage your connections and communication with others.</p>



                     
                  

Get Started with Amazing Projects

Join thousands of businesses growing with our powerful solutions.

Services
  • Overview
  • Support
  • Features
  • Pricing
  • Blog
  • Updates
About Us
  • Our Team
  • Careers
  • News
  • Partnerships
  • Contact
Resources
  • FAQ
  • Documentation
  • Support Center
  • Community
Legal
  • Privacy Policy
  • Terms of Use
  • Cookies Policy
Social
  • Twitter
  • Facebook
  • LinkedIn
  • Instagram
Quick Links
  • Blog
  • Events
  • Help Center
  • Newsletter

© 2023 Your Company. All Rights Reserved.

                      
                      
                      <div class="bg-light text-center text-lg-start">
  <div class="container py-5">
    <div class="row">
      <div class="col-12 mb-4">
        <h2 class="font-weight-bold text-primary">Get Started with Amazing Projects</h2>
        <p class="text-muted">Join thousands of businesses growing with our powerful solutions.</p>
      </div>
    </div>
    <div class="row text-left">
      <div class="col-md-2">
        <h5 class="font-weight-bold text-primary">Services</h5>
        <ul class="list-unstyled">
          <li><a href="#" class="text-secondary">Overview</a></li>
          <li><a href="#" class="text-secondary">Support</a></li>
          <li><a href="#" class="text-secondary">Features</a></li>
          <li><a href="#" class="text-secondary">Pricing</a></li>
          <li><a href="#" class="text-secondary">Blog</a></li>
          <li><a href="#" class="text-secondary">Updates</a></li>
        </ul>
      </div>
      <div class="col-md-2">
        <h5 class="font-weight-bold text-primary">About Us</h5>
        <ul class="list-unstyled">
          <li><a href="#" class="text-secondary">Our Team</a></li>
          <li><a href="#" class="text-secondary">Careers</a></li>
          <li><a href="#" class="text-secondary">News</a></li>
          <li><a href="#" class="text-secondary">Partnerships</a></li>
          <li><a href="#" class="text-secondary">Contact</a></li>
        </ul>
      </div>
      <div class="col-md-2">
        <h5 class="font-weight-bold text-primary">Resources</h5>
        <ul class="list-unstyled">
          <li><a href="#" class="text-secondary">FAQ</a></li>
          <li><a href="#" class="text-secondary">Documentation</a></li>
          <li><a href="#" class="text-secondary">Support Center</a></li>
          <li><a href="#" class="text-secondary">Community</a></li>
        </ul>
      </div>
      <div class="col-md-2">
        <h5 class="font-weight-bold text-primary">Legal</h5>
        <ul class="list-unstyled">
          <li><a href="#" class="text-secondary">Privacy Policy</a></li>
          <li><a href="#" class="text-secondary">Terms of Use</a></li>
          <li><a href="#" class="text-secondary">Cookies Policy</a></li>
        </ul>
      </div>
      <div class="col-md-2">
        <h5 class="font-weight-bold text-primary">Social</h5>
        <ul class="list-unstyled">
          <li><a href="#" class="text-secondary">Twitter</a></li>
          <li><a href="#" class="text-secondary">Facebook</a></li>
          <li><a href="#" class="text-secondary">LinkedIn</a></li>
          <li><a href="#" class="text-secondary">Instagram</a></li>
        </ul>
      </div>
      <div class="col-md-2">
        <h5 class="font-weight-bold text-primary">Quick Links</h5>
        <ul class="list-unstyled">
          <li><a href="#" class="text-secondary">Blog</a></li>
          <li><a href="#" class="text-secondary">Events</a></li>
          <li><a href="#" class="text-secondary">Help Center</a></li>
          <li><a href="#" class="text-secondary">Newsletter</a></li>
        </ul>
      </div>
    </div>
    <hr class="my-4">
    <div class="d-flex justify-content-between align-items-center">
      <div class="text-muted">
        <small>© 2023 Your Company. All Rights Reserved.</small>
      </div>
    </div>
  </div>
</div>


                    
                     
                  

My Website
  • Home
  • Terms of Service
  • Support
  • Feedback

© 2022 My Website™. All Rights Reserved.

This footer component is part of a larger, open-source library of Bootstrap components. Learn more by going to the official My Website Documentation.


                      
                      

                      <div class="container py-6">
  <div class="bg-light p-6 rounded-lg shadow-sm">
    <div class="d-flex justify-content-between align-items-center mb-6">
      <a href="#" target="_blank" class="d-flex align-items-center mb-4 mb-sm-0">
        <span class="h4 font-weight-bold text-dark">My Website</span>
      </a>
      <ul class="d-flex flex-wrap mb-0">
        <li>
          <a href="#" class="mr-4 text-sm text-muted hover:underline">Home</a>
        </li>
        <li>
          <a href="#" class="mr-4 text-sm text-muted hover:underline">Terms of Service</a>
        </li>
        <li>
          <a href="#" class="mr-4 text-sm text-muted hover:underline">Support</a>
        </li>
        <li>
          <a href="#" class="text-sm text-muted hover:underline">Feedback</a>
        </li>
      </ul>
    </div>
    <hr class="my-4 border-gray-200" />
    <span class="block text-sm text-muted text-center">© 2022 <a href="#" target="_blank" class="hover:underline">My Website™</a>. All Rights Reserved.</span>
  </div>
  <p class="mt-4 text-center">This footer component is part of a larger, open-source library of Bootstrap components. Learn more by going to the official <a class="text-primary hover:underline" href="#" target="_blank">My Website Documentation</a>.</p>
</div>


                     
                  

Company Partners Careers Newsroom Updates
© 2021 - Present CompanyX. All rights reserved.

                      
                      
                      <div class="container mx-auto px-4 py-8">
  <div class="d-flex flex-column align-items-center border-top pt-6">
    <nav class="mb-4 d-flex flex-wrap justify-content-center gap-3">
      <a href="#" class="text-secondary transition duration-100 hover:text-primary active:text-dark">Company</a>
      <a href="#" class="text-secondary transition duration-100 hover:text-primary active:text-dark">Partners</a>
      <a href="#" class="text-secondary transition duration-100 hover:text-primary active:text-dark">Careers</a>
      <a href="#" class="text-secondary transition duration-100 hover:text-primary active:text-dark">Newsroom</a>
      <a href="#" class="text-secondary transition duration-100 hover:text-primary active:text-dark">Updates</a>
    </nav>
    <div class="d-flex gap-3">
      <a href="#" target="_blank" class="text-muted transition duration-100 hover:text-dark active:text-secondary">
        <svg class="h-5 w-5" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
          <path d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.03 20 4 16.97 4 12C4 7.03 7.03 4 12 4C16.97 4 20 7.03 20 12C20 16.97 16.97 20 12 20ZM12 5C10.9 5 10 5.9 10 7C10 8.1 10.9 9 12 9C13.1 9 14 8.1 14 7C14 5.9 13.1 5 12 5ZM12 15C10.9 15 10 15.9 10 17C10 18.1 10.9 19 12 19C13.1 19 14 18.1 14 17C14 15.9 13.1 15 12 15Z" />
        </svg>
      </a>
      <a href="#" target="_blank" class="text-muted transition duration-100 hover:text-dark active:text-secondary">
        <svg class="h-5 w-5" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
          <path d="M20 2H4C2.89 2 2 2.89 2 4V20C2 21.1 2.89 22 4 22H20C21.1 22 22 21.1 22 20V4C22 2.89 21.1 2 20 2ZM10 18V6H14V18H10ZM12 5C13.1 5 14 5.9 14 7C14 8.1 13.1 9 12 9C10.9 9 10 8.1 10 7C10 5.9 10.9 5 12 5ZM16 18H8V6H16V18Z" />
        </svg>
      </a>
      <a href="#" target="_blank" class="text-muted transition duration-100 hover:text-dark active:text-secondary">
        <svg class="h-5 w-5" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
          <path d="M21 7H17.6L14 2H10L6.4 7H3C2.45 7 2 7.45 2 8V20C2 20.55 2.45 21 3 21H21C21.55 21 22 20.55 22 20V8C22 7.45 21.55 7 21 7ZM10 4H14L16.6 7H7.4L10 4ZM20 18H4V9H20V18Z" />
        </svg>
      </a>
      <a href="#" target="_blank" class="text-muted transition duration-100 hover:text-dark active:text-secondary">
        <svg class="h-5 w-5" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
          <path d="M12 0C5.373 0 0 5.373 0 12C0 18.627 5.373 24 12 24C18.627 24 24 18.627 24 12C24 5.373 18.627 0 12 0ZM12 20C7.03 20 4 16.97 4 12C4 7.03 7.03 4 12 4C16.97 4 20 7.03 20 12C20 16.97 16.97 20 12 20ZM12 5C10.9 5 10 5.9 10 7C10 8.1 10.9 9 12 9C13.1 9 14 8.1 14 7C14 5.9 13.1 5 12 5ZM12 15C10.9 15 10 15.9 10 17C10 18.1 10.9 19 12 19C13.1 19 14 18.1 14 17C14 15.9 13.1 15 12 15Z" />
        </svg>
      </a>
    </div>
  </div>
  <div class="py-8 text-center text-sm text-muted">© 2021 - Present CompanyX. All rights reserved.</div>
</div>



                     
                  


                      
                      
                      <div class="container py-5">
  <div class="row row-cols-1 row-cols-sm-2 row-cols-md-4 g-4">
    <div class="col">
      <button class="btn btn-primary w-100">Primary Button</button>
    </div>
    <div class="col">
      <button class="btn btn-outline-secondary w-100">Outline Button</button>
    </div>
    <div class="col">
      <button class="btn btn-success w-100">
        <i class="bi bi-check-circle me-2"></i> Success Button
      </button>
    </div>
    <div class="col">
      <button class="btn btn-warning w-100" data-bs-toggle="tooltip" data-bs-placement="top" title="This is a tooltip!">
        Warning Button
      </button>
    </div>
    <div class="col">
      <button class="btn btn-danger w-100">
        Delete <span class="badge bg-light text-dark ms-2">5</span>
      </button>
    </div>
    <div class="col">
      <button class="btn btn-info w-100">Info Button</button>
    </div>
    <div class="col">
      <button class="btn btn-dark w-100">Dark Button</button>
    </div>
    <div class="col">
      <button class="btn btn-light w-100">Light Button</button>
    </div>
  </div>
</div>



                    
                  


                      
                      
                      <div class="container py-5">
  <div class="row row-cols-1 row-cols-sm-2 row-cols-md-4 g-4">
    <div class="col">
      <button class="btn w-100 text-white border-0 rounded-3 py-3 px-4 bg-gradient-to-r from-pink-500 to-black text-lg font-semibold uppercase transform transition-all duration-300 ease-in-out hover:scale-110 hover:shadow-lg">
        Gradient Button
      </button>
    </div>
    <div class="col">
      <button class="btn w-100 text-white border-0 rounded-3 py-3 px-4 bg-gradient-to-r from-green-400 to-black text-lg font-semibold uppercase transform transition-all duration-300 ease-in-out hover:scale-110 hover:shadow-lg">
        Gradient Button
      </button>
    </div>
    <div class="col">
      <button class="btn w-100 text-white border-0 rounded-3 py-3 px-4 bg-gradient-to-r from-teal-200 to-black text-lg font-semibold uppercase transform transition-all duration-300 ease-in-out hover:scale-110 hover:shadow-lg">
        Gradient Button
      </button>
    </div>
    <div class="col">
      <button class="btn w-100 text-white border-0 rounded-3 py-3 px-4 bg-gradient-to-r from-gray-300 to-black text-lg font-semibold uppercase transform transition-all duration-300 ease-in-out hover:scale-110 hover:shadow-lg">
        Gradient Button
      </button>
    </div>
    <div class="col">
      <button class="btn w-100 text-white border-0 rounded-3 py-3 px-4 bg-gradient-to-r from-indigo-600 to-black text-lg font-semibold uppercase transform transition-all duration-300 ease-in-out hover:scale-110 hover:shadow-lg">
        Gradient Button
      </button>
    </div>
    <div class="col">
      <button class="btn w-100 text-white border-0 rounded-3 py-3 px-4 bg-gradient-to-r from-purple-500 to-black text-lg font-semibold uppercase transform transition-all duration-300 ease-in-out hover:scale-110 hover:shadow-lg">
        Gradient Button
      </button>
    </div>
    <div class="col">
      <button class="btn w-100 text-white border-0 rounded-3 py-3 px-4 bg-gradient-to-r from-pink-600 to-black text-lg font-semibold uppercase transform transition-all duration-300 ease-in-out hover:scale-110 hover:shadow-lg">
        Gradient Button
      </button>
    </div>
    <div class="col">
      <button class="btn w-100 text-white border-0 rounded-3 py-3 px-4 bg-gradient-to-r from-yellow-300 to-black text-lg font-semibold uppercase transform transition-all duration-300 ease-in-out hover:scale-110 hover:shadow-lg">
        Gradient Button
      </button>
    </div>
  </div>
</div>



                    
                  


                      
                      
                      <div class="container py-5">
  <div class="row row-cols-1 row-cols-sm-2 row-cols-md-4 g-4">
    <div class="col">
      <button class="btn w-100 text-white border-0 py-3 px-4 bg-red-600 text-lg font-semibold uppercase rounded-xl transform transition-all duration-300 ease-in-out hover:scale-110 hover:shadow-lg">
        Button
      </button>
    </div>
    <div class="col">
      <button class="btn w-100 text-white border-0 py-3 px-4 bg-blue-600 text-lg font-semibold uppercase rounded-xl transform transition-all duration-300 ease-in-out hover:scale-110 hover:shadow-lg">
        Button
      </button>
    </div>
    <div class="col">
      <button class="btn w-100 text-white border-0 py-3 px-4 bg-green-400 text-lg font-semibold uppercase rounded-xl transform transition-all duration-300 ease-in-out hover:scale-110 hover:shadow-lg">
        Button
      </button>
    </div>
    <div class="col">
      <button class="btn w-100 text-white border-0 py-3 px-4 bg-yellow-600 text-lg font-semibold uppercase rounded-xl transform transition-all duration-300 ease-in-out hover:scale-110 hover:shadow-lg">
        Button
      </button>
    </div>
    <div class="col">
      <button class="btn w-100 text-white border-0 py-3 px-4 bg-cyan-400 text-lg font-semibold uppercase rounded-xl transform transition-all duration-300 ease-in-out hover:scale-110 hover:shadow-lg">
        Button
      </button>
    </div>
    <div class="col">
      <button class="btn w-100 text-white border-0 py-3 px-4 bg-purple-600 text-lg font-semibold uppercase rounded-xl transform transition-all duration-300 ease-in-out hover:scale-110 hover:shadow-lg">
        Button
      </button>
    </div>
    <div class="col">
      <button class="btn w-100 text-white border-0 py-3 px-4 bg-pink-600 text-lg font-semibold uppercase rounded-xl transform transition-all duration-300 ease-in-out hover:scale-110 hover:shadow-lg">
        Button
      </button>
    </div>
    <div class="col">
      <button class="btn w-100 text-white border-0 py-3 px-4 bg-orange-600 text-lg font-semibold uppercase rounded-xl transform transition-all duration-300 ease-in-out hover:scale-110 hover:shadow-lg">
        Button
      </button>
    </div>
  </div>
</div>



                     
                  


                      
                      
                      <div class="container py-5">
  <div class="row row-cols-1 row-cols-sm-2 row-cols-md-4 g-4">
    <div class="col">
      <button class="btn w-100 btn-danger rounded-circle p-4" onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 4px 20px rgba(0, 0, 0, 0.1)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='none';">Red</button>
    </div>
    <div class="col">
      <button class="btn w-100 btn-success rounded-circle p-4" onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 4px 20px rgba(0, 0, 0, 0.1)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='none';">Green</button>
    </div>
    <div class="col">
      <button class="btn w-100 btn-primary rounded-circle p-4" onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 4px 20px rgba(0, 0, 0, 0.1)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='none';">Blue</button>
    </div>
    <div class="col">
      <button class="btn w-100 btn-warning rounded-circle p-4" onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 4px 20px rgba(0, 0, 0, 0.1)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='none';">Yellow</button>
    </div>
    <div class="col">
      <button class="btn w-100 btn-light rounded-circle p-4" onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 4px 20px rgba(0, 0, 0, 0.1)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='none';">White</button>
    </div>
    <div class="col">
      <button class="btn w-100 btn-secondary rounded-circle p-4" onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 4px 20px rgba(0, 0, 0, 0.1)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='none';">Gray</button>
    </div>
    <div class="col">
      <button class="btn w-100 btn-info rounded-circle p-4" onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 4px 20px rgba(0, 0, 0, 0.1)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='none';">Teal</button>
    </div>
    <div class="col">
      <button class="btn w-100 btn-dark rounded-circle p-4" onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 4px 20px rgba(0, 0, 0, 0.1)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='none';">Black</button>
    </div>
  </div>
</div>



                     
                  

>

                      
                      
                      <div class="container py-5">
  <div class="row row-cols-1 row-cols-sm-2 row-cols-md-4 g-4">
    <div class="col">
      <button class="btn w-100 btn-outline-danger rounded-circle p-4" onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 4px 20px rgba(0, 0, 0, 0.1)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='none';">Red</button>
    </div>
    <div class="col">
      <button class="btn w-100 btn-outline-success rounded-circle p-4" onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 4px 20px rgba(0, 0, 0, 0.1)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='none';">Green</button>
    </div>
    <div class="col">
      <button class="btn w-100 btn-outline-primary rounded-circle p-4" onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 4px 20px rgba(0, 0, 0, 0.1)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='none';">Blue</button>
    </div>
    <div class="col">
      <button class="btn w-100 btn-outline-warning rounded-circle p-4" onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 4px 20px rgba(0, 0, 0, 0.1)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='none';">Yellow</button>
    </div>
    <div class="col">
      <button class="btn w-100 btn-outline-secondary rounded-circle p-4" onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 4px 20px rgba(0, 0, 0, 0.1)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='none';">Gray</button>
    </div>
    <div class="col">
      <button class="btn w-100 btn-outline-info rounded-circle p-4" onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 4px 20px rgba(0, 0, 0, 0.1)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='none';">Teal</button>
    </div>
    <div class="col">
      <button class="btn w-100 btn-outline-dark rounded-circle p-4" onmouseover="this.style.transform='scale(1.1)'; this.style.boxShadow='0 4px 20px rgba(0, 0, 0, 0.1)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='none';">Black</button>
    </div>
  </div>
</div>



                     
                  


                      
                      
                      <div class="container py-5">
  <div class="row row-cols-1 row-cols-sm-2 row-cols-md-4 g-4">
    <div class="col">
      <button class="btn btn-base w-100 d-flex justify-content-center align-items-center p-3 rounded-3">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-house-door mr-2" viewBox="0 0 16 16">
          <path d="M8 3.293l6 6V13h-4v3H6v-3H2V9.293l6-6zM0 9.293l7-7 7 7V14h-3v-4h-8v4H0V9.293z"/>
        </svg>
        Home
      </button>
    </div>
    <div class="col">
      <button class="btn btn-base w-100 d-flex justify-content-center align-items-center p-3 rounded-3">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-search mr-2" viewBox="0 0 16 16">
          <path d="M11.742 10.344a6 6 0 1 0-1.398 1.398l4.672 4.671a1 1 0 1 0 1.414-1.414l-4.672-4.671zM12 6a5.978 5.978 0 0 1-1.162 3.626l-4.326-4.327A5.978 5.978 0 0 1 12 6z"/>
        </svg>
        Search
      </button>
    </div>
    <div class="col">
      <button class="btn btn-base w-100 d-flex justify-content-center align-items-center p-3 rounded-3">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-plus-circle mr-2" viewBox="0 0 16 16">
          <path d="M8 3a5 5 0 1 0 5 5 5 5 0 0 0-5-5zM8 0a8 8 0 1 1-8 8 8 8 0 0 1 8-8zm0 14a6 6 0 1 0-6-6 6 6 0 0 0 6 6z"/>
        </svg>
        Add
      </button>
    </div>
    <div class="col">
      <button class="btn btn-base w-100 d-flex justify-content-center align-items-center p-3 rounded-3">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-gear mr-2" viewBox="0 0 16 16">
          <path d="M8 3.5a4.5 4.5 0 1 0 4.5 4.5A4.5 4.5 0 0 0 8 3.5zM8 1a5 5 0 1 1-5 5 5 5 0 0 1 5-5z"/>
        </svg>
        Settings
      </button>
    </div>
    <div class="col">
      <button class="btn btn-base w-100 d-flex justify-content-center align-items-center p-3 rounded-3">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-cart mr-2" viewBox="0 0 16 16">
          <path d="M0 1a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v1h9V1a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v1h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h1V1zM1 2h1v1H1zM14 2h1v1h-1zM0 12h16V4H0z"/>
        </svg>
        Cart
      </button>
    </div>
    <div class="col">
      <button class="btn btn-base w-100 d-flex justify-content-center align-items-center p-3 rounded-3">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-heart mr-2" viewBox="0 0 16 16">
          <path d="M8 13s3-2.5 6-5c2-2 2-4 0-6-2-2-4-2-6 0-2-2-4-2-6 0-2 2-2 4 0 6 3 2.5 6 5 6 5z"/>
        </svg>
        Favorite
      </button>
    </div>
    <div class="col">
      <button class="btn btn-base w-100 d-flex justify-content-center align-items-center p-3 rounded-3">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-chat mr-2" viewBox="0 0 16 16">
          <path d="M2 4a2 2 0 0 0 2-2h8a2 2 0 0 0 2 2v8a2 2 0 0 0-2 2H4a2 2 0 0 0-2-2V4zm3 0v8h8V4H5z"/>
        </svg>
        Messages
      </button>
    </div>
    <div class="col">
      <button class="btn btn-base w-100 d-flex justify-content-center align-items-center p-3 rounded-3">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-person mr-2" viewBox="0 0 16 16">
          <path d="M8 1a4 4 0 1 1-4 4 4 4 0 0 1 4-4zm0 8a6 6 0 0 0-6 6v1h12v-1a6 6 0 0 0-6-6z"/>
        </svg>
        Profile
      </button>
    </div>
  </div>
</div>



                    
                  

Sun

1

Mon

2

Tue

3

Wed

4

Thu

5

Fri

6

Sat

7

Sun

1

Mon

2

Tue

3

Wed

4

Thu

5

Fri

6

Sat

7


                      
                      
                      <div class="p-4">
  <div class="d-flex justify-content-start justify-content-md-center bg-white shadow-sm rounded overflow-auto mx-auto py-3 px-2 mb-4">
    <div class="d-flex flex-column align-items-center rounded-circle mx-1 transition-all bg-base text-white shadow-sm hover-shadow-lg cursor-pointer p-3">
      <p class="mb-1 small">Sun</p>
      <p class="mb-0 fw-bold">1</p>
    </div>
    <div class="d-flex flex-column align-items-center rounded-circle mx-1 transition-all bg-base text-white shadow-sm hover-shadow-lg cursor-pointer p-3">
      <p class="mb-1 small">Mon</p>
      <p class="mb-0 fw-bold">2</p>
    </div>
    <div class="d-flex flex-column align-items-center rounded-circle mx-1 transition-all bg-base text-white shadow-sm hover-shadow-lg cursor-pointer p-3">
      <p class="mb-1 small">Tue</p>
      <p class="mb-0 fw-bold">3</p>
    </div>
    <div class="d-flex flex-column align-items-center rounded-circle mx-1 transition-all bg-primary text-white shadow-lg position-relative p-3">
      <p class="mb-1 small">Wed</p>
      <p class="mb-0 fw-bold">4</p>
    </div>
    <div class="d-flex flex-column align-items-center rounded-circle mx-1 transition-all bg-base text-white shadow-sm hover-shadow-lg cursor-pointer p-3">
      <p class="mb-1 small">Thu</p>
      <p class="mb-0 fw-bold">5</p>
    </div>
    <div class="d-flex flex-column align-items-center rounded-circle mx-1 transition-all bg-base text-white shadow-sm hover-shadow-lg cursor-pointer p-3">
      <p class="mb-1 small">Fri</p>
      <p class="mb-0 fw-bold">6</p>
    </div>
    <div class="d-flex flex-column align-items-center rounded-circle mx-1 transition-all bg-base text-white shadow-sm hover-shadow-lg cursor-pointer p-3">
      <p class="mb-1 small">Sat</p>
      <p class="mb-0 fw-bold">7</p>
    </div>
  </div>
  <div class="d-flex justify-content-start justify-content-md-center bg-white shadow-sm rounded overflow-auto mx-auto py-3 px-2">
    <div class="d-flex flex-column align-items-center rounded mx-1 transition-all bg-light text-dark shadow-sm hover-shadow-lg cursor-pointer p-3">
      <p class="mb-1 small">Sun</p>
      <p class="mb-0 fw-bold">1</p>
    </div>
    <div class="d-flex flex-column align-items-center rounded mx-1 transition-all bg-light text-dark shadow-sm hover-shadow-lg cursor-pointer p-3">
      <p class="mb-1 small">Mon</p>
      <p class="mb-0 fw-bold">2</p>
    </div>
    <div class="d-flex flex-column align-items-center rounded mx-1 transition-all bg-light text-dark shadow-sm hover-shadow-lg cursor-pointer p-3">
      <p class="mb-1 small">Tue</p>
      <p class="mb-0 fw-bold">3</p>
    </div>
    <div class="d-flex flex-column align-items-center rounded mx-1 bg-primary text-white shadow-lg position-relative p-3">
      <p class="mb-1 small">Wed</p>
      <p class="mb-0 fw-bold">4</p>
    </div>
    <div class="d-flex flex-column align-items-center rounded mx-1 transition-all bg-light text-dark shadow-sm hover-shadow-lg cursor-pointer p-3">
      <p class="mb-1 small">Thu</p>
      <p class="mb-0 fw-bold">5</p>
    </div>
    <div class="d-flex flex-column align-items-center rounded mx-1 transition-all bg-light text-dark shadow-sm hover-shadow-lg cursor-pointer p-3">
      <p class="mb-1 small">Fri</p>
      <p class="mb-0 fw-bold">6</p>
    </div>
    <div class="d-flex flex-column align-items-center rounded mx-1 transition-all bg-light text-dark shadow-sm hover-shadow-lg cursor-pointer p-3">
      <p class="mb-1 small">Sat</p>
      <p class="mb-0 fw-bold">7</p>
    </div>
  </div>
</div>



                    
                  

Holiday Sale - Up to 40% off on home decor! Shop Now

Holiday Sale - Up to 40% off on home decor! Shop Now

Holiday Sale - Up to 40% off on home decor! Shop Now

Holiday Sale - Up to 40% off on home decor! Shop Now


                      
                      
                      <div class="d-flex align-items-center justify-content-center">
  <div class="d-grid w-100 place-items-center overflow-auto p-4">
      <div role="alert" class="alert alert-base d-flex align-items-center p-4 rounded-lg">
          <div class="mr-5">
              <p class="font-weight-bold text-warning">Holiday Sale
                  <span class="text-light">
                      - Up to 40% off on home decor!
                  </span>
                  <span title="" class="d-inline-flex align-items-center justify-content-center text-sm font-weight-bold text-warning ml-3">
                      Shop Now <svg class="w-3 h-3 ml-1" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></svg>
                  </span>
              </p>
          </div>
          <button class="btn-close position-absolute top-0 end-0" type="button"></button>
      </div>
  </div>
</div>

<div class="d-flex align-items-center justify-content-center">
  <div class="d-grid w-100 place-items-center overflow-auto p-4">
      <div role="alert" class="alert alert-base d-flex align-items-center p-4 rounded-lg">
          <div class="mr-5">
              <p class="font-weight-bold text-warning">Holiday Sale
                  <span class="text-light">
                      - Up to 40% off on home decor!
                  </span>
                  <span title="" class="d-inline-flex align-items-center justify-content-center text-sm font-weight-bold text-warning ml-3">
                      Shop Now <svg class="w-3 h-3 ml-1" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></svg>
                  </span>
              </p>
          </div>
          <button class="btn-close position-absolute top-0 end-0" type="button"></button>
      </div>
  </div>
</div>

<div class="d-flex align-items-center justify-content-center">
  <div class="d-grid w-100 place-items-center overflow-auto p-4">
      <div role="alert" class="alert alert-base d-flex align-items-center p-4 rounded-lg">
          <div class="mr-5">
              <p class="font-weight-bold text-warning">Holiday Sale
                  <span class="text-light">
                      - Up to 40% off on home decor!
                  </span>
                  <span title="" class="d-inline-flex align-items-center justify-content-center text-sm font-weight-bold text-warning ml-3">
                      Shop Now <svg class="w-3 h-3 ml-1" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></svg>
                  </span>
              </p>
          </div>
          <button class="btn-close position-absolute top-0 end-0" type="button"></button>
      </div>
  </div>
</div>

<div class="d-flex align-items-center justify-content-center">
  <div class="d-grid w-100 place-items-center overflow-auto p-4">
      <div role="alert" class="alert alert-base d-flex align-items-center p-4 rounded-lg">
          <div class="mr-5">
              <p class="font-weight-bold text-warning">Holiday Sale
                  <span class="text-light">
                      - Up to 40% off on home decor!
                  </span>
                  <span title="" class="d-inline-flex align-items-center justify-content-center text-sm font-weight-bold text-warning ml-3">
                      Shop Now <svg class="w-3 h-3 ml-1" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></svg>
                  </span>
              </p>
          </div>
          <button class="btn-close position-absolute top-0 end-0" type="button"></button>
      </div>
  </div>
</div>



                     
                  

Sample Heading One

Sample Heading Two

Sample Heading Three

Sample Heading Four

Sample Heading Five

Sample Heading Six


                      
                      
                      <div class="container my-5">
  <div class="d-flex flex-column gap-4 text-start">
    <h1 class="font-weight-bold text-base-primary fs-1">Sample Heading One</h1>
    <h2 class="font-weight-bold text-base-secondary fs-2">Sample Heading Two</h2>
    <h3 class="font-weight-bold text-base-success fs-3">Sample Heading Three</h3>
    <h4 class="font-weight-bold text-base-warning fs-4">Sample Heading Four</h4>
    <h5 class="font-weight-bold text-base-info fs-5">Sample Heading Five</h5>
    <p class="font-weight-semibold text-base-muted fs-6">Sample Heading Six</p>
  </div>
</div>



                     
                  

  • « Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next »

                      
                      
                      <nav aria-label="Page navigation example">
  <ul class="pagination pagination-lg">
    <li class="page-item">
      <a href="#" class="page-link" aria-label="Previous">
        <span aria-hidden="true">&laquo; Previous</span>
      </a>
    </li>
    <li class="page-item">
      <a href="#" class="page-link text-base-primary">1</a>
    </li>
    <li class="page-item">
      <a href="#" class="page-link text-base-primary">2</a>
    </li>
    <li class="page-item active" aria-current="page">
      <a href="#" class="page-link text-base-primary">3</a>
    </li>
    <li class="page-item">
      <a href="#" class="page-link text-base-primary">4</a>
    </li>
    <li class="page-item">
      <a href="#" class="page-link text-base-primary">5</a>
    </li>
    <li class="page-item">
      <a href="#" class="page-link" aria-label="Next">
        <span aria-hidden="true">Next &raquo;</span>
      </a>
    </li>
  </ul>
</nav>



                     
                  

Flexible Billing

2.0%

for transactions within Europe

3.5%

for international transactions

Premium Business Plan

2.0%

for transactions within Europe

3.5%

for international transactions


                      
                      
                      <div class="container py-5">
  <div class="row justify-content-center">
    <div class="col-md-6 mb-4">
      <div class="card shadow-lg border-light rounded">
        <div class="card-header text-center bg-light text-base-primary font-weight-bold">
          Flexible Billing
        </div>
        <div class="card-body">
          <div class="d-flex justify-content-center mb-4">
            <div class="text-center">
              <h3 class="h4">2.0%</h3>
              <p class="small text-muted mt-2">for transactions within Europe</p>
            </div>
            <div class="text-center ml-5">
              <h3 class="h4">3.5%</h3>
              <p class="small text-muted mt-2">for international transactions</p>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="col-md-6 mb-4">
      <div class="card shadow-lg border-light rounded">
        <div class="card-header text-center bg-dark text-white font-weight-bold">
          Premium Business Plan
        </div>
        <div class="card-body">
          <div class="d-flex justify-content-center mb-4">
            <div class="text-center">
              <h3 class="h4">2.0%</h3>
              <p class="small text-muted mt-2">for transactions within Europe</p>
            </div>
            <div class="text-center ml-5">
              <h3 class="h4">3.5%</h3>
              <p class="small text-muted mt-2">for international transactions</p>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>



                     
                  

December 2024
Mo Tu We Th Fr Sa Su

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31


                      
                      

                      <div class="flex justify-center py-5 px-3">
  <div class="card shadow-lg max-w-md">
    <div class="card-body bg-light rounded-t-lg">
      <div class="flex justify-between items-center">
        <span class="font-bold text-dark">December 2024</span>
        <div class="flex gap-3">
          <button aria-label="calendar backward" class="text-dark hover:text-muted">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
              <path d="M0 0h24v24H0z" fill="none" />
              <polyline points="15 6 9 12 15 18" />
            </svg>
          </button>
          <button aria-label="calendar forward" class="text-dark hover:text-muted">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
              <path d="M0 0h24v24H0z" fill="none" />
              <polyline points="9 6 15 12 9 18" />
            </svg>
          </button>
        </div>
      </div>
      <div class="overflow-auto pt-4">
        <table class="table">
          <thead>
            <tr>
              <th class="text-center">Mo</th>
              <th class="text-center">Tu</th>
              <th class="text-center">We</th>
              <th class="text-center">Th</th>
              <th class="text-center">Fr</th>
              <th class="text-center">Sa</th>
              <th class="text-center">Su</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td class="text-center"></td>
              <td class="text-center"></td>
              <td class="text-center"></td>
              <td class="text-center">1</td>
              <td class="text-center">2</td>
              <td class="text-center">3</td>
              <td class="text-center">4</td>
            </tr>
            <tr>
              <td class="text-center">5</td>
              <td class="text-center">6</td>
              <td class="text-center">7</td>
              <td class="text-center">
                <a class="btn btn-primary rounded-full" href="#">8</a>
              </td>
              <td class="text-center">9</td>
              <td class="text-center">10</td>
              <td class="text-center">11</td>
            </tr>
            <tr>
              <td class="text-center">12</td>
              <td class="text-center">13</td>
              <td class="text-center">14</td>
              <td class="text-center">15</td>
              <td class="text-center">16</td>
              <td class="text-center">17</td>
              <td class="text-center">18</td>
            </tr>
            <tr>
              <td class="text-center">19</td>
              <td class="text-center">20</td>
              <td class="text-center">21</td>
              <td class="text-center">22</td>
              <td class="text-center">23</td>
              <td class="text-center">24</td>
              <td class="text-center">25</td>
            </tr>
            <tr>
              <td class="text-center">26</td>
              <td class="text-center">27</td>
              <td class="text-center">28</td>
              <td class="text-center">29</td>
              <td class="text-center">30</td>
              <td class="text-center">31</td>
              <td class="text-center"></td>
            </tr>
          </tbody>
        </table>
      </div>
    </div>
  </div>
</div>


                     
                  

This file upload component is part of a comprehensive Bootstrap component library. For more details, visit the official Bootstrap Documentation.


                      
                      

                      <div class="container my-5">
  <div class="flex justify-center">
    <label for="dropzone-file" class="flex flex-col items-center justify-center w-full h-64 border-2 border-dashed border-secondary rounded-lg cursor-pointer bg-light hover:bg-light">
      <div class="flex flex-col items-center justify-center py-5">
        <svg class="w-10 h-10 mb-3 text-muted" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M15 13l-3-3m0 0l-3 3m3-3v12"></path>
        </svg>
        <p class="mb-2 text-muted"><span class="font-bold">Choose your file</span> or simply drag it here</p>
        <p class="text-muted text-sm">Supported formats: SVG, PNG, JPG, GIF (MAX. 800x400px)</p>
      </div>
      <input id="dropzone-file" type="file" class="hidden" />
    </label>
  </div>
  <p class="mt-3">
    This file upload component is part of a comprehensive Base component library. For more details, visit the official
    <a class="text-primary" href="#" target="_blank">Base Documentation</a>.
  </p>
</div>


                     
                  

  • Overview
  • Stats
  • Preferences
  • Connections

This section provides an overview of the user's profile and the key details that define the account. You can view and edit your basic information here. Switch tabs to access different sections.

In the Stats tab, you can monitor the overall performance of your account. Check metrics such as activity, engagement, and other key statistics to understand how well your profile is doing.

Here you can adjust your preferences, including notification settings, privacy options, and other personal configurations. Customize the platform to suit your needs and preferences.

The Connections section allows you to manage your connections and communication with others. You can add, remove, or update your contacts here for easy access and interaction.


                      
                      
                      <div class="container mt-5">
  <ul class="tabs" id="tab-navigation" role="tablist">
    <li class="tab">
      <a class="tab-link" id="tab-overview" href="#overview" role="tab" aria-controls="overview" aria-selected="false">Overview</a>
    </li>
    <li class="tab">
      <a class="tab-link active" id="tab-stats" href="#stats" role="tab" aria-controls="stats" aria-selected="true">Stats</a>
    </li>
    <li class="tab">
      <a class="tab-link" id="tab-preferences" href="#preferences" role="tab" aria-controls="preferences" aria-selected="false">Preferences</a>
    </li>
    <li class="tab">
      <a class="tab-link" id="tab-connections" href="#connections" role="tab" aria-controls="connections" aria-selected="false">Connections</a>
    </li>
  </ul>
  <div class="tabs-content mt-3" id="tab-content">
    <div class="tab-panel" id="overview" role="tabpanel" aria-labelledby="tab-overview">
      <p class="text-gray-700">This section provides an overview of the user's profile and the key details that define the account. You can view and edit your basic information here. Switch tabs to access different sections.</p>
    </div>
    <div class="tab-panel active" id="stats" role="tabpanel" aria-labelledby="tab-stats">
      <p class="text-gray-700">In the Stats tab, you can monitor the overall performance of your account. Check metrics such as activity, engagement, and other key statistics to understand how well your profile is doing.</p>
    </div>
    <div class="tab-panel" id="preferences" role="tabpanel" aria-labelledby="tab-preferences">
      <p class="text-gray-700">Here you can adjust your preferences, including notification settings, privacy options, and other personal configurations. Customize the platform to suit your needs and preferences.</p>
    </div>
    <div class="tab-panel" id="connections" role="tabpanel" aria-labelledby="tab-connections">
      <p class="text-gray-700">The Connections section allows you to manage your connections and communication with others. You can add, remove, or update your contacts here for easy access and interaction.</p>
    </div>
  </div>
</div>



                     
                  

Dummy Image
Home Files Tasks Schedule Timing Documents Options

                      
                      
                      <div class="position-relative hidden h-full my-4 ms-4 shadow-lg lg:block w-1/4">
  <div class="h-full bg-base-200 rounded-2xl">
    <div class="flex items-center justify-center pt-3">
      <img src="https://dummyimage.com/722x402" alt="Dummy Image" class="img-fluid">
    </div>
    <nav class="mt-3">
      <div>
        <a class="flex items-center w-full p-3 my-2 font-light text-primary uppercase bg-base-100 bg-gradient" href="#">
          <span>
            <i class="bi bi-house"></i>
          </span>
          <span class="ms-3 text-sm font-normal">
            Home
          </span>
        </a>
        <a class="flex items-center w-full p-3 my-2 font-light text-base-content uppercase transition-all hover:text-primary" href="#">
          <span>
            <i class="bi bi-folder"></i>
          </span>
          <span class="ms-3 text-sm font-normal">
            Files
          </span>
        </a>
        <a class="flex items-center w-full p-3 my-2 font-light text-base-content uppercase transition-all hover:text-primary" href="#">
          <span>
            <i class="bi bi-list-task"></i>
          </span>
          <span class="ms-3 text-sm font-normal">
            Tasks
          </span>
        </a>
        <a class="flex items-center w-full p-3 my-2 font-light text-base-content uppercase transition-all hover:text-primary" href="#">
          <span>
            <i class="bi bi-calendar3"></i>
          </span>
          <span class="ms-3 text-sm font-normal">
            Schedule
          </span>
        </a>
        <a class="flex items-center w-full p-3 my-2 font-light text-base-content uppercase transition-all hover:text-primary" href="#">
          <span>
            <i class="bi bi-clock"></i>
          </span>
          <span class="ms-3 text-sm font-normal">
            Timing
          </span>
        </a>
        <a class="flex items-center w-full p-3 my-2 font-light text-base-content uppercase transition-all hover:text-primary" href="#">
          <span>
            <i class="bi bi-file-earmark"></i>
          </span>
          <span class="ms-3 text-sm font-normal">
            Documents
          </span>
        </a>
        <a class="flex items-center w-full p-3 my-2 font-light text-base-content uppercase transition-all hover:text-primary" href="#">
          <span>
            <i class="bi bi-gear"></i>
          </span>
          <span class="ms-3 text-sm font-normal">
            Options
          </span>
        </a>
      </div>
    </nav>
  </div>
</div>



                     
                  

Our Achievements

50

Users

15

Subscribes

12

Downloads

20

Products


                      
                      
                      <section class="py-6">
  <div class="container mx-auto px-4">
    <div class="row w-100 mb-6">
      <div class="col-12 mb-4">
        <h1 class="text-3xl font-bold text-dark mb-2">Our Achievements</h1>
        <div class="h-1 w-20 bg-success rounded"></div>
      </div>
    </div>
    <div class="row text-center">
      <div class="col-md-3 col-6 mb-4">
        <div class="bg-success rounded-lg p-4">
            <h2 class="text-5xl font-medium text-white">50</h2>
            <p class="text-white font-bold">Users</p>
        </div>
      </div>
      <div class="col-md-3 col-6 mb-4">
        <div class="bg-success rounded-lg p-4">
            <h2 class="text-5xl font-medium text-white">15</h2>
            <p class="text-white font-bold">Subscribes</p>
        </div>
      </div>
      <div class="col-md-3 col-6 mb-4">
        <div class="bg-success rounded-lg p-4">
            <h2 class="text-5xl font-medium text-white">12</h2>
            <p class="text-white font-bold">Downloads</p>
        </div>
      </div>
      <div class="col-md-3 col-6 mb-4">
        <div class="bg-success rounded-lg p-4">
            <h2 class="text-5xl font-medium text-white">20</h2>
            <p class="text-white font-bold">Products</p>
        </div>
      </div>
    </div>
  </div>
</section>



                     
                  

通知

未読メッセージが3件あります。

デバイスに通知を送信します。
  • 通話が確認されました。

    1時間前
  • 新しいメッセージがあります!

    1時間前
  • サブスクリプションが間もなく期限切れです!

    2時間前

                      
                        
                      <div class="d-flex flex-column justify-content-center align-items-center bg-base-200">
    <div class="container my-5">
        <div class="card shadow-sm border-0">
            <div class="card-body">
                <h5 class="card-title font-bold text-base-content mb-4">通知</h5>
                <p class="card-text text-base-content text-opacity-60 mb-4">未読メッセージが3件あります。</p>
                <div class="d-flex align-items-center mb-3">
                    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-lg me-2" viewBox="0 0 16 16">
                        <path d="M13.485 1.515a.5.5 0 0 1 .707 0l1.5 1.5a.5.5 0 0 1 0 .707l-9.5 9.5a.5.5 0 0 1-.707 0l-5-5a.5.5 0 0 1 .707-.707l4.646 4.647 9.146-9.147z"/>
                    </svg>
                    <div>
                        <small class="text-base-content text-opacity-60">デバイスに通知を送信します。</small>
                    </div>
                    <div class="form-control form-switch ms-auto">
                        <label class="cursor-pointer label">
                            <span class="label-text text-base-content text-opacity-60">通知</span>
                            <input type="checkbox" class="toggle toggle-primary" checked />
                        </label>
                    </div>
                </div>
                <ul class="list-none">
                    <li class="d-flex align-items-start mb-3">
                        <div class="rounded-full bg-primary me-3" style="width: 8px; height: 8px;"></div>
                        <div>
                            <p class="mb-0 font-semibold">通話が確認されました。</p>
                            <small class="text-base-content text-opacity-60">1時間前</small>
                        </div>
                    </li>
                    <li class="d-flex align-items-start mb-3">
                        <div class="rounded-full bg-primary me-3" style="width: 8px; height: 8px;"></div>
                        <div>
                            <p class="mb-0 font-semibold">新しいメッセージがあります!</p>
                            <small class="text-base-content text-opacity-60">1時間前</small>
                        </div>
                    </li>
                    <li class="d-flex align-items-start">
                        <div class="rounded-full bg-primary me-3" style="width: 8px; height: 8px;"></div>
                        <div>
                            <p class="mb-0 font-semibold">サブスクリプションが間もなく期限切れです!</p>
                            <small class="text-base-content text-opacity-60">2時間前</small>
                        </div>
                    </li>
                </ul>
                <button class="btn btn-primary w-full mt-4">
                    すべて既読にする
                </button>
            </div>
        </div>
    </div>
</div>