| Server IP : 172.67.201.108 / Your IP : 216.73.216.191 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/domains/nycyouth/Package-HTML/Canvas 7 Files/ |
Upload File : |
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta name="author" content="SemiColonWeb">
<meta name="description" content="Get Canvas to build powerful websites easily with the Highly Customizable & Best Selling Bootstrap Template, today.">
<!-- Font Imports -->
<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@400;600;700&display=swap" rel="stylesheet">
<!-- Core Style -->
<link rel="stylesheet" href="style.css">
<!-- Font Icons -->
<link rel="stylesheet" href="css/font-icons.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Document Title
============================================= -->
<title>Form | Canvas</title>
<style>
:root {
--cnvs-form-color: #153261;
}
label {
font-size: 0.925rem;
font-weight: 500;
text-transform: none;
letter-spacing: 0;
color: #666;
margin-bottom: 2px;
}
.form-control:active,
.form-control:focus {
border: 2px solid var(--cnvs-form-color);
box-shadow: 0px 0px 0px 1px var(--cnvs-form-color);
}
</style>
</head>
<body class="stretched">
<!-- Document Wrapper
============================================= -->
<div id="wrapper">
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap">
<div class="container">
<div class="row align-items-center justify-content-between rounded-6" style="background-color: var(--cnvs-form-color)">
<div class="col-lg-5 dark p-5">
<h2 class="mb-1 fw-semibold text-white text-capitalize">Get a Quote</h2>
<p class=" text-white-50 mb-5">Get in Touch with Us. Our Team will reply your query within 24hrs.</p>
<ul class="list-unstyled">
<li>
<a href="#" class="text-light mb-3 border px-4 py-2 rounded-5 d-inline-block border-transparent bg-light bg-opacity-10 h-border-light">
<i class="me-3 bi-telephone-outbound"></i> +00 111 222 333
</a>
</li>
<li>
<a href="#" class="text-light mb-3 border px-4 py-2 rounded-5 d-inline-block border-transparent bg-light bg-opacity-10 h-border-light">
<i class="me-3 bi-envelope"></i> [email protected]
</a>
</li>
<li>
<a href="#" class="text-light mb-3 border px-4 py-2 rounded-5 d-inline-block border-transparent bg-light bg-opacity-10 h-border-light">
<i class="me-3 bi-geo-alt"></i> Melbourne, AUS
</a>
</li>
</ul>
<a href="#" class="social-icon h-bg-facebook border-0 bg-light">
<i class="fa-brands fa-facebook-f text-white"></i>
<i class="fa-brands fa-facebook-f"></i>
</a>
<a href="#" class="social-icon h-bg-twitter border-0 bg-light">
<i class="fa-brands fa-twitter text-white"></i>
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="social-icon h-bg-instagram border-0 bg-light">
<i class="bi-instagram text-white"></i>
<i class="bi-instagram"></i>
</a>
</div>
<div class="col-lg-6 p-5 px-lg-6 d-flex flex-column align-self-center">
<div class="row justify-content-center bg-white p-4 rounded-6">
<div class="col-12">
<div class="form-widget">
<div class="form-result"></div>
<form class="mb-0" id="template-contactform" name="template-contactform" action="include/form.php" method="post">
<div class="form-process">
<div class="css3-spinner">
<div class="css3-spinner-scaler"></div>
</div>
</div>
<div class="row">
<div class="col-12 form-group">
<label for="template-contactform-name">Full Name <small>*</small></label>
<input type="text" id="template-contactform-name" name="template-contactform-name" value="" class="form-control border-width-2 required">
</div>
<div class="col-12 form-group">
<label for="template-contactform-email">Email <small>*</small></label>
<input type="email" id="template-contactform-email" name="template-contactform-email" value="" class="required email form-control border-width-2">
</div>
<div class="col-12 form-group">
<label for="template-contactform-phone">Phone <small>*</small></label>
<input type="text" id="template-contactform-phone" name="template-contactform-phone" value="" class="form-control border-width-2 required">
</div>
<div class="col-12 form-group">
<label for="template-contactform-message">Message <small>*</small></label>
<textarea class="required form-control border-width-2" id="template-contactform-message" name="template-contactform-message" rows="4" cols="30"></textarea>
</div>
<div class="col-12 form-group d-none">
<input type="text" id="template-contactform-botcheck" name="template-contactform-botcheck" value="" class="form-control">
</div>
<div class="col-12 form-group">
<button class="btn text-white py-2 w-100 m-0 mt-3" style="background-color: var(--cnvs-form-color);" type="submit" id="template-contactform-submit" name="template-contactform-submit" value="submit">Send Message</button>
</div>
</div>
<input type="hidden" name="prefix" value="template-contactform-">
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- #content end -->
</div><!-- #wrapper end -->
<!-- Go To Top
============================================= -->
<div id="gotoTop" class="uil uil-angle-up"></div>
<!-- JavaScripts
============================================= -->
<script src="js/functions.js"></script>
</body>
</html>