diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-12 07:28:51 +0000 |
commit | 687bcfcd19c98c0a4eeb6179ea40c41fb1141ab7 (patch) | |
tree | 41277db9c9201ddaae59222628f8e4f323e20eba /12/scripts/script.js | |
parent | rescue 11 (diff) | |
download | html-687bcfcd19c98c0a4eeb6179ea40c41fb1141ab7.tar html-687bcfcd19c98c0a4eeb6179ea40c41fb1141ab7.tar.gz html-687bcfcd19c98c0a4eeb6179ea40c41fb1141ab7.tar.bz2 html-687bcfcd19c98c0a4eeb6179ea40c41fb1141ab7.tar.xz html-687bcfcd19c98c0a4eeb6179ea40c41fb1141ab7.zip |
rescue 12
Diffstat (limited to '12/scripts/script.js')
-rw-r--r-- | 12/scripts/script.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/12/scripts/script.js b/12/scripts/script.js new file mode 100644 index 0000000..d7be898 --- /dev/null +++ b/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()); +}); |