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/../anonyme-geburt.org/../nauticalless.net/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /mnt/platforms/workspaces/shortable.org/../anonyme-geburt.org/../nauticalless.net/index.php
<?php

include 'ContentEdit.php'; 

?>

<!DOCTYPE html>
<html lang="en"> 
<head>
    <title>shortable.org-<?= $header_title ?></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" style="text-transform:capitalize;">shortable.org</span>
                    	</a>
                    </h1>
				</nav>
            </div>
            
        </div>
        
        
    </header>
    
    
    <section class="hero-section">
	    <div class="container">
		    <div class="row figure-holder">
			    <div class="col-12 col-md-6 pt-3 pt-md-4">
				    <h2 class="site-headline font-weight-bold mt-lg-5 pt-lg-5"><?= $header_title ?></h2>
				    <div class="site-tagline mb-3">shortable.org <?= $headerDesc ?></div>
				    <div class="cta-btns">
					    <div class="mb-4"><a class="btn btn-primary font-weight-bold theme-btn home-btn" href="<?php echo('index.php#join_us'); ?>"><?= $headerButton ?></a></div>
					    
				    </div>
			    </div>
				<div class="new-photo">
					 <img src="./assets/images/header/<?= $vertical?>/<?= $header_image?>" background-size:480px auto;min-height:450px height ="600" alt="Image">
          		</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" name="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