From de30533a9b3eab45a224790ed6beb7d142731976 Mon Sep 17 00:00:00 2001 From: harry Date: Wed, 13 Mar 2024 15:55:14 +0630 Subject: [PATCH] update, config, privacy --- config/index.html | 14 ++++++++++---- index.html | 7 ++----- privacy/index.html | 1 + projects/games/blackjack/index.html | 4 ++-- test locally.url | 2 ++ 5 files changed, 17 insertions(+), 11 deletions(-) create mode 100644 test locally.url diff --git a/config/index.html b/config/index.html index a7a70a0..6a5f882 100644 --- a/config/index.html +++ b/config/index.html @@ -14,11 +14,12 @@

site config

+

here you can change the preferences for the site.

-time format -

time format

+

time format

+

the time format is the format that will be used to display the date and time as you can find at the top of any page.

-visiter name for the site -

visiter name

+

visiter name for the site

+

the visiter's name is the name that will be used in name calling, such as in privacy policy section of greetings message at the top of any page.

@@ -76,6 +77,11 @@

visiter name

}//end.function function removeallcf() { +if(!confirm("are you sure you want to remove all data saved on this site? this cannot be undone")) +{ +alert("removal canceled"); +return; +} localStorage.clear(); startform(); var msg="complete"; diff --git a/index.html b/index.html index cadfa91..26d4a66 100644 --- a/index.html +++ b/index.html @@ -16,11 +16,8 @@

welcome

- +

+

the navigation menu is located at the top. the footer section is located below. in the footer you'll found some links, including to my social profiles and other useful links.

diff --git a/privacy/index.html b/privacy/index.html index 1ec7b79..7717a30 100644 --- a/privacy/index.html +++ b/privacy/index.html @@ -39,6 +39,7 @@

Retention of Information

I retain your personal information for as long as necessary to fulfill the purposes for which it was collected, unless a longer retention period is required or permitted by law.

You have the right to access, correct, and delete your personal information that I have collected. You may also request that I restrict or limit the processing of your personal information or object to my processing of your personal information. To exercise these rights, please contact me using the information in the contact page that is found in footer.

+

some rights can also be customized within the site config section that is found at the very top of any page within the site. most of things, such as your name for the site, format for time display, are saved in local storage of your browser and it is thus they are not shared.

Changes to this Policy

I may update this privacy policy from time to time. The updated policy will be posted on telegram channels, and I encourage you to review it periodically.

diff --git a/projects/games/blackjack/index.html b/projects/games/blackjack/index.html index f455d9b..c8bbb67 100644 --- a/projects/games/blackjack/index.html +++ b/projects/games/blackjack/index.html @@ -16,7 +16,7 @@

blackjack

Blackjack, in its simplified version, exclusively involves numbered cards from 1 to 10, excluding face cards and suits. The goal remains the same: achieve a total card value of 21 without surpassing it. Players start with two cards and decide whether to 'hit' for more cards or 'stand' to maintain their current total. numbered cards retain their face value. Strategy and calculated decisions drive this streamlined iteration of the classic game, focusing solely on numbers in pursuit of the winning hand.

this game is developed in NGT(New Game Toolkit) and has been opened source on github. you may also contribute on github.

-

open on github

+

open on github

download

-

open on github

+

open on github

diff --git a/test locally.url b/test locally.url new file mode 100644 index 0000000..8d8a508 --- /dev/null +++ b/test locally.url @@ -0,0 +1,2 @@ +[internetshortcut] +url=http://localhost:8000 \ No newline at end of file