new content

This commit is contained in:
Oliver
2025-05-03 16:21:02 -03:00
parent 661b829be3
commit 16d96d7f92
3 changed files with 14 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<img loading="lazy" class="mb-4 rounded-circle w-100" style="max-width:280px" src="https://www.gravatar.com/avatar/{{ md5 .Params.email }}?s=220&pg&d=identicon">
{{ end }}
<p class="text-uppercase small mb-2">{{ i18n `my_name_is` }}</p>
<h1 class="h3 text-primary font-primary mb-3">{{ .Params.name }}</h1>
<h2 class="h3 text-primary font-primary mb-3">{{ .Params.name }}</h2>
<div class="mb-0 mx-auto" style="max-width:460px">{{ .Params.summary }} <a href="{{ .Permalink }}" aria-label="About me" class="text-underline d-inline-block">{{ i18n `read_more` }}</a></div>
{{ end }}
</div>