PK

ADDRLIN : /home/questend/www/domains/studiosdws.com_final/
FLL :
Current File : /home/questend/www/domains/studiosdws.com_final/chennai-showroom.html

<!doctype html>
<html lang="en">
  <head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <!-- Bootstrap CSS -->
    <link href="assets/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
    <link href="assets/css/style.css" rel="stylesheet">
    <link href="assets/css/magnific-popup.css" rel="stylesheet">
    <link rel="stylesheet" href="assets/fontawesome/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
    <title>STUDIO DWS | Chennai Showroom</title>    
  </head>
  <body>
    <!-- header -->
    <nav class="navbar navbar-expand-lg navbar-light bg-body-tertiary fixed-top">
      <div class="container pd-lr">
        <a class="navbar-brand" href="index.html">STUDIO DWS</a>
        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
          <span class="navbar-toggler-icon"></span>
        </button>
        <div class="collapse navbar-collapse" id="navbarSupportedContent">
          <ul class="navbar-nav mx-auto">
            <li class="nav-item">
              <a class="nav-link" href="index.html">Home</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="portfolio.html">Portfolio</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="vita.html">Vita</a>
            </li>
            <li class="nav-item">
              <a class="nav-link"  href="contact.html">Contact</a>
            </li>
          </ul>
          <form class="form-inline my-2 my-lg-0">
            <a class="btn btn-floating m-1" href="#!" role="button">
              <i class="fab fa-instagram"></i
              >
            </a>
            <a class="btn btn-floating m-1" href="#!" role="button">
              <i class="fab fa-facebook"></i
              >
            </a>
            <a class="btn btn-floating m-1" href="#!" role="button">
              <i class="fab fa-pinterest"></i
              >
            </a>
          </form>
        </div>
      </div>
    </nav>
    <!-- end header -->
    
    <div class="maindiv">      
      <section class="bg-light-cream section mt-5">
        <div class="container">
          <div class="row justify-content-md-center">
            <div class="col-lg-12">
              <p class="text-center h2">Chennai Showroom</p><br>                         
            </div>
            <div class="col-lg-12 h5 mb-4">
              <p>The Chennai Showroom project involved designing a modern showroom for Bhartiya International, a leather garments and accessory manufacturing company. The site provided was a parking lot surrounded by teakwood trees, which were to be preserved. The showroom required various functional spaces such as meeting rooms, a conference room, a visitors lounge with a bar, a store, and a toilet. The building was intended to be subtle and blend harmoniously with the surroundings.</p>

              <p>The main challenge was the tight timeline of completing the project within 90 working days, including the design phase. To ensure efficiency, a prefab construction approach was adopted, with masonry work used only up to the plinth level. The superstructure was built using mild steel sections and trusses. PUF (Polyurethane Foam) panels were employed on the roof to reduce weight and enhance heat insulation. The building envelope was kept minimal, comprising cement board panels and toughened glass.</p>
              <p>Incorporating the natural beauty of the site, a skylight was introduced in the corridor to allow ample natural light and offer breathtaking views of the tall teakwood trees. At the entrance, a wooden screen was installed to create an intriguing texture and add visual interest.</p>

              <p>The interiors of the showroom focused on creating visually permeable displays for leather bags and accessories. Mild steel tubes were used to construct the displays, while wall-hung shelves were made from molded PMMA (Polymethyl Methacrylate) sheets. The peripheral showrooms featured gypsum false ceilings to ensure appropriate display lighting, while the corridor and visitor lounge showcased exposed mild steel trusses and purlins adorned with pendant lights, making a design statement and utilizing the building's structure to its advantage.</p>

              <p>To maintain a cohesive and contemporary aesthetic, minimal and modern furniture was specially sourced from Italy, seamlessly blending with the overall design and the modern building envelope.</p>
              <p>Overall, the Chennai Showroom project successfully met the design brief of creating a modern showroom for Bhartiya International. The combination of prefabricated construction, strategic use of materials, incorporation of natural elements, visually permeable displays, and carefully curated furniture resulted in a cohesive and visually appealing space that met the client's requirements while adhering to the challenging timeline.</p>
            </div>
            
          </div>
        </div>
      </section>
    </div>
    
    <!-- footer -->
    <!-- Remove the container if you want to extend the Footer to full width. -->
    <div class="container-fluid mt-5 p-0">
      <!-- Footer -->
      <footer class="text-center text-lg-start text-white" style="background-color: #dfd6ce;">
        <!-- Grid container -->
        <div class="container p-4 pb-0">          

          <!-- Section: Social media -->
          <section class="mb-4 text-center">
            <!-- Facebook -->
            <a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-facebook-f"></i></a>

            <!-- Twitter -->
            <a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-twitter"></i></a>

            <!-- Google -->
            <a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-google"></i></a>

            <!-- Instagram -->
            <a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-instagram"></i></a>

            <!-- Linkedin -->
            <a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-linkedin-in"></i></a>
          </section>
          <!-- Section: Social media -->
        </div>
        <!-- Grid container -->

        <!-- Copyright -->
        <div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2)">
          © 2023 Copyright:<a class="text-white" href="#">STUDIO DWS</a>
        </div>
        <!-- Copyright -->
      </footer>
      <!-- Footer -->
    </div>
    <!-- End of .container -->
    <!-- end footer -->

    <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
    <script src="assets/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>


    <script type="text/javascript" src="assets/js/confer.bundle.js"></script>
    <script>
       $(document).ready(function(){
          $('.image-popup-vertical-fit').magnificPopup({
             type: 'image',
            mainClass: 'mfp-with-zoom', 
            gallery:{
                   enabled:true
                },

            zoom: {
              enabled: true, 

              duration: 300, // duration of the effect, in milliseconds
              easing: 'ease-in-out', // CSS transition easing function

              opener: function(openerElement) {

                return openerElement.is('img') ? openerElement : openerElement.find('img');
            }
          }

          });

      });
    </script>
  </body>
</html>


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home