Unocss
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="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4">
  <div class="card w-full h-full">
    <img src="https://dummyimage.com/700x400" class="card-img-top w-full" alt="...">
    <div class="card-body p-4">
      <h5 class="text-xl font-semibold">Card 3</h5>
      <p class="text-sm text-gray-500">This card has a footer and a button for interaction.</p>
    </div>
    <div class="card-footer p-4 flex justify-between items-center">
      <small class="text-muted text-xs">Last updated 5 mins ago</small>
      <a href="#" class="btn btn-sm border border-gray-300 text-gray-700 py-1 px-3 rounded">Details</a>
    </div>
  </div>

  <div class="card w-full h-full">
    <img src="https://dummyimage.com/700x400" class="card-img-top w-full" alt="...">
    <div class="card-body p-4">
      <h5 class="text-xl font-semibold">Card 3</h5>
      <p class="text-sm text-gray-500">This card has a footer and a button for interaction.</p>
    </div>
    <div class="card-footer p-4 flex justify-between items-center">
      <small class="text-muted text-xs">Last updated 5 mins ago</small>
      <a href="#" class="btn btn-sm border border-gray-300 text-gray-700 py-1 px-3 rounded">Details</a>
    </div>
  </div>

  <div class="card w-full h-full">
    <img src="https://dummyimage.com/700x400" class="card-img-top w-full" alt="...">
    <div class="card-body p-4">
      <h5 class="text-xl font-semibold">Card 3</h5>
      <p class="text-sm text-gray-500">This card has a footer and a button for interaction.</p>
    </div>
    <div class="card-footer p-4 flex justify-between items-center">
      <small class="text-muted text-xs">Last updated 5 mins ago</small>
      <a href="#" class="btn btn-sm border border-gray-300 text-gray-700 py-1 px-3 rounded">Details</a>
    </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="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4">
    <div class="card h-full">
      <div class="relative">
        <img src="https://dummyimage.com/722x402" class="card-img-top w-full" alt="...">
        <div class="absolute top-0 left-0 bg-black bg-opacity-50 text-white p-2">
          Featured
        </div>
      </div>
      <div class="card-body p-4">
        <h5 class="text-xl font-semibold">Card 8</h5>
        <p class="text-sm text-gray-500">This card has a badge overlay on the image.</p>
        <br>
        <div class="mt-auto">
          <a href="#" class="btn btn-primary py-1 px-3 rounded text-white bg-blue-500 hover:bg-blue-600 text-sm">Read More</a>
          <a href="#" class="btn btn-secondary py-1 px-3 rounded text-white bg-gray-500 hover:bg-gray-600 ms-2 text-sm">Share</a>
        </div>
      </div>
    </div>

    <div class="card h-full">
      <div class="relative">
        <img src="https://dummyimage.com/722x402" class="card-img-top w-full" alt="...">
        <div class="absolute top-0 left-0 bg-black bg-opacity-50 text-white p-2">
          Featured
        </div>
      </div>
      <div class="card-body p-4">
        <h5 class="text-xl font-semibold">Card 8</h5>
        <p class="text-sm text-gray-500">This card has a badge overlay on the image.</p>
        <br>
        <div class="mt-auto">
          <a href="#" class="btn btn-primary py-1 px-3 rounded text-white bg-blue-500 hover:bg-blue-600 text-sm">Read More</a>
          <a href="#" class="btn btn-secondary py-1 px-3 rounded text-white bg-gray-500 hover:bg-gray-600 ms-2 text-sm">Share</a>
        </div>
      </div>
    </div>

    <div class="card h-full">
      <div class="relative">
        <img src="https://dummyimage.com/722x402" class="card-img-top w-full" alt="...">
        <div class="absolute top-0 left-0 bg-black bg-opacity-50 text-white p-2">
          Featured
        </div>
      </div>
      <div class="card-body p-4">
        <h5 class="text-xl font-semibold">Card 8</h5>
        <p class="text-sm text-gray-500">This card has a badge overlay on the image.</p>
        <br>
        <div class="mt-auto">
          <a href="#" class="btn btn-primary py-1 px-3 rounded text-white bg-blue-500 hover:bg-blue-600 text-sm">Read More</a>
          <a href="#" class="btn btn-secondary py-1 px-3 rounded text-white bg-gray-500 hover:bg-gray-600 ms-2 text-sm">Share</a>
        </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="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4">
    <div class="card h-full bg-light">
      <div class="card-body flex items-center">
        <div>
          <h5 class="text-xl font-semibold">Card 3</h5>
          <p class="text-sm text-gray-600">A card with a vertical alignment for image and text.</p>
        </div>
        <img src="https://dummyimage.com/722x402" class="w-30 rounded ms-3" alt="...">
      </div>
    </div>

    <div class="card h-full bg-light">
      <div class="card-body flex items-center">
        <div>
          <h5 class="text-xl font-semibold">Card 3</h5>
          <p class="text-sm text-gray-600">A card with a vertical alignment for image and text.</p>
        </div>
        <img src="https://dummyimage.com/722x402" class="w-30 rounded ms-3" alt="...">
      </div>
    </div>

    <div class="card h-full bg-light">
      <div class="card-body flex items-center">
        <div>
          <h5 class="text-xl font-semibold">Card 3</h5>
          <p class="text-sm text-gray-600">A card with a vertical alignment for image and text.</p>
        </div>
        <img src="https://dummyimage.com/722x402" class="w-30 rounded ms-3" alt="...">
      </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="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4">
    <div class="card h-full">
      <div class="card-body p-4">
        <h5 class="text-xl font-semibold">Card 4</h5>
        <p class="text-sm text-gray-600">A card with a list group to show details.</p>
        <ul class="list-none p-0">
          <li class="border-b border-gray-200 py-2">Item 1</li>
          <li class="border-b border-gray-200 py-2">Item 2</li>
          <li class="py-2">Item 3</li>
        </ul>
      </div>
    </div>

    <div class="card h-full">
      <div class="card-body p-4">
        <h5 class="text-xl font-semibold">Card 4</h5>
        <p class="text-sm text-gray-600">A card with a list group to show details.</p>
        <ul class="list-none p-0">
          <li class="border-b border-gray-200 py-2">Item 1</li>
          <li class="border-b border-gray-200 py-2">Item 2</li>
          <li class="py-2">Item 3</li>
        </ul>
      </div>
    </div>

    <div class="card h-full">
      <div class="card-body p-4">
        <h5 class="text-xl font-semibold">Card 4</h5>
        <p class="text-sm text-gray-600">A card with a list group to show details.</p>
        <ul class="list-none p-0">
          <li class="border-b border-gray-200 py-2">Item 1</li>
          <li class="border-b border-gray-200 py-2">Item 2</li>
          <li class="py-2">Item 3</li>
        </ul>
      </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="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4">
  <div class="card h-full">
    <div class="card-body p-4">
      <h5 class="text-xl font-semibold">Card 23</h5>
      <p class="text-sm text-gray-600">This card includes a badge for notifications.</p>
      <h6 class="mb-3 text-lg">
        Notifications <span class="inline-block bg-red-500 text-white rounded-full px-2 py-1 text-sm">5</span>
      </h6>
      <ul class="list-none p-0">
        <li class="border-b border-gray-200 py-2">New Comment</li>
        <li class="border-b border-gray-200 py-2">Friend Request</li>
        <li class="py-2">System Update</li>
      </ul>
    </div>
  </div>

  <div class="card h-full">
    <div class="card-body p-4">
      <h5 class="text-xl font-semibold">Card 23</h5>
      <p class="text-sm text-gray-600">This card includes a badge for notifications.</p>
      <h6 class="mb-3 text-lg">
        Notifications <span class="inline-block bg-red-500 text-white rounded-full px-2 py-1 text-sm">5</span>
      </h6>
      <ul class="list-none p-0">
        <li class="border-b border-gray-200 py-2">New Comment</li>
        <li class="border-b border-gray-200 py-2">Friend Request</li>
        <li class="py-2">System Update</li>
      </ul>
    </div>
  </div>

  <div class="card h-full">
    <div class="card-body p-4">
      <h5 class="text-xl font-semibold">Card 23</h5>
      <p class="text-sm text-gray-600">This card includes a badge for notifications.</p>
      <h6 class="mb-3 text-lg">
        Notifications <span class="inline-block bg-red-500 text-white rounded-full px-2 py-1 text-sm">5</span>
      </h6>
      <ul class="list-none p-0">
        <li class="border-b border-gray-200 py-2">New Comment</li>
        <li class="border-b border-gray-200 py-2">Friend Request</li>
        <li class="py-2">System Update</li>
      </ul>
    </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="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4">
  <div class="card h-full bg-gray-800 text-white">
    <div class="card-body p-4">
      <h5 class="text-xl font-semibold">Card 25</h5>
      <p class="text-sm">A dark-themed card with an accordion.</p>
      <div class="accordion" id="accordion25">
        <div class="accordion-item border-b border-gray-700">
          <h2 class="accordion-header">
            <button class="accordion-button bg-gray-700 text-white py-2 px-4 w-full text-left">
              Accordion Item #1
            </button>
          </h2>
          <div id="collapseOne" class="accordion-collapse collapse show">
            <div class="accordion-body bg-gray-900 p-4">
              This is the first item's accordion body.
            </div>
          </div>
        </div>
        <div class="accordion-item border-b border-gray-700">
          <h2 class="accordion-header">
            <button class="accordion-button bg-gray-700 text-white py-2 px-4 w-full text-left">
              Accordion Item #2
            </button>
          </h2>
          <div id="collapseTwo" class="accordion-collapse collapse">
            <div class="accordion-body bg-gray-900 p-4">
              This is the second item's accordion body.
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>

  <div class="card h-full bg-gray-800 text-white">
    <div class="card-body p-4">
      <h5 class="text-xl font-semibold">Card 25</h5>
      <p class="text-sm">A dark-themed card with an accordion.</p>
      <div class="accordion" id="accordion25">
        <div class="accordion-item border-b border-gray-700">
          <h2 class="accordion-header">
            <button class="accordion-button bg-gray-700 text-white py-2 px-4 w-full text-left">
              Accordion Item #1
            </button>
          </h2>
          <div id="collapseOne" class="accordion-collapse collapse show">
            <div class="accordion-body bg-gray-900 p-4">
              This is the first item's accordion body.
            </div>
          </div>
        </div>
        <div class="accordion-item border-b border-gray-700">
          <h2 class="accordion-header">
            <button class="accordion-button bg-gray-700 text-white py-2 px-4 w-full text-left">
              Accordion Item #2
            </button>
          </h2>
          <div id="collapseTwo" class="accordion-collapse collapse">
            <div class="accordion-body bg-gray-900 p-4">
              This is the second item's accordion body.
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>

  <div class="card h-full bg-gray-800 text-white">
    <div class="card-body p-4">
      <h5 class="text-xl font-semibold">Card 25</h5>
      <p class="text-sm">A dark-themed card with an accordion.</p>
      <div class="accordion" id="accordion25">
        <div class="accordion-item border-b border-gray-700">
          <h2 class="accordion-header">
            <button class="accordion-button bg-gray-700 text-white py-2 px-4 w-full text-left">
              Accordion Item #1
            </button>
          </h2>
          <div id="collapseOne" class="accordion-collapse collapse show">
            <div class="accordion-body bg-gray-900 p-4">
              This is the first item's accordion body.
            </div>
          </div>
        </div>
        <div class="accordion-item border-b border-gray-700">
          <h2 class="accordion-header">
            <button class="accordion-button bg-gray-700 text-white py-2 px-4 w-full text-left">
              Accordion Item #2
            </button>
          </h2>
          <div id="collapseTwo" class="accordion-collapse collapse">
            <div class="accordion-body bg-gray-900 p-4">
              This is the second item's accordion body.
            </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="grid grid-cols-1 md:grid-cols-3 gap-4">
  <div class="card h-full 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-auto border-separate border-spacing-0 border border-gray-300 w-full">
        <thead>
          <tr>
            <th class="border-b px-4 py-2 text-left">Feature</th>
            <th class="border-b px-4 py-2 text-left">Details</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td class="border-b px-4 py-2">Speed</td>
            <td class="border-b px-4 py-2">Fast</td>
          </tr>
          <tr>
            <td class="border-b px-4 py-2">Reliability</td>
            <td class="border-b px-4 py-2">High</td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
  <div class="card h-full 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-auto border-separate border-spacing-0 border border-gray-300 w-full">
        <thead>
          <tr>
            <th class="border-b px-4 py-2 text-left">Feature</th>
            <th class="border-b px-4 py-2 text-left">Details</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td class="border-b px-4 py-2">Speed</td>
            <td class="border-b px-4 py-2">Fast</td>
          </tr>
          <tr>
            <td class="border-b px-4 py-2">Reliability</td>
            <td class="border-b px-4 py-2">High</td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
  <div class="card h-full 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-auto border-separate border-spacing-0 border border-gray-300 w-full">
        <thead>
          <tr>
            <th class="border-b px-4 py-2 text-left">Feature</th>
            <th class="border-b px-4 py-2 text-left">Details</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td class="border-b px-4 py-2">Speed</td>
            <td class="border-b px-4 py-2">Fast</td>
          </tr>
          <tr>
            <td class="border-b px-4 py-2">Reliability</td>
            <td class="border-b px-4 py-2">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="grid grid-cols-1 md:grid-cols-3 gap-4">
  <div class="card h-full">
    <div class="card-header bg-blue-500 text-white text-center p-4">
      Card Header
    </div>
    <div class="card-body p-4">
      <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 p-4">
      Footer Text
    </div>
  </div>
  <div class="card h-full">
    <div class="card-header bg-blue-500 text-white text-center p-4">
      Card Header
    </div>
    <div class="card-body p-4">
      <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 p-4">
      Footer Text
    </div>
  </div>
  <div class="card h-full">
    <div class="card-header bg-blue-500 text-white text-center p-4">
      Card Header
    </div>
    <div class="card-body p-4">
      <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 p-4">
      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-gray-100 py-20">
  <div class="container mx-auto">
    <div class="text-center mb-10">
      <h1 class="text-4xl font-bold text-gray-900 uppercase mb-4">Our Team</h1>
      <p class="text-lg text-gray-500">Discover the amazing individuals behind our success, working together to make a difference.</p>
    </div>
    <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8">
      <div class="flex items-center">
        <img src="https://dummyimage.com/200x200" alt="team member" class="rounded-full mr-4" width="100" height="100">
        <div>
          <h5 class="font-bold text-gray-900">John Doe</h5>
          <p class="text-gray-500 mb-1">UI Developer</p>
          <p class="text-gray-500 text-sm">Creating seamless user experiences and innovative interfaces with a touch of creativity.</p>
          <div class="flex">
            <a href="#" class="text-gray-500 mr-3"><i class="bi bi-facebook"></i></a>
            <a href="#" class="text-gray-500 mr-3"><i class="bi bi-twitter"></i></a>
            <a href="#" class="text-gray-500"><i class="bi bi-linkedin"></i></a>
          </div>
        </div>
      </div>
      <div class="flex items-center">
        <img src="https://dummyimage.com/201x201" alt="team member" class="rounded-full mr-4" width="100" height="100">
        <div>
          <h5 class="font-bold text-gray-900">Jane Smith</h5>
          <p class="text-gray-500 mb-1">Graphic Designer</p>
          <p class="text-gray-500 text-sm">Crafting stunning visual designs that inspire and captivate audiences worldwide.</p>
          <div class="flex">
            <a href="#" class="text-gray-500 mr-3"><i class="bi bi-facebook"></i></a>
            <a href="#" class="text-gray-500 mr-3"><i class="bi bi-twitter"></i></a>
            <a href="#" class="text-gray-500"><i class="bi bi-linkedin"></i></a>
          </div>
        </div>
      </div>
      <div class="flex items-center">
        <img src="https://dummyimage.com/204x204" alt="team member" class="rounded-full mr-4" width="100" height="100">
        <div>
          <h5 class="font-bold text-gray-900">Emily Brown</h5>
          <p class="text-gray-500 mb-1">Software Engineer</p>
          <p class="text-gray-500 text-sm">Developing robust and scalable solutions to power innovative technologies.</p>
          <div class="flex">
            <a href="#" class="text-gray-500 mr-3"><i class="bi bi-facebook"></i></a>
            <a href="#" class="text-gray-500 mr-3"><i class="bi bi-twitter"></i></a>
            <a href="#" class="text-gray-500"><i class="bi bi-linkedin"></i></a>
          </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="w-full">
  <div class="grid grid-cols-1 md:grid-cols-2 items-center gap-8">
    <div>
      <h2 class="text-6xl font-bold mb-4">NOBALISH</h2>
      <p>We provide the best services for your business growth. Let us help you reach new heights.</p>
    </div>
    <div>
      <img src="https://dummyimage.com/722x402" class="w-full" 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="w-full">
  <div class="flex flex-wrap py-20 bg-gray-100">
    <div class="w-full md:w-1/2">
      <h3 class="text-4xl text-blue-600 mb-8">Innovative Solutions</h3>
      <p class="mb-8">Discover cutting-edge solutions for your business challenges. Let us help you stay ahead in a competitive world.</p>
      <div class="flex items-center">
        <i class="fas fa-check-circle text-green-500"></i>
        <span class="ml-2">Trusted by top companies</span>
      </div>
    </div>
    <div class="w-full md:w-1/2">
      <img src="https://dummyimage.com/722x402" class="w-full" 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-20">
  <div class="max-w-screen-xl mx-auto">
    <div class="flex flex-wrap items-center">
      <div class="w-full md:w-1/2 text-center md:text-left mb-8 md:mb-0">
        <h1 class="text-4xl text-gray-900 mb-4">Discover cutting-edge solutions 
          <br class="hidden lg:inline-block">
        </h1>
        <p class="text-lg text-gray-500 mb-4">Discover cutting-edge solutions for your business challenges. Let us help you stay ahead in a competitive world.</p>
        <button class="px-8 py-3 text-white bg-blue-600 rounded-lg text-lg">Button</button>
        <button class="px-8 py-3 text-gray-700 border border-gray-300 rounded-lg text-lg ml-3">Button</button>
      </div>
      <div class="w-full md:w-1/2">
        <img class="w-full rounded-lg" 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-20">
  <div class="container">
    <div class="flex flex-col md:flex-row items-center">
      <div class="w-full md:w-1/2 text-center md:text-left mb-10 md:mb-0">

        <div class="py-20">
          <div class="container">
            <div class="text-center mb-12">
              <h1 class="text-4xl font-bold text-blue-600 mb-4">Modern Features Showcase</h1>
              <p class="text-lg text-gray-500">Explore a range of cutting-edge features designed to elevate your experience.</p>
            </div>
            <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
              <div class="flex items-center bg-gray-100 p-4 rounded-lg">
                <i class="bi bi-check-circle-fill text-blue-600 text-2xl mr-3"></i>
                <span class="font-medium">Innovative Design</span>
              </div>
              <div class="flex items-center bg-gray-100 p-4 rounded-lg">
                <i class="bi bi-check-circle-fill text-blue-600 text-2xl mr-3"></i>
                <span class="font-medium">Seamless Integration</span>
              </div>
              <div class="flex items-center bg-gray-100 p-4 rounded-lg">
                <i class="bi bi-check-circle-fill text-blue-600 text-2xl mr-3"></i>
                <span class="font-medium">Enhanced Usability</span>
              </div>
              <div class="flex items-center bg-gray-100 p-4 rounded-lg">
                <i class="bi bi-check-circle-fill text-blue-600 text-2xl mr-3"></i>
                <span class="font-medium">Reliable Performance</span>
              </div>
              <div class="flex items-center bg-gray-100 p-4 rounded-lg">
                <i class="bi bi-check-circle-fill text-blue-600 text-2xl mr-3"></i>
                <span class="font-medium">Customizable Options</span>
              </div>
              <div class="flex items-center bg-gray-100 p-4 rounded-lg">
                <i class="bi bi-check-circle-fill text-blue-600 text-2xl mr-3"></i>
                <span class="font-medium">Scalable Solutions</span>
              </div>
            </div>
          </div>
        </div>

      </div>
      <div class="w-full md:w-1/2">
        <img class="w-full rounded-lg" 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-gray-500">
  <div class="container py-20 flex flex-wrap">
    <div class="flex flex-wrap mb-12 lg:mb-0 w-full lg:w-1/2 pr-12">
      <div class="w-full mb-10">
        <h1 class="text-3xl mb-2 text-gray-900">Innovative Tech Solutions</h1>
        <p class="text-lg">Providing cutting-edge solutions to everyday challenges through technology and design.</p>
      </div>

      <div class="w-1/2 sm:w-1/3 lg:w-1/4 mb-10">
        <h2 class="text-2xl text-gray-900">100</h2>
        <p>text 1</p>
      </div>
      <div class="w-1/2 sm:w-1/3 lg:w-1/4 mb-10">
        <h2 class="text-2xl text-gray-900">200</h2>
        <p>text 2</p>
      </div>
      <div class="w-1/2 sm:w-1/3 lg:w-1/4 mb-10">
        <h2 class="text-2xl text-gray-900">300</h2>
        <p>text 3</p>
      </div>
      <div class="w-1/2 sm:w-1/3 lg:w-1/4 mb-10">
        <h2 class="text-2xl text-gray-900">400</h2>
        <p>text 4</p>
      </div>
      <div class="w-1/2 sm:w-1/3 lg:w-1/4 mb-10">
        <h2 class="text-2xl text-gray-900">500</h2>
        <p>text 5</p>
      </div>
      <div class="w-1/2 sm:w-1/3 lg:w-1/4 mb-10">
        <h2 class="text-2xl text-gray-900">600</h2>
        <p>text 6</p>
      </div>
      <div class="w-1/2 sm:w-1/3 lg:w-1/4 mb-10">
        <h2 class="text-2xl text-gray-900">700</h2>
        <p>text 7</p>
      </div>
      <div class="w-1/2 sm:w-1/3 lg:w-1/4 mb-10">
        <h2 class="text-2xl text-gray-900">800</h2>
        <p>text 8</p>
      </div>
    </div>
    <div class="lg:w-1/2 sm:w-2/3 w-full rounded-lg overflow-hidden mt-10 lg:mt-0">
      <img class="w-full 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="w-full flex flex-col justify-center items-center bg-light py-6" style="background-image: url('https://picsum.photos/id/1018/1000'); background-size: cover; background-position: center;">
  <div class="container">
    <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="w-full max-h-[100px]" alt="Bootstrap Logo">
        </div>
        <div class="border-t pt-4">
          <div class="mb-4">
            <ul class="list-none mb-8">
              <li class="flex items-start mb-3">
                <i class="bi bi-check-circle-fill text-primary mr-2"></i>
                <span>Create and customize your design system</span>
              </li>
              <li class="flex items-start mb-3">
                <i class="bi bi-check-circle-fill text-primary mr-2"></i>
                <span>Leverage utilities for rapid development</span>
              </li>
              <li class="flex items-start mb-3">
                <i class="bi bi-check-circle-fill text-primary mr-2"></i>
                <span>From beginner to production-ready skills</span>
              </li>
            </ul>
          </div>
        </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="flex items-center justify-center bg-gradient-to-br from-[#e0f7fa] via-[#80deea] to-[#26c6da]">
  <div class="w-full 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="w-full 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 no-underline">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 no-underline">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 no-underline">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 no-underline">Access professional resources →</a>
      </p>
    </div>

    <a href="/new-path/home" class="btn bg-info text-white w-full">
      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-gradient-to-r from-indigo-500 to-indigo-600 dark:bg-gray-800 md:py-16">
  <div class="container mx-auto max-w-5xl px-5">
    <div class="flex flex-col items-center mx-n5 md:flex-row">
      <div class="w-full px-5 mb-5 text-center md:mb-0 md:text-left">
        <h6 class="text-xs font-semibold text-indigo-800 uppercase md:text-base dark:text-gray-100">
          Event Starting Soon
        </h6>
        <h3 class="mx-2 text-2xl font-bold text-white md:text-4xl">
          Join us for an exciting Saturday!
        </h3>
        <h3 class="mt-4 text-lg font-bold text-white md:text-xl">
          Start Time: 9:00 AM
        </h3>
      </div>
      <div class="w-full px-5 md:w-auto">
        <div class="flex justify-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="flex flex-col lg:flex-row m-4 p-2 md:p-5">
  <div class="w-full p-2 md:p-6 bg-light rounded shadow">
    <h4 class="text-xl font-semibold">Feedback Overview</h4>
    <div class="flex flex-wrap gap-4 m-2 mt-5">
      <div class="text-sm">
        <span class="bg-green-500 inline-block w-3 h-3 mr-2 align-middle"></span>
        Extremely Happy
      </div>
    </div>
    <div class="mt-5">
      <div class="flex flex-col md:flex-row items-center">
        <div class="w-full md:w-1/3 p-3">
          Many people felt very positive about the service, with a majority expressing satisfaction.
        </div>
        <div class="flex w-full md:w-2/3 min-h-[60px]">
          <span class="rounded-l p-3 text-center align-middle mr-1 bg-green-500 w-1/2 text-white">80%</span>
        </div>
      </div>
      <div class="flex flex-col md:flex-row items-center mt-4">
        <div class="w-full md:w-1/3 p-3">
          Some users were less satisfied with certain aspects of the product, especially regarding usability.
        </div>
        <div class="flex w-full md:w-2/3 min-h-[60px]">
          <span class="rounded-l p-3 text-center align-middle mr-1 bg-green-500 w-3/5 text-white">60%</span>
        </div>
      </div>
      <div class="flex flex-col md:flex-row items-center mt-4">
        <div class="w-full md:w-1/3 p-3">
          There were a few complaints about delivery times and product quality, but these were in the minority.
        </div>
        <div class="flex w-full md:w-2/3 min-h-[60px]">
          <span class="rounded-l p-3 text-center align-middle mr-1 bg-green-500 w-2/5 text-white">40%</span>
        </div>
      </div>
    </div>
    <p class="text-sm 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-4xl font-bold text-dark 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-lg 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-green-500 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-lg 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-blue-500 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-lg 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-center text-2xl text-dark"> We have solutions </h3>
      <h1 class="font-bold my-4 text-center text-4xl text-dark"> Something Asked Questions </h1>
      <p class="my-4 mx-auto text-center text-lg text-muted"> See what others often inquire about! </p>
    </div>
    <div class="grid grid-cols-1 lg:grid-cols-2 gap-4">
      <div class="col-span-1 lg:col-span-1">
        <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 text-sm">
        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="w-full md:w-1/2 mx-auto">
    <div class="mx-4 my-3 text-sm">
        <a href="#" class="text-red-500 font-bold uppercase">NEW TOPIC</a>
    </div>
    <div class="w-full text-black text-4xl px-4 font-bold">
        New Developments in the Tech World
    </div>
    
    <div class="w-full text-gray-500 px-4 pb-4 pt-2">
        The latest trends and innovations in the tech industry are transforming businesses.
    </div>

    
    <div class="w-full text-gray-500 mx-4">
        <p class="border-b py-3">12/30/2024 10:00 AM EDT</p>
    </div>
    
    <div class="px-4 w-full mx-auto mt-8">
        <p class="my-1">The tech industry has seen remarkable growth this year, with major advancements in artificial intelligence, cloud computing, and quantum technology.</p>
        <p class="my-1">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-1">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-1">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>



                     
                  

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="p-4 text-gray-500">
    <h1 class="mb-8 text-center text-4xl font-bold text-blue-600">What we do at our company:</h1>
    <ul class="flex justify-center flex-wrap gap-4">
        <li class="flex">
            <div class="px-4 text-3xl font-light text-teal-500">01.</div>
            <div>
                <div class="text-3xl font-bold text-black">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">
            <div class="px-4 text-3xl font-light text-teal-500">02.</div>
            <div>
                <div class="text-3xl font-bold text-black">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">
            <div class="px-4 text-3xl font-light text-teal-500">03.</div>
            <div>
                <div class="text-3xl font-bold text-black">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">
            <div class="px-4 text-3xl font-light text-teal-500">04.</div>
            <div>
                <div class="text-3xl font-bold text-black">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">
            <div class="px-4 text-3xl font-light text-teal-500">05.</div>
            <div>
                <div class="text-3xl font-bold text-black">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">
            <div class="px-4 text-3xl font-light text-teal-500">06.</div>
            <div>
                <div class="text-3xl font-bold text-black">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-gray-100 p-5">
  <div class="w-full mx-auto bg-white p-10 text-gray-600 mb-10">
    <div class="max-w-5xl mx-auto md:flex">
      <div class="md:w-1/4 flex 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 bg-white p-8 mb-3 mx-auto md:my-2 rounded-md shadow-lg shadow-gray-600">
            <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-gray-600 hover:bg-gray-700 text-white rounded-md px-10 py-2 w-full">Buy Now</button>
            </div>
          </div>
          <div class="w-full md:w-1/3 bg-white p-8 mb-3 mx-auto md:-mx-3 md:mb-0 rounded-md shadow-lg shadow-gray-600 relative z-50">
            <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-gray-600 hover:bg-gray-700 text-white rounded-md px-10 py-2 w-full">Buy Now</button>
            </div>
          </div>
          <div class="w-full md:w-1/3 bg-white p-8 mb-3 mx-auto md:my-2 rounded-md shadow-lg shadow-gray-600">
            <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-gray-600 hover:bg-gray-700 text-white rounded-md px-10 py-2 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-white pb-12">
  <div class="container-fluid px-4">
    <div class="flex justify-between items-center py-4">
      <a href="/" class="flex items-center gap-2.5 text-2xl font-bold text-dark">
        Nobalish
      </a>
      <nav class="hidden lg:flex gap-12">
        <a href="#" class="text-lg font-semibold text-muted transition-all duration-100 hover:text-indigo-500 active:text-indigo-700">Dashboard</a>
        <a href="#" class="flex items-center gap-1 text-lg font-semibold text-indigo-500">
          News
          <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-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-semibold text-muted transition-all duration-100 hover:text-indigo-500 active:text-indigo-700">Plans</a>
        <a href="#" class="text-lg font-semibold text-muted transition-all duration-100 hover:text-indigo-500 active:text-indigo-700">Contact</a>
      </nav>
      <div class="ml-3 hidden sm:flex flex-col sm:flex-row justify-center gap-2.5">
        <a href="#" class="btn btn-indigo btn-sm text-white">Join Now</a>
      </div>
      <button type="button" class="flex items-center gap-2 rounded-lg bg-light px-2.5 py-2 text-sm font-semibold text-muted ring-indigo-300 hover:bg-gray-300 focus: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="hidden lg:block w-full bg-light border rounded-lg shadow-sm">
      <div class="container-fluid flex max-w-screen-lg gap-8 p-8">
        <div class="w-2/3">
          <a href="#" class="group flex gap-4 mb-4">
            <div class="flex justify-center items-center rounded-lg bg-indigo-500 text-white shadow-lg transition-all 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-semibold mb-1">Innovative Design</div>
              <p class="text-sm text-muted">Explore a range of cutting-edge features designed to elevate your experience.</p>
            </div>
          </a>
          <a href="#" class="group flex gap-4 mb-4">
            <div class="flex justify-center items-center rounded-lg bg-indigo-500 text-white shadow-lg transition-all 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-semibold mb-1">Solutions</div>
              <p class="text-sm text-muted">Providing cutting-edge solutions to everyday challenges through technology and design.</p>
            </div>
          </a>
          <a href="#" class="group flex gap-4 mb-4">
            <div class="flex justify-center items-center rounded-lg bg-indigo-500 text-white shadow-lg transition-all 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-semibold mb-1">Innovative Tech</div>
              <p class="text-sm text-muted">Discover the amazing individuals behind our success, working together to make a difference.</p>
            </div>
          </a>
          <a href="#" class="group flex gap-4 mb-4">
            <div class="flex justify-center items-center rounded-lg bg-indigo-500 text-white shadow-lg transition-all 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-semibold mb-1">Create Account</div>
              <p class="text-sm text-muted">Fill in the details below to create your account.</p>
            </div>
          </a>
        </div>
      </div>
    </div>
  </div>
</div>



                     
                  


                      
                      
                      <div class="flex items-center justify-center bg-gradient-to-r from-blue-500 to-indigo-600 text-white">
    <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="block text-sm font-semibold text-gray-700">Credit Card</label>
                <input type="text" class="w-full px-4 py-2 mt-1 border border-gray-300 rounded-md focus:ring-indigo-500 focus:border-indigo-500" id="name" placeholder="Full Name" />
            </div>
            <div class="mb-3">
                <label for="cardNumber" class="block text-sm font-semibold text-gray-700">Credit Card Number</label>
                <input type="text" class="w-full px-4 py-2 mt-1 border border-gray-300 rounded-md focus:ring-indigo-500 focus:border-indigo-500" id="cardNumber" placeholder="1234 5678 9012 3456" maxlength="19" />
            </div>
            <div class="flex space-x-4">
                <div class="w-2/3 mb-3">
                    <label for="expiryDate" class="block text-sm font-semibold text-gray-700">Expiration Date</label>
                    <input type="text" class="w-full px-4 py-2 mt-1 border border-gray-300 rounded-md focus:ring-indigo-500 focus:border-indigo-500" id="expiryDate" placeholder="MM/YY" maxlength="5" pattern="\d{2}/\d{2}" />
                </div>
                <div class="w-1/3 mb-3">
                    <label for="cvv" class="block text-sm font-semibold text-gray-700">Security Code</label>
                    <input type="text" class="w-full px-4 py-2 mt-1 border border-gray-300 rounded-md focus:ring-indigo-500 focus:border-indigo-500" id="cvv" placeholder="123" maxlength="3" pattern="\d{3}" />
                </div>
            </div>
            <button class="w-full mt-4 py-2 px-4 bg-gray-800 text-white rounded-md hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-indigo-500">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="flex items-center justify-center min-h-screen bg-gray-100">
  <div class="w-full max-w-md p-6 bg-white rounded-3xl shadow-lg">
    <h4 class="text-3xl font-bold text-indigo-600">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="block text-sm font-semibold text-gray-700">Username</label>
        <input type="text" class="w-full px-4 py-2 mt-1 border border-gray-300 rounded-md focus:ring-indigo-500 focus:border-indigo-500" id="username" placeholder="Choose a username" />
      </div>
      <div class="mb-4">
        <label for="useremail" class="block text-sm font-semibold text-gray-700">Email Address</label>
        <input type="email" class="w-full px-4 py-2 mt-1 border border-gray-300 rounded-md focus:ring-indigo-500 focus:border-indigo-500" id="useremail" placeholder="Enter your email address" />
      </div>
      <div class="mb-4">
        <label for="userpassword" class="block text-sm font-semibold text-gray-700">Password</label>
        <input type="password" class="w-full px-4 py-2 mt-1 border border-gray-300 rounded-md focus:ring-indigo-500 focus:border-indigo-500" id="userpassword" placeholder="Set your password" />
      </div>
      <div class="flex items-center mb-4">
        <input type="checkbox" class="form-checkbox h-5 w-5 text-indigo-600" id="acceptTerms" />
        <label class="ml-2 text-sm text-gray-700" for="acceptTerms">
          I agree to the <a href="#" class="text-indigo-500">Privacy Policy</a> and <a href="#" class="text-indigo-500">Terms of Service</a>.
        </label>
      </div>
      <button type="submit" class="w-full py-2 bg-green-500 text-white rounded-md hover:bg-green-600 focus:outline-none focus:ring-2 focus:ring-green-500">Sign Up</button>
      <p class="mt-3 text-center text-sm text-gray-600">
        Already have an account? <a href="#" class="text-indigo-500">Log In</a>
      </p>
    </form>
    <div class="pt-4 text-center text-xs text-gray-500">
      Created using <a class="text-gray-500" href="#" target="_blank">Nobalish</a>.
    </div>
  </div>
</div>



                     
                  


                      
                      
                      <div class="py-5 px-3 min-w-full">
  <div class="bg-white p-5 mx-auto shadow-lg rounded-lg w-max">
    <form>
      <div class="mb-4 flex items-center">
        <label for="number" class="mr-4 text-right font-bold text-secondary" style="width: 120px;">Contact Number</label>
        <input type="number" id="number" name="number" placeholder="Enter your number" class="form-control form-control-lg">
      </div>
      <div class="mb-4 flex items-center">
        <label for="range" class="mr-4 text-right font-bold text-secondary" style="width: 120px;">Experience Level</label>
        <input type="range" id="range" name="range" class="form-range">
      </div>
      <div class="mb-4 flex items-center">
        <label for="file" class="mr-4 text-right font-bold text-secondary" style="width: 120px;">Upload File</label>
        <input type="file" id="file" name="file" class="form-control form-control-lg">
      </div>
      <div class="mb-4 flex items-center">
        <label for="date" class="mr-4 text-right font-bold text-secondary" style="width: 120px;">Event Date</label>
        <input type="date" id="date" name="date" class="form-control form-control-lg">
      </div>
      <div class="mb-4 flex items-center">
        <label for="month" class="mr-4 text-right font-bold text-secondary" style="width: 120px;">Start Month</label>
        <input type="month" id="month" name="month" class="form-control form-control-lg">
      </div>
      <div class="mb-4 flex items-center">
        <label for="time" class="mr-4 text-right font-bold text-secondary" style="width: 120px;">Preferred Time</label>
        <input type="time" id="time" name="time" class="form-control form-control-lg">
      </div>
      <div class="mb-4 flex items-center">
        <label for="password" class="mr-4 text-right font-bold text-secondary" style="width: 120px;">Password</label>
        <input type="password" id="password" name="password" placeholder="Create a password" class="form-control form-control-lg">
      </div>
      <div class="text-right">
        <button type="submit" class="btn bg-green-600 text-white px-6 py-3 rounded-lg">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-light 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-dark md:mb-6 lg:text-3xl">Let's Connect</h2>
      <p class="mx-auto max-w-screen-md text-center text-muted 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 gap-4 max-w-screen-md">
      <div class="col-span-12 md:col-span-6">
        <label for="first-name" class="mb-2 block text-sm text-dark">Name of the Explorer*</label>
        <input name="first-name" class="form-control" id="first-name" placeholder="Your full name" required />
      </div>
      <div class="col-span-12 md:col-span-6">
        <label for="last-name" class="mb-2 block text-sm text-dark">Family Name*</label>
        <input name="last-name" class="form-control" id="last-name" placeholder="Your surname" required />
      </div>
      <div class="col-span-12">
        <label for="company" class="mb-2 block text-sm text-dark">Organization Name</label>
        <input name="company" class="form-control" id="company" placeholder="Enter your organization" />
      </div>
      <div class="col-span-12">
        <label for="email" class="mb-2 block text-sm text-dark">Your Email Address*</label>
        <input name="email" class="form-control" id="email" placeholder="email@example.com" required />
      </div>
      <div class="col-span-12">
        <label for="subject" class="mb-2 block text-sm text-dark">Topic of Discussion*</label>
        <input name="subject" class="form-control" id="subject" placeholder="Subject of your message" required />
      </div>
      <div class="col-span-12">
        <label for="message" class="mb-2 block text-sm text-dark">Your Thoughts*</label>
        <textarea name="message" class="form-control" id="message" rows="6" placeholder="Write your message here" required></textarea>
      </div>
      <div class="col-span-12 flex justify-between items-center">
        <button class="btn bg-green-600 text-white px-8 py-3 text-sm font-semibold" type="submit">Send Your Message</button>
        <span class="text-sm text-muted">*Required fields</span>
      </div>
      <p class="text-xs text-muted">By submitting, you agree to our <a href="#" class="underline text-blue-500">Terms and Conditions</a>.</p>
    </form>
  </div>
</div>



                     
                  


                      
                      
                      <form>
  <div class="grid gap-6 mb-6 sm:grid-cols-2">
    <div>
      <label for="product_name" class="block mb-2 text-sm font-semibold text-gray-800">Product Name</label>
      <input type="text" id="product_name" class="w-full p-3 border border-gray-300 rounded-lg" placeholder="Gadget X100" required>
    </div>
    <div>
      <label for="brand_name" class="block mb-2 text-sm font-semibold text-gray-800">Brand Name</label>
      <input type="text" id="brand_name" class="w-full p-3 border border-gray-300 rounded-lg" placeholder="TechNova" required>
    </div>
    <div>
      <label for="price" class="block mb-2 text-sm font-semibold text-gray-800">Price</label>
      <input type="text" id="price" class="w-full p-3 border border-gray-300 rounded-lg" placeholder="$499.99" required>
    </div>
    <div>
      <label for="availability" class="block mb-2 text-sm font-semibold text-gray-800">Availability</label>
      <input type="text" id="availability" class="w-full p-3 border border-gray-300 rounded-lg" placeholder="In Stock" required>
    </div>
    <div>
      <label for="category" class="block mb-2 text-sm font-semibold text-gray-800">Category</label>
      <input type="text" id="category" class="w-full p-3 border border-gray-300 rounded-lg" placeholder="Electronics" required>
    </div>
    <div>
      <label for="rating" class="block mb-2 text-sm font-semibold text-gray-800">Customer Rating</label>
      <input type="number" id="rating" class="w-full p-3 border border-gray-300 rounded-lg" placeholder="4.5" required>
    </div>
  </div>
  <div class="mb-6">
    <label for="manufacturer_email" class="block mb-2 text-sm font-semibold text-gray-800">Manufacturer Email</label>
    <input type="email" id="manufacturer_email" class="w-full p-3 border border-gray-300 rounded-lg" placeholder="support@technova.com" required>
  </div>
  <div class="mb-6">
    <label for="warranty_period" class="block mb-2 text-sm font-semibold text-gray-800">Warranty Period</label>
    <input type="text" id="warranty_period" class="w-full p-3 border border-gray-300 rounded-lg" placeholder="2 years" required>
  </div>
  <div class="mb-6 flex items-center">
    <input id="accept_terms" type="checkbox" value="" class="w-4 h-4 mr-2 text-primary-500" required>
    <label for="accept_terms" class="text-sm text-gray-700">I agree to the <a href="#" class="text-blue-600">terms and conditions</a>.</label>
  </div>
  <button type="submit" class="w-full py-3 bg-blue-600 text-white rounded-lg font-semibold hover:bg-blue-700">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="py-6">
  <div class="max-w-screen-lg mx-auto">
    <div class="grid grid-cols-1 md:grid-cols-2 gap-6 bg-white p-6 rounded-lg">
      <!-- Contact Information Section -->
      <div class="bg-primary p-6 text-white rounded-lg">
        <h2 class="font-semibold text-xl mb-4">Contact Information</h2>
        <p class="font-semibold mb-3">
          Location Address
          <span class="block text-light">123 Tech Street, Silicon Valley, CA, USA</span>
        </p>
        <p class="font-semibold mb-3">
          Phone Number
          <span class="block text-light">+1 (800) 123 4567</span>
        </p>
        <p class="font-semibold mb-3">
          Email Address
          <span class="block text-light">contact@company.com</span>
        </p>
        <p class="font-semibold mb-3">
          Web Address
          <span class="block text-light">www.companywebsite.com</span>
        </p>
      </div>
      <!-- Contact Us Form Section -->
      <div class="bg-light p-6 rounded-lg">
        <h2 class="font-semibold text-xl text-primary mb-4">Contact Us</h2>
        <form>
          <div class="grid grid-cols-1 sm:grid-cols-2 gap-6 mb-6">
            <input type="text" class="w-full p-4 rounded-full border border-gray-300" placeholder="Full Name" />
            <input type="email" class="w-full p-4 rounded-full border border-gray-300" placeholder="Your Email" />
          </div>
          <div class="grid grid-cols-1 sm:grid-cols-2 gap-6 mb-6">
            <input type="text" class="w-full p-4 rounded-full border border-gray-300" placeholder="Your Phone Number" />
            <input type="text" class="w-full p-4 rounded-full border border-gray-300" placeholder="Message Subject" />
          </div>
          <div class="mb-6">
            <textarea class="w-full p-4 rounded-lg border border-gray-300" placeholder="Your Inquiry" rows="6"></textarea>
          </div>
          <div class="text-center">
            <button type="submit" class="w-full py-3 px-6 bg-primary text-white rounded-full font-semibold hover:bg-primary-700">
              Submit
            </button>
          </div>
        </form>
      </div>
    </div>
  </div>
  <p class="text-center text-sm text-muted mt-4">
    The Connections section allows you to manage your connections and communication with others.
  </p>
</div>



                     
                  

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 lg:text-left py-20">
  <div class="container mx-auto px-4">
    <div class="mb-10">
      <h2 class="text-3xl font-bold text-primary mb-4">Get Started with Amazing Projects</h2>
      <p class="text-muted">Join thousands of businesses growing with our powerful solutions.</p>
    </div>
    <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-6 gap-4">
      <div>
        <h5 class="font-bold text-primary mb-3">Services</h5>
        <ul class="list-none space-y-2">
          <li><a href="#" class="text-secondary hover:text-primary">Overview</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Support</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Features</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Pricing</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Blog</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Updates</a></li>
        </ul>
      </div>
      <div>
        <h5 class="font-bold text-primary mb-3">About Us</h5>
        <ul class="list-none space-y-2">
          <li><a href="#" class="text-secondary hover:text-primary">Our Team</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Careers</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">News</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Partnerships</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Contact</a></li>
        </ul>
      </div>
      <div>
        <h5 class="font-bold text-primary mb-3">Resources</h5>
        <ul class="list-none space-y-2">
          <li><a href="#" class="text-secondary hover:text-primary">FAQ</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Documentation</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Support Center</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Community</a></li>
        </ul>
      </div>
      <div>
        <h5 class="font-bold text-primary mb-3">Legal</h5>
        <ul class="list-none space-y-2">
          <li><a href="#" class="text-secondary hover:text-primary">Privacy Policy</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Terms of Use</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Cookies Policy</a></li>
        </ul>
      </div>
      <div>
        <h5 class="font-bold text-primary mb-3">Social</h5>
        <ul class="list-none space-y-2">
          <li><a href="#" class="text-secondary hover:text-primary">Twitter</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Facebook</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">LinkedIn</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Instagram</a></li>
        </ul>
      </div>
      <div>
        <h5 class="font-bold text-primary mb-3">Quick Links</h5>
        <ul class="list-none space-y-2">
          <li><a href="#" class="text-secondary hover:text-primary">Blog</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Events</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Help Center</a></li>
          <li><a href="#" class="text-secondary hover:text-primary">Newsletter</a></li>
        </ul>
      </div>
    </div>
    <hr class="my-6">
    <div class="flex justify-between items-center">
      <div class="text-sm 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">
  <div class="p-6 bg-light rounded-lg shadow-md">
    <div class="flex justify-between items-center">
      <a href="#" target="_blank" class="flex items-center mb-4 sm:mb-0">
        <span class="text-3xl font-bold text-dark">My Website</span>
      </a>
      <ul class="flex flex-wrap mb-6 sm: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-6 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-sm">This footer component is part of a larger, open-source library of 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="flex flex-col items-center border-t pt-6">
     <nav class="mb-4 flex flex-wrap justify-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="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="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-4">
    <div>
      <button class="btn-primary w-full">Primary Button</button>
    </div>
    <div>
      <button class="btn-outline-secondary w-full">Outline Button</button>
    </div>
    <div>
      <button class="btn-success w-full">
        <i class="bi bi-check-circle mr-2"></i> Success Button
      </button>
    </div>
    <div>
      <button class="btn-warning w-full" data-bs-toggle="tooltip" data-bs-placement="top" title="This is a tooltip!">
        Warning Button
      </button>
    </div>
    <div>
      <button class="btn-danger w-full">
        Delete <span class="badge bg-light text-dark ml-2">5</span>
      </button>
    </div>
    <div>
      <button class="btn-info w-full">Info Button</button>
    </div>
    <div>
      <button class="btn-dark w-full">Dark Button</button>
    </div>
    <div>
      <button class="btn-light w-full">Light Button</button>
    </div>
  </div>
</div>



                    
                  


                      
                      
                      <div class="container py-5">
  <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-4">
    <div>
      <button class="w-full text-white border-0 rounded-lg py-3 px-4 bg-gradient-to-r from-[#ff7e5f] to-[#000] text-lg font-semibold uppercase hover:scale-[1.1] hover:shadow-lg transition-all">
        Gradient Button
      </button>
    </div>
    <div>
      <button class="w-full text-white border-0 rounded-lg py-3 px-4 bg-gradient-to-r from-[#5fff7c] to-[#000] text-lg font-semibold uppercase hover:scale-[1.1] hover:shadow-lg transition-all">
        Gradient Button
      </button>
    </div>
    <div>
      <button class="w-full text-white border-0 rounded-lg py-3 px-4 bg-gradient-to-r from-[#b0dfc0] to-[#000] text-lg font-semibold uppercase hover:scale-[1.1] hover:shadow-lg transition-all">
        Gradient Button
      </button>
    </div>
    <div>
      <button class="w-full text-white border-0 rounded-lg py-3 px-4 bg-gradient-to-r from-[#b6b4b8] to-[#000] text-lg font-semibold uppercase hover:scale-[1.1] hover:shadow-lg transition-all">
        Gradient Button
      </button>
    </div>
    <div>
      <button class="w-full text-white border-0 rounded-lg py-3 px-4 bg-gradient-to-r from-[#6443bf] to-[#000] text-lg font-semibold uppercase hover:scale-[1.1] hover:shadow-lg transition-all">
        Gradient Button
      </button>
    </div>
    <div>
      <button class="w-full text-white border-0 rounded-lg py-3 px-4 bg-gradient-to-r from-[#b700ff] to-[#000] text-lg font-semibold uppercase hover:scale-[1.1] hover:shadow-lg transition-all">
        Gradient Button
      </button>
    </div>
    <div>
      <button class="w-full text-white border-0 rounded-lg py-3 px-4 bg-gradient-to-r from-[#ff1bdd] to-[#000] text-lg font-semibold uppercase hover:scale-[1.1] hover:shadow-lg transition-all">
        Gradient Button
      </button>
    </div>
    <div>
      <button class="w-full text-white border-0 rounded-lg py-3 px-4 bg-gradient-to-r from-[#dbfd17] to-[#060606] text-lg font-semibold uppercase hover:scale-[1.1] hover:shadow-lg transition-all">
        Gradient Button
      </button>
    </div>
  </div>
</div>



                    
                  


                      
                      

                      <div class="container py-5">
  <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-4">
    <div>
      <button class="w-full text-white border-0 py-3 px-4 bg-[#dc3545] text-lg font-semibold uppercase rounded-[30px] hover:scale-[1.1] hover:shadow-lg transition-all">
        Button
      </button>
    </div>
    <div>
      <button class="w-full text-white border-0 py-3 px-4 bg-[#0533ff] text-lg font-semibold uppercase rounded-[30px] hover:scale-[1.1] hover:shadow-lg transition-all">
        Button
      </button>
    </div>
    <div>
      <button class="w-full text-white border-0 py-3 px-4 bg-[#15ff09] text-lg font-semibold uppercase rounded-[30px] hover:scale-[1.1] hover:shadow-lg transition-all">
        Button
      </button>
    </div>
    <div>
      <button class="w-full text-white border-0 py-3 px-4 bg-[#999b1c] text-lg font-semibold uppercase rounded-[30px] hover:scale-[1.1] hover:shadow-lg transition-all">
        Button
      </button>
    </div>
    <div>
      <button class="w-full text-white border-0 py-3 px-4 bg-[#00f7ff] text-lg font-semibold uppercase rounded-[30px] hover:scale-[1.1] hover:shadow-lg transition-all">
        Button
      </button>
    </div>
    <div>
      <button class="w-full text-white border-0 py-3 px-4 bg-[#5f09ff] text-lg font-semibold uppercase rounded-[30px] hover:scale-[1.1] hover:shadow-lg transition-all">
        Button
      </button>
    </div>
    <div>
      <button class="w-full text-white border-0 py-3 px-4 bg-[#ff00d9] text-lg font-semibold uppercase rounded-[30px] hover:scale-[1.1] hover:shadow-lg transition-all">
        Button
      </button>
    </div>
    <div>
      <button class="w-full text-white border-0 py-3 px-4 bg-[#ff9100] text-lg font-semibold uppercase rounded-[30px] hover:scale-[1.1] hover:shadow-lg transition-all">
        Button
      </button>
    </div>
  </div>
</div>


                     
                  


                      
                      
                      <div class="p-20">
  <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-4">
    <div>
      <button class="w-full rounded-full p-16 bg-red-500 hover:scale-110 hover:shadow-lg text-white">Red</button>
    </div>
    <div>
      <button class="w-full rounded-full p-16 bg-green-500 hover:scale-110 hover:shadow-lg text-white">Green</button>
    </div>
    <div>
      <button class="w-full rounded-full p-16 bg-blue-500 hover:scale-110 hover:shadow-lg text-white">Blue</button>
    </div>
    <div>
      <button class="w-full rounded-full p-16 bg-yellow-500 hover:scale-110 hover:shadow-lg text-white">Yellow</button>
    </div>
    <div>
      <button class="w-full rounded-full p-16 bg-white hover:scale-110 hover:shadow-lg text-black">White</button>
    </div>
    <div>
      <button class="w-full rounded-full p-16 bg-gray-500 hover:scale-110 hover:shadow-lg text-white">Gray</button>
    </div>
    <div>
      <button class="w-full rounded-full p-16 bg-teal-500 hover:scale-110 hover:shadow-lg text-white">Teal</button>
    </div>
    <div>
      <button class="w-full rounded-full p-16 bg-black hover:scale-110 hover:shadow-lg text-white">Black</button>
    </div>
  </div>
</div>



                     
                  

>

                      
                      
                      <div class="p-20">
  <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-4">
    <div>
      <button class="w-full rounded-full p-16 border-2 border-red-500 hover:scale-110 hover:shadow-lg text-red-500">Red</button>
    </div>
    <div>
      <button class="w-full rounded-full p-16 border-2 border-green-500 hover:scale-110 hover:shadow-lg text-green-500">Green</button>
    </div>
    <div>
      <button class="w-full rounded-full p-16 border-2 border-blue-500 hover:scale-110 hover:shadow-lg text-blue-500">Blue</button>
    </div>
    <div>
      <button class="w-full rounded-full p-16 border-2 border-yellow-500 hover:scale-110 hover:shadow-lg text-yellow-500">Yellow</button>
    </div>
    <div>
      <button class="w-full rounded-full p-16 border-2 border-gray-500 hover:scale-110 hover:shadow-lg text-gray-500">Gray</button>
    </div>
    <div>
      <button class="w-full rounded-full p-16 border-2 border-teal-500 hover:scale-110 hover:shadow-lg text-teal-500">Teal</button>
    </div>
    <div>
      <button class="w-full rounded-full p-16 border-2 border-black hover:scale-110 hover:shadow-lg text-black">Black</button>
    </div>
  </div>
</div>



                     
                  


                      
                      
                      <div class="container py-5">
  <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-4">
    <div>
      <button class="btn-primary w-full p-3 rounded-3 flex justify-center items-center">
        <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>
      <button class="btn-success w-full p-3 rounded-3 flex justify-center items-center">
        <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>
      <button class="btn-warning w-full p-3 rounded-3 flex justify-center items-center">
        <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>
      <button class="btn-danger w-full p-3 rounded-3 flex justify-center items-center">
        <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>
      <button class="btn-info w-full p-3 rounded-3 flex justify-center items-center">
        <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>
      <button class="btn-pink w-full p-3 rounded-3 flex justify-center items-center">
        <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>
      <button class="btn-secondary w-full p-3 rounded-3 flex justify-center items-center">
        <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>
      <button class="btn-dark w-full p-3 rounded-3 flex justify-center items-center">
        <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="flex justify-start md:justify-center bg-white shadow-sm rounded overflow-auto mx-auto py-3 px-2 mb-4">
    <div class="flex flex-col items-center rounded-full mx-1 transition-all bg-dark text-white shadow-sm hover:shadow-lg cursor-pointer p-3">
      <p class="mb-1 text-sm">Sun</p>
      <p class="mb-0 font-bold">1</p>
    </div>
    <div class="flex flex-col items-center rounded-full mx-1 transition-all bg-dark text-white shadow-sm hover:shadow-lg cursor-pointer p-3">
      <p class="mb-1 text-sm">Mon</p>
      <p class="mb-0 font-bold">2</p>
    </div>
    <div class="flex flex-col items-center rounded-full mx-1 transition-all bg-dark text-white shadow-sm hover:shadow-lg cursor-pointer p-3">
      <p class="mb-1 text-sm">Tue</p>
      <p class="mb-0 font-bold">3</p>
    </div>
    <div class="flex flex-col items-center rounded-full mx-1 transition-all bg-primary text-white shadow-lg relative p-3">
      <p class="mb-1 text-sm">Wed</p>
      <p class="mb-0 font-bold">4</p>
    </div>
    <div class="flex flex-col items-center rounded-full mx-1 transition-all bg-dark text-white shadow-sm hover:shadow-lg cursor-pointer p-3">
      <p class="mb-1 text-sm">Thu</p>
      <p class="mb-0 font-bold">5</p>
    </div>
    <div class="flex flex-col items-center rounded-full mx-1 transition-all bg-dark text-white shadow-sm hover:shadow-lg cursor-pointer p-3">
      <p class="mb-1 text-sm">Fri</p>
      <p class="mb-0 font-bold">6</p>
    </div>
    <div class="flex flex-col items-center rounded-full mx-1 transition-all bg-dark text-white shadow-sm hover:shadow-lg cursor-pointer p-3">
      <p class="mb-1 text-sm">Sat</p>
      <p class="mb-0 font-bold">7</p>
    </div>
  </div>
  <div class="flex justify-start md:justify-center bg-white shadow-sm rounded overflow-auto mx-auto py-3 px-2">
    <div class="flex flex-col items-center rounded mx-1 transition-all bg-light text-dark shadow-sm hover:shadow-lg cursor-pointer p-3">
      <p class="mb-1 text-sm">Sun</p>
      <p class="mb-0 font-bold">1</p>
    </div>
    <div class="flex flex-col items-center rounded mx-1 transition-all bg-light text-dark shadow-sm hover:shadow-lg cursor-pointer p-3">
      <p class="mb-1 text-sm">Mon</p>
      <p class="mb-0 font-bold">2</p>
    </div>
    <div class="flex flex-col items-center rounded mx-1 transition-all bg-light text-dark shadow-sm hover:shadow-lg cursor-pointer p-3">
      <p class="mb-1 text-sm">Tue</p>
      <p class="mb-0 font-bold">3</p>
    </div>
    <div class="flex flex-col items-center rounded mx-1 bg-primary text-white shadow-lg relative p-3">
      <p class="mb-1 text-sm">Wed</p>
      <p class="mb-0 font-bold">4</p>
    </div>
    <div class="flex flex-col items-center rounded mx-1 transition-all bg-light text-dark shadow-sm hover:shadow-lg cursor-pointer p-3">
      <p class="mb-1 text-sm">Thu</p>
      <p class="mb-0 font-bold">5</p>
    </div>
    <div class="flex flex-col items-center rounded mx-1 transition-all bg-light text-dark shadow-sm hover:shadow-lg cursor-pointer p-3">
      <p class="mb-1 text-sm">Fri</p>
      <p class="mb-0 font-bold">6</p>
    </div>
    <div class="flex flex-col items-center rounded mx-1 transition-all bg-light text-dark shadow-sm hover:shadow-lg cursor-pointer p-3">
      <p class="mb-1 text-sm">Sat</p>
      <p class="mb-0 font-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="flex items-center justify-center">
  <div class="grid min-h-[25vh] w-full place-items-center overflow-auto rounded-lg p-4">
    <div role="alert" class="alert alert-primary flex items-center p-4 rounded-lg">
      <div class="mr-5">
        <p class="font-bold text-warning">Holiday Sale
          <span class="text-light">
            - Up to 40% off on home decor!
          </span>
          <span class="inline-flex items-center justify-center text-sm font-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 absolute top-0 right-0" type="button"></button>
    </div>
  </div>
</div>

<div class="flex items-center justify-center">
  <div class="grid min-h-[25vh] w-full place-items-center overflow-auto rounded-lg p-4">
    <div role="alert" class="alert alert-danger flex items-center p-4 rounded-lg">
      <div class="mr-5">
        <p class="font-bold text-warning">Holiday Sale
          <span class="text-light">
            - Up to 40% off on home decor!
          </span>
          <span class="inline-flex items-center justify-center text-sm font-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 absolute top-0 right-0" type="button"></button>
    </div>
  </div>
</div>

<div class="flex items-center justify-center">
  <div class="grid min-h-[25vh] w-full place-items-center overflow-auto rounded-lg p-4">
    <div role="alert" class="alert alert-success flex items-center p-4 rounded-lg">
      <div class="mr-5">
        <p class="font-bold text-warning">Holiday Sale
          <span class="text-light">
            - Up to 40% off on home decor!
          </span>
          <span class="inline-flex items-center justify-center text-sm font-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 absolute top-0 right-0" type="button"></button>
    </div>
  </div>
</div>

<div class="flex items-center justify-center">
  <div class="grid min-h-[25vh] w-full place-items-center overflow-auto rounded-lg p-4">
    <div role="alert" class="alert alert-info flex items-center p-4 rounded-lg">
      <div class="mr-5">
        <p class="font-bold text-warning">Holiday Sale
          <span class="text-light">
            - Up to 40% off on home decor!
          </span>
          <span class="inline-flex items-center justify-center text-sm font-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 absolute top-0 right-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="flex flex-col gap-4 text-left">
    <h1 class="font-bold text-primary text-4xl">Sample Heading One</h1>
    <h2 class="font-bold text-secondary text-3xl">Sample Heading Two</h2>
    <h3 class="font-bold text-success text-2xl">Sample Heading Three</h3>
    <h4 class="font-bold text-warning text-xl">Sample Heading Four</h4>
    <h5 class="font-bold text-info text-lg">Sample Heading Five</h5>
    <p class="font-semibold text-muted text-base">Sample Heading Six</p>
  </div>
</div>



                     
                  

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

                      
                      
                      <nav aria-label="Page navigation example">
  <ul class="flex list-none space-x-2">
    <li>
      <a href="#" class="text-gray-700 px-3 py-2 border rounded-lg hover:bg-gray-200" aria-label="Previous">
        <span aria-hidden="true">&laquo; Previous</span>
      </a>
    </li>
    <li>
      <a href="#" class="text-gray-700 px-3 py-2 border rounded-lg hover:bg-gray-200">1</a>
    </li>
    <li>
      <a href="#" class="text-gray-700 px-3 py-2 border rounded-lg hover:bg-gray-200">2</a>
    </li>
    <li>
      <a href="#" class="bg-blue-500 text-white px-3 py-2 border rounded-lg">3</a>
    </li>
    <li>
      <a href="#" class="text-gray-700 px-3 py-2 border rounded-lg hover:bg-gray-200">4</a>
    </li>
    <li>
      <a href="#" class="text-gray-700 px-3 py-2 border rounded-lg hover:bg-gray-200">5</a>
    </li>
    <li>
      <a href="#" class="text-gray-700 px-3 py-2 border rounded-lg hover:bg-gray-200" 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="flex justify-center flex-wrap">
    <div class="w-full md:w-1/2 mb-4">
      <div class="bg-white shadow-lg border rounded-lg">
        <div class="bg-light text-primary text-center font-bold py-3">
          Flexible Billing
        </div>
        <div class="p-4">
          <div class="flex justify-center mb-4">
            <div class="text-center">
              <h3 class="text-xl">2.0%</h3>
              <p class="text-sm text-muted mt-2">for transactions within Europe</p>
            </div>
            <div class="text-center ml-5">
              <h3 class="text-xl">3.5%</h3>
              <p class="text-sm text-muted mt-2">for international transactions</p>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="w-full md:w-1/2 mb-4">
      <div class="bg-white shadow-lg border rounded-lg">
        <div class="bg-dark text-white text-center font-bold py-3">
          Premium Business Plan
        </div>
        <div class="p-4">
          <div class="flex justify-center mb-4">
            <div class="text-center">
              <h3 class="text-xl">2.0%</h3>
              <p class="text-sm text-muted mt-2">for transactions within Europe</p>
            </div>
            <div class="text-center ml-5">
              <h3 class="text-xl">3.5%</h3>
              <p class="text-sm 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-[22rem]">
        <div class="card-body bg-light rounded-t-lg">
            <div class="flex justify-between">
                <span class="font-bold text-dark">December 2024</span>
                <div class="flex">
                    <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 ml-3">
                        <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="flex justify-between pt-4 overflow-auto">
                <table class="table-auto w-full">
                    <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="pt-3 text-center"></td>
                            <td class="pt-3 text-center"></td>
                            <td class="pt-3 text-center"></td>
                            <td class="pt-3 text-center"><p>1</p></td>
                            <td class="pt-3 text-center"><p>2</p></td>
                            <td class="pt-3 text-center"><p>3</p></td>
                            <td class="pt-3 text-center"><p>4</p></td>
                        </tr>
                        <tr>
                            <td class="pt-3 text-center"><p>5</p></td>
                            <td class="pt-3 text-center"><p>6</p></td>
                            <td class="pt-3 text-center"><p>7</p></td>
                            <td class="pt-3 text-center"><a class="btn bg-blue-500 text-white rounded-full" href="#">8</a></td>
                            <td class="pt-3 text-center"><p>9</p></td>
                            <td class="pt-3 text-center"><p>10</p></td>
                            <td class="pt-3 text-center"><p>11</p></td>
                        </tr>
                        <tr>
                            <td class="pt-3 text-center"><p>12</p></td>
                            <td class="pt-3 text-center"><p>13</p></td>
                            <td class="pt-3 text-center"><p>14</p></td>
                            <td class="pt-3 text-center"><p>15</p></td>
                            <td class="pt-3 text-center"><p>16</p></td>
                            <td class="pt-3 text-center"><p>17</p></td>
                            <td class="pt-3 text-center"><p>18</p></td>
                        </tr>
                        <tr>
                            <td class="pt-3 text-center"><p>19</p></td>
                            <td class="pt-3 text-center"><p>20</p></td>
                            <td class="pt-3 text-center"><p>21</p></td>
                            <td class="pt-3 text-center"><p>22</p></td>
                            <td class="pt-3 text-center"><p>23</p></td>
                            <td class="pt-3 text-center"><p>24</p></td>
                            <td class="pt-3 text-center"><p>25</p></td>
                        </tr>
                        <tr>
                            <td class="pt-3 text-center"><p>26</p></td>
                            <td class="pt-3 text-center"><p>27</p></td>
                            <td class="pt-3 text-center"><p>28</p></td>
                            <td class="pt-3 text-center"><p>29</p></td>
                            <td class="pt-3 text-center"><p>30</p></td>
                            <td class="pt-3 text-center"><p>31</p></td>
                            <td class="pt-3 text-center"><p></p></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 Bootstrap component library. For more details, visit the official <a class="text-primary" href="#" target="_blank">Bootstrap 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 my-5">
    <ul class="nav" id="myTab" role="tablist">
        <li class="nav-item">
            <a class="nav-link" id="overview-tab" data-toggle="tab" href="#overview" role="tab" aria-controls="overview" aria-selected="false">Overview</a>
        </li>
        <li class="nav-item">
            <a class="nav-link active" id="stats-tab" data-toggle="tab" href="#stats" role="tab" aria-controls="stats" aria-selected="true">Stats</a>
        </li>
        <li class="nav-item">
            <a class="nav-link" id="preferences-tab" data-toggle="tab" href="#preferences" role="tab" aria-controls="preferences" aria-selected="false">Preferences</a>
        </li>
        <li class="nav-item">
            <a class="nav-link" id="connections-tab" data-toggle="tab" href="#connections" role="tab" aria-controls="connections" aria-selected="false">Connections</a>
        </li>
    </ul>
    <div class="tab-content mt-3" id="myTabContent">
        <div class="tab-pane fade" id="overview" role="tabpanel" aria-labelledby="overview-tab">
            <p class="text-muted">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-pane fade show active" id="stats" role="tabpanel" aria-labelledby="stats-tab">
            <p class="text-muted">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-pane fade" id="preferences" role="tabpanel" aria-labelledby="preferences-tab">
            <p class="text-muted">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-pane fade" id="connections" role="tabpanel" aria-labelledby="connections-tab">
            <p class="text-muted">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="relative hidden lg:block h-full my-4 ml-4 shadow-lg w-1/4">
  <div class="h-full bg-light rounded-2 bg-dark">
    <div class="flex items-center justify-center pt-3">
      <img src="https://dummyimage.com/722x402" alt="Dummy Image" class="w-full h-auto">
    </div>
    <nav class="mt-3">
      <div>
        <a class="flex items-center justify-start w-full p-3 my-2 text-primary text-sm font-light uppercase bg-light bg-gradient" href="#">
          <span class="text-start">
            <i class="bi bi-house"></i>
          </span>
          <span class="ml-3 text-sm font-normal">
            Home
          </span>
        </a>
        <a class="flex items-center justify-start w-full p-3 my-2 text-muted text-sm font-light uppercase transition-all hover:text-primary" href="#">
          <span class="text-start">
            <i class="bi bi-folder"></i>
          </span>
          <span class="ml-3 text-sm font-normal">
            Files
          </span>
        </a>
        <a class="flex items-center justify-start w-full p-3 my-2 text-muted text-sm font-light uppercase transition-all hover:text-primary" href="#">
          <span class="text-start">
            <i class="bi bi-list-task"></i>
          </span>
          <span class="ml-3 text-sm font-normal">
            Tasks
          </span>
        </a>
        <a class="flex items-center justify-start w-full p-3 my-2 text-muted text-sm font-light uppercase transition-all hover:text-primary" href="#">
          <span class="text-start">
            <i class="bi bi-calendar3"></i>
          </span>
          <span class="ml-3 text-sm font-normal">
            Schedule
          </span>
        </a>
        <a class="flex items-center justify-start w-full p-3 my-2 text-muted text-sm font-light uppercase transition-all hover:text-primary" href="#">
          <span class="text-start">
            <i class="bi bi-clock"></i>
          </span>
          <span class="ml-3 text-sm font-normal">
            Timing
          </span>
        </a>
        <a class="flex items-center justify-start w-full p-3 my-2 text-muted text-sm font-light uppercase transition-all hover:text-primary" href="#">
          <span class="text-start">
            <i class="bi bi-file-earmark"></i>
          </span>
          <span class="ml-3 text-sm font-normal">
            Documents
          </span>
        </a>
        <a class="flex items-center justify-start w-full p-3 my-2 text-muted text-sm font-light uppercase transition-all hover:text-primary" href="#">
          <span class="text-start">
            <i class="bi bi-gear"></i>
          </span>
          <span class="ml-3 text-sm font-normal">
            Options
          </span>
        </a>
      </div>
    </nav>
  </div>
</div>



                     
                  

Our Achievements

50

Users

15

Subscribes

12

Downloads

20

Products


                      
                      
                      <section class="text-gray-600 body-font">
  <div class="container px-5 py-24 mx-auto">
    <div class="w-full mb-8">
      <div class="mb-6">
        <h1 class="text-dark text-4xl font-bold mb-2">Our Achievements</h1>
        <div class="h-1 w-20 bg-success rounded"></div>
      </div>
    </div>
    <div class="text-center grid grid-cols-2 sm:grid-cols-4 gap-4">
      <div class="mb-4">
        <div class="bg-success rounded-lg p-4">
            <h2 class="text-white text-4xl font-medium">50</h2>
            <p class="text-white font-bold">Users</p>
        </div>
      </div>
      <div class="mb-4">
        <div class="bg-success rounded-lg p-4">
            <h2 class="text-white text-4xl font-medium">15</h2>
            <p class="text-white font-bold">Subscribes</p>
        </div>
      </div>
      <div class="mb-4">
        <div class="bg-success rounded-lg p-4">
            <h2 class="text-white text-4xl font-medium">12</h2>
            <p class="text-white font-bold">Downloads</p>
        </div>
      </div>
      <div class="mb-4">
        <div class="bg-success rounded-lg p-4">
            <h2 class="text-white text-4xl font-medium">20</h2>
            <p class="text-white font-bold">Products</p>
        </div>
      </div>
    </div>
  </div>
</section>



                     
                  

通知

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

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

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

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

    2時間前

                      
                        
                      <div class="flex flex-col justify-center items-center bg-light">
    <div class="container my-5">
        <div class="card shadow-sm border-0">
            <div class="card-body">
                <h5 class="text-dark text-xl font-bold mb-4">通知</h5>
                <p class="text-muted mb-4">未読メッセージが3件あります。</p>
                <div class="flex 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-muted mb-4">デバイスに通知を送信します。</small>
                    </div>
                    <div class="form-check form-switch ml-auto">
                        <input class="form-check-input" type="checkbox" id="notificationSwitch" checked>
                    </div>
                </div>
                <ul class="list-none">
                    <li class="flex 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-muted">1時間前</small>
                        </div>
                    </li>
                    <li class="flex 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-muted">1時間前</small>
                        </div>
                    </li>
                    <li class="flex 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-muted">2時間前</small>
                        </div>
                    </li>
                </ul>
                <button class="btn btn-primary w-full mt-4">
                    すべて既読にする
                </button>
            </div>
        </div>
    </div>
</div>