From b84f8ce0333474a6bddb52a5a37fd8c84a9bcb05 Mon Sep 17 00:00:00 2001 From: bochard Date: Fri, 18 Apr 2025 20:48:37 +0800 Subject: [PATCH] html to php --- .gitignore | 0 .gitmodules | 0 404.html | 41 ----- 404.php | 26 +++ CNAME | 0 LICENSE | 0 README.md | 0 archives/v1/images/icons/favicon.ico | Bin .../images/projects/avif/product-landing.avif | Bin .../v1/images/projects/avif/survey-form.avif | Bin .../avif/technical-documentation.avif | Bin archives/v1/images/projects/avif/tribute.avif | Bin .../images/projects/jpeg/product-landing.jpeg | Bin .../v1/images/projects/jpeg/survey-form.jpeg | Bin .../jpeg/technical-documentation.jpeg | Bin archives/v1/images/projects/jpeg/tribute.jpeg | Bin .../images/projects/webp/product-landing.webp | Bin .../v1/images/projects/webp/survey-form.webp | Bin .../webp/technical-documentation.webp | Bin archives/v1/images/projects/webp/tribute.webp | Bin archives/v1/index.html | 0 archives/v1/script.js | 0 archives/v1/styles.css | 0 archives/v2/about.html | 0 archives/v2/assets/icons/favicon.ico | Bin archives/v2/assets/pfp/tenkyuu-img.webp | Bin archives/v2/contact.html | 0 archives/v2/css/projects/survey-form.css | 0 archives/v2/css/styles.css | 0 .../images/projects/avif/product-landing.avif | Bin .../v2/images/projects/avif/survey-form.avif | Bin .../avif/technical-documentation.avif | Bin archives/v2/images/projects/avif/tribute.avif | Bin .../images/projects/jpeg/product-landing.jpeg | Bin .../v2/images/projects/jpeg/survey-form.jpeg | Bin .../jpeg/technical-documentation.jpeg | Bin archives/v2/images/projects/jpeg/tribute.jpeg | Bin .../images/projects/webp/product-landing.webp | Bin .../v2/images/projects/webp/survey-form.webp | Bin .../webp/technical-documentation.webp | Bin archives/v2/images/projects/webp/tribute.webp | Bin archives/v2/index.html | 0 archives/v2/javascript/script.js | 0 archives/v2/projects.html | 0 archives/v2/projects/survey-form.html | 0 archives/v2/sitemap.xml | 0 archives/v3/assets/icons/favicon.ico | Bin .../purpletiaracatcolorconstruction.gif | Bin .../images/static/background-cover-1.jpg | Bin .../v3/assets/images/static/crd-cover-1.jpg | Bin .../v3/assets/images/static/crd-cover-2.jpeg | Bin archives/v3/assets/images/vev-veve.gif | Bin archives/v3/assets/pfp/profile.jpg | Bin archives/v3/contact.html | 0 archives/v3/css/styles.css | 0 archives/v3/index.html | 0 archives/v3/js/brands.min.js | 0 archives/v3/js/fontawesome.min.js | 0 archives/v3/js/script.js | 0 archives/v3/js/solid.min.js | 0 archives/v3/privacy-policy.html | 0 archives/v3/robots.txt | 0 archives/v3/sitemap.xml | 0 archives/v3/terms-of-service.html | 0 audios/background/childhood2.mp3 | Bin audios/background/rejectedworld.mp3 | Bin files/90279.jpg | Bin files/Bliss_(Windows_XP).png | Bin files/ascent.jpg | Bin files/autumn.avif | Bin files/azul.jpg | Bin files/childhood2.mp3 | Bin files/{index.html => index.php} | 0 files/rejectedworld.mp3 | Bin fonts/COMIC.TTF | Bin fonts/COMICBD.TTF | Bin images/backgrounds/background.png | Bin images/backgrounds/background1.png | Bin images/construction/underconstructionimg.gif | Bin images/construction/underconstructiontxt.gif | Bin images/gifs/backhomepage.gif | Bin images/gifs/badges/anybrowser.gif | Bin images/gifs/badges/handcode.png | Bin images/gifs/doraemon.gif | Bin images/gifs/guestbook.gif | Bin images/gifs/homepageburning.gif | Bin images/gifs/welcomemovetree.gif | Bin includes/footer.php | 11 ++ includes/header.php | 15 ++ index.html | 172 ------------------ index.php | 77 ++++++++ links.html | 27 --- links.php | 16 ++ projects/{index.html => index.php} | 0 scripts/index.js | 0 sitemap.html | 27 --- sitemap.php | 14 ++ styles/index.css | 72 ++++++++ 98 files changed, 231 insertions(+), 267 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .gitmodules delete mode 100644 404.html create mode 100755 404.php mode change 100644 => 100755 CNAME mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md mode change 100644 => 100755 archives/v1/images/icons/favicon.ico mode change 100644 => 100755 archives/v1/images/projects/avif/product-landing.avif mode change 100644 => 100755 archives/v1/images/projects/avif/survey-form.avif mode change 100644 => 100755 archives/v1/images/projects/avif/technical-documentation.avif mode change 100644 => 100755 archives/v1/images/projects/avif/tribute.avif mode change 100644 => 100755 archives/v1/images/projects/jpeg/product-landing.jpeg mode change 100644 => 100755 archives/v1/images/projects/jpeg/survey-form.jpeg mode change 100644 => 100755 archives/v1/images/projects/jpeg/technical-documentation.jpeg mode change 100644 => 100755 archives/v1/images/projects/jpeg/tribute.jpeg mode change 100644 => 100755 archives/v1/images/projects/webp/product-landing.webp mode change 100644 => 100755 archives/v1/images/projects/webp/survey-form.webp mode change 100644 => 100755 archives/v1/images/projects/webp/technical-documentation.webp mode change 100644 => 100755 archives/v1/images/projects/webp/tribute.webp mode change 100644 => 100755 archives/v1/index.html mode change 100644 => 100755 archives/v1/script.js mode change 100644 => 100755 archives/v1/styles.css mode change 100644 => 100755 archives/v2/about.html mode change 100644 => 100755 archives/v2/assets/icons/favicon.ico mode change 100644 => 100755 archives/v2/assets/pfp/tenkyuu-img.webp mode change 100644 => 100755 archives/v2/contact.html mode change 100644 => 100755 archives/v2/css/projects/survey-form.css mode change 100644 => 100755 archives/v2/css/styles.css mode change 100644 => 100755 archives/v2/images/projects/avif/product-landing.avif mode change 100644 => 100755 archives/v2/images/projects/avif/survey-form.avif mode change 100644 => 100755 archives/v2/images/projects/avif/technical-documentation.avif mode change 100644 => 100755 archives/v2/images/projects/avif/tribute.avif mode change 100644 => 100755 archives/v2/images/projects/jpeg/product-landing.jpeg mode change 100644 => 100755 archives/v2/images/projects/jpeg/survey-form.jpeg mode change 100644 => 100755 archives/v2/images/projects/jpeg/technical-documentation.jpeg mode change 100644 => 100755 archives/v2/images/projects/jpeg/tribute.jpeg mode change 100644 => 100755 archives/v2/images/projects/webp/product-landing.webp mode change 100644 => 100755 archives/v2/images/projects/webp/survey-form.webp mode change 100644 => 100755 archives/v2/images/projects/webp/technical-documentation.webp mode change 100644 => 100755 archives/v2/images/projects/webp/tribute.webp mode change 100644 => 100755 archives/v2/index.html mode change 100644 => 100755 archives/v2/javascript/script.js mode change 100644 => 100755 archives/v2/projects.html mode change 100644 => 100755 archives/v2/projects/survey-form.html mode change 100644 => 100755 archives/v2/sitemap.xml mode change 100644 => 100755 archives/v3/assets/icons/favicon.ico mode change 100644 => 100755 archives/v3/assets/images/purpletiaracatcolorconstruction.gif mode change 100644 => 100755 archives/v3/assets/images/static/background-cover-1.jpg mode change 100644 => 100755 archives/v3/assets/images/static/crd-cover-1.jpg mode change 100644 => 100755 archives/v3/assets/images/static/crd-cover-2.jpeg mode change 100644 => 100755 archives/v3/assets/images/vev-veve.gif mode change 100644 => 100755 archives/v3/assets/pfp/profile.jpg mode change 100644 => 100755 archives/v3/contact.html mode change 100644 => 100755 archives/v3/css/styles.css mode change 100644 => 100755 archives/v3/index.html mode change 100644 => 100755 archives/v3/js/brands.min.js mode change 100644 => 100755 archives/v3/js/fontawesome.min.js mode change 100644 => 100755 archives/v3/js/script.js mode change 100644 => 100755 archives/v3/js/solid.min.js mode change 100644 => 100755 archives/v3/privacy-policy.html mode change 100644 => 100755 archives/v3/robots.txt mode change 100644 => 100755 archives/v3/sitemap.xml mode change 100644 => 100755 archives/v3/terms-of-service.html mode change 100644 => 100755 audios/background/childhood2.mp3 mode change 100644 => 100755 audios/background/rejectedworld.mp3 mode change 100644 => 100755 files/90279.jpg mode change 100644 => 100755 files/Bliss_(Windows_XP).png mode change 100644 => 100755 files/ascent.jpg mode change 100644 => 100755 files/autumn.avif mode change 100644 => 100755 files/azul.jpg mode change 100644 => 100755 files/childhood2.mp3 rename files/{index.html => index.php} (100%) mode change 100644 => 100755 mode change 100644 => 100755 files/rejectedworld.mp3 mode change 100644 => 100755 fonts/COMIC.TTF mode change 100644 => 100755 fonts/COMICBD.TTF mode change 100644 => 100755 images/backgrounds/background.png mode change 100644 => 100755 images/backgrounds/background1.png mode change 100644 => 100755 images/construction/underconstructionimg.gif mode change 100644 => 100755 images/construction/underconstructiontxt.gif mode change 100644 => 100755 images/gifs/backhomepage.gif mode change 100644 => 100755 images/gifs/badges/anybrowser.gif mode change 100644 => 100755 images/gifs/badges/handcode.png mode change 100644 => 100755 images/gifs/doraemon.gif mode change 100644 => 100755 images/gifs/guestbook.gif mode change 100644 => 100755 images/gifs/homepageburning.gif mode change 100644 => 100755 images/gifs/welcomemovetree.gif create mode 100755 includes/footer.php create mode 100755 includes/header.php delete mode 100644 index.html create mode 100755 index.php delete mode 100644 links.html create mode 100755 links.php rename projects/{index.html => index.php} (100%) mode change 100644 => 100755 mode change 100644 => 100755 scripts/index.js delete mode 100644 sitemap.html create mode 100755 sitemap.php create mode 100755 styles/index.css diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.gitmodules b/.gitmodules old mode 100644 new mode 100755 diff --git a/404.html b/404.html deleted file mode 100644 index 86fd0a9..0000000 --- a/404.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - page doesn't exist!! - - - - - -
-

Uh ohhhh!

- -
-
-

There's no such link like that on my site. are you looking for easter eggs?!

- -
- - - - - \ No newline at end of file diff --git a/404.php b/404.php new file mode 100755 index 0000000..4653d53 --- /dev/null +++ b/404.php @@ -0,0 +1,26 @@ + + + + + + + + page doesn't exist!! + + + + + + + + +
+

There's no such link like that on my site. are you looking for easter eggs?!

+ +
+ + + + + + \ No newline at end of file diff --git a/CNAME b/CNAME old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/archives/v1/images/icons/favicon.ico b/archives/v1/images/icons/favicon.ico old mode 100644 new mode 100755 diff --git a/archives/v1/images/projects/avif/product-landing.avif b/archives/v1/images/projects/avif/product-landing.avif old mode 100644 new mode 100755 diff --git a/archives/v1/images/projects/avif/survey-form.avif b/archives/v1/images/projects/avif/survey-form.avif old mode 100644 new mode 100755 diff --git a/archives/v1/images/projects/avif/technical-documentation.avif b/archives/v1/images/projects/avif/technical-documentation.avif old mode 100644 new mode 100755 diff --git a/archives/v1/images/projects/avif/tribute.avif b/archives/v1/images/projects/avif/tribute.avif old mode 100644 new mode 100755 diff --git a/archives/v1/images/projects/jpeg/product-landing.jpeg b/archives/v1/images/projects/jpeg/product-landing.jpeg old mode 100644 new mode 100755 diff --git a/archives/v1/images/projects/jpeg/survey-form.jpeg b/archives/v1/images/projects/jpeg/survey-form.jpeg old mode 100644 new mode 100755 diff --git a/archives/v1/images/projects/jpeg/technical-documentation.jpeg b/archives/v1/images/projects/jpeg/technical-documentation.jpeg old mode 100644 new mode 100755 diff --git a/archives/v1/images/projects/jpeg/tribute.jpeg b/archives/v1/images/projects/jpeg/tribute.jpeg old mode 100644 new mode 100755 diff --git a/archives/v1/images/projects/webp/product-landing.webp b/archives/v1/images/projects/webp/product-landing.webp old mode 100644 new mode 100755 diff --git a/archives/v1/images/projects/webp/survey-form.webp b/archives/v1/images/projects/webp/survey-form.webp old mode 100644 new mode 100755 diff --git a/archives/v1/images/projects/webp/technical-documentation.webp b/archives/v1/images/projects/webp/technical-documentation.webp old mode 100644 new mode 100755 diff --git a/archives/v1/images/projects/webp/tribute.webp b/archives/v1/images/projects/webp/tribute.webp old mode 100644 new mode 100755 diff --git a/archives/v1/index.html b/archives/v1/index.html old mode 100644 new mode 100755 diff --git a/archives/v1/script.js b/archives/v1/script.js old mode 100644 new mode 100755 diff --git a/archives/v1/styles.css b/archives/v1/styles.css old mode 100644 new mode 100755 diff --git a/archives/v2/about.html b/archives/v2/about.html old mode 100644 new mode 100755 diff --git a/archives/v2/assets/icons/favicon.ico b/archives/v2/assets/icons/favicon.ico old mode 100644 new mode 100755 diff --git a/archives/v2/assets/pfp/tenkyuu-img.webp b/archives/v2/assets/pfp/tenkyuu-img.webp old mode 100644 new mode 100755 diff --git a/archives/v2/contact.html b/archives/v2/contact.html old mode 100644 new mode 100755 diff --git a/archives/v2/css/projects/survey-form.css b/archives/v2/css/projects/survey-form.css old mode 100644 new mode 100755 diff --git a/archives/v2/css/styles.css b/archives/v2/css/styles.css old mode 100644 new mode 100755 diff --git a/archives/v2/images/projects/avif/product-landing.avif b/archives/v2/images/projects/avif/product-landing.avif old mode 100644 new mode 100755 diff --git a/archives/v2/images/projects/avif/survey-form.avif b/archives/v2/images/projects/avif/survey-form.avif old mode 100644 new mode 100755 diff --git a/archives/v2/images/projects/avif/technical-documentation.avif b/archives/v2/images/projects/avif/technical-documentation.avif old mode 100644 new mode 100755 diff --git a/archives/v2/images/projects/avif/tribute.avif b/archives/v2/images/projects/avif/tribute.avif old mode 100644 new mode 100755 diff --git a/archives/v2/images/projects/jpeg/product-landing.jpeg b/archives/v2/images/projects/jpeg/product-landing.jpeg old mode 100644 new mode 100755 diff --git a/archives/v2/images/projects/jpeg/survey-form.jpeg b/archives/v2/images/projects/jpeg/survey-form.jpeg old mode 100644 new mode 100755 diff --git a/archives/v2/images/projects/jpeg/technical-documentation.jpeg b/archives/v2/images/projects/jpeg/technical-documentation.jpeg old mode 100644 new mode 100755 diff --git a/archives/v2/images/projects/jpeg/tribute.jpeg b/archives/v2/images/projects/jpeg/tribute.jpeg old mode 100644 new mode 100755 diff --git a/archives/v2/images/projects/webp/product-landing.webp b/archives/v2/images/projects/webp/product-landing.webp old mode 100644 new mode 100755 diff --git a/archives/v2/images/projects/webp/survey-form.webp b/archives/v2/images/projects/webp/survey-form.webp old mode 100644 new mode 100755 diff --git a/archives/v2/images/projects/webp/technical-documentation.webp b/archives/v2/images/projects/webp/technical-documentation.webp old mode 100644 new mode 100755 diff --git a/archives/v2/images/projects/webp/tribute.webp b/archives/v2/images/projects/webp/tribute.webp old mode 100644 new mode 100755 diff --git a/archives/v2/index.html b/archives/v2/index.html old mode 100644 new mode 100755 diff --git a/archives/v2/javascript/script.js b/archives/v2/javascript/script.js old mode 100644 new mode 100755 diff --git a/archives/v2/projects.html b/archives/v2/projects.html old mode 100644 new mode 100755 diff --git a/archives/v2/projects/survey-form.html b/archives/v2/projects/survey-form.html old mode 100644 new mode 100755 diff --git a/archives/v2/sitemap.xml b/archives/v2/sitemap.xml old mode 100644 new mode 100755 diff --git a/archives/v3/assets/icons/favicon.ico b/archives/v3/assets/icons/favicon.ico old mode 100644 new mode 100755 diff --git a/archives/v3/assets/images/purpletiaracatcolorconstruction.gif b/archives/v3/assets/images/purpletiaracatcolorconstruction.gif old mode 100644 new mode 100755 diff --git a/archives/v3/assets/images/static/background-cover-1.jpg b/archives/v3/assets/images/static/background-cover-1.jpg old mode 100644 new mode 100755 diff --git a/archives/v3/assets/images/static/crd-cover-1.jpg b/archives/v3/assets/images/static/crd-cover-1.jpg old mode 100644 new mode 100755 diff --git a/archives/v3/assets/images/static/crd-cover-2.jpeg b/archives/v3/assets/images/static/crd-cover-2.jpeg old mode 100644 new mode 100755 diff --git a/archives/v3/assets/images/vev-veve.gif b/archives/v3/assets/images/vev-veve.gif old mode 100644 new mode 100755 diff --git a/archives/v3/assets/pfp/profile.jpg b/archives/v3/assets/pfp/profile.jpg old mode 100644 new mode 100755 diff --git a/archives/v3/contact.html b/archives/v3/contact.html old mode 100644 new mode 100755 diff --git a/archives/v3/css/styles.css b/archives/v3/css/styles.css old mode 100644 new mode 100755 diff --git a/archives/v3/index.html b/archives/v3/index.html old mode 100644 new mode 100755 diff --git a/archives/v3/js/brands.min.js b/archives/v3/js/brands.min.js old mode 100644 new mode 100755 diff --git a/archives/v3/js/fontawesome.min.js b/archives/v3/js/fontawesome.min.js old mode 100644 new mode 100755 diff --git a/archives/v3/js/script.js b/archives/v3/js/script.js old mode 100644 new mode 100755 diff --git a/archives/v3/js/solid.min.js b/archives/v3/js/solid.min.js old mode 100644 new mode 100755 diff --git a/archives/v3/privacy-policy.html b/archives/v3/privacy-policy.html old mode 100644 new mode 100755 diff --git a/archives/v3/robots.txt b/archives/v3/robots.txt old mode 100644 new mode 100755 diff --git a/archives/v3/sitemap.xml b/archives/v3/sitemap.xml old mode 100644 new mode 100755 diff --git a/archives/v3/terms-of-service.html b/archives/v3/terms-of-service.html old mode 100644 new mode 100755 diff --git a/audios/background/childhood2.mp3 b/audios/background/childhood2.mp3 old mode 100644 new mode 100755 diff --git a/audios/background/rejectedworld.mp3 b/audios/background/rejectedworld.mp3 old mode 100644 new mode 100755 diff --git a/files/90279.jpg b/files/90279.jpg old mode 100644 new mode 100755 diff --git a/files/Bliss_(Windows_XP).png b/files/Bliss_(Windows_XP).png old mode 100644 new mode 100755 diff --git a/files/ascent.jpg b/files/ascent.jpg old mode 100644 new mode 100755 diff --git a/files/autumn.avif b/files/autumn.avif old mode 100644 new mode 100755 diff --git a/files/azul.jpg b/files/azul.jpg old mode 100644 new mode 100755 diff --git a/files/childhood2.mp3 b/files/childhood2.mp3 old mode 100644 new mode 100755 diff --git a/files/index.html b/files/index.php old mode 100644 new mode 100755 similarity index 100% rename from files/index.html rename to files/index.php diff --git a/files/rejectedworld.mp3 b/files/rejectedworld.mp3 old mode 100644 new mode 100755 diff --git a/fonts/COMIC.TTF b/fonts/COMIC.TTF old mode 100644 new mode 100755 diff --git a/fonts/COMICBD.TTF b/fonts/COMICBD.TTF old mode 100644 new mode 100755 diff --git a/images/backgrounds/background.png b/images/backgrounds/background.png old mode 100644 new mode 100755 diff --git a/images/backgrounds/background1.png b/images/backgrounds/background1.png old mode 100644 new mode 100755 diff --git a/images/construction/underconstructionimg.gif b/images/construction/underconstructionimg.gif old mode 100644 new mode 100755 diff --git a/images/construction/underconstructiontxt.gif b/images/construction/underconstructiontxt.gif old mode 100644 new mode 100755 diff --git a/images/gifs/backhomepage.gif b/images/gifs/backhomepage.gif old mode 100644 new mode 100755 diff --git a/images/gifs/badges/anybrowser.gif b/images/gifs/badges/anybrowser.gif old mode 100644 new mode 100755 diff --git a/images/gifs/badges/handcode.png b/images/gifs/badges/handcode.png old mode 100644 new mode 100755 diff --git a/images/gifs/doraemon.gif b/images/gifs/doraemon.gif old mode 100644 new mode 100755 diff --git a/images/gifs/guestbook.gif b/images/gifs/guestbook.gif old mode 100644 new mode 100755 diff --git a/images/gifs/homepageburning.gif b/images/gifs/homepageburning.gif old mode 100644 new mode 100755 diff --git a/images/gifs/welcomemovetree.gif b/images/gifs/welcomemovetree.gif old mode 100644 new mode 100755 diff --git a/includes/footer.php b/includes/footer.php new file mode 100755 index 0000000..988cddd --- /dev/null +++ b/includes/footer.php @@ -0,0 +1,11 @@ + + + \ No newline at end of file diff --git a/includes/header.php b/includes/header.php new file mode 100755 index 0000000..812a3b1 --- /dev/null +++ b/includes/header.php @@ -0,0 +1,15 @@ + +
+ doraemon hello gif + tree with welcome text gif +

welcome to my website!

+ under construction text gif + +
\ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 35b37bf..0000000 --- a/index.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - bochard's website - - - - - - - - - -
- doraemon hello gif - tree with welcome text gif -

welcome to my website!

- under construction text gif - -
- -
-
- under construction image -
- under construction text gif -

Hello! welcome to my net home.

-

i have nothing to say yet. writing intro is hard. sorry! 😢😭

-
-
-

my projects

-

these are my proudly made practice projects, hope u like it!

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
palindrome checkerclick herethis checks if a word inputted by the user is a palindrome (the word looks the same even when backwards!).
roman numeral converterclick hereyou know those X, I, C, M numbering stuffs? ye, this tool converts the numbers into those.
temperature converterclick hereive been inspired to create this tool because of our physics class topic about gas laws lol.
tick clockclick herenothing much, just a buggy clock made from css, i hate css.
drum ka dumclick heredrum but using keys from ur keyboard
simple cash registerclick herea cash register (idk how to explain, but, as the name explainsa cash register).
-
- -
-
- -
-
-
- - - - - - \ No newline at end of file diff --git a/index.php b/index.php new file mode 100755 index 0000000..be6524d --- /dev/null +++ b/index.php @@ -0,0 +1,77 @@ + + + + + + + + + bochard's website + + + + + + + + + + +
+
+ under construction image +
+ under construction text gif +

Hello! welcome to my net home.

+

i have nothing to say yet. writing intro is hard. sorry! 😢😭

+
+
+

my projects

+

these are my proudly made practice projects, hope u like it!

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
palindrome checkerclick herethis checks if a word inputted by the user is a palindrome (the word looks the same even when backwards!).
roman numeral converterclick hereyou know those X, I, C, M numbering stuffs? ye, this tool converts the numbers into those.
temperature converterclick hereive been inspired to create this tool because of our physics class topic about gas laws lol.
tick clockclick herenothing much, just a buggy clock made from css, i hate css.
drum ka dumclick heredrum but using keys from ur keyboard
simple cash registerclick herea cash register (idk how to explain, but, as the name explainsa cash register).
+
+ +
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/links.html b/links.html deleted file mode 100644 index 4a5509b..0000000 --- a/links.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - useful resources - - - -
-

- -
-
- - - - - \ No newline at end of file diff --git a/links.php b/links.php new file mode 100755 index 0000000..80c7e27 --- /dev/null +++ b/links.php @@ -0,0 +1,16 @@ + + + + + + + + useful resources + + + + + + + + \ No newline at end of file diff --git a/projects/index.html b/projects/index.php old mode 100644 new mode 100755 similarity index 100% rename from projects/index.html rename to projects/index.php diff --git a/scripts/index.js b/scripts/index.js old mode 100644 new mode 100755 diff --git a/sitemap.html b/sitemap.html deleted file mode 100644 index 24944e1..0000000 --- a/sitemap.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - sitemap - - - -
-

- -
-
- - - - - \ No newline at end of file diff --git a/sitemap.php b/sitemap.php new file mode 100755 index 0000000..1e08047 --- /dev/null +++ b/sitemap.php @@ -0,0 +1,14 @@ + + + + + + + + sitemap + + + + + + \ No newline at end of file diff --git a/styles/index.css b/styles/index.css new file mode 100755 index 0000000..c44f0ba --- /dev/null +++ b/styles/index.css @@ -0,0 +1,72 @@ +*, ::before, ::after { + box-sizing: border-box; +} +html { + background-image: url(/images/backgrounds/background1.png); + background-position: center; +} +body { + font-family: serif; + margin: 0 auto; + width: 95%; + max-width: 1000px; + height: 100%; + background-image: url(/images/backgrounds/background.png); + background-repeat: repeat; + background-position: center; + border: 7px outset #000000; + border-radius: 8px; + padding: 20px; +} +h1 { + font-size: 40px; +} +p { + font-size: 20px; +} +header { + text-align: center; +} +.headernav { + margin: auto; +} +.headernav > ul { + text-align: center; +} +.headernav li { + font-size: 18px; + list-style: none; + padding: 2px 4px; + width: fit-content; + background-color: #dbdbdb; + border: 7px outset #000000; + border-radius: 8px; + text-shadow: 1px 1px #000000; + cursor: pointer; + display: inline-block; +} +section { + margin-top: 40px; +} +h2 { + font-size: 24px; + margin-bottom: 10px; +} +table { + width: 100%; + margin: 0 auto; +} +table, th, td { + border: 1px solid #000000; +} +th, td { + font-size: 18px; + padding: 6px; +} +footer { + display: flex; + justify-content: center; + align-items: center; + margin-top: 20px; + margin-bottom: 200px; +} \ No newline at end of file -- 2.39.5