403Webshell
Server IP : 104.21.21.239  /  Your IP : 216.73.216.11
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/home2/domains/nycyouth/Package-HTML/Canvas 7 Files/forms-coming-soon.html
<!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 &amp; 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=Lato:ital,wght@0,300;0,400;0,700;1,400&family=Poppins:wght@300;400;500;600;700&family=PT+Serif:ital,wght@1,400&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>Coming Soon - Forms | Canvas</title>

	<style>

		.form-section.active,
		.result-section.active {
			visibility: visible;
    		-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
		    height: auto;
		}
		.form-section.inactive,
		.result-section.inactive {
			opacity: 0;
		    visibility: hidden;
			height: 0;
		}

		@-webkit-keyframes scale-up-center {
		  0% {
		  	opacity: 0;
		    -webkit-transform: scale(0.9);
		            transform: scale(0.9);
		  }
		  100% {
		  	opacity: 1;
		    -webkit-transform: scale(1);
		            transform: scale(1);
		  }
		}
		@keyframes scale-up-center {
		  0% {
		  	opacity: 0;
		    -webkit-transform: scale(0.9);
		            transform: scale(0.9);
		  }
		  100% {
		  	opacity: 1;
		    -webkit-transform: scale(1);
		            transform: scale(1);
		  }
		}

	</style>

</head>

<body class="stretched">

	<!-- Document Wrapper
	============================================= -->
	<div id="wrapper">

		<!-- Header
		============================================= -->
		<header id="header">
			<div class="header-wrap-clone"></div>
		</header><!-- #header end -->

		<!-- Slider
		============================================= -->
		<section id="slider" class="slider-element min-vh-100 include-header" style="background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.6)), url('images/blocks/preview/schedule.jpg') no-repeat center center/ cover;">
			<div class="slider-inner">

				<div class="row justify-content-center align-items-center h-100">

					<div class="col-lg-5 col-sm-7 col-10">

						<div class="text-center mb-5 dark">
							<h1 class="fw-bold display-4">Coming Soon..</h1>
						</div>

						<div class="form-widget" data-loader="button" data-alert-type="inline">

							<form id="coming-soon-registration" class="mb-0" action="include/form.php" method="post" enctype="multipart/form-data">
								<div class="form-process"></div>
								<div class="row form-section px-4 py-5 bg-white rounded shadow-lg">
									<div class="col-12 form-group">
										<label>Name:</label>
										<input type="text" name="landing-enquiry-name" id="landing-enquiry-name" class="form-control form-control-lg required" value="" placeholder="John Doe">
									</div>
									<div class="col-12 form-group">
										<label>Email:</label>
										<input type="email" name="landing-enquiry-email" id="landing-enquiry-email" class="form-control form-control-lg required" value="" placeholder="[email protected]">
									</div>
									<div class="col-12 form-group">
										<label>Phone:</label>
										<input type="tel" name="landing-enquiry-phone" id="landing-enquiry-phone" class="form-control form-control-lg required" value="" placeholder="123-45-678" maxlength="12" pattern="[0-9]{3}-[0-9]{2}-[0-9]{3}">
									</div>
									<div class="col-12 d-none">
										<input type="text" id="landing-enquiry-botcheck" name="landing-enquiry-botcheck" value="">
									</div>
									<div class="col-12">
										<button type="submit" name="landing-enquiry-submit" class="btn w-100 text-white bg-color rounded-3 py-3 fw-semibold text-uppercase mt-2">Get Notified</button>
									</div>

									<input type="hidden" name="prefix" value="landing-enquiry-">
								</div>
								<div class="result-section text-center">
									<div class="form-result"></div>
									<a class="btn w-100 text-white btn-danger rounded-3 py-3 fw-semibold text-uppercase mt-3 button-back">Thank You.</a>
								</div>
							</form>
						</div>

						<div class="d-flex justify-content-center mt-4">
							<a href="#" class="social-icon text-white bg-transparent h-bg-facebook" title="Facebook">
								<i class="fa-brands fa-facebook-f"></i>
								<i class="fa-brands fa-facebook-f"></i>
							</a>

							<a href="#" class="social-icon text-white bg-transparent h-bg-delicious" title="Delicious">
								<i class="fa-brands fa-delicious"></i>
								<i class="fa-brands fa-delicious"></i>
							</a>

							<a href="#" class="social-icon text-white bg-transparent h-bg-paypal" title="PayPal">
								<i class="fa-brands fa-paypal"></i>
								<i class="fa-brands fa-paypal"></i>
							</a>

							<a href="#" class="social-icon text-white bg-transparent h-bg-waze" title="Flattr">
								<i class="fa-brands fa-waze"></i>
								<i class="fa-brands fa-waze"></i>
							</a>

							<a href="#" class="social-icon text-white bg-transparent h-bg-android" title="Android">
								<i class="fa-brands fa-android"></i>
								<i class="fa-brands fa-android"></i>
							</a>

							<a href="#" class="social-icon text-white bg-transparent h-bg-google" title="Google+">
								<i class="fa-brands fa-google"></i>
								<i class="fa-brands fa-google"></i>
							</a>
						</div>

					</div>
				</div>

			</div>
		</section>

		<!-- Content
		============================================= -->
		<section id="content">

			<div class="content-wrap p-0">

			</div>

		</section><!-- #content end -->

	</div><!-- #wrapper end -->

	<!-- Go To Top
	============================================= -->
	<div id="gotoTop" class="uil uil-angle-up"></div>

	<!-- JavaScripts
	============================================= -->
	<script src="js/jquery.js"></script>
	<script src="js/functions.js"></script>

	<script>
		jQuery(document).ready( function(){
			jQuery('.result-section').addClass('inactive');
			jQuery('#coming-soon-registration').on( 'formSubmitSuccess formSubmitError', function(){
				jQuery('.result-section').addClass('active').removeClass('inactive');
				jQuery('.form-section').addClass('inactive').removeClass('active');

				jQuery('.button-back').on('click', function() {
				    jQuery('.result-section').addClass('inactive').removeClass('active');
					jQuery('.form-section').addClass('active').removeClass('inactive');
					e.preventDefault();
				  }
				);
			});
		});
	</script>

</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit