list.html 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. {{ partial "headers.html" . }}
  5. </head>
  6. <body style="overflow-x: hidden;">
  7. {{ partial "nav.html" . }}
  8. <div class="container-fluid blog-categories p-0">
  9. <section class="bhouseweb_loc_banner">
  10. <img src="/img/banner/bn_blog@2x.png" class="banner-img card-img" alt="...">
  11. </section>
  12. <div class="container">
  13. <nav
  14. 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;);"
  15. aria-label="breadcrumb">
  16. <ol class="breadcrumb">
  17. <li class="breadcrumb-item"><a href="#"><img src="/img/bt_footer_index@2x.png" width="30px" alt="" style="margin-bottom: 5px;"></a></li>
  18. <li class="breadcrumb-item"><a href="#">成家知識專欄</a></li>
  19. <li class="breadcrumb-item active" aria-current="page">預售屋客變</li>
  20. </ol>
  21. </nav>
  22. <div class="d-flex flex-column align-items-start">
  23. <div class="link-list">
  24. <button><a href="">客廳</a></button>
  25. <button><a href="">主臥</a></button>
  26. <button><a href="">客房</a></button>
  27. <button><a href="">客廳</a></button>
  28. <button><a href="">主臥</a></button>
  29. <button><a href="">客房</a></button>
  30. </div>
  31. <div class="bhouseweb_loc_search_box">
  32. <form class="bhouseweb_search_form d-flex">
  33. <div class="bhouseweb_search_img" style="margin-right: 1vw;">
  34. <img src="/img/icon_search@2x.png" alt="">
  35. </div>
  36. <input id="bhouseweb_search" class="me-md-2" type="search" placeholder="搜尋「客變」「工業風」「三代同堂」"
  37. aria-label="Search">
  38. </form>
  39. </div>
  40. </div>
  41. </div>
  42. <div style="border-top: 1px solid #969696;"></div>
  43. <div class="article">
  44. {{ $paginator := .Paginate .Data.Pages }}
  45. {{ range $paginator.Pages }}
  46. <div class="article-item">
  47. <a href="{{ .RelPermalink }}">
  48. <img src="{{ .Params.Image | relURL }}" alt="">
  49. </a>
  50. <div class="d-flex flex-column">
  51. <a href="{{ .RelPermalink }}">
  52. <h4>{{ .Title }}</h4>
  53. </a>
  54. <p class="mt-auto my-2 fw-bold">{{ .PublishDate.Format "2006-01-02" }}</p>
  55. <a href="{{ .RelPermalink }}" class="description">
  56. <p style="letter-spacing: 1px;">{{.Params.description }}</p>
  57. </a>
  58. <!-- <p style="color:#4D4D4D;">{{ .Summary }}</p> -->
  59. </div>
  60. </div>
  61. {{ end }}
  62. <!-- <div class="article-item">
  63. <a href="">
  64. <img src="/img//collection/boutique_hotel_slightly_drunk_chill_house_2.webp" alt="">
  65. </a>
  66. <div class="d-flex flex-column">
  67. <a href="">
  68. <h4>【客變】 預售屋客變懶人包:客變什麼?這樣做好不好?</h4>
  69. </a>
  70. <p class="mt-auto mb-0">2021-11-23</p>
  71. </div>
  72. </div>
  73. <div class="article-item">
  74. <a href="">
  75. <img src="/img//collection/boutique_hotel_slightly_drunk_chill_house_2.webp" alt="">
  76. </a>
  77. <div class="d-flex flex-column">
  78. <a href="">
  79. <h4>【文章類別】 標題NotoJPBold22級字行距32pt置左</h4>
  80. </a>
  81. <p class="mt-auto mb-0">2021-11-23</p>
  82. </div>
  83. </div>
  84. <div class="article-item">
  85. <a href="">
  86. <img src="/img//collection/boutique_hotel_slightly_drunk_chill_house_2.webp" alt="">
  87. </a>
  88. <div class="d-flex flex-column">
  89. <a href="">
  90. <h4>【文章類別】 標題NotoJPBold22級字行距
  91. 32pt置左</h4>
  92. </a>
  93. <p class="mt-auto mb-0">2021-11-23</p>
  94. </div>
  95. </div> -->
  96. <a class="nav-link article_readMore" href="#">< 回到成家知識庫</a>
  97. </div>
  98. </div>
  99. {{ partial "footer.html" . }}
  100. {{ partial "scripts.html" . }}
  101. </body>
  102. </html>