PK

ADDRLIN : /home/questend/public_html/domains/studiosdws.com_final/
FLL :
Current File : /home/questend/public_html/domains/studiosdws.com_final/vita.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 rel="stylesheet" href="assets/fontawesome/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
    <title>STUDIO DWS | Vita</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="section about-mt">
        <div class="container">
          <div class="row justify-content-md-center">          
            <div class="col-lg-4 p-0">
              <img src="assets/images/Samiya_Pathak.jpg" class="img-fluid border-black" alt="Samiya Pathak">
            </div>
            <div class="col-lg-5 p-3">              
              <div class="pl-3">
                <h4 class="heading-lg">EVERYTHING YOU DO, DO IT WITH CARE</h4>
                <p class="lead"><i>Samiya Pathak,</i> founder of <span class="font-weight-bold"> DWS</span> is a New Delhi based Interior designer introducing a mindful approach to all of her creative work.</p>

                <p class="lead">From a very young age, I had a natural inclination to create interesting and dynamic spaces with Legos and beautifying them. Becoming a professional interior designer was just the logical next step.</p>

                <p class="lead">Born in Jordan, raised in India and educated in Italy. I have a Masters in Design from Domus Academy, Milan and over twelve years of professional interior designing experience in New Delhi and Bangalore. With my global worldview combined with a strong appreciation for the local architectural and design elements, I love designing spaces that are not only picture perfect but also user friendly.</p>

                <p><span class="font-weight-bold">FAV MOTTO: </span ><i>"Love what you do."</i></p>
              </div>
            </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)"
             >
          © 2024 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>
    
  </body>
</html>


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

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

← Back to Home