diff --git a/src/assets/img/ARC-HIVE-logo.jpg b/src/assets/img/ARC-HIVE-logo.jpg new file mode 100644 index 0000000..8ede09c Binary files /dev/null and b/src/assets/img/ARC-HIVE-logo.jpg differ diff --git a/src/assets/img/ARC-HIVE-logo.svg b/src/assets/img/ARC-HIVE-logo.svg new file mode 100644 index 0000000..d9f10d8 --- /dev/null +++ b/src/assets/img/ARC-HIVE-logo.svg @@ -0,0 +1,45 @@ + +image/svg+xml diff --git a/src/assets/scss/_settings.scss b/src/assets/scss/_settings.scss index f933852..7d322ed 100644 --- a/src/assets/scss/_settings.scss +++ b/src/assets/scss/_settings.scss @@ -865,11 +865,11 @@ $thumbnail-radius: $global-radius; // 53. Title Bar // ------------- -$titlebar-background: $black; -$titlebar-color: $white; +$titlebar-background: $white; +$titlebar-color: $black; $titlebar-padding: 0.5rem; $titlebar-text-font-weight: bold; -$titlebar-icon-color: $white; +$titlebar-icon-color: $black; $titlebar-icon-color-hover: $medium-gray; $titlebar-icon-spacing: 0.25rem; diff --git a/src/layouts/default.html b/src/layouts/default.html index d5130cb..b3a968f 100644 --- a/src/layouts/default.html +++ b/src/layouts/default.html @@ -12,10 +12,75 @@ {{!-- Pages you create in the src/pages/ folder are inserted here when the flattened page is created. --}} -{{> header}} -{{> hero}} -{{> body}} -{{> footer}} - - + +
+ + {{> header}} +
+
+ + {{> hero}} + +
+

big old hero

+
+
+ + {{> body}} +
+ {{> footer}} + + + + + diff --git a/src/pages/index.html b/src/pages/index.html index cd7fc72..adb81e9 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -1,9 +1,9 @@ -
-
+
+

arcHIVE project kitchen sink

-
+
@@ -150,4 +150,4 @@
- + diff --git a/src/partials/footer.html b/src/partials/footer.html index f29f5cf..e69de29 100644 --- a/src/partials/footer.html +++ b/src/partials/footer.html @@ -1,26 +0,0 @@ - diff --git a/src/partials/header.html b/src/partials/header.html index f168e1c..e69de29 100644 --- a/src/partials/header.html +++ b/src/partials/header.html @@ -1,11 +0,0 @@ -
-
arcHIVE
-
- -
-
diff --git a/src/partials/hero.html b/src/partials/hero.html index c962dd8..e69de29 100644 --- a/src/partials/hero.html +++ b/src/partials/hero.html @@ -1,5 +0,0 @@ -
-
-

big old hero

-
-