diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css
index 25efe81..141ac1d 100644
--- a/src/assets/stylesheet.css
+++ b/src/assets/stylesheet.css
@@ -58,10 +58,28 @@ a {
}
.-container {
+ position: relative;
max-width: 40rem;
margin: 0 auto;
}
+.about-link {
+ transition: top .15s ease-out;
+ position: absolute;
+ top: -5px;
+ right: 20px;
+}
+
+.about-link:hover,
+.about-link:focus {
+ top: 0;
+}
+
+.about-link-image {
+ height: 60px;
+ border-radius: 0 0 50% 50%;
+}
+
.tag {
padding: 0 .3em;
border-radius: 3px;
diff --git a/src/templates/index.hbs b/src/templates/index.hbs
index 96d31a1..c45c322 100644
--- a/src/templates/index.hbs
+++ b/src/templates/index.hbs
@@ -19,6 +19,9 @@
+
+
+
diff --git a/src/templates/interior.hbs b/src/templates/interior.hbs
index fcefff0..d19f62d 100644
--- a/src/templates/interior.hbs
+++ b/src/templates/interior.hbs
@@ -15,12 +15,15 @@