list.html 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <!-- <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
  7. <!-- bootstrap -->
  8. <!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet"
  9. integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous"> -->
  10. <!-- fontawesome -->
  11. <!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"
  12. integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous"> -->
  13. <!-- <link rel="stylesheet" href="/css/style.css">
  14. <title>小寶優居-首購族首選 安心成家 室內設計品牌</title> -->
  15. {{ partial "headers.html" . }}
  16. </head>
  17. <body style="overflow-x: hidden;">
  18. <!-- <div class="header-template"></div> -->
  19. {{ partial "nav.html" . }}
  20. <div class="container-fluid blog-categories p-0">
  21. <div class="blog-banner"></div>
  22. <!-- <img class="blog-banner" src="./img/bn_blog@2x.png" alt=""> -->
  23. <div class="container">
  24. <nav
  25. style="--bs-breadcrumb-divider: url(&#34;data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E&#34;);"
  26. aria-label="breadcrumb">
  27. <ol class="breadcrumb">
  28. <li class="breadcrumb-item"><a href="#">Home</a></li>
  29. <li class="breadcrumb-item"><a href="#">成家知識專欄</a></li>
  30. <li class="breadcrumb-item active" aria-current="page">預售屋客變</li>
  31. </ol>
  32. </nav>
  33. <div class="d-flex flex-column flex-sm-row align-items-start align-items-sm-center">
  34. <div class="d-flex mb-sm-0 mb-2 link-list">
  35. <a href="">客廳</a>
  36. <a href="">主臥</a>
  37. <a href="">客房</a>
  38. </div>
  39. <div class="bhouseweb_loc_search_box">
  40. <form class="bhouseweb_search_form d-flex">
  41. <div class="bhouseweb_search_img" style="margin-right: 1vw;">
  42. <img src="/img/icon_search@2x.png" alt="">
  43. </div>
  44. <input id="bhouseweb_search" class="me-md-2" type="search" placeholder="搜尋「客變」「工業風」「三代同堂」"
  45. aria-label="Search">
  46. </form>
  47. </div>
  48. </div>
  49. </div>
  50. <div style="border-top: 2px solid;"></div>
  51. <div class="article">
  52. {{ $paginator := .Paginate .Data.Pages }}
  53. {{ range $paginator.Pages }}
  54. <div class="article-item">
  55. <a href="{{ .RelPermalink }}">
  56. <img src="/img//collection/boutique_hotel_slightly_drunk_chill_house_2.webp" alt="">
  57. </a>
  58. <div class="d-flex flex-column">
  59. <a href="{{ .RelPermalink }}">
  60. <h4>{{ .Title }}</h4>
  61. </a>
  62. <p class="mt-auto mb-0">{{ .PublishDate.Format "2006-01-02" }}</p>
  63. </div>
  64. </div>
  65. {{ end }}
  66. <!-- <div class="article-item">
  67. <a href="">
  68. <img src="/img//collection/boutique_hotel_slightly_drunk_chill_house_2.webp" alt="">
  69. </a>
  70. <div class="d-flex flex-column">
  71. <a href="">
  72. <h4>【客變】 預售屋客變懶人包:客變什麼?這樣做好不好?</h4>
  73. </a>
  74. <p class="mt-auto mb-0">2021-11-23</p>
  75. </div>
  76. </div>
  77. <div class="article-item">
  78. <a href="">
  79. <img src="/img//collection/boutique_hotel_slightly_drunk_chill_house_2.webp" alt="">
  80. </a>
  81. <div class="d-flex flex-column">
  82. <a href="">
  83. <h4>【文章類別】 標題NotoJPBold22級字行距32pt置左</h4>
  84. </a>
  85. <p class="mt-auto mb-0">2021-11-23</p>
  86. </div>
  87. </div>
  88. <div class="article-item">
  89. <a href="">
  90. <img src="/img//collection/boutique_hotel_slightly_drunk_chill_house_2.webp" alt="">
  91. </a>
  92. <div class="d-flex flex-column">
  93. <a href="">
  94. <h4>【文章類別】 標題NotoJPBold22級字行距
  95. 32pt置左</h4>
  96. </a>
  97. <p class="mt-auto mb-0">2021-11-23</p>
  98. </div>
  99. </div> -->
  100. <a class="nav-link" href="#"><回到成家知識庫</a>
  101. </div>
  102. </div>
  103. <!-- <div class="footer-template"></div> -->
  104. {{ partial "footer.html" . }}
  105. <!-- jquery -->
  106. <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.js"></script> -->
  107. <!-- bootstrap -->
  108. <!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"
  109. integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ"
  110. crossorigin="anonymous"></script>
  111. <script src="./js/index.js"></script> -->
  112. {{ partial "scripts.html" . }}
  113. </body>
  114. </html>