Remove staging banner, add resume file upload
This commit is contained in:
parent
c58b5c2250
commit
ce523e98e4
6 changed files with 21 additions and 34 deletions
|
|
@ -14,9 +14,6 @@
|
|||
<body>
|
||||
|
||||
<!-- ===== Staging Banner ===== -->
|
||||
<div class="staging-banner">
|
||||
⚠️ STAGING SITE — RecruitmentVenture-Staging
|
||||
</div>
|
||||
|
||||
<!-- ===== Header ===== -->
|
||||
<header class="site-header">
|
||||
|
|
@ -95,7 +92,7 @@
|
|||
|
||||
<script src="js/script.js"></script>
|
||||
<script>
|
||||
// Form handling for staging
|
||||
// Form handler
|
||||
document.getElementById('contactForm')?.addEventListener('submit', function(e) {
|
||||
e.preventDefault();
|
||||
alert('Message sent! (In production, this would send data to ERPNext)');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue