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