Clean staging references from production

This commit is contained in:
Ozzy (AI Assistant) 2026-07-27 19:54:14 +00:00
parent 089ea7eb65
commit b4681d38e3
6 changed files with 3 additions and 33 deletions

View file

@ -12,13 +12,6 @@
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<!-- ===== Staging Banner ===== -->
<div class="staging-banner">
⚠️ STAGING SITE — RecruitmentVenture-Staging
</div>
<!-- ===== Header ===== -->
<header class="site-header">
<div class="container">
<h1 class="logo">Syntropy Talent</h1>
@ -95,7 +88,7 @@
<script src="js/script.js"></script>
<script>
// Form handling for staging
// Form submission
document.getElementById('contactForm')?.addEventListener('submit', function(e) {
e.preventDefault();
alert('Message sent! (In production, this would send data to ERPNext)');

View file

@ -65,7 +65,6 @@ body {
}
/* ===== Staging Banner ===== */
.staging-banner {
background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
color: white;
text-align: center;

View file

@ -12,13 +12,6 @@
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<!-- ===== Staging Banner ===== -->
<div class="staging-banner">
⚠️ STAGING SITE — RecruitmentVenture-Staging
</div>
<!-- ===== Header ===== -->
<header class="site-header">
<div class="container">
<h1 class="logo">Syntropy Talent</h1>
@ -102,7 +95,7 @@
<script src="js/script.js"></script>
<script>
// Form handling for staging
// Form submission
document.getElementById('employerForm')?.addEventListener('submit', function(e) {
e.preventDefault();
alert('Hiring request submitted! (In production, this would send data to ERPNext)');

View file

@ -12,13 +12,6 @@
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<!-- ===== Staging Banner ===== -->
<div class="staging-banner">
⚠️ STAGING SITE — RecruitmentVenture-Staging
</div>
<!-- ===== Header ===== -->
<header class="site-header">
<div class="container">
<h1 class="logo">Syntropy Talent</h1>

View file

@ -12,13 +12,6 @@
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<!-- ===== Staging Banner ===== -->
<div class="staging-banner">
⚠️ STAGING SITE — RecruitmentVenture-Staging
</div>
<!-- ===== Header ===== -->
<header class="site-header">
<div class="container">
<h1 class="logo">Syntropy Talent</h1>
@ -107,7 +100,7 @@
<script src="js/script.js"></script>
<script>
// Form handling for staging
// Form submission
document.getElementById('jobSeekerForm')?.addEventListener('submit', function(e) {
e.preventDefault();
alert('Application submitted! (In production, this would send data to ERPNext)');

View file

@ -11,7 +11,6 @@ Create and maintain a professional recruitment/temp agency website with separate
- ERPNext integration for form submissions
## Success Criteria
- Live staging and production sites accessible
- Forms functional and submitting data to ERPNext
- Mobile responsive design
- Professional appearance with white/blue/gray palette