Static pages not working

It’s more like:

<?php if ( have_posts() &! is_front_page() ) : ?>

this line should be:

<?php if ( have_posts() && !is_front_page() ) : ?>