diff --git a/index.html b/index.html
index 3ad649a..0502790 100755
--- a/index.html
+++ b/index.html
@@ -1,38 +1,34 @@
-
+
- Peter the Baker
+ Peter Baker
-
-
-
-
+
+
+
-
+
-
+
-
+
+
+
+
+
-
-
-
-
diff --git a/resources/css/index.css b/resources/css/index.css
index 055553e..fb407b9 100755
--- a/resources/css/index.css
+++ b/resources/css/index.css
@@ -51,18 +51,6 @@ body {
background: rgba(255,255,255,.08);
}
-/* ========== Header + Banner ========== */
-.site-header {
- position: relative;
- margin: 0;
- padding: 0;
-}
-.site-header img {
- display: block;
- width: 100%;
- height: auto;
-}
-
/* ========== Title (pops from nav) ========== */
.site-title {
font-family: 'Iceland', sans-serif;
@@ -82,24 +70,6 @@ body {
underlineIn 700ms ease-out 650ms forwards;
}
-.site-title::after {
- content: "";
- display: block;
- height: 3px;
- width: 0%;
- margin: .55rem auto 0;
- background: var(--gold);
- border-radius: 999px;
-}
-
-/* ========== Keyframes ========== */
-@keyframes popFromNav {
- 0% { opacity: 0; transform: translate(-50%, calc(var(--nav-h) * .6)); }
- 60% { opacity: 1; transform: translate(-50%, -8px); }
- 100% { opacity: 1; transform: translate(-50%, 0); }
-}
-@keyframes underlineIn { to { width: 56%; } }
-
/* ========== Content + Footer ========== */
.content {
max-width: 1000px;