mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 12:37:23 +00:00
Feat : Added arena_events.html for containing modal triggers
This commit is contained in:
parent
11ca6b8e6e
commit
48696f875d
1 changed files with 19 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-->
|
Loading…
Add table
Reference in a new issue