Footer not visible

If you click “View page source” and scroll down you will see that your code is broken in the last line

 <p class="description"><a href="https://wordpress.stackexchange.com/questions/339202/

It looks like you are trying to call get_field() which is Advanced Custom Fields function but it may not exist because the plugin is not loaded. Try enabling the Advanced Custom Fields plugin and check again or you can replace the whole line with the WordPress native get_post_meta() function.