Skip to content

Commit

Permalink
Update modal.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kamila-codesync authored Jun 29, 2024
1 parent 8a93698 commit 34dafb1
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions _includes/modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
<div class="modal-content">
<span class="close">&times;</span>
<!-- modal content here -->
<h3 class="title">Lorem ipsum dolor sit</h3>
<p>Defuit vituperatum loquerer ille percipitur tribuat eum postea diesque nullam vero generis incurreret
Pacuvii tamen audiebamus miserum pueriliter deterius.</p>
<p>Fugiendis nomine fuisse quo manu dixeris artis iniucundus
sit illis effecerit opinionum civitatis temperantiamque peccandi evolutio erigimur conversam alteram defenditur
efficiantur.</p>
<a class="page-scroll btn-outline btn-orange mb-4 mt-4 btn-orange inline-block" href="#url" target="_blank">
BTN TEXT
<h3 class="title">Expand your experience</h3>
<p> Give yourself a chance to grow: add a comprehensive exploration of the topic that interests you the most to your Code BEAM experience. This year we offer you six training sessions.
</p>

<a class="page-scroll btn-outline btn-orange mb-4 mt-4 btn-orange inline-block" href="#training" target="_blank">
Check now
</a>
</div>
</div>
Expand Down Expand Up @@ -52,4 +50,4 @@ <h3 class="title">Lorem ipsum dolor sit</h3>

// Open the modal after 4 seconds
setTimeout(openModal, 4000);
</script>
</script>

0 comments on commit 34dafb1

Please sign in to comment.