diff --git a/common/after_header.html b/common/after_header.html new file mode 100755 index 0000000..de234f1 --- /dev/null +++ b/common/after_header.html @@ -0,0 +1,9 @@ +
+

+ There are a lot more discussions going on if you log in! +

+ + + Log in or Sign Up + +
diff --git a/common/common.scss b/common/common.scss index d6947e8..b1c5ecb 100644 --- a/common/common.scss +++ b/common/common.scss @@ -1,3 +1,25 @@ +// Login CTA +#login-message { + display: none; +} + +html.anon { + body:not(.category-resources) { + // Display this message on all pages except in Community Resources + #login-message { + text-align: center; + display: flex; + flex-direction: column; + align-items: center; + margin: 16px 0; + + a:hover { + color: var(--secondary-very-high); + } + } + } +} + // Login form .login-right-side { display: none;