Documentation ¶
Overview ¶
templ: version: v0.2.771
Index ¶
- func Experience(e Experiences) templ.Component
- func H1(s string) templ.Component
- func H2(s string) templ.Component
- func H3(s string) templ.Component
- func Header(h HeaderText) templ.Component
- func Index() templ.Component
- func Level(l int) templ.Component
- func Project(h string, p Projects) templ.Component
- func Skills(s []SkillsText) templ.Component
- type ExperienceNode
- type Experiences
- type HeaderText
- type ProjectNode
- type Projects
- type SkillsText
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Experience ¶
func Experience(e Experiences) templ.Component
func Header ¶
func Header(h HeaderText) templ.Component
func Skills ¶
func Skills(s []SkillsText) templ.Component
Types ¶
type ExperienceNode ¶
type Experiences ¶
type Experiences []ExperienceNode
type HeaderText ¶
type HeaderText struct {
Text string
}
type ProjectNode ¶
type Projects ¶
type Projects []ProjectNode
type SkillsText ¶
Click to show internal directories.
Click to hide internal directories.