From 662e1a2dec16837ed199046b14fdc7c464b489a5 Mon Sep 17 00:00:00 2001 From: Kristian Polso Date: Thu, 17 May 2018 15:30:17 +0300 Subject: [PATCH] EmailSubscribe component --- .vuepress/components/EmailSubscribe.vue | 61 +++++++++++++++++++++++++ .vuepress/theme/Layout.vue | 4 ++ 2 files changed, 65 insertions(+) create mode 100644 .vuepress/components/EmailSubscribe.vue diff --git a/.vuepress/components/EmailSubscribe.vue b/.vuepress/components/EmailSubscribe.vue new file mode 100644 index 0000000..0e9372a --- /dev/null +++ b/.vuepress/components/EmailSubscribe.vue @@ -0,0 +1,61 @@ + + + + + \ No newline at end of file diff --git a/.vuepress/theme/Layout.vue b/.vuepress/theme/Layout.vue index ac1beb8..aa28e08 100644 --- a/.vuepress/theme/Layout.vue +++ b/.vuepress/theme/Layout.vue @@ -125,6 +125,10 @@ +
+ +
+
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.