From ade9fa5552227de1607495286ec2c41df8d5ed98 Mon Sep 17 00:00:00 2001 From: Son Nguyen Hoang Date: Sun, 31 Mar 2024 13:42:02 -0400 Subject: [PATCH 1/3] Fix: Enhanced Homepage --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 5f87c4e..be878cd 100644 --- a/.github/README.md +++ b/.github/README.md @@ -90,7 +90,7 @@ Contributions are what make the open-source community such an amazing place to l ## License -Distributed under the MIT License. See `LICENSE` for more information. +Distributed under the MIT License. See [LICENSE](../LICENSE) for more information. ## Contact From ef627f81da10a489adf21c15c5bc8c215a81a9cc Mon Sep 17 00:00:00 2001 From: Son Nguyen Hoang Date: Sun, 31 Mar 2024 14:13:16 -0400 Subject: [PATCH 2/3] Fix: Enhanced Homepage --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 7c0e858..423833c 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,6 @@ - @@ -27,11 +26,15 @@ + + + + From 0600bd9938833d7e9d5e1c0901dad83ffcdfb31e Mon Sep 17 00:00:00 2001 From: Son Nguyen Hoang Date: Wed, 3 Apr 2024 17:58:05 -0400 Subject: [PATCH 3/3] Fix: Enhanced Homepage --- src/js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/script.js b/src/js/script.js index 9846bbe..5026fd9 100644 --- a/src/js/script.js +++ b/src/js/script.js @@ -244,7 +244,7 @@ function addWeatherToPage(data) { weather.classList.add("weather"); weather.innerHTML = ` -

${data.name} +

${data.name}

${temp}${unit}