From 81c170c99f58e28270fb5306b759b231578e36a9 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 21 Jul 2025 16:43:41 +0300 Subject: AKNS records resolver + Donations page --- src/js/ui/sections/aboutSection.js | 4 +++- src/js/ui/sections/welcomeSection.js | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'src/js/ui/sections') diff --git a/src/js/ui/sections/aboutSection.js b/src/js/ui/sections/aboutSection.js index 6a01c44..7c77f46 100644 --- a/src/js/ui/sections/aboutSection.js +++ b/src/js/ui/sections/aboutSection.js @@ -35,7 +35,9 @@ export function aboutSection() { element:"li", innerText:"Your zchain (...)"}, { element:"li", innerText:"Your posted newsfeed (...)"} ]}, - { element:"p", innerText:"Finally, on the stats page you can find people that are participating over the Stellar Network, using the ARCHINGKAOS token/asset/coin."} + { element:"p", innerText:"Also, on the stats page you can find people that are participating over the Stellar Network, using the ARCHINGKAOS token/asset/coin."}, + { element:"p", innerText:"If you like what you see or you think the project has potential, you can use the button below to donate."}, + { element: "button", onclick:'menusel({id:"#/donation-section"})', innerText:"Donation"} ] }; diff --git a/src/js/ui/sections/welcomeSection.js b/src/js/ui/sections/welcomeSection.js index 873063b..cfa6816 100644 --- a/src/js/ui/sections/welcomeSection.js +++ b/src/js/ui/sections/welcomeSection.js @@ -59,7 +59,8 @@ var homeGrid = { className:"menu-clickable", id:"#/stats-section", onclick:"menusel(this)", - innerText:"Stats" + // innerText:"Stats", + style:"background-image: url(img/stats-logo.png); background-repeat: round; background-size: cover;" } ] }; -- cgit v1.2.3