exclude page element from specific pages

<?php if ( ! is_page( array( 'About', 'Contact' ) ) ) : ?>

    <!-- Navigation code -->

<?php endif ?>