diff --git a/assets/css/mpowheard.css b/assets/css/mpowheard.css index 71b1516..36b4c26 100644 --- a/assets/css/mpowheard.css +++ b/assets/css/mpowheard.css @@ -276,6 +276,25 @@ body div.cta button#cta:hover { margin-right: 7.5rem; } } +body .back-blog { + padding: 10px; + max-width: 100px; + max-height: 42px; + background-color: white; + border-radius: 50px; + text-decoration: none; + text-align: center; + box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 10px 0 rgba(0, 0, 0, 0.14); +} +body .back-blog a, body .back-blog a:hover { + text-decoration: none; +} +body .back-blog:hover { + text-decoration: none; + background-color: #EBFCFF; + cursor: pointer; + box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.1); +} body nav.navbar { background-color: #FBFE3B; color: #000000; diff --git a/assets/scss/mpowheard.scss b/assets/scss/mpowheard.scss index 303a6fd..1a369e7 100644 --- a/assets/scss/mpowheard.scss +++ b/assets/scss/mpowheard.scss @@ -282,6 +282,25 @@ body { } } } + .back-blog { + padding:10px; + max-width:100px; + max-height:42px; + background-color:white; + border-radius:50px; + text-decoration:none; + text-align:center; + box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15), 0 5px 10px 0 rgba(0, 0, 0, 0.14); + a, a:hover { + text-decoration:none; + } + } + .back-blog:hover { + text-decoration:none; + background-color:#EBFCFF; + cursor:pointer; + box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.1); + } nav.navbar { background-color: $yellow; diff --git a/blog/post-20241112.html b/blog/post-20241112.html index 3155938..d7767ff 100644 --- a/blog/post-20241112.html +++ b/blog/post-20241112.html @@ -89,6 +89,11 @@
+
+
+ ← blog +
+

Unusual Marketing Strategies That Can Supercharge Your Brand

@@ -202,6 +207,11 @@

Final Thoughts: Think Outside the Box to Unlock Maximum Impact

+
+
+ ← blog +
+
diff --git a/blog/post-20241118.html b/blog/post-20241118.html index 7499415..30c1a5a 100644 --- a/blog/post-20241118.html +++ b/blog/post-20241118.html @@ -89,6 +89,11 @@
+
+
+ ← blog +
+

UX Specialists: Your Secret Weapon

@@ -202,6 +207,11 @@

Why Your Business Needs a UX Specialist

+
+
+ ← blog +
+
diff --git a/why.html b/why.html index 43f65b6..100594c 100644 --- a/why.html +++ b/why.html @@ -79,13 +79,13 @@