uawdijnntqw1x1x1
IP : 216.73.216.93
Hostname : panel.codeskitter.com
Kernel : Linux panel.codeskitter.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
Disable Function : apache_child_terminate, apache_note, apache_setenv, define_syslog_variables, dl, link, opcache_get_status, openlog, pcntl_exec, pcntl_fork, pcntl_setpriority, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
OS : Linux
PATH:
/
home
/
users
/
unlimited
/
www
/
sohelgazi.com
/
..
/
testing.codeskitter.site
/
three
/
index.html
/
/
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Generated Page</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Contact Us - Speedo Loan</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600&display=swap" rel="stylesheet"> <link rel="stylesheet" href="global.css"> <style id="sections-styles"> /* CSS for section section:header */ .site-header { background-color: var(--text-light); padding: 16px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .header-container { display: flex; justify-content: space-between; align-items: center; } .logo { position: relative; width: 200px; height: 45px; } .logo-images { position: relative; width: 100%; height: 100%; } .main-nav ul { display: flex; gap: 48px; list-style: none; margin: 0; padding: 0; } .main-nav a { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 500; color: var(--text-dark); transition: color 0.3s ease; } .main-nav a:hover { color: var(--primary-color); } .repay-btn { font-family: 'Poppins', sans-serif; font-size: 16px; padding: 8px 24px; } @media (max-width: 768px) { .main-nav { display: none; /* Simple hide for mobile, could be replaced with a hamburger menu */ } .header-container { justify-content: space-between; } .logo { width: 150px; height: auto; } } /* CSS for section section:hero */ .hero-section { position: relative; height: 408px; background-image: url('images/1015656f913f2b0ea3db10a2fbbd555ce7a717db.png'); background-size: cover; background-position: center; display: flex; align-items: center; justify-content: flex-start; color: var(--text-light); text-align: left; } .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 97.3%); } .hero-content { position: relative; z-index: 2; max-width: 580px; } .hero-title { font-family: 'Inter', sans-serif; font-size: 64px; font-weight: 700; margin-bottom: 24px; } .hero-subtitle { font-family: 'Inter', sans-serif; font-size: 28px; font-weight: 500; line-height: 1.4; } @media (max-width: 768px) { .hero-section { height: 300px; text-align: center; justify-content: center; } .hero-content { padding: 0 20px; } .hero-title { font-size: 48px; } .hero-subtitle { font-size: 20px; } } /* CSS for section section:form */ .form-section { padding: 60px 0; background-color: #fff; } .form-wrapper { background-color: var(--form-bg); border-radius: 20px; box-shadow: 0px 1px 4.8px 0px rgba(0, 0, 0, 0.25); padding: 40px; margin-top: -100px; /* Overlap with hero section */ position: relative; z-index: 10; } .form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 38px; margin-bottom: 32px; } .form-group { display: flex; flex-direction: column; } .form-group label { font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 500; color: rgba(0, 0, 0, 0.8); margin-bottom: 8px; } .input-wrapper { position: relative; display: flex; align-items: center; } .input-wrapper input, .input-wrapper textarea { width: 100%; padding: 12px 16px; border: 1px solid var(--border-color); border-radius: 12px; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 300; color: var(--text-gray); } .input-wrapper input:focus, .input-wrapper textarea:focus { outline: none; border-color: var(--primary-color); box-shadow: 0 0 0 2px rgba(253, 104, 0, 0.2); } .input-wrapper .input-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); pointer-events: none; } .input-wrapper input[type="email"], .input-wrapper input[type="text"] { padding-left: 48px; } .submit-btn { width: 100%; padding: 14px; font-size: 18px; font-weight: 600; border-radius: 40px; } @media (max-width: 768px) { .form-wrapper { margin-top: -60px; padding: 24px; } .form-grid { grid-template-columns: 1fr; gap: 24px; } } /* CSS for section section:reach-us */ .reach-us-section { padding: 80px 0; background-color: var(--light-bg); } .reach-us-header { display: flex; flex-direction: column; align-items: center; margin-bottom: 60px; } .reach-us-title { font-family: 'Poppins', sans-serif; font-size: 40px; font-weight: 600; color: rgba(0,0,0,0.8); } .reach-us-title .text-primary { color: var(--primary-color); } .title-underline { width: 70px; height: 4px; background-color: #000; margin-top: 8px; } .reach-us-content { display: flex; justify-content: center; align-items: stretch; gap: 60px; } .contact-card { display: flex; align-items: center; gap: 16px; } .contact-card img { width: 24px; height: 24px; } .card-text h3 { font-family: 'Inter', sans-serif; font-size: 20px; font-weight: 600; color: var(--text-gray); margin-bottom: 8px; } .card-text p { font-family: 'Inter', sans-serif; font-size: 22px; font-weight: 500; color: var(--primary-color); line-height: 1.4; max-width: 300px; } .vertical-divider { width: 3px; background-color: #787878; } @media (max-width: 768px) { .reach-us-content { flex-direction: column; align-items: center; gap: 40px; } .vertical-divider { width: 80%; height: 2px; } .contact-card { flex-direction: column; text-align: center; } } /* CSS for section section:map */ .map-section { padding: 60px 0; } .map-placeholder { height: 484px; background-color: #d9d9d9; border-radius: 14px; display: flex; justify-content: center; align-items: center; } .map-placeholder h2 { font-family: 'Poppins', sans-serif; font-size: 64px; font-weight: 600; color: rgba(0, 0, 0, 0.54); } @media (max-width: 768px) { .map-placeholder { height: 300px; } .map-placeholder h2 { font-size: 48px; } } /* CSS for section section:footer */ .site-footer { background-color: var(--dark-bg); color: var(--text-light); padding: 60px 0; font-family: 'Poppins', sans-serif; } .footer-main { display: flex; justify-content: space-between; gap: 40px; margin-bottom: 40px; } .footer-column { flex: 1; } .footer-title { font-size: 24px; font-weight: 500; margin-bottom: 24px; } .footer-text, .footer-links a { font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--text-light); } .footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; } .footer-divider { border: none; height: 1px; background-color: rgba(255, 255, 255, 0.6); margin: 40px 0; } .footer-social { display: flex; justify-content: center; align-items: center; gap: 32px; } .footer-social a { display: block; transition: transform 0.3s ease; } .footer-social a:hover { transform: scale(1.1); } .footer-bottom { display: flex; justify-content: center; align-items: center; } .footer-logo img { max-width: 224px; } @media (max-width: 992px) { .footer-main { flex-direction: column; text-align: center; } } </style> <script src="global.js" defer></script> </head> <body> <header id="header" class="site-header"> <div class="container header-container"> <a href="#home" class="logo"> <!--merged image--> <div class="logo-images"> <img src="images/794_999.svg" alt="Logo part 1" style="position: absolute; left: 0px; top: 0px; width: 37.04px; height: 37.04px;"> <img src="images/794_1004.svg" alt="Logo part 2" style="position: absolute; left: 29.95px; top: 13.02px; width: 26.08px; height: 31.82px;"> <img src="images/794_1009.svg" alt="Logo part 3" style="position: absolute; left: 33.81px; top: 17.58px; width: 18.5px; height: 22.66px;"> <img src="images/794_1010.svg" alt="Logo part 4" style="position: absolute; left: 59.51px; top: 10.18px; width: 11.27px; height: 14.9px;"> <img src="images/794_1014.svg" alt="Logo part 5" style="position: absolute; left: 72.76px; top: 10.27px; width: 10.97px; height: 14.63px;"> <img src="images/794_1018.svg" alt="Logo part 6" style="position: absolute; left: 85.41px; top: 10.27px; width: 9.58px; height: 14.63px;"> <img src="images/794_1022.svg" alt="Logo part 7" style="position: absolute; left: 96.98px; top: 10.27px; width: 9.58px; height: 14.63px;"> <img src="images/794_1026.svg" alt="Logo part 8" style="position: absolute; left: 108.51px; top: 10.39px; width: 12.96px; height: 14.51px;"> <img src="images/794_1030.svg" alt="Logo part 9" style="position: absolute; left: 123.15px; top: 10.16px; width: 15.03px; height: 14.94px;"> <img src="images/794_1034.svg" alt="Logo part 10" style="position: absolute; left: 145.48px; top: 10.39px; width: 9.64px; height: 14.51px;"> <img src="images/794_1038.svg" alt="Logo part 11" style="position: absolute; left: 156.92px; top: 10.16px; width: 15.03px; height: 14.94px;"> <img src="images/794_1042.svg" alt="Logo part 12" style="position: absolute; left: 173.17px; top: 10.22px; width: 14.37px; height: 14.67px;"> <img src="images/794_1046.svg" alt="Logo part 13" style="position: absolute; left: 188.55px; top: 10.39px; width: 11.26px; height: 14.51px;"> </div> </a> <nav class="main-nav"> <ul> <li><a href="#home">Home</a></li> <li><a href="#about">About Us</a></li> <li><a href="#contact-form">Contact Us</a></li> </ul> </nav> <a href="#repay" class="btn btn-outline repay-btn">Repay Now</a> </div> </header> <section id="hero" class="hero-section"> <div class="hero-overlay"></div> <div class="container hero-content"> <h1 class="hero-title">Contact Us</h1> <p class="hero-subtitle">Kindly fill out the form below, and our team will get in touch with you shortly.</p> </div> </section> <section id="contact-form" class="form-section"> <div class="container"> <div class="form-wrapper"> <form action="#" method="POST"> <div class="form-grid"> <div class="form-group"> <label for="name">Name</label> <div class="input-wrapper"> <input type="text" id="name" name="name" placeholder="User name"> </div> </div> <div class="form-group"> <label for="email">Email</label> <div class="input-wrapper"> <img src="images/420_241.svg" alt="email icon" class="input-icon"> <input type="email" id="email" name="email" placeholder="Email Address"> </div> </div> <div class="form-group"> <label for="phone">Phone</label> <div class="input-wrapper"> <input type="tel" id="phone" name="phone" placeholder="Phone Number"> </div> </div> <div class="form-group"> <label for="city">City</label> <div class="input-wrapper"> <img src="images/420_247.svg" alt="city icon" class="input-icon"> <input type="text" id="city" name="city" placeholder="Current Address"> </div> </div> </div> <div class="form-group"> <label for="message">Message</label> <div class="input-wrapper"> <textarea id="message" name="message" rows="5" placeholder="Message"></textarea> </div> </div> <button type="submit" class="btn btn-primary submit-btn">Submit</button> </form> </div> </div> </section> <section id="reach-us" class="reach-us-section"> <div class="container"> <div class="reach-us-header"> <h2 class="reach-us-title">Reach <span class="text-primary">Us</span></h2> <div class="title-underline"></div> </div> <div class="reach-us-content"> <div class="contact-card"> <img src="images/427_982.svg" alt="Phone icon"> <div class="card-text"> <h3>Phone No.</h3> <p>+91-9355580811</p> </div> </div> <div class="vertical-divider"></div> <div class="contact-card"> <img src="images/427_987.svg" alt="Location icon"> <div class="card-text"> <h3>Reach Us</h3> <p>S-370, Panchsheel park,New Delhi 110017, India</p> </div> </div> </div> </div> </section> <section id="map" class="map-section"> <div class="container"> <div class="map-placeholder"> <h2>Map</h2> </div> </div> </section> <footer id="footer" class="site-footer"> <div class="container footer-container"> <div class="footer-main"> <div class="footer-column"> <h3 class="footer-title">REACH US</h3> <p class="footer-text">Address: 276,m First Floor, Gagan Vihar, Shadra Delhi</p> </div> <div class="footer-column"> <h3 class="footer-title">CONTACT</h3> <ul class="footer-links"> <li><a href="mailto:info@speedoloan.com">Email: info@speedoloan.com</a></li> <li><a href="tel:+919099909941">Phone: +91 9099909941</a></li> </ul> </div> <div class="footer-column"> <h3 class="footer-title">QUICK LINKS</h3> <ul class="footer-links"> <li><a href="#">Terms & Condition | Privacy Policy</a></li> <li><a href="#">| Cancellation & Refund Policy | FAQs |</a></li> </ul> </div> </div> <hr class="footer-divider"> <div class="footer-social"> <a href="#" aria-label="Facebook"><img src="images/420_852.svg" alt="Facebook"></a> <a href="#" aria-label="YouTube"><img src="images/420_854.svg" alt="YouTube"></a> <a href="#" aria-label="Twitter"><img src="images/420_855.svg" alt="Twitter"></a> <a href="#" aria-label="Instagram"><img src="images/420_857.svg" alt="Instagram"></a> </div> <hr class="footer-divider"> <div class="footer-bottom"> <!--merged image--> <div class="footer-logo"> <img src="images/420_738.svg" alt="Speedo Loan Logo"> </div> </div> </div> </footer> </body> </html>
/home/users/unlimited/www/sohelgazi.com/../testing.codeskitter.site/three/index.html