Redid header style, wrapped content in main tag

This commit is contained in:
Brandon Rozek 2022-05-08 16:11:05 -04:00
parent ddaa281397
commit 0824107def
10 changed files with 147 additions and 48 deletions

View file

@ -2,9 +2,10 @@
<html>
{{- partial "head.html" . -}}
<body>
<main>
<div id="profileContainer">
<div id="profile" class="h-card">
<header class="home">
<header class="header-home">
<!-- avator -->
<div class="avatar">
<img class="avatarMask u-photo" src="{{ .Site.BaseURL }}/img/{{ .Site.Params.avatar }}" alt="avatar">
@ -37,6 +38,7 @@
</nav>
</div>
</div>
</main>
{{- partial "footer.html" . -}}
<script type="application/ld+json">
{