File: /home/robovet/www/wp-content/themes/disrupt/front-page.php===
<?php
/* Template Name: Home */
//get_header();
?>
<html>
<body>
<section data-parallax="50" data-height="100%" id="home" class="ct-u-display-table ct-mediaSection ct-top-banner">
<div class="inner">
<?php
/* Start the Loop */
while ( have_posts() ) :
the_post();
the_content();
endwhile; // End of the loop.
?>
</div>
</section>
<?php //get_footer(); ?>
<style>
img {
max-width: 100%;
height: auto;
}
body {
margin: 0;
padding: 0;
}
</style>
</body>
</html>