diff --git a/content/about.md b/content/about.md index 03eb97b..f8e1c04 100644 --- a/content/about.md +++ b/content/about.md @@ -10,3 +10,5 @@ aliases = [ ### The Dillons work and play in Anchorage, Alaska. +{{< figure src="/img/dillons.jpg" title="M and D" class="dillons">}} + diff --git a/static/css/starter.css b/static/css/starter.css index 12114a6..759a3a8 100644 --- a/static/css/starter.css +++ b/static/css/starter.css @@ -1,3 +1,8 @@ +.dillons img { + width: 350px; + height: 350px; +} + a, a:visited { color: #000000; } diff --git a/static/img/dillons.jpg b/static/img/dillons.jpg new file mode 100644 index 0000000..2e9b8d7 Binary files /dev/null and b/static/img/dillons.jpg differ