templs

package
v0.0.0-...-b8482ef Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

templ: version: v0.2.771

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Experience

func Experience(e Experiences) templ.Component

func H1

func H1(s string) templ.Component

func H2

func H2(s string) templ.Component

func H3

func H3(s string) templ.Component
func Header(h HeaderText) templ.Component

func Index

func Index() templ.Component

func Level

func Level(l int) templ.Component

func Project

func Project(h string, p Projects) templ.Component

func Skills

func Skills(s []SkillsText) templ.Component

Types

type ExperienceNode

type ExperienceNode struct {
	Company string
	Title   string
	Subtext string
}

type Experiences

type Experiences []ExperienceNode

type HeaderText

type HeaderText struct {
	Text string
}

type ProjectNode

type ProjectNode struct {
	Name string
	Desc string
}

type Projects

type Projects []ProjectNode

type SkillsText

type SkillsText struct {
	Name  string
	Level int
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL