Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update popup #583

Merged
merged 1 commit into from
Jan 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions views/public/indexV2.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,12 @@
</style>

<div class="popup-overlay" id="popupOverlay"></div>
<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 id="announcementPopup" class="announcement_modal">
<div class="modal-body">
<h2 style="margin-bottom:3mm;"> Mutorials is hiring!</h2>
<p style="margin-bottom:3mm;">We are looking for passionate individuals to fill our Subject Lead roles for biology, chemistry, and physics! Due <b>1/25/25</b> at 5:30 PM PST.</p>
<a class="btn btn-primary rounded-md" id="linkButton" style="margin-bottom:1mm;">Apply Now!</a>
<a class="btn btn-outline rounded-md" id="closePopupBtn">Close</a>
</div>
</div>

Expand Down
Loading