mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-31 01:11:29 +00:00
Feat : Added eventmodals.html for Event Modals
This commit is contained in:
parent
48696f875d
commit
9ff42bd696
1 changed files with 33 additions and 0 deletions
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</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 -->
|
Loading…
Add table
Reference in a new issue