diff options
Diffstat (limited to 'rescue/12/scripts/script.js')
-rw-r--r-- | rescue/12/scripts/script.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rescue/12/scripts/script.js b/rescue/12/scripts/script.js new file mode 100644 index 0000000..d7be898 --- /dev/null +++ b/rescue/12/scripts/script.js @@ -0,0 +1,10 @@ +/* + 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()); +}); |