all repos — homestead @ 4ecc532d6ba8e5252514ee3b063813727d19f929

Code for my website

Show photo

Alan Pearce
commit

4ecc532d6ba8e5252514ee3b063813727d19f929

parent

c774ba1831ffae29b2d79034b79800159919e053

2 files changed, 4 insertions(+), 0 deletions(-)

jump to
M layouts/index.htmllayouts/index.html
@@ -1,5 +1,6 @@
{{ define "main" -}} <main class="h-card"> + <img height="128" width="128" class="u-photo" src="/img/me-thumb.jpg" /> <h1 class="p-name">Alan Pearce</h1> <section class="p-note"> {{ .Content }}
M themes/xmin/static/css/style.cssthemes/xmin/static/css/style.css
@@ -5,6 +5,9 @@ margin: auto;
max-width: 800px; padding: 1em; } +.u-photo { + float:right; +} /* header and footer areas */ nav > ul { padding: 0; }