From 5ab35e8e5c94455d696630370d19122c1cb66382 Mon Sep 17 00:00:00 2001 From: eniamza Date: Fri, 21 Aug 2020 20:13:41 +0600 Subject: [PATCH 1/7] Feat : Added arena markdown in pages --- pages/arena.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/arena.md diff --git a/pages/arena.md b/pages/arena.md new file mode 100644 index 0000000..96f07ff --- /dev/null +++ b/pages/arena.md @@ -0,0 +1,28 @@ +--- +title : LBRY Arena +subhead : Greater joy awaits!🎉 +bg-image : "../img/foundation-swarm-background-art.png" +meta-image : "https://lbry.org/img/home-page-meta-img.png" +layout : default +permalink : /arena/ +--- + +#### What's LBRY Arena? +LBRYArena is a project, funded by the LBRY foundation and hosted by LBRY Aides in an attempt to drive traffic and increase engagement as well as activity by bringing people together to enjoy events/tasks with various prizes included. + +#### Joining the Party +To sign up for LBRYArena, all you need to do is head over to `#bots-and-roles` and type `"!addrole LBRYArena"` to sign up. + +#### Breakdown of Arena + +- **#arena-announcement** : This is where all arena related announcements goes. Check frequently to keep yourself up to date + +- **#arena-competition** : All submissions related to ongoing events goes in this channel. Most of the time those are submitted manually by an Aide. + +- **#arena-discussion** : Chit chats , Nick nacks , Tic tac talks goes here. + + + + + + From 11ca6b8e6e2365310d596ef619144333f956702d Mon Sep 17 00:00:00 2001 From: eniamza Date: Fri, 21 Aug 2020 20:13:57 +0600 Subject: [PATCH 2/7] Feat : Added Arena in navlinks --- _includes/navlinks.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/navlinks.html b/_includes/navlinks.html index e8fd831..df09a48 100644 --- a/_includes/navlinks.html +++ b/_includes/navlinks.html @@ -11,6 +11,7 @@ Chat Roadmap Podcast + LBRY Arena Verified Creator @@ -29,6 +30,7 @@ Chat Roadmap Podcast + LBRY Arena Verified Creator From 48696f875d3d4fd411ff656c9591ea5d85da80a4 Mon Sep 17 00:00:00 2001 From: eniamza Date: Fri, 21 Aug 2020 21:02:53 +0600 Subject: [PATCH 3/7] Feat : Added arena_events.html for containing modal triggers --- _includes/arena_events.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _includes/arena_events.html diff --git a/_includes/arena_events.html b/_includes/arena_events.html new file mode 100644 index 0000000..1e9b492 --- /dev/null +++ b/_includes/arena_events.html @@ -0,0 +1,19 @@ + + +
+

LBRY Arena Events

+
+
+
+ Click on a event to see details +
+ + + +
+
+
+ + From 9ff42bd696d0e78209c6d938a58ded9b60071a85 Mon Sep 17 00:00:00 2001 From: eniamza Date: Fri, 21 Aug 2020 21:03:36 +0600 Subject: [PATCH 4/7] Feat : Added eventmodals.html for Event Modals --- _includes/eventmodals.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 _includes/eventmodals.html diff --git a/_includes/eventmodals.html b/_includes/eventmodals.html new file mode 100644 index 0000000..db62cd2 --- /dev/null +++ b/_includes/eventmodals.html @@ -0,0 +1,33 @@ + + + + + + + From 3a056cbbf37d313d9d48829fdcdf5ec4539569ee Mon Sep 17 00:00:00 2001 From: eniamza Date: Fri, 21 Aug 2020 21:04:15 +0600 Subject: [PATCH 5/7] Feat : Added condition check for arena check in default layout --- _layouts/default.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_layouts/default.html b/_layouts/default.html index 89529d2..578ba2f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -40,6 +40,12 @@ {% include hives.html %} + + {% elsif page.title == 'LBRY Arena' %} + {{ content }} + + {% include arena_events.html %} + {% else %} {{ content }} From 3ddb18608eab41b9b7a1405bbef552764db0a497 Mon Sep 17 00:00:00 2001 From: eniamza Date: Fri, 21 Aug 2020 21:24:47 +0600 Subject: [PATCH 6/7] Fix : A slight Misconfig --- _includes/eventmodals.html | 2 +- _layouts/default.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/eventmodals.html b/_includes/eventmodals.html index db62cd2..68e0ef8 100644 --- a/_includes/eventmodals.html +++ b/_includes/eventmodals.html @@ -5,7 +5,7 @@