/* Student Name: Name Surname File Name: script.js Date: 2024/12/01 */ // jQuery for hero image to consume the header window space $(document).ready(function(){ $('.hero').height($(window).height()); });