diff --git a/2 b/2 deleted file mode 100644 index b068184..0000000 --- a/2 +++ /dev/null @@ -1,84 +0,0 @@ -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. -