Browse Source

電腦版更新

jeter20131220 3 years ago
parent
commit
903be97e59

+ 1 - 0
desktop11/README.md

@@ -0,0 +1 @@
+# web_design_practice

BIN
desktop11/drechifont-monospaced.ttf


BIN
desktop11/drechifont-proportional.ttf


BIN
desktop11/img/001.jpg


BIN
desktop11/img/content/02.jpg


BIN
desktop11/img/feedback-img/facebook.png


BIN
desktop11/img/feedback-img/feedback01.jpeg


BIN
desktop11/img/feedback-img/feedback02.jpg


BIN
desktop11/img/feedback-img/feedback03.jpeg


BIN
desktop11/img/feedback-img/feedback04.jpg


BIN
desktop11/img/feedback-img/feedback05.jpeg


BIN
desktop11/img/feedback-img/feedback06.jpg


BIN
desktop11/img/icon1.png


BIN
desktop11/img/icon2.png


BIN
desktop11/img/icondown.png


BIN
desktop11/img/logo-main-1-1.png


BIN
desktop11/img/process/box1.png


BIN
desktop11/img/process/box2.png


BIN
desktop11/img/process/box3.png


BIN
desktop11/img/process/box4.png


BIN
desktop11/img/process/box5.png


BIN
desktop11/img/process/box6.png


BIN
desktop11/img/service/service01.jpg


BIN
desktop11/img/service/service02.jpg


+ 259 - 0
desktop11/index.html

@@ -0,0 +1,259 @@
+<!DOCTYPE html>
+<html lang="zh">
+
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>幸福空間</title>
+
+    <link rel="stylesheet" href="./style.css">
+</head>
+
+<body>
+    <section id="banner">
+        <div class="Navigation">
+            <div class="logo">
+                <img src="./img/logo-main-1-1.png" alt="">
+            </div>
+            <div class="link">
+                <a href="">首頁</a>
+                <a href="">我有裝修需求</a>
+                <a href="">屋主都說好</a>
+                <a href="">服務流程</a>
+            </div>
+
+        </div>
+        <hr>
+        <div id="text">
+            <h1>北歐風</h1>
+            <button class="btn-main">預約免費裝修諮詢</button>
+        </div>
+    </section>
+
+    <section id="content1">
+
+        <div class="content1-left">
+            <h1 id="left-title">你有以這些下困擾嗎</h1>
+            <div class="left">
+                <h1 class="title1">o1</h1>
+                <div class="text">
+                    <p>裝修公司眾多</p>
+                    <p>不知道如何邀選最適合的設計師? </p>
+                </div>
+            </div>
+            <hr>
+            <div class="left">
+                <h2 class="title1">o2</h2>
+                <div class="text">
+                    <p>擔心遇到不良裝修公司</p>
+                    <p>容易產生裝修糾紛?</p>
+                </div>
+            </div>
+            <hr>
+            <div class="left">
+                <h2 class="title1">o3</h2>
+                    <div class="text">
+                        <p>不了解工程預算行情</p>
+                        <p>害怕被騙嗎? </p>
+                    </div>
+            </div>
+        </div>
+        <div class="content1-right"><img src="./img/content/02.jpg" alt=""></div>
+
+    </section>
+    <section id="service">
+        <h1 class="title">我們提供的服務</h1>
+        <div id="service-img">
+            <div id="img-right"><img src="./img/service/service01.jpg" alt=""></div>
+            <div id="img-left"><img src="./img/service/service02.jpg" alt=""></div>
+        </div>
+        <div id="service-text">
+            <div id="text-left">
+                <img src="./img/icon1.png" alt="">
+                <div class="icon-text">
+                    <p>推薦合法立案</p>
+                    <p>無裝修司法糾紛紀錄的專業設計師</p>
+                    <p>輕鬆找到合適人選</p>
+                    <p>不再大海撈針</p>
+                </div>
+            </div>
+            <div id="text-right">
+                <img src="./img/icon2.png" alt="">
+                <div class="icon-text">
+                    <p>13年經驗安心把關</p>
+                    <p>不懂預算行情</p>
+                    <p>也不用擔心受騙</p>
+                </div>
+
+            </div>
+        </div>
+
+
+
+        <div class="btn">
+            <button class="btn-main">預約免費裝修諮詢</button>
+        </div>
+    </section>
+    <section id="service-process">
+        <h1 class="title">最嚴謹的服務流程</h1>
+        <div id="process-box">
+            <div class="box">
+                <img src="./img/process/box1.png" alt="">
+                <p>填寫需求表單</p>
+            </div>
+            <div class="box">
+                <img src="./img/process/box2.png" alt="">
+                <p>專人聯繫</p>
+                <p>進行裝修前諮詢</p>
+            </div>
+            <div class="box">
+                <img src="./img/process/box3.png" alt="">
+                <p>依照屋主的需求</p>
+                <p>推薦合法立案的</p>
+                <p>設計公司</p>
+            </div>
+            <div class="box">
+                <img src="./img/process/box4.png" alt="">
+                <p>設計公司會</p>
+                <p>主動與屋主聯繫</p>
+            </div>
+            <div class="box">
+                <img src="./img/process/box5.png" alt="">
+                <p>選擇是否使用</p>
+                <p>幸福經紀人制度</p>
+                <p>來保障裝修權益</p>
+            </div>
+            <div class="box">
+                <img src="./img/process/box6.png" alt="">
+                <p>媒合成功</p>
+            </div>
+
+
+        </div>
+
+    </section>
+    <section id="feedback">
+        <h1 class="title">客戶真實見證</h1>
+        <div id="feedback-box">
+            <div class="box">
+                <img src="./img/feedback-img/feedback01.jpeg" alt="">
+                <p>嚮往仁文街處的溫度-文響</p>
+            </div>
+            <div class="box">
+                <img src="./img/feedback-img/feedback02.jpg" alt="">
+                <p>嚮往仁文街處的溫度-文響</p>
+            </div>
+            <div class="box">
+                <img src="./img/feedback-img/feedback03.jpeg" alt="">
+                <p>嚮往仁文街處的溫度-文響</p>
+            </div>
+            <div class="box">
+                <img src="./img/feedback-img/feedback04.jpg" alt="">
+                <p>嚮往仁文街處的溫度-文響</p>
+            </div>
+            <div class="box">
+                <img src="./img/feedback-img/feedback05.jpeg" alt="">
+                <p>嚮往仁文街處的溫度-文響</p>
+            </div>
+            <div class="box">
+                <img src="./img/feedback-img/feedback06.jpg" alt="">
+                <p>嚮往仁文街處的溫度-文響</p>
+            </div>
+
+        </div>
+
+    </section>
+
+    <section id="contact-us">
+        <div id="form-title">
+            <h1>已經服務超過14392個生活</h1>
+            <h1>打造夢想中的完美居家生活</h1>
+            <h1>即刻啟動!</h1>
+        </div>
+        <p>請撥打全台付費專線<span id="phone" style="color: #ffaf60">0800-336-086</span></p>
+        <p>或填寫以下資料,專人將盡速與您聯繫</p>
+        <div id="contact-form">
+            <div id="form-left">
+                <select name="location" id="location">
+                    <option value="地區" disabled selected="selected">地區</option>
+                </select>
+                <select name="type" id="type">
+                    <option value="房屋類型" disabled selected="selected">房屋類型</option>
+                </select>
+                <select name="modal" id="modal">
+                    <option value="房屋型態" disabled selected="selected">房屋型態</option>
+                </select>
+                <select name="budget" id="budget">
+                    <option value="裝修預算" disabled selected="selected">裝修預算</option>
+                </select>
+                <input type="text" id="square" placeholder="請輸入坪數" required>
+                <select name="rooms" id="rooms">
+                    <option value="幾房" disabled selected="selected">幾房</option>
+                </select>
+                <select name="living room" id="livingroom">
+                    <option value="幾廳" disabled selected="selected">幾廳</option>
+                </select>
+                <select name="bathroom" id="bathroom">
+                    <option value="地區" disabled selected="selected">幾衛</option>
+                </select>
+                <select name="cars" id="style">
+                    <option value="風格類型" disabled selected="selected">風格類型</option>
+                </select>
+                <input type="text" id="date" placeholder="預選裝修日期" required>
+
+            </div>
+
+            <div id="form-right">
+                <div id="facebook">
+                    <img src="./img/feedback-img/facebook.png" alt="">
+                    使用FB填入信箱與姓名 
+                </div>
+                <input type="text" id="email" placeholder="請輸入信箱" required>
+                <input type="text" id="name" placeholder="請輸入姓名" required>
+                <input type="text" id="phone" placeholder="請輸入電話" required>
+                <select name="cars" id="gender">
+                    <option value="性格" disabled selected="selected">性別</option>
+                </select>
+                <input type="checkbox" id="checkbox"> <label for="agree">同意</label><a href="">免責聲明與隱私使用政策</a>
+            </div>
+        </div>
+        <div id="form">
+            <button id="btn">送出</button>
+        </div>
+
+    </section>
+    <div id="footer">
+        <p>幸福空間 版權所有 &copy;Gorgeous Space  Go.Ltd.  All Rights Reserved.</p>
+        <a href="x">|聯絡我們|</a>
+        <a href="">|關於本站|</a>
+    </div>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+    <!-- Bootstrap CDN js -->
+
+    <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
+        integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
+        crossorigin="anonymous"></script>
+    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js"
+        integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT"
+        crossorigin="anonymous"></script>
+</body>
+
+</html>

+ 528 - 0
desktop11/style.css

@@ -0,0 +1,528 @@
+@charset "UTF-8";
+* {
+  margin: 0;
+  padding: 0;
+  -webkit-box-sizing: border-box;
+          box-sizing: border-box;
+  font-family: 微軟正黑體;
+}
+
+@font-face {
+  font-family: 追奇手寫體;
+  src: url(./drechifont-proportional.ttf);
+  font-weight: 900;
+}
+
+body {
+  height: 5300px;
+}
+
+body .btn-main {
+  -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
+          box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
+  border: none;
+  padding: 15px;
+  background: #404854;
+  color: #fff;
+  font-size: 16px;
+  font-weight: 600;
+  width: 280px;
+  border-radius: 30px;
+  -webkit-transition: 0.3s;
+  transition: 0.3s;
+}
+
+body .btn-main:hover {
+  background-color: #927368;
+  width: 285px;
+  font-size: 17px;
+}
+
+body .title {
+  font-weight: bolder;
+  padding: 15px;
+  font-family: "Times New Roman", Times, serif;
+  padding: 15px;
+  margin-left: 190px;
+  font-size: 50px;
+  color: #414854;
+}
+
+#banner {
+  width: 100vw;
+  height: 100vh;
+  background-image: url(./img/001.jpg);
+  background-size: cover;
+  background-repeat: no-repeat;
+  background-position: center;
+  margin-bottom: 150px;
+}
+
+#banner #text {
+  text-align: center;
+  margin-top: 260px;
+}
+
+#banner #text h1 {
+  padding: 15px;
+  color: #fff;
+  font-family: 追奇手寫體;
+  font-size: 72px;
+}
+
+#banner #text .btn-main {
+  -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
+          box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
+  border: none;
+  padding: 15px;
+  background: #404854;
+  color: #fff;
+  font-size: 16px;
+  font-weight: 600;
+  width: 280px;
+  border-radius: 30px;
+  -webkit-transition: 0.3s;
+  transition: 0.3s;
+}
+
+#banner #text .btn-main:hover {
+  background-color: #927368;
+  width: 285px;
+  font-size: 17px;
+}
+
+#banner .Navigation {
+  width: 100vw;
+  height: 50px;
+  display: -ms-grid;
+  display: grid;
+  -ms-grid-columns: 2fr 4fr;
+      grid-template-columns: 2fr 4fr;
+}
+
+#banner .Navigation .logo {
+  padding-left: 100px;
+}
+
+#banner .Navigation .logo img {
+  width: 200px;
+}
+
+#banner .Navigation .link {
+  text-align: right;
+  padding: 30px;
+  padding-right: 150px;
+}
+
+#banner .Navigation .link a {
+  text-decoration: none;
+  color: #fff;
+  padding-right: 40px;
+}
+
+#banner .Navigation .link hr {
+  width: 100px;
+  background: #fff;
+  height: 3px;
+}
+
+#banner hr {
+  margin-top: 30px;
+  margin-left: 100px;
+  background: #fff;
+  height: 2px;
+  width: 1390px;
+}
+
+#content1 {
+  display: -ms-grid;
+  display: grid;
+  -ms-grid-columns: 1fr 1fr;
+      grid-template-columns: 1fr 1fr;
+  margin: 50px 120px;
+  width: 80vw;
+}
+
+#content1 .content1-left {
+  width: 510x;
+  height: 700px;
+  text-align: left;
+  margin: 30px auto;
+  padding: 10px;
+}
+
+#content1 .content1-left #left-title {
+  margin-top: -10px;
+  padding: 10px;
+  margin-bottom: 50px;
+  font-weight: bolder;
+  font-size: 50px;
+  font-family: "Times New Roman", Times, serif;
+  color: #414854;
+}
+
+#content1 .content1-left .left {
+  display: -ms-grid;
+  display: grid;
+  -ms-grid-columns: 1fr 4fr;
+      grid-template-columns: 1fr 4fr;
+  grid-gap: 10px;
+  padding: 5px;
+  width: 500px;
+}
+
+#content1 .content1-left .left .title1 {
+  padding: 10px;
+  text-align: center;
+  font-size: 96px;
+  font-weight: 400;
+  font-family: "Times New Roman", Times, serif;
+  color: #8593a4;
+}
+
+#content1 .content1-left .left .text {
+  margin-top: 40px;
+}
+
+#content1 .content1-left .left .text p {
+  font-size: 24px;
+  font-weight: bold;
+  color: #3f4654;
+}
+
+#content1 .content1-right {
+  margin-left: 70px;
+}
+
+#content1 .content1-right img {
+  width: 550px;
+  height: 680px;
+  -o-object-fit: cover;
+     object-fit: cover;
+}
+
+#service {
+  width: 100vw;
+  margin: 0 auto;
+}
+
+#service h1 {
+  padding: 15px;
+  margin-left: 190px;
+  margin-bottom: 80px;
+}
+
+#service #service-text {
+  display: -ms-grid;
+  display: grid;
+  -ms-grid-columns: 1fr 1fr;
+      grid-template-columns: 1fr 1fr;
+  width: 80vw;
+  height: 200px;
+  grid-gap: 50px;
+  margin: 20px 250px;
+}
+
+#service #service-text .icon-text {
+  width: 450px;
+  margin-left: 50px;
+  margin-top: 15px;
+  font-weight: 600;
+}
+
+#service #service-text img {
+  width: 128px;
+  height: 128px;
+}
+
+#service #service-text p {
+  font-size: 18px;
+  line-height: 1.5;
+}
+
+#service #service-text #text-left {
+  width: 30vw;
+  text-align: left;
+  display: -ms-grid;
+  display: grid;
+  -ms-grid-columns: 1fr 1fr;
+      grid-template-columns: 1fr 1fr;
+}
+
+#service #service-text #text-right {
+  width: 30vw;
+  text-align: left;
+  display: -ms-grid;
+  display: grid;
+  -ms-grid-columns: 1fr 1fr;
+      grid-template-columns: 1fr 1fr;
+}
+
+#service #service-img {
+  width: 80vw;
+  margin: 0 auto;
+  display: -ms-grid;
+  display: grid;
+  -ms-grid-columns: 1fr 1fr;
+      grid-template-columns: 1fr 1fr;
+  grid-gap: 10px;
+}
+
+#service #service-img img {
+  width: 40vw;
+  height: 40vh;
+  -o-object-fit: cover;
+     object-fit: cover;
+}
+
+#service .btn {
+  text-align: center;
+  margin-bottom: 100px;
+}
+
+#service-process {
+  width: 100vw;
+  height: 80vh;
+  background-color: #eee;
+}
+
+#service-process h1 {
+  padding: 15px;
+  margin-left: 190px;
+  padding-top: 100px;
+  margin-bottom: 80px;
+}
+
+#service-process #process-box {
+  display: -ms-grid;
+  display: grid;
+  -ms-grid-columns: (1fr)[6];
+      grid-template-columns: repeat(6, 1fr);
+  width: 80vw;
+  margin: 0 auto;
+}
+
+#service-process #process-box p {
+  text-align: center;
+  font-size: 18px;
+  font-weight: 600;
+  padding-right: 30px;
+}
+
+#service-process #process-box img {
+  width: 205px;
+  height: 205px;
+}
+
+#feedback {
+  margin-bottom: 200px;
+}
+
+#feedback h1 {
+  margin-top: 50px;
+  margin-bottom: 50px;
+}
+
+#feedback #feedback-box {
+  width: 1200px;
+  height: 400px;
+  margin: 0 auto;
+  display: -ms-grid;
+  display: grid;
+  -ms-grid-columns: (1fr)[3];
+      grid-template-columns: repeat(3, 1fr);
+  grid-gap: 15px;
+}
+
+#feedback #feedback-box .box p {
+  text-align: center;
+  font-size: 18px;
+  font-weight: 600;
+}
+
+#feedback #feedback-box .box img {
+  width: 390px;
+  height: 195px;
+  -o-object-fit: cover;
+     object-fit: cover;
+}
+
+#contact-us {
+  margin: 0 auto;
+  width: 100vw;
+  height: 130vh;
+  background: #eee;
+}
+
+#contact-us p {
+  font-size: 16px;
+  font-weight: 600;
+  padding-left: 350px;
+  margin: 0px 10px;
+  line-height: 1.5;
+}
+
+#contact-us #form-title {
+  padding-top: 100px;
+  margin-bottom: 50px;
+  color: #5c5248;
+}
+
+#contact-us h1 {
+  text-align: center;
+  font-size: 32px;
+  margin-right: 50px;
+}
+
+#contact-us #contact-form {
+  margin: 0 350px;
+  width: 1000px;
+  display: -ms-grid;
+  display: grid;
+  -ms-grid-columns: (1fr)[2];
+      grid-template-columns: repeat(2, 1fr);
+  margin-top: 10px;
+}
+
+#contact-us #contact-form #location,
+#contact-us #contact-form #type,
+#contact-us #contact-form #modal,
+#contact-us #contact-form #budget,
+#contact-us #contact-form #square,
+#contact-us #contact-form #style,
+#contact-us #contact-form #date,
+#contact-us #contact-form #email,
+#contact-us #contact-form #name,
+#contact-us #contact-form #phone,
+#contact-us #contact-form #gender {
+  width: 100%;
+  height: 50px;
+  margin: 10px 0;
+  padding-left: 10px;
+  border: 1px solid rgba(0, 0, 0, 0.3);
+  font-size: 18px;
+  -webkit-appearance: none;
+     -moz-appearance: none;
+          appearance: none;
+  background: url(./img/icondown.png) 95% 50% no-repeat scroll transparent;
+  background-size: 10px 10px;
+  background-color: #fff;
+}
+
+#contact-us #contact-form #form-left {
+  width: 380px;
+}
+
+#contact-us #contact-form #form-left #rooms,
+#contact-us #contact-form #form-left #livingroom,
+#contact-us #contact-form #form-left #bathroom {
+  width: 32.5%;
+  height: 50px;
+  margin: 15px 0;
+  padding: 5px;
+  font-size: 18px;
+  -webkit-appearance: none;
+     -moz-appearance: none;
+          appearance: none;
+  background: url(./img/icondown.png) 85% 50% no-repeat scroll transparent;
+  background-size: 10px 10px;
+  background-color: #fff;
+}
+
+#contact-us #contact-form #form-right {
+  width: 380px;
+}
+
+#contact-us #contact-form #form-right #facebook {
+  margin-top: 12px;
+  width: 380px;
+  height: 50px;
+  border: 1px solid #000093;
+  text-align: right;
+  padding-right: 50px;
+  line-height: 50px;
+  background-color: #fff;
+  -webkit-transition: 0.3s;
+  transition: 0.3s;
+  position: relative;
+}
+
+#contact-us #contact-form #form-right #facebook img {
+  position: absolute;
+  left: 50px;
+  top: 7px;
+  width: 32px;
+  height: 32px;
+}
+
+#contact-us #contact-form #form-right #facebook:hover {
+  background-color: #2A4F91;
+  color: #fff;
+}
+
+#contact-us #contact-form #form-right #facebook:hover img {
+  -webkit-filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
+          filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
+}
+
+#contact-us #contact-form #form-right a {
+  text-decoration: none;
+  color: #ff8000;
+}
+
+#contact-us #contact-form #form-right #checkbox {
+  margin: 15px;
+}
+
+#contact-us #contact-form #form-right #email,
+#contact-us #contact-form #form-right #name,
+#contact-us #contact-form #form-right #phone {
+  background: none;
+  background-color: #fff;
+}
+
+#contact-us #form {
+  text-align: center;
+  position: relative;
+}
+
+#contact-us #form #btn {
+  margin: 50px auto;
+  border: none;
+  padding: 15px;
+  background: #ffaf60;
+  color: #404854;
+  font-size: 20px;
+  width: 450px;
+  border-radius: 10px;
+}
+
+#contact-us #form #btn:hover {
+  color: #fff;
+  background-color: #745c54;
+}
+
+#contact-us #form #phone {
+  position: absolute;
+  left: 500px;
+}
+
+#footer {
+  width: 100vw;
+  height: 130px;
+  background-color: #ffe4ca;
+  color: #9f5000;
+  text-align: center;
+  font-size: 18px;
+  line-height: 130px;
+}
+
+#footer a {
+  text-decoration: none;
+  color: #9f5000;
+}
+
+#footer p {
+  display: inline;
+}
+/*# sourceMappingURL=style.css.map */

File diff suppressed because it is too large
+ 2 - 0
desktop11/style.css.map


+ 463 - 0
desktop11/style.scss

@@ -0,0 +1,463 @@
+* {
+    margin: 0;
+    padding: 0;
+    box-sizing: border-box;
+    font-family: 微軟正黑體;
+}
+$Font-color: #fff;
+@font-face {
+    font-family: 追奇手寫體;
+    src: url(./drechifont-proportional.ttf);
+    font-weight: 900;
+}
+
+body {
+    height: 5300px;
+    .btn-main {
+        box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
+        border: none;
+        padding: 15px;
+        background: rgb(64, 72, 84);
+        color: $Font-color;
+        font-size: 16px;
+        font-weight: 600;
+        width: 280px;
+        border-radius: 30px;
+        transition: 0.3s;
+
+        &:hover {
+            background-color: #927368;
+            width: 285px;
+            font-size: 17px;
+        }
+    }
+    .title {
+        font-weight: bolder;
+        padding: 15px;
+        font-family: "Times New Roman", Times, serif;
+        padding: 15px;
+        margin-left: 190px;
+        font-size: 50px;
+        color: rgb(65, 72, 84);
+    }
+}
+
+// banner
+
+#banner {
+    width: 100vw;
+    height: 100vh;
+    background-image: url(./img/001.jpg);
+    background-size: cover;
+    background-repeat: no-repeat;
+    background-position: center;
+    margin-bottom: 150px;
+    #text {
+        text-align: center;
+        margin-top: 260px;
+        h1 {
+            padding: 15px;
+            color: $Font-color;
+            font-family: 追奇手寫體;
+            font-size: 72px;
+        }
+        .btn-main {
+            box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
+            border: none;
+            padding: 15px;
+            background: rgb(64, 72, 84);
+            color: $Font-color;
+            font-size: 16px;
+            font-weight: 600;
+            width: 280px;
+            border-radius: 30px;
+            transition: 0.3s;
+
+            &:hover {
+                background-color: #927368;
+                width: 285px;
+                font-size: 17px;
+            }
+        }
+    }
+    .Navigation {
+        width: 100vw;
+        height: 50px;
+        display: grid;
+        grid-template-columns: 2fr 4fr;
+
+        .logo {
+            padding-left: 100px;
+           img{
+               width: 200px;
+               
+           }
+            
+        }
+        .link {
+            text-align: right;
+            padding: 30px;
+            padding-right: 150px;
+            a {
+                text-decoration: none;
+                color: $Font-color;
+                padding-right: 40px;
+            }
+            hr {
+                width: 100px;
+                background: #fff;
+                height: 3px;
+            }
+        }
+    }
+    hr {
+        margin-top: 30px;
+        margin-left: 100px;
+        background: $Font-color;
+        height: 2px;
+        width: 1390px;
+    }
+}
+
+// content1
+#content1 {
+    display: grid;
+    grid-template-columns: 1fr 1fr;
+    margin: 50px 120px;
+    width: 80vw;
+    .content1-left {
+        width: 510x;
+        height: 700px;
+        text-align: left;
+        margin: 30px auto;
+        padding: 10px;
+        #left-title {
+            margin-top: -10px;
+            padding: 10px;
+            margin-bottom: 50px;
+            font-weight: bolder;
+            font-size: 50px;
+            font-family: "Times New Roman", Times, serif;
+            color: rgb(65, 72, 84);
+        }
+
+        .left {
+            display: grid;
+            grid-template-columns: 1fr 4fr;
+            grid-gap: 10px;
+            padding: 5px;
+            width: 500px;
+
+            .title1 {
+                padding: 10px;
+                text-align: center;
+                font-size: 96px;
+                font-weight: 400;
+                font-family: "Times New Roman", Times, serif;
+                color: rgb(133, 147, 164);
+            }
+
+            .text {
+                margin-top: 40px;
+                p {
+                    font-size: 24px;
+                    font-weight: bold;
+                    color: rgb(63, 70, 84);
+                }
+            }
+        }
+    }
+    .content1-right {
+        margin-left: 70px;
+        img {
+            width: 550px;
+            height: 680px;
+            object-fit: cover;
+        }
+    }
+}
+
+// service
+#service {
+    width: 100vw;
+    margin: 0 auto; 
+    h1 {
+        padding: 15px;
+        margin-left: 190px;
+        margin-bottom: 80px;
+    }
+    #service-text {
+        display: grid;
+        grid-template-columns: 1fr 1fr;
+        width: 80vw;
+        height: 200px;
+        grid-gap: 50px;
+        margin: 20px 250px;
+
+        .icon-text {
+            width: 450px;
+            margin-left: 50px;
+            margin-top: 15px;
+            font-weight: 600;
+        }
+        img {
+            width: 128px;
+            height: 128px;
+        }
+        p {
+            font-size: 18px;
+            line-height: 1.5;
+        }
+
+        #text-left {
+            width: 30vw;
+            text-align: left;
+            display: grid;
+            grid-template-columns: 1fr 1fr;
+        }
+
+        #text-right {
+            width: 30vw;
+            text-align: left;
+            display: grid;
+            grid-template-columns: 1fr 1fr;
+        }
+    }
+    #service-img {
+        width: 80vw;  
+       margin: 0 auto;
+        display: grid;
+        grid-template-columns: 1fr 1fr;
+        grid-gap: 10px;
+        
+        img {
+            width: 40vw;
+            height: 40vh;
+            object-fit: cover;
+        }
+
+    }
+    .btn {
+        text-align: center;
+        margin-bottom: 100px;
+    }
+}
+// service-process
+#service-process {
+    width: 100vw;
+    height: 80vh;
+    background-color: #eee;
+    h1 {
+        padding: 15px;
+        margin-left: 190px;
+        padding-top: 100px;
+        margin-bottom: 80px;
+    }
+    #process-box {
+        display: grid;
+        grid-template-columns: repeat(6, 1fr);
+        width: 80vw;
+        margin: 0 auto;
+        p {
+            text-align: center;
+            font-size: 18px;
+            font-weight: 600;
+            padding-right: 30px;
+        }
+        img {
+            width: 205px;
+            height: 205px;
+        }
+    }
+}
+
+// feedback
+#feedback {
+    margin-bottom: 200px;
+    h1 {
+        margin-top: 50px;
+        margin-bottom: 50px;
+    }
+    #feedback-box {
+        width: 1200px;
+        height: 400px;
+        margin: 0 auto;
+        display: grid;
+        grid-template-columns: repeat(3, 1fr);
+        grid-gap: 15px;
+        .box {
+            p {
+                text-align: center;
+                font-size: 18px;
+                font-weight: 600;
+            }
+            img {
+                width: 390px;
+                height: 195px;
+                object-fit: cover;
+            }
+        }
+    }
+}
+
+#contact-us {
+    margin: 0 auto;
+    width: 100vw;
+    height: 130vh;
+    background: #eee;
+    p {
+        font-size: 16px;
+        font-weight: 600;
+        padding-left: 350px;
+        margin: 0px 10px;
+        line-height: 1.5;
+    }
+
+    #form-title {
+        padding-top: 100px;
+        margin-bottom: 50px;
+        color: #5c5248;
+    }
+    h1 {
+        text-align: center;
+        font-size: 32px;
+        margin-right: 50px;
+    }
+    #contact-form {
+        margin: 0 350px;
+        width: 1000px;
+        display: grid;
+        grid-template-columns: repeat(2, 1fr);
+        margin-top: 10px;
+ 
+        #location,
+        #type,
+        #modal,
+        #budget,
+        #square,
+        #style,
+        #date,
+        #email,
+        #name,
+        #phone,
+        #gender {
+            width: 100%;
+            height: 50px;
+            margin: 10px 0;
+            padding-left: 10px;
+            border: 1px solid rgba(0, 0, 0, 0.3);
+            font-size: 18px;
+            appearance: none;
+            background: url(./img/icondown.png) 95% 50% no-repeat scroll transparent;
+            background-size: 10px 10px;
+            background-color: #fff;
+        }
+        #form-left {
+            width: 380px;
+            #rooms,
+            #livingroom,
+            #bathroom {
+            
+                width: 32.5%;
+                height: 50px;
+                margin: 15px 0;
+                padding: 5px;
+                font-size: 18px;
+                appearance: none;
+                background: url(./img/icondown.png) 85% 50% no-repeat scroll transparent;
+                background-size: 10px 10px;
+                background-color: #fff;
+            }
+        }
+        #form-right {
+            width: 380px;
+            #facebook {
+                margin-top: 12px;
+                width: 380px;
+                height: 50px;
+                border: 1px solid #000093;
+                text-align: right;
+                padding-right: 50px;
+                line-height: 50px;
+                // background: url(./img/facebook.png) 10% 50% no-repeat scroll transparent;
+                // background-size: 32px 32px;
+                background-color: #fff;
+                transition: 0.3s;
+                position: relative;
+                img{
+                    position: absolute;
+                    left:50px;
+                    top:7px;
+                    width: 32px;
+                    height: 32px;
+                }
+                &:hover{
+                    background-color: #2A4F91;
+                    color:#fff;
+                    img{
+                        filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
+                    }
+                
+                       
+                        
+
+                }
+            }
+            a {
+                text-decoration: none;
+                color: #ff8000;
+            }
+            #checkbox {
+                margin: 15px;
+            }
+            #email,
+            #name,
+            #phone {
+                background: none;
+                background-color: #fff;
+            }
+        }
+    }
+    #form {
+        text-align: center;
+        position: relative;
+        #btn {
+            margin: 50px auto;
+            border: none;
+            padding: 15px;
+            background: #ffaf60;
+            color: rgb(64, 72, 84);
+            font-size: 20px;
+            width: 450px;
+            border-radius: 10px;
+
+            &:hover {
+                color: #fff;
+                background-color: #745c54;
+            }
+        }
+
+        #phone {
+            position: absolute;
+            left: 500px;
+        }
+    }
+}
+
+#footer {
+    width: 100vw;
+    height: 130px;
+    background-color: #ffe4ca;
+    color: #9f5000;
+    text-align: center;
+    font-size: 18px;
+    line-height: 130px;
+    
+    a {
+        text-decoration: none;
+        color: #9f5000;
+    }
+    p {
+        display: inline;
+    }
+}

Some files were not shown because too many files changed in this diff