carousel.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <div class="container-fluid p-0">
  2. {{ $t := $.Site.GetPage "/news" }}
  3. {{ range $index, $element := first 1 ( where $t.Pages "Params.display" true) }}
  4. <div class="news-link">
  5. <a href="{{ .Params.url }}">{{ .Params.title }} ></a>
  6. </div>
  7. {{ end }}
  8. <div class="slider responsive">
  9. <div class="slider-item">
  10. <img src="./img/home/head.png" alt="" class="img-fluid">
  11. </div>
  12. <!-- LINE@ 暫時關閉 -->
  13. <!-- <div class="slider-item">
  14. <a href="https://maac.io/1Qcnm" target="_blank">
  15. <img src="./img/home/pillow.jpg" alt="" class="img-fluid">
  16. </a>
  17. </div> -->
  18. <div class="slider-item">
  19. <a style="text-decoration: none;" href="/collection/industrial_bar_house">
  20. <img src="./img/home/collection1.webp" alt="" class="img-fluid">
  21. <div>
  22. <p>「把酒吧搬回家以後,天天都有night club可以去了!」</p>
  23. <p>新北溫氏夫妻|三房兩廳|26.5坪</p>
  24. </div>
  25. </a>
  26. </div>
  27. <div class="slider-item">
  28. <a style="text-decoration: none;" href="/collection/boutique_hotel_slightly_drunk_chill_house">
  29. <img src="./img/home/collection2.webp" alt="" class="img-fluid">
  30. <div>
  31. <p>「回家,就是度假!還有比我家,更適合度假的地方嗎?」</p>
  32. <p>新北黃先生|三房兩廳|30坪</p>
  33. </div>
  34. </a>
  35. </div>
  36. <div class="slider-item">
  37. <a style="text-decoration: none;" href="/collection/cat_aqiu_s_lazy_nest">
  38. <img src="./img/home/collection3.webp" alt="" class="img-fluid">
  39. <div>
  40. <p>「以前我們是大家庭,所以我一直嚮往擁有屬於自己的空間。」</p>
  41. <p>台中阿丘阿嬤|三房兩廳|24坪</p>
  42. </div>
  43. </a>
  44. </div>
  45. </div>
  46. </div>