14 lines
591 B
Plaintext
14 lines
591 B
Plaintext
include Carousel
|
|
include Container
|
|
include Title
|
|
|
|
section#portfolio(class="border-t border-nls-black/50 dark:border-nls-white/50")
|
|
.p-8.bg-nls-white.text-nls-black(class="dark:bg-nls-black dark:text-white sm:py-32")
|
|
+Container
|
|
+Title("h2", true)
|
|
| Portfolio
|
|
p.text-center.pb-12.font-serif
|
|
| Free and Open Source Software, Customer Projects and other useful Applications
|
|
.max-w-screen.mx-auto.pb-32(class="sm:max-w-80vw")
|
|
+Carousel(portfolio, {id: "portfolio-carousel", color: "black", category: "portfolio", slideClasses: "w-full", autoScroll: false, color: "violet"})
|