From 79c5b08151083fbe47211cfa9b92821a2a1096cb Mon Sep 17 00:00:00 2001
From: Joyline-Rencita <107092284+Joyline-Rencita@users.noreply.github.com>
Date: Wed, 26 Apr 2023 02:12:01 +0530
Subject: [PATCH 1/7] Update solar_usage.js
committed
---
js/solar_usage.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/js/solar_usage.js b/js/solar_usage.js
index 31d2505..9997436 100644
--- a/js/solar_usage.js
+++ b/js/solar_usage.js
@@ -64,13 +64,13 @@ function checkWeather(weather) {
str = '';
if (weather == "overcast clouds" || weather == "mostly cloudy"|| weather == "broken clouds" || weather == "shower rain" || weather == "rain" || weather == "thunderstorm") {
imgElement = "weather-app-img/rain.png";
- str='cannot make use of solar heater';
+ str='Its Raining!!!
water cannot be heated above 495 Faranheit';
} else if (weather == "partly cloudy" || weather == "few clouds" ||weather == "scattered clouds") {
imgElement = "weather-app-img/clouds.png";
- str='less amount of sunlight
Make minimal use';
+ str=' Less amount of sunlight
Make minimal use';
} else if (weather == "drizzle" || weather == "light rain") {
imgElement = "weather-app-img/drizzle.png";
- str='Less light exposure!!
';
+ str='Less light exposure due to !!
';
} else if (weather == "sunny" || weather == "clear sky"){
imgElement = "weather-app-img/clear.png";
str='Sunny
You can make best use of solar heater';
@@ -84,7 +84,7 @@ function checkWeather(weather) {
}
else{
imgElement="weather-app-img/snow.png";
- str='7';
+ str='Snowfall!!
You cannot make use of solar heater';
}
document.getElementById('image').innerHTML = "";
document.getElementById('desc').style.display = "inline";
From 579bf9c6c9c2a851e1bcc11e4626fc1eed5c6b44 Mon Sep 17 00:00:00 2001
From: Joyline Rencita Dsouza
<107092284+Joyline-Rencita@users.noreply.github.com>
Date: Mon, 14 Oct 2024 11:53:25 +0530
Subject: [PATCH 2/7] Create index.html
---
index.html | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 index.html
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..7444b25
--- /dev/null
+++ b/index.html
@@ -0,0 +1,48 @@
+
+
+
+ Facts on Solar Energy
+Reviews
+
Name :
+ + + +Reviews
Reviews
Name :
@@ -43,6 +43,6 @@