From af763b0fa10b382294c205a554c1664c24170853 Mon Sep 17 00:00:00 2001 From: Saahil Date: Sat, 21 Dec 2024 23:00:57 -0500 Subject: [PATCH 1/6] feat: curl (#12) --- public/index.php | 10 ++++++++++ public/msg.txt | 13 +++++++++++++ public/php/curl.php | 25 +++++++++++++++++++++++++ public/sig.txt | 14 ++++++++++++++ wak.toml | 15 +++++++++++++++ 5 files changed, 77 insertions(+) create mode 100644 public/index.php create mode 100644 public/msg.txt create mode 100644 public/php/curl.php create mode 100644 public/sig.txt create mode 100644 wak.toml diff --git a/public/index.php b/public/index.php new file mode 100644 index 00000000..3926767d --- /dev/null +++ b/public/index.php @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/public/msg.txt b/public/msg.txt new file mode 100644 index 00000000..1c77eff5 --- /dev/null +++ b/public/msg.txt @@ -0,0 +1,13 @@ +======================================== +Hi welcome to my site?! or curled version +My name is Saahil Dutta and i am from the USA +I am a 10th grader in KCD. +Apart from coding, some other activities that I love to do! +Playing Games, Eating different types of food, Robotics. +I started programming during the Covid Pandemic in 2020 +I am fluent in new like programming languages such as CSS , HTML, Javascript and Typescript. +My field of Interest's are building new Web Technologies and Products and also in areas related toBackend Services, CLI Services. +Whenever possible, I also apply my passion for developing products with +Node.js and Modern Javascript Library and Frameworks like React.js +You can find the signature for this message in saahild.com/sig.txt +======================================== \ No newline at end of file diff --git a/public/php/curl.php b/public/php/curl.php new file mode 100644 index 00000000..b902dc07 --- /dev/null +++ b/public/php/curl.php @@ -0,0 +1,25 @@ + \ No newline at end of file diff --git a/public/sig.txt b/public/sig.txt new file mode 100644 index 00000000..cc6206bf --- /dev/null +++ b/public/sig.txt @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNATURE----- + +iQGzBAABCAAdFiEEMq/753ie/QXIKGZVmDPgTIgqcY0FAmdLTuYACgkQmDPgTIgq +cY02IAv/asLeQUhHJiSPRGCNDpQfc5sV+k0WKA3aBHU+ubxbWEoGApUu2+3dDCjm +/4OjTskGfYbLetahTqvtkVQdSnPtGB0asfIjyb2w6dcBxMvF70pp4agnWbg+HrC6 +jdj60sVeNGs2SPCMtV/JEY84o+yIi6IgS8521TIHPmCPaEywdCyzYWZfLhLcbLsS +HBmZgWb/zIjM3L+hAgpSpcUO/3UYmQNqrtR5K8U0QrAZBBDf4ZjJ+7bGx8ERhHeQ +/ek3vE5pWWPogOCbSEXGdGX3g9DF9WgoeDAm7vigVi2siXQsYrTWPxW7YoQOwY5t +qh2k0zbhCOFJcmPqWZ3dEGAqqrdcXEuCsPsoKyKdEAbslSYSKFYwRtlnTYsP9gM7 +01xQVGMkUllL1F2hR4xr8XOsq9wGf/rehEdfbIOhuOqKnLrOPiOCiOpitBACCvoq +cVmz4yI5O5WRs7LDyAEeCYqVC7KFmZm6/e4tvaKbEp0erUyREACZtYaeNgtIUSya +jwR3xcuL +=nMUY +-----END PGP SIGNATURE----- \ No newline at end of file diff --git a/wak.toml b/wak.toml new file mode 100644 index 00000000..e40af783 --- /dev/null +++ b/wak.toml @@ -0,0 +1,15 @@ +# https://github.com/iamawatermelo/wakapi-anyide v0.6.7 + +[meta] +version = 1 +watchers = ['files'] + +[files] +include = ["*"] # files to include in tracking +exclude = [] # files to exclude in tracking +exclude_files = [".gitignore"] # files whose contents will be used to exclude other files from tracking +exclude_binary_files = true # whether to ignore binary files +# language_mapping = {".kicad_sch" = "Kicad Schematic"} # custom language mapping + +[project] +name = "My site" # your project name \ No newline at end of file From 4488706e8ba00d439c50c7ec8fff4b2651415bb3 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 04:01:00 +0000 Subject: [PATCH 2/6] enhancement(lint): Fix lint errors for public/index.php Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- public/index.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/public/index.php b/public/index.php index 3926767d..0be7eadb 100644 --- a/public/index.php +++ b/public/index.php @@ -1,10 +1,10 @@ - \ No newline at end of file + From a4a04ab71c44f7d0246ce399743e09ff4c44ef60 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 04:01:01 +0000 Subject: [PATCH 3/6] enhancement(lint): Fix lint errors for public/php/curl.php Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- public/php/curl.php | 67 ++++++++++++++++++++++++++++----------------- 1 file changed, 42 insertions(+), 25 deletions(-) diff --git a/public/php/curl.php b/public/php/curl.php index b902dc07..f9f00200 100644 --- a/public/php/curl.php +++ b/public/php/curl.php @@ -1,25 +1,42 @@ - \ No newline at end of file + From 6ce8aadebf5f14aa7029a8dcb2dac345bdd1b27b Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 04:01:03 +0000 Subject: [PATCH 4/6] enhancement(lint): Fix lint errors for wak.toml Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- wak.toml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/wak.toml b/wak.toml index e40af783..a9c3ca5c 100644 --- a/wak.toml +++ b/wak.toml @@ -5,11 +5,13 @@ version = 1 watchers = ['files'] [files] -include = ["*"] # files to include in tracking -exclude = [] # files to exclude in tracking -exclude_files = [".gitignore"] # files whose contents will be used to exclude other files from tracking -exclude_binary_files = true # whether to ignore binary files +include = ["*"] # files to include in tracking +exclude = [] # files to exclude in tracking +exclude_files = [ + ".gitignore", +] # files whose contents will be used to exclude other files from tracking +exclude_binary_files = true # whether to ignore binary files # language_mapping = {".kicad_sch" = "Kicad Schematic"} # custom language mapping [project] -name = "My site" # your project name \ No newline at end of file +name = "My site" # your project name From 42f643f5ffee9e453f83ad29cc7a72ce7c2189c1 Mon Sep 17 00:00:00 2001 From: Saahil Date: Sat, 21 Dec 2024 23:41:07 -0500 Subject: [PATCH 5/6] feat: init iframe (#13) Co-authored-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- src/components/footer/index.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx index 116fa242..6ea3796e 100644 --- a/src/components/footer/index.tsx +++ b/src/components/footer/index.tsx @@ -86,6 +86,15 @@ export default function Footer() {

Designed by Saahil

+