diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2025-07-21 16:43:41 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2025-07-21 16:43:41 +0300 |
commit | 81c170c99f58e28270fb5306b759b231578e36a9 (patch) | |
tree | 9e442cc6baa98cda0566493e40f7c4491cda1873 /src/js/ui/sections | |
parent | 8ad73165db077ced4d9ced285eb5371ac746c5cc (diff) | |
download | arching-kaos-web-ui-81c170c99f58e28270fb5306b759b231578e36a9.tar.gz arching-kaos-web-ui-81c170c99f58e28270fb5306b759b231578e36a9.tar.bz2 arching-kaos-web-ui-81c170c99f58e28270fb5306b759b231578e36a9.zip |
AKNS records resolver + Donations page
Diffstat (limited to 'src/js/ui/sections')
-rw-r--r-- | src/js/ui/sections/aboutSection.js | 4 | ||||
-rw-r--r-- | src/js/ui/sections/welcomeSection.js | 3 |
2 files changed, 5 insertions, 2 deletions
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;" } ] }; |