Skip to content

Commit

Permalink
modal update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dalmano committed May 24, 2019
1 parent 8c60b96 commit cc0f24e
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions src/views/partials/matchedBuddy.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,25 @@
<p class="box6">{{this.goal_name}}</p>
<p class="box7">Build Muscle</p>

<button id='modelBtn'>I like this GYMBUDDY</button>

<div id='myModal' class='modal'>
<div class='modal-content'>
<div class='modal-header'>
<div class='close'>&times;</div>
<button id="modalBtn">I like this GYMBUDDY</button>

<div id="gyModal" class="modal">

<div class="modal-content">
<div class="modal-header">
<div class="close">&times;</div>
<h2>Congrats! You have a match!</h2>
</div>
<div class='modal-body'>
<p>To contact your match, please slide in their DMs</p>
<div class="modal-body">
<p>Maybe slide in the DMs to get a work out in</p>

</div>
<div class='modal-footer'>
<div class="modal-footer">
<h3>GYMBUDDY</h3>
</div>
</div>

</div>
</div>
<footer class='footer'>
Expand Down

0 comments on commit cc0f24e

Please sign in to comment.