diff --git a/app/snowfall.py b/app/snowfall.py index c079bc6..6026434 100644 --- a/app/snowfall.py +++ b/app/snowfall.py @@ -3,8 +3,8 @@ Source files of snowfall, including CSS you can find at https://github.com/Artim ''' -SNOWFLAKE_CHARACTERS = ['\U0001f342', '\U0001f49d', '\U0001f31f', '\U0001f381'] -SNOWFLAKE_IMAGE_COUNT = 15 +SNOWFLAKE_CHARACTERS = ['\U0001f49d', '\U0001f31f', '\U0001f381'] +SNOWFLAKE_IMAGE_COUNT = 45 def generate_snowfall(snowflake_image_url): snowfall = [] diff --git a/app/static/js/projects.js b/app/static/js/projects.js deleted file mode 100644 index 44fcf5c..0000000 --- a/app/static/js/projects.js +++ /dev/null @@ -1,13 +0,0 @@ -function alignHeadersByHeight(table) { - var maxHeight = 0; - table.querySelectorAll('h1').forEach( - element => maxHeight = Math.max(maxHeight, element.clientHeight) - ) - table.querySelectorAll('h1').forEach( - element => element.style.height = maxHeight + 'px' - ) - console.log(maxHeight); -} - -var table = document.getElementById("pbic"); -alignHeadersByHeight(table); diff --git a/app/templates/index.html b/app/templates/index.html index 353f756..c504424 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -18,7 +18,7 @@