Skip to content

Commit

Permalink
Clean up hiring modal (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
womogenes authored Dec 26, 2024
1 parent 1b6d441 commit 9fa4f9a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions views/public/indexV2.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@
</style>

<div class="popup-overlay" id="popupOverlay"></div>
<div id="announcementPopup" class="announcement_modal">
<div class="modal-body">
<h2>Mutorials is hiring!</h2>
<p>We're looking for passionate individuals to fill our Marketing Director and Subject Lead Roles!</p>
<a class="btn btn-primary rounded-md" id="linkButton">Apply Now!</a>
<a class="btn btn-outline rounded-md" id="closePopupBtn">Close</a>
<div id="announcementPopup" class="announcement_modal rounded-xl p-6">
<div class="modal-body max-w-sm">
<h2 class="mb-2">Mutorials is hiring!</h2>
<p class="mb-4">We're looking for passionate individuals to fill our Marketing Director and Subject Lead Roles.</p>
<div class="flex flex-col gap-2">
<a class="btn btn-primary rounded-md" id="linkButton">Apply Now</a>
<a class="btn btn-outline rounded-md" id="closePopupBtn">Close</a>
</div>
</div>
</div>

Expand Down

0 comments on commit 9fa4f9a

Please sign in to comment.