Skip to content

Commit

Permalink
Updage index layout
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemblack committed Jun 13, 2024
1 parent 6abcb60 commit ff11515
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pkg/static/site/index.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
<html lang="en">
{{ template "head" . }}
<body>
<main>
<main style="max-width: 38em; margin: 0 auto">
<div>
<img
style="border-radius: 100%; max-width: 16em; border: 1px solid white; margin: 2em auto"
src="https://george.black/images/profile.avif"
alt="George and his best friend, hiking"
/>
</div>
<div>
<h1>George Black</h1>
<p>Software Engineer, currently living & working in Austin, TX.</p>
Expand All @@ -11,13 +18,6 @@
<li><a href="https://www.linkedin.com/in/georgemb/">LinkedIn</a></li>
</ul>
</div>
<div style="margin-top: 2em">
<img
style="border-radius: 100%; max-width: 16em; border: 1px solid white"
src="https://george.black/images/profile.avif"
alt="George and his best friend, hiking"
/>
</div>
</main>
</body>
</html>

0 comments on commit ff11515

Please sign in to comment.