<!DOCTYPE html>
<html lang="en">

<head>

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="">
    <meta name="author" content="">

    <title>Curtain Track and Rod 窗帘轨道，罗马杆，及其配件</title>

    <!-- Bootstrap Core CSS -->
    <link href="css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom CSS -->
    <link href="css/shop-homepage.css" rel="stylesheet">

    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
        <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
        <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->

</head>

<body>

    <!-- Navigation -->
    <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
        <div class="container">
            <!-- Brand and toggle get grouped for better mobile display -->
            <div class="navbar-header">
                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
                    <span class="sr-only">Toggle navigation</span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                <a class="navbar-brand" href="#">CurtainTalks 窗帘物语</a>
            </div>
            <!-- Collect the nav links, forms, and other content for toggling -->
            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
                <ul class="nav navbar-nav">
                    <li>
                        <a href="about.html">About</a>
                    </li>
                    <li>
                        <a href="index.html">Products</a>
                    </li>
                    <li>
                        <a href="contact.html">Contact</a>
                    </li>
                </ul>
            </div>
            <!-- /.navbar-collapse -->
        </div>
        <!-- /.container -->
    </nav>

    <!-- Page Content -->
    <div class="container">

        <div class="row">

            <div class="col-md-3">
                <p class="lead">CurtainTalks 窗帘物语</p>
                <div class="list-group">
                  <a href="./Straight-Curtain-Track/index.html" class="list-group-item">Straight Curtain Track 窗帘轨道</a>
                  <a href="./Curved-Curtain-Track/index.html" class="list-group-item">Curved Track 弯轨</a>
                  <a href="./Curtain-Rod/index.html" class="list-group-item">Curtain Rod 罗马杆</a>
                  <a href="./Accessories/tie-back-hook.html" class="list-group-item">Tie-back hook 绑窗帘带挂钩</a>
                  <a href="./Accessories/s-hook.html" class="list-group-item">S hook 可调节韩国窗帘钩</a>
                  <a href="./Accessories/mounting-bracket.html" class="list-group-item">Mounting Bracket 安装码</a>
                  <a href="./knowledge.html" class="list-group-item">Curtain 窗帘小知识</a>
                </div>
            </div>

            <div class="col-md-9">
              <div class="row">

                  <div class="alert alert-success" role="alert">
                      <h1>Installation Position 窗帘的高低与视觉效果</h1>
                  </div>

              <ol class="breadcrumb">
                  <li class="breadcrumb-item"><a href="../index.html">Home</a></li>
                  <li class="breadcrumb-item"><a href="knowledge.html">FAQ 窗帘小知识</a></li>
                  <li class="breadcrumb-item active">Installation 安装位置</li>
              </ol>
            </div>
            <div class="row">
                      <img src="images/installation-effect.jpg" width="100%" />
                      <p>Position affects our visual judgement. 窗帘的高低， 会让我们
                        觉得房间天花板的高低。</p>
                </div>
                <div class="row">
                          <img src="images/windowbeam-1.png" width="100%" />
                          <p>This is a typical HDB installation for curtain.
                             这是典型的组屋窗帘的装法，装在窗口的梁下面。
                  </p>
                    </div>
                <div class="row">
                          <img src="images/ceiling-mount-2.png" width="100%" />
                          <p>The owner decided to install curtain up to the ceiling,
                            the whole living hall looks spaciuos.  屋主在采纳了我的建议后，决定把窗帘
                            装在天花板上，整个客厅一下子变得空旷起来。</p>
                    </div>


            </div>

        </div>

    </div>
    <!-- /.container -->

    <div class="container">

        <hr>

        <!-- Footer -->
        <footer>
            <div class="row">
                <div class="col-lg-12">
                    <p>Copyright &copy; CurtainTalks Pte Ltd 2017</p>
                </div>
            </div>
        </footer>

    </div>
    <!-- /.container -->

    <!-- jQuery -->
    <script src="js/jquery.js"></script>

    <!-- Bootstrap Core JavaScript -->
    <script src="js/bootstrap.min.js"></script>

</body>

</html>
