diff --git a/Pages/awards.html b/Pages/awards.html index 92b2d73..a729d8d 100644 --- a/Pages/awards.html +++ b/Pages/awards.html @@ -13,6 +13,11 @@ .then((data) => { document.getElementById("navbar").innerHTML = data; }); + fetch("/Pages/socials.html") + .then((response) => response.text()) + .then((data) => { + document.getElementById("socials").innerHTML = data; + }); }); @@ -38,35 +43,6 @@ - +
diff --git a/Pages/calendar.html b/Pages/calendar.html index e809a2a..3c8581b 100644 --- a/Pages/calendar.html +++ b/Pages/calendar.html @@ -13,6 +13,11 @@ .then((data) => { document.getElementById("navbar").innerHTML = data; }); + fetch("/Pages/socials.html") + .then((response) => response.text()) + .then((data) => { + document.getElementById("socials").innerHTML = data; + }); }); @@ -52,35 +57,6 @@ - - +
+ diff --git a/Pages/donate.html b/Pages/donate.html index e8af493..17e9d3d 100644 --- a/Pages/donate.html +++ b/Pages/donate.html @@ -13,6 +13,11 @@ .then((data) => { document.getElementById("navbar").innerHTML = data; }); + fetch("/Pages/socials.html") + .then((response) => response.text()) + .then((data) => { + document.getElementById("socials").innerHTML = data; + }); }); @@ -74,35 +79,6 @@
--> - - +
+ diff --git a/Pages/gen_donate.html b/Pages/gen_donate.html index 5161c4c..2808988 100644 --- a/Pages/gen_donate.html +++ b/Pages/gen_donate.html @@ -13,6 +13,11 @@ .then((data) => { document.getElementById("navbar").innerHTML = data; }); + fetch("/Pages/socials.html") + .then((response) => response.text()) + .then((data) => { + document.getElementById("socials").innerHTML = data; + }); }); @@ -38,35 +43,6 @@ - - +
+ diff --git a/Pages/projects.html b/Pages/projects.html index e4d8e3c..f379554 100644 --- a/Pages/projects.html +++ b/Pages/projects.html @@ -13,6 +13,11 @@ .then((data) => { document.getElementById("navbar").innerHTML = data; }); + fetch("/Pages/socials.html") + .then((response) => response.text()) + .then((data) => { + document.getElementById("socials").innerHTML = data; + }); }); @@ -38,35 +43,6 @@ - - +
+ diff --git a/Pages/shop.html b/Pages/shop.html index dced153..510c1bf 100644 --- a/Pages/shop.html +++ b/Pages/shop.html @@ -13,6 +13,11 @@ .then((data) => { document.getElementById("navbar").innerHTML = data; }); + fetch("/Pages/socials.html") + .then((response) => response.text()) + .then((data) => { + document.getElementById("socials").innerHTML = data; + }); }); @@ -38,35 +43,6 @@ - - +
+ diff --git a/Pages/socials.html b/Pages/socials.html new file mode 100644 index 0000000..e022122 --- /dev/null +++ b/Pages/socials.html @@ -0,0 +1,28 @@ + + + diff --git a/Pages/sponsors.html b/Pages/sponsors.html index 632d2cb..5bd27d6 100644 --- a/Pages/sponsors.html +++ b/Pages/sponsors.html @@ -13,6 +13,11 @@ .then((data) => { document.getElementById("navbar").innerHTML = data; }); + fetch("/Pages/socials.html") + .then((response) => response.text()) + .then((data) => { + document.getElementById("socials").innerHTML = data; + }); }); @@ -177,35 +182,6 @@ - - +
+ diff --git a/Pages/tax_credit_dono.html b/Pages/tax_credit_dono.html index e26c81f..704b0fb 100644 --- a/Pages/tax_credit_dono.html +++ b/Pages/tax_credit_dono.html @@ -13,6 +13,11 @@ .then((data) => { document.getElementById("navbar").innerHTML = data; }); + fetch("/Pages/socials.html") + .then((response) => response.text()) + .then((data) => { + document.getElementById("socials").innerHTML = data; + }); }); @@ -38,35 +43,6 @@ - - +
+ diff --git a/index.html b/index.html index 35a13fe..4e15520 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,11 @@ .then((data) => { document.getElementById("navbar").innerHTML = data; }); + fetch("/Pages/socials.html") + .then((response) => response.text()) + .then((data) => { + document.getElementById("socials").innerHTML = data; + }); }); @@ -228,42 +233,7 @@ - +