mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
Merge pull request #8 from Eniamza/master
Added LBRY Arena Page and Related Modals
This commit is contained in:
commit
3c9ee05fc4
5 changed files with 91 additions and 0 deletions
19
_includes/arena_events.html
Normal file
19
_includes/arena_events.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!-- Arena Events -->
|
||||
|
||||
<div class="col-md-12 col-lg-12 my-5" id="arena">
|
||||
<h2 class="mb-2 text-white text-center">LBRY Arena Events</h2>
|
||||
<hr class="subhead">
|
||||
<br>
|
||||
<div class="lbry-dark text-center pt-3">
|
||||
<span class="mt-3">Click on a event to see details</span>
|
||||
<div class="card-body" id="viewevents">
|
||||
|
||||
<button type="button" class="btn lbry-dark-green mb-3 mr-3" data-toggle="modal" data-target="#gameplayModal">
|
||||
Gameplay
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- /Foundation Hives-->
|
33
_includes/eventmodals.html
Normal file
33
_includes/eventmodals.html
Normal file
|
@ -0,0 +1,33 @@
|
|||
<!-- Event Modals -->
|
||||
|
||||
<!-- Gameplay event -->
|
||||
<div class="modal fade" id="gameplayModal" tabindex="-1" role="dialog" aria-labelledby="gameplayModal" aria-hidden="true">
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content lbry-dark text-white">
|
||||
<div class="modal-header">
|
||||
<h3 class="modal-title" id="gameplayModal">3 in 1 Gameplay Saga</h3>
|
||||
<button type="button" class="close text-white" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<h4>Pending</h4>
|
||||
<p>Pending</p>
|
||||
|
||||
<!-- <h4>Website</h4>
|
||||
<p></p> -->
|
||||
|
||||
<h4>Description</h4>
|
||||
<p>
|
||||
Pending
|
||||
</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn lbry-dark-green" data-dismiss="modal">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Gameplay Event -->
|
||||
|
||||
<!-- Event Modals -->
|
|
@ -11,6 +11,7 @@
|
|||
<a class="nav-item nav-link" href="./chat/">Chat</a>
|
||||
<a class="nav-item nav-link" href="./roadmap/">Roadmap</a>
|
||||
<a class="nav-item nav-link" href="./podcast/">Podcast</a>
|
||||
<a class="nav-item nav-link" href="./arena/">LBRY Arena</a>
|
||||
<a class="nav-item nav-link" href="./verified/">Verified Creator</a>
|
||||
<!-- For newer additions Follow : <a class="nav-item nav-link" href="./asinpermalink/">pagename</a> -->
|
||||
</div>
|
||||
|
@ -29,6 +30,7 @@
|
|||
<a class="nav-item nav-link" href="../chat/">Chat</a>
|
||||
<a class="nav-item nav-link" href="../roadmap/">Roadmap</a>
|
||||
<a class="nav-item nav-link" href="../podcast/">Podcast</a>
|
||||
<a class="nav-item nav-link" href="../arena/">LBRY Arena</a>
|
||||
<a class="nav-item nav-link" href="../verified/">Verified Creator</a>
|
||||
<!-- For newer additions Follow : <a class="nav-item nav-link" href="../asinpermalink/">pagename</a> -->
|
||||
</div>
|
||||
|
|
|
@ -40,6 +40,12 @@
|
|||
<!-- Foundations Hives-->
|
||||
{% include hives.html %}
|
||||
<!-- /Foundations Hives -->
|
||||
|
||||
{% elsif page.title == 'LBRY Arena' %}
|
||||
{{ content }}
|
||||
<!-- Past LBRY Arena Events-->
|
||||
{% include arena_events.html %}
|
||||
<!-- Past LBRY Arena Events -->
|
||||
|
||||
{% else %}
|
||||
{{ content }}
|
||||
|
@ -60,6 +66,9 @@
|
|||
<!-- Hives Modals -->
|
||||
{% include hivesmodals.html %}
|
||||
<!-- /Hives Modals -->
|
||||
<!--Arena Modals-->
|
||||
{% include eventmodals.html %}
|
||||
<!--Arena Modals-->
|
||||
|
||||
<!-- JSPart -->
|
||||
{% include js.html %}
|
||||
|
|
28
pages/arena.md
Normal file
28
pages/arena.md
Normal file
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue