marcusnoble/src
Marcus Noble 63dfc836a7
Update generated readme
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2023-11-02 08:40:39 +00:00
..
fonts Initial release 2022-08-07 13:35:21 +01:00
README.md Update generated readme 2023-11-02 08:40:39 +00:00
favicon-96.png Added favicon 2022-08-07 14:37:08 +01:00
favicon.ico Added favicon 2022-08-07 14:37:08 +01:00
headshot-transparent.avif Initial release 2022-08-07 13:35:21 +01:00
headshot-transparent.png Initial release 2022-08-07 13:35:21 +01:00
headshot-transparent.webp Initial release 2022-08-07 13:35:21 +01:00
index.html Added badges 2023-11-02 08:36:51 +00:00

README.md

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 }}