From d9fb68e435dea9b0ae61b3cacce01d23da0bc27b Mon Sep 17 00:00:00 2001 From: martinsalinas0 Date: Sun, 16 Feb 2025 17:25:26 -0600 Subject: [PATCH 1/7] inital commit --- index.html | 0 main.js | 0 style.css | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 index.html create mode 100644 main.js create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 00000000..e69de29b diff --git a/main.js b/main.js new file mode 100644 index 00000000..e69de29b diff --git a/style.css b/style.css new file mode 100644 index 00000000..e69de29b From fa944800eea73cb3f0853e42642e7d74d60f6eb0 Mon Sep 17 00:00:00 2001 From: martinsalinas0 Date: Sun, 16 Feb 2025 19:18:06 -0600 Subject: [PATCH 2/7] add html page --- index.html | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/index.html b/index.html index e69de29b..f271a753 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,77 @@ + + + + + + + + + Weather Project + + +
+
+ +
+
+ +
+
+
+
+ + +
+
+
+
+
+
+
+

72

+
+
+
+
+
+
+
+
+
+
+
One of three columns
+
One of three columns
+
One of three columns
+
+
+ + + + + + + From f26854044b753f31666b1f43278b167aa31a0b6d Mon Sep 17 00:00:00 2001 From: martinsalinas0 Date: Sun, 16 Feb 2025 19:47:52 -0600 Subject: [PATCH 3/7] fix html semantics --- index.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index f271a753..4165ecf9 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,7 @@

Weather Project

+
@@ -41,19 +42,21 @@

Weather Project

+
+
-
-

72

+
+

66

+

Austin

+

Clouds

+

☁️

+
-
- -
-
-
+
One of three columns
One of three columns
From 8f7a6f3521075120916c2b5ad77f9be8bfd6297d Mon Sep 17 00:00:00 2001 From: martinsalinas0 Date: Mon, 17 Feb 2025 18:42:00 -0600 Subject: [PATCH 4/7] add no border in style.css --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index e69de29b..66550dac 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,3 @@ +.current-weather { + border: none; +} From 25e2cd0fbad852c30b7cf726c1bcda41e5a3246b Mon Sep 17 00:00:00 2001 From: martinsalinas0 Date: Wed, 19 Feb 2025 13:07:31 -0600 Subject: [PATCH 5/7] add html and event listner --- index.html | 123 ++++++++++++++++++++++++++++++++++++----------------- main.js | 78 +++++++++++++++++++++++++++++++++ 2 files changed, 161 insertions(+), 40 deletions(-) diff --git a/index.html b/index.html index 4165ecf9..272355bb 100644 --- a/index.html +++ b/index.html @@ -2,79 +2,122 @@ - + + Weather Project -
-
-