diff --git a/apple.png b/apple.png new file mode 100644 index 0000000..fcd5603 Binary files /dev/null and b/apple.png differ diff --git a/blog.html b/blog.html index 01ebf85..00a28ed 100644 --- a/blog.html +++ b/blog.html @@ -37,11 +37,14 @@
It is a happy talent to know how to play.
-
- + +
+ +
-
@@ -65,10 +68,9 @@
SPORTS
HEALTH
-
CRICKET
-
FOOTBALL
-
TENNIS
-
QUIZ
+
CRICKET
+
FOOTBALL
+
TENNIS
@@ -110,22 +112,12 @@
- - - - - +
- + @@ -216,9 +208,9 @@ - + + - - \ No newline at end of file + \ No newline at end of file diff --git a/components/footer.js b/components/footer.js index c59432d..69a8165 100644 --- a/components/footer.js +++ b/components/footer.js @@ -7,14 +7,14 @@ function footer() return `
@@ -270,8 +191,7 @@

LOCATION

- South United Football Club, RBANM's Grounds, Gate No 3, Gangadhar Chetty Road, near Ulsoor, Bengaluru, Karnataka -
+

@@ -290,52 +210,7 @@

-
-
- - - - -
- - - -
-

+
@@ -343,7 +218,7 @@

Need help?

- +
@@ -352,148 +227,189 @@

+ import nav from "./components/nav.js" + import footer from "./components/footer.js" + let container = document.getElementById("navbar"); + container.innerHTML = nav(); + + let containerf = document.querySelector("#footer"); + containerf.innerHTML = footer(); + + + - + + \ No newline at end of file