feat: add initial portfolio site with project showcase and contact form

This commit is contained in:
2024-12-06 18:18:45 +00:00
commit 32599da0a5
1077 changed files with 117733 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{{$avatarLink := (.RelAvatarLink ctx)}}
{{if $avatarLink}}
<img class="ui avatar tw-align-middle" src="{{$avatarLink}}" width="24" height="24" alt="{{.FullName}}">
{{else if $.IsMirror}}
{{svg "octicon-mirror" 24}}
{{else if $.IsFork}}
{{svg "octicon-repo-forked" 24}}
{{else}}
{{svg "octicon-repo" 24}}
{{end}}