From 99055838721e6f82d1e61e3c1e1cc662c2a643cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Tue, 8 May 2018 13:37:39 -0500 Subject: [PATCH] Closes #12 --- .vuepress/scss/pages/_home.scss | 14 ++++++++++++++ .vuepress/theme/Layout.vue | 6 ++++++ 2 files changed, 20 insertions(+) diff --git a/.vuepress/scss/pages/_home.scss b/.vuepress/scss/pages/_home.scss index 47bae5e..be464f6 100644 --- a/.vuepress/scss/pages/_home.scss +++ b/.vuepress/scss/pages/_home.scss @@ -41,6 +41,20 @@ } } + &.alert { + background-color: $yellow; + // color: $white; + font-size: 1rem; + line-height: 1.33; + padding-top: 1rem; + padding-bottom: 1rem; + text-align: center; + + a { + font-weight: 600; + } + } + &.features { .home__features { align-content: center; diff --git a/.vuepress/theme/Layout.vue b/.vuepress/theme/Layout.vue index 99714a7..a95b2f9 100644 --- a/.vuepress/theme/Layout.vue +++ b/.vuepress/theme/Layout.vue @@ -23,6 +23,12 @@ +
+
+ This website is in beta. We are actively developing this website to showcase and teach about the LBRY protocol. All things may not work as expected!
This website is open source and you can contribute to it on Github. +
+
+