carousel.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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/head1.webp" alt="" class="img-fluid">
  11. </div>
  12. <div class="slider-item">
  13. <a href="/news/the_country_you_most_want_to_go_to_in_2023_is_your_new_home">
  14. <img src="./img/home/news1.webp" alt="" class="img-fluid">
  15. </a>
  16. </div>
  17. <div class="slider-item">
  18. <a href="https://maac.io/1Qcnm" target="_blank">
  19. <img src="./img/home/pillow.jpg" alt="" class="img-fluid">
  20. </a>
  21. </div>
  22. <div class="slider-item">
  23. <a style="text-decoration: none;" href="/collection/industrial_bar_house">
  24. <img src="./img/home/collection1.webp" alt="" class="img-fluid">
  25. <div>
  26. <p>「把酒吧搬回家以後,天天都有night club可以去了!」</p>
  27. <p>新北溫氏夫妻|三房兩廳|26.5坪</p>
  28. </div>
  29. </a>
  30. </div>
  31. <div class="slider-item">
  32. <a style="text-decoration: none;" href="/collection/boutique_hotel_slightly_drunk_chill_house">
  33. <img src="./img/home/collection2.webp" alt="" class="img-fluid">
  34. <div>
  35. <p>「回家,就是度假!還有比我家,更適合度假的地方嗎?」</p>
  36. <p>新北黃先生|三房兩廳|30坪</p>
  37. </div>
  38. </a>
  39. </div>
  40. <div class="slider-item">
  41. <a style="text-decoration: none;" href="/collection/cat_aqiu_s_lazy_nest">
  42. <img src="./img/home/collection3.webp" alt="" class="img-fluid">
  43. <div>
  44. <p>「以前我們是大家庭,所以我一直嚮往擁有屬於自己的空間。」</p>
  45. <p>台中阿丘阿嬤|三房兩廳|24坪</p>
  46. </div>
  47. </a>
  48. </div>
  49. </div>
  50. </div>