|
Server IP : 68.178.192.183 / Your IP : 216.73.217.147 Web Server : Apache System : Linux p3plmcpnl499016.prod.phx3.secureserver.net 4.18.0-553.52.1.lve.el8.x86_64 #1 SMP Wed May 21 15:31:29 UTC 2025 x86_64 User : sljf5lg8mz7c ( 10903667) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/sljf5lg8mz7c/public_html/zenotechlab.com/../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Get More Leads | Innovexa</title>
<style>
body {
margin: 0;
font-family: 'Segoe UI', sans-serif;
background: linear-gradient(135deg, #2b0a78, #7b1fa2, #ff6f00);
color: #fff;
}
/* CONTAINER */
.container {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
min-height: 100vh;
padding: 20px;
}
/* CONTENT */
.content {
max-width: 600px;
}
/* LOGO TEXT */
.logo-text {
font-size: 32px;
font-weight: bold;
margin-bottom: 20px;
}
/* HEADING */
h1 {
font-size: 42px;
line-height: 1.3;
}
.highlight {
color: #ffcc00;
}
/* TEXT */
p {
font-size: 18px;
margin: 15px 0;
}
/* BUTTONS */
/* BUTTONS */
.btn {
display: block;
width: 100%;
max-width: 350px;
margin: 15px auto;
padding: 15px;
font-size: 16px;
border: none;
border-radius: 8px;
cursor: pointer;
transition: 0.3s;
color: #fff;
font-weight: bold;
}
/* YES - New Website */
.btn-yes {
background: linear-gradient(90deg, #00c853, #b2ff59);
}
/* UPDATE WEBSITE */
.btn-update {
background: linear-gradient(90deg, #2196f3, #00e5ff);
}
/* NEED DETAILS */
.btn-help {
background: linear-gradient(90deg, #ff9800, #ff5722);
}
/* MAY BE LATER */
.btn-later {
background: linear-gradient(90deg, #9e9e9e, #e0e0e0);
color: #000;
}
/* NOT REQUIRED */
.btn-no {
background: linear-gradient(90deg, #e91e63, #f06292);
}
/* HOVER EFFECT */
.btn:hover {
transform: scale(1.05);
opacity: 0.9;
}
/* SMALL TEXT */
.small-text {
font-size: 14px;
opacity: 0.8;
}
/* MOBILE */
@media(max-width: 600px) {
h1 {
font-size: 28px;
}
p {
font-size: 16px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="content">
<div class="logo-text" style="font-family:'poppins';">innovexa</div>
<h2>Don't have a website for your school yet?</h2>
<h1>
Get a professional school website for<span class="highlight"> ₹7000</span><br>
</h1>
<p>
Perfect for increasing admissions and building trust online.
</p>
<p>Choose an option below:</p>
<button class="btn btn-yes" onclick="goToForm()">
YES, I WANT A NEW WEBSITE
</button>
<button class="btn btn-update" onclick="goToForm()">
UPDATE MY EXISTING WEBSITE
</button>
<button class="btn btn-help" onclick="goToForm()">
NEED MORE DETAILS
</button>
<button class="btn btn-later" onclick="goToForm()">
MAY BE LATER
</button>
<button class="btn btn-no" onclick="goToHelp()">
NOT REQUIRED
</button>
<p class="small-text">Takes less than 30 seconds</p>
</div>
</div>
<script>
function goToForm() {
window.open("https://forms.gle/rRVi8S5huPvj3wiR7");
}
function goToHelp() {
window.location.href = "https://innovexa.in/thankyou.html";
}
</script>
</body>
</html>