Added Readme

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2022-08-08 15:27:30 +01:00
parent f6618a93ff
commit de1248a965
4 changed files with 83 additions and 39 deletions

32
src/README.md Normal file
View File

@@ -0,0 +1,32 @@
<div align="center">
# Hi 👋, I'm Marcus
<sup>**Pronounced:** /ˈmɑːkəs/ ⚡️ **Pronouns:** He/Him/His</sup>
{{ .intro | html }}
## 🌐 Find me around the web
| {{ range .social }}<a href="{{ .url }}" rel="me" title="{{ .title }}">{{ .name | html }}</a> | {{ end }}
## 💻 My Open Source Projects
All my Open Source projects can be find on my <a href="https://github.com/AverageMarcus">GitHub</a> profile (as well as my personal <a href="https://git.cluster.fun">Gitea</a> instance, <a href="https://gitlab.com/AverageMarcus">GitLab</a>, <a href="https://codeberg.org/AverageMarcus">Codeberg</a> and <a href="https://bitbucket.org/AverageMarcus/workspace/projects/PROJ">BitBucket</a>).
Below are a selection of highlights.
{{ range .projects }}
[**{{ .name }}**]({{ .url }}) - {{ .description }} [{{ join .languages "name" ", " }}]
{{ end }}
## 🗓 Upcoming Events
{{ range .events }}
{{ .humanDate }} - [**{{.eventName}}**]({{ .url }})
{{ range .details }}
`{{ .name }} - {{ .type }}`
{{ end }}
{{- end }}
</div>

View File

@@ -261,7 +261,8 @@
{{ range .social }}
<li>
<a href="{{ .url }}" rel="me" title="{{ .title }}">
{{ .content | html }}
{{ .icon | html }}
{{ .name }}
</a>
</li>
{{ end }}