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

View file

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

View file

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

View file

@ -12,13 +12,6 @@
<link rel="icon" type="image/png" href="favicon.png"> <link rel="icon" type="image/png" href="favicon.png">
</head> </head>
<body> <body>
<!-- ===== Staging Banner ===== -->
<div class="staging-banner">
⚠️ STAGING SITE — RecruitmentVenture-Staging
</div>
<!-- ===== Header ===== -->
<header class="site-header"> <header class="site-header">
<div class="container"> <div class="container">
<h1 class="logo">Syntropy Talent</h1> <h1 class="logo">Syntropy Talent</h1>
@ -107,7 +100,7 @@
<script src="js/script.js"></script> <script src="js/script.js"></script>
<script> <script>
// Form handling for staging // Form submission
document.getElementById('jobSeekerForm')?.addEventListener('submit', function(e) { document.getElementById('jobSeekerForm')?.addEventListener('submit', function(e) {
e.preventDefault(); e.preventDefault();
alert('Application submitted! (In production, this would send data to ERPNext)'); 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 - ERPNext integration for form submissions
## Success Criteria ## Success Criteria
- Live staging and production sites accessible
- Forms functional and submitting data to ERPNext - Forms functional and submitting data to ERPNext
- Mobile responsive design - Mobile responsive design
- Professional appearance with white/blue/gray palette - Professional appearance with white/blue/gray palette