AnonSec Team
AnonSec Team
Server IP : 149.13.87.7  /  Your IP : 185.174.145.2
Web Server : nginx
System : Linux h2 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : root ( 0)
PHP Version : 8.0.28
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /mnt/platforms/workspaces/shortable.org/../apartments-prague6.com/../hoaxagency.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /mnt/platforms/workspaces/shortable.org/../apartments-prague6.com/../hoaxagency.com/contact.php
<?php

include 'ContentEdit.php'; 

?>


<!DOCTYPE html>
<html lang="en"> 
<head>
    <title style="text-transform:uppercase;">shortable.org - Contact Us</title>    
    <!-- Meta -->
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">
    
    <!-- Google Font -->
    <link href="https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700|Nunito:400,600,700" rel="stylesheet">
    
    <!-- FontAwesome JS-->
    <script defer src="https://use.fontawesome.com/releases/v5.7.2/js/all.js"></script>

    <!-- Theme CSS -->  
    <link id="theme-style" rel="stylesheet" href="assets/css/<?= $color_changer?>.css">

</head> 

<body>
	
	<!-- Container --> 
	<div class="demo-banner py-3 text-white text-center font-weight-bold theme-bg-secondary text-white">
		Get notified of exclusive deals
		<a class="btn font-weight-bold ml-2 theme-btn-on-bg mt-2 mt-md-0" href="#join_us">Join us <span class="text-uppercase">now!</span>
		</a>
	</div>
    
    <header class="header">
	    
        <div class="branding">
            
            <div class="container position-relative">

				<nav class="navbar navbar-expand-lg" >
                    <h1 class="site-logo">
                    	<a class="navbar-brand" href="<?php echo('index.php'); ?>">
                    		<span class="logo-text">shortable.org</span>
                    	</a>
                    </h1>
				</nav>
            </div>
            
        </div>
        
        
    </header>
    
    
    <section class="hero-section">
	    <div class="container">
		    <div class="row figure-contact">
			    <div class="col-12 col-md-6 pt-3 pt-md-4">

				    <div class="site-tagline mb-3">
						<?= $contactUs_Desc ?>
					</div>
				    <form class="form-contact">

					  <div class="form-row">
					  	<div class="form-group col-md-6">
					      <label >Full name</label>
					      <input type="text" class="form-control" placeholder="Enter your full name">
					    </div>
					    
					  <div class="form-group col-md-6">
					      <label >Email</label>
					      <input type="email" class="form-control"  placeholder="Example@example.com">
					    </div>
					  </div>

					  <div class="form-group">
					    <label >Subject</label>
					    <input type="text" class="form-control"  placeholder="Enter your subject">
					  </div>

					  <div class="form-group">
					    <label >Message</label>
					    <textarea class="form-control"  rows="4" placeholder="Enter your message here"></textarea>
					  </div>

					  <div class="form-group">
					    <div class="form-check">
					      <input class="form-check-input" type="checkbox" checked="true">
					      <label class="form-check-label" >
					        I agree to receive emails with the latest news 
					      </label>
					    </div>
					  </div>

					  <button type="submit" class="btn btn-primary">Send now</button>

					</form>
			    </div>
		    </div>
	    </div>
    </section>

	<section class="logos-section theme-bg-primary py-5 text-center">
	    <div class="container">
	    </div>
	</section>

    <section class="cta-section py-5 theme-bg-secondary text-center">
	    <div class="container" id="join_us">
		    <h3 class="text-white font-weight-bold mb-3">Let's stay in touch</h3>
		    <div class="text-white mx-auto single-col-max-width section-intro">Subscribe our newsletter and get notifications to stay update</div>
			
			<form action="Joinus.php" method="post">
	          <div class="control control-expanded">
	            <input type="email" class="input_join" id="input_join" placeholder="Enter your email">
	            <input type="submit" class="btn theme-btn theme-btn-ghost theme-btn-on-bg"  value="Subscribe now!">
	          </div>
	        </form>
	        
	    </div>
    </section>
    
    <footer class="footer theme-bg-primary">
	    <div class="container py-5 mb-3">
		    <div class="row">
			    <div class="footer-col col-6 col-lg-3">
				    <h4 class="col-heading">Main menu</h4>
				    <ul class="list-unstyled">
					    <li><a href="<?php echo('index.php#join_us'); ?>">Join us</a></li>
					    <li><a href="#">FAQ's</a></li>
					    <li><a href="<?php echo('contact.php'); ?>">Contact us</a></li>
				    </ul>
			    </div>
		
			    <div class="footer-col col-6 col-lg-3">
				    <h4 class="col-heading">Legal</h4>
				    <ul class="list-unstyled">
					    <li><a href="<?php echo('privacy-policy.php'); ?>">Privacy Policy</a></li>
					    <li><a href="<?php echo('disclaimer.php'); ?>">Disclaimer</a></li>
					    
				    </ul>
			    </div>

			    <div class="footer-col col-6 col-lg-3">
			    </div>

			    <div class="footer-col col-6 col-lg-3">
				    <h4 class="col-heading">Stay Connected</h4>
				    <ul class="social-list list-unstyled mb-0">
					    <li class="list-inline-item"><a href="#"><i class="fab fa-instagram fa-fw"></i></a></li>
			            <li class="list-inline-item"><a href="#"><i class="fab fa-twitter fa-fw"></i></a></li>
		                <li class="list-inline-item"><a href="#"><i class="fab fa-facebook-f fa-fw"></i></a></li>
		                
		            </ul>
		            
		            <div class="mb-2">
						<?= $brand_name?><br>
			            <?= $brand_email?><br>
						<?= $brand_phone?><br>
			            <?= $brand_address?>
			        </div>
		            
			    </div>
		    </div>
	    </div>
	    <div class="container">
		    <hr>
	    </div>

	    <div class="footer-bottom text-center pb-5">
	   
                <small class="copyright">&copy;<?php echo date("Y"); ?> <a href="#">shortable.org</a>. All Rights Reserved.</small>
	    </div>
		
    </footer>

       
    <!-- Javascript -->          
    <script type="text/javascript" src="assets/plugins/jquery-3.3.1.min.js"></script>
    <script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>  



</body>
</html> 


AnonSec - 2021