package page import "github.com/lorenzhohermuth/portfolio/view/layout" import "github.com/lorenzhohermuth/portfolio/view/component" templ ShowHome(arr []component.CarouselEntry, index int, events []component.Event) { @layout.Base(){ About this Website The Purpose of this website is to try a new Stack with GO and HTMX with the goal of using a Minimal amount of Code. And to refresh my old Portfolio to a newer State. @component.Banner("Stack", "", "#6266ec", "#b9f301" ) Language GO HTMX Frontend Famework CSS Famework Uno CSS Templ HTML Templating HTTP Famework Echo @component.Banner("Porjects", "", "#b9f301", "#ff5cdb") @component.Carousel(arr, index) @component.Banner("Work", "", "#1733d2", "#ff5cdb") @component.Timeline(events) } }
About this Website
The Purpose of this website is to try a new Stack with GO and HTMX with the goal of using a Minimal amount of Code. And to refresh my old Portfolio to a newer State.