32
src/README.md
Normal file
32
src/README.md
Normal 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>
|
@@ -261,7 +261,8 @@
|
||||
{{ range .social }}
|
||||
<li>
|
||||
<a href="{{ .url }}" rel="me" title="{{ .title }}">
|
||||
{{ .content | html }}
|
||||
{{ .icon | html }}
|
||||
{{ .name }}
|
||||
</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user