marcusnoble/src/README.md

1.3 KiB
Raw Blame History

Hi 👋, I'm Marcus

Pronounced: /ˈmɑːkəs/ Pronouns: He/Him/His

{{ .intro | html }}

🌐 Find me around the web

| {{ range .social }}{{ .name | html }} | {{ end }}

{{ if gt (len .events) 0 }}

🗓 Upcoming Events

{{ range .events }}

{{ .humanDate }}

[{{.eventName}}]({{ .url }})

{{ range .details }}

{{ .name | html }}{{ if .type }} - {{ .type }}{{ end}}

{{ end }} {{- end }}

{{ end }}

{{ if gt (len .projects) 0 }}

💻 My Open Source Projects

All my Open Source projects can be found on my GitHub profile (as well as my personal Gitea instance, GitLab, Codeberg and BitBucket).

Below are a selection of highlights.

{{ range .projects }} [{{ .name }}]({{ .url }}) - {{ .description }} [{{ join .languages "name" ", " }}] {{ end }} {{ end }}

{{ if gt (len .badges) 0 }}

🎖️ Badges

{{ range .badges }} {{ end }} {{ end }}