From e3434149be18cdf1dee0ef577b518f70d01cfd91 Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Fri, 23 Feb 2018 03:27:50 +0700 Subject: [PATCH] FIX #386 added contact us and redirect to hello@lbry.io ( TESTED Locally) (#390) * Create contact-us.php with link on /learn page --- data/i18n/en.yaml | 1 + view/template/mail/contact-us.php | 3 +++ view/template/page/learn.php | 5 ++++- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 view/template/mail/contact-us.php diff --git a/data/i18n/en.yaml b/data/i18n/en.yaml index 9cab6764..15a2c878 100644 --- a/data/i18n/en.yaml +++ b/data/i18n/en.yaml @@ -85,6 +85,7 @@ learn: explorer: Block Explorer how: Learn how LBRY will forever improve how we create and share with one another. join: Join Us + contact: Contact Us nerd: Nerd Out rebels: Learn more about the relentless rebels changing the internet. team: About The Team diff --git a/view/template/mail/contact-us.php b/view/template/mail/contact-us.php new file mode 100644 index 00000000..1e30eb63 --- /dev/null +++ b/view/template/mail/contact-us.php @@ -0,0 +1,3 @@ +
+ hello@lbry.io +
diff --git a/view/template/page/learn.php b/view/template/page/learn.php index 6aaa2551..c0e9b910 100644 --- a/view/template/page/learn.php +++ b/view/template/page/learn.php @@ -57,8 +57,11 @@

{{learn.join}}

+

{{learn.contact}}

+
- + +