From: bochard Date: Mon, 30 Jun 2025 10:54:49 +0000 (+0800) Subject: some update X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=c9325e3949f5eaf08bf60729b74c470c2cc2de0e;p=mysite.git some update --- diff --git a/.gitignore b/.gitignore index eedc5d7..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +0,0 @@ -tenkyuu.dev.geany diff --git a/files/index.php b/files/index.php deleted file mode 100755 index 3921ebc..0000000 --- a/files/index.php +++ /dev/null @@ -1,42 +0,0 @@ -"; - echo "Index of $fullPath"; - echo ""; - echo "

Index of $fullPath


";
-  echo '../' . PHP_EOL;
-
-  $items = [];
-  while (false !== ($entry = readdir($handle))) {
-    if ($entry != "." && $entry != ".." && $entry != "index.php") {
-      $items[] = $entry;
-    }
-  }
-  closedir($handle);
-
-  sort($items);
-
-  foreach ($items as $entry) {
-    $filePath = "./" . $entry;
-    $lastModified = date("d-M-Y H:i", filemtime($filePath));
-    $size = is_dir($filePath) ? "-" : filesize($filePath);
-    $link = htmlspecialchars($entry);
-
-    if (is_dir($filePath)) {
-      $link .= '/';
-    }
-
-    echo "$link" . str_repeat(" ", 50 - strlen($link)) . "$lastModified" . str_repeat(" ", 10 - strlen($size)) . "$size" . PHP_EOL;
-  }
-
-  echo "

"; - echo ""; - echo ""; -} else { - echo "Unable to open directory."; -} -?> \ No newline at end of file diff --git a/files/musics/childhood2.mp3 b/files/musics/childhood2.mp3 deleted file mode 100755 index 068a74e..0000000 Binary files a/files/musics/childhood2.mp3 and /dev/null differ diff --git a/files/musics/index.php b/files/musics/index.php deleted file mode 100644 index 59ec2e4..0000000 --- a/files/musics/index.php +++ /dev/null @@ -1,5 +0,0 @@ - - \ No newline at end of file diff --git a/files/musics/rejectedworld.mp3 b/files/musics/rejectedworld.mp3 deleted file mode 100755 index 4c624ef..0000000 Binary files a/files/musics/rejectedworld.mp3 and /dev/null differ diff --git a/files/musics/sfx/index.php b/files/musics/sfx/index.php deleted file mode 100644 index 59ec2e4..0000000 --- a/files/musics/sfx/index.php +++ /dev/null @@ -1,5 +0,0 @@ - - \ No newline at end of file diff --git a/files/wallpapers/Bliss_(Windows_XP).png b/files/wallpapers/Bliss_(Windows_XP).png deleted file mode 100755 index 22ceab5..0000000 Binary files a/files/wallpapers/Bliss_(Windows_XP).png and /dev/null differ diff --git a/files/wallpapers/index.php b/files/wallpapers/index.php deleted file mode 100644 index 59ec2e4..0000000 --- a/files/wallpapers/index.php +++ /dev/null @@ -1,5 +0,0 @@ - - \ No newline at end of file diff --git a/files/youtube_LZgeIReY04c_720x480_h264.mp4 b/files/youtube_LZgeIReY04c_720x480_h264.mp4 deleted file mode 100644 index 2432771..0000000 Binary files a/files/youtube_LZgeIReY04c_720x480_h264.mp4 and /dev/null differ diff --git a/files/youtube_xvFZjo5PgG0_640x360_h264.mp4 b/files/youtube_xvFZjo5PgG0_640x360_h264.mp4 deleted file mode 100644 index aa2b881..0000000 Binary files a/files/youtube_xvFZjo5PgG0_640x360_h264.mp4 and /dev/null differ diff --git a/images/gifs/under_construction/underconstructionimg.gif b/images/gifs/under_construction/underconstructionimg.gif new file mode 100755 index 0000000..93b8c0d Binary files /dev/null and b/images/gifs/under_construction/underconstructionimg.gif differ diff --git a/images/gifs/under_construction/underconstructiontxt.gif b/images/gifs/under_construction/underconstructiontxt.gif new file mode 100755 index 0000000..bedc540 Binary files /dev/null and b/images/gifs/under_construction/underconstructiontxt.gif differ diff --git a/images/puma.jpeg b/images/puma.jpeg new file mode 100644 index 0000000..ebb6f03 Binary files /dev/null and b/images/puma.jpeg differ diff --git a/images/under_construction/underconstructionimg.gif b/images/under_construction/underconstructionimg.gif deleted file mode 100755 index 93b8c0d..0000000 Binary files a/images/under_construction/underconstructionimg.gif and /dev/null differ diff --git a/images/under_construction/underconstructiontxt.gif b/images/under_construction/underconstructiontxt.gif deleted file mode 100755 index bedc540..0000000 Binary files a/images/under_construction/underconstructiontxt.gif and /dev/null differ diff --git a/index.php b/index.php index 15d1d3d..d198889 100755 --- a/index.php +++ b/index.php @@ -1,6 +1,5 @@ @@ -12,87 +11,26 @@ bochard's net home - - - + + - - + - diff --git a/parts/sidebar.php b/parts/sidebar.php new file mode 100644 index 0000000..51acfde --- /dev/null +++ b/parts/sidebar.php @@ -0,0 +1,26 @@ + + \ No newline at end of file diff --git a/projects/basic-calc b/projects/basic-calc deleted file mode 160000 index 493c6df..0000000 --- a/projects/basic-calc +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 493c6df4598459fdacb4f7b909cc49f956343ffe diff --git a/projects/drum-ka-dum b/projects/drum-ka-dum deleted file mode 160000 index e0d75ce..0000000 --- a/projects/drum-ka-dum +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e0d75ced202fb755ef5fd5f7bdd74dc1c45e2b3e diff --git a/projects/index.php b/projects/index.php deleted file mode 100755 index 9d7d5e2..0000000 --- a/projects/index.php +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - bochard's projects list - - - - - - - -
- - -
-

My projects' list

-

below are some of the coding projects I made, some of them are left unfinished.

-
-
-

self-learn

-

these ones are made for learning purpose.

-
    -
  • - palindrome checker -

    this checks if a word is the same even when reversed, regardless of any punctuations.

    -
  • -
  • - roman numeral converter -

    converts integers to a roman type. for instance, "28" becomes "XXVIII".

    -
  • -
  • - temperature converter -

    this one is actually inspired from a physics class in my 12th grade. our topic that time is about gas laws.

    -
  • -
  • - temperature converter -

    a cash register, the one you commonly see on malls and konbini.

    -
  • -
  • - drum ka dum! -

    not that much, just a basic drum that uses a keyboard. (only works when you have keyboard)

    -
  • -
  • - basic calc -

    simple calculator. pls don't compare on ur phone calculator. i know, it's far from it xd.

    -
  • -
-
-
-

work related

-

websites I created for my clients.

- -
-
- - - - \ No newline at end of file diff --git a/projects/palindrome-checker b/projects/palindrome-checker deleted file mode 160000 index e8449e2..0000000 --- a/projects/palindrome-checker +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e8449e21868dcdccd581d3db3df491e53cbdd69c diff --git a/projects/roman-numeral-converter b/projects/roman-numeral-converter deleted file mode 160000 index 2457a3a..0000000 --- a/projects/roman-numeral-converter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2457a3a1e4c7530c00890d2d2ab727538e6a06e4 diff --git a/projects/signup-login-system b/projects/signup-login-system deleted file mode 160000 index 2c4be24..0000000 --- a/projects/signup-login-system +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2c4be24e0e0a5348f27d513d01bf96aa4eeb7bb8 diff --git a/projects/simple-cash-register b/projects/simple-cash-register deleted file mode 160000 index e2467d7..0000000 --- a/projects/simple-cash-register +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e2467d7d864c2488034bcadafed2b5e5f1dea0a8 diff --git a/projects/temperature-converter b/projects/temperature-converter deleted file mode 160000 index 374b61a..0000000 --- a/projects/temperature-converter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 374b61a8f7fc19c1503c985f806980b8fd44ca8c diff --git a/styles/root.css b/styles/root.css deleted file mode 100644 index 8b13789..0000000 --- a/styles/root.css +++ /dev/null @@ -1 +0,0 @@ - diff --git a/stylesheets/root.css b/stylesheets/root.css new file mode 100644 index 0000000..7cb0d61 --- /dev/null +++ b/stylesheets/root.css @@ -0,0 +1,38 @@ +html, body { + height: 100%; + width: 100%; +} +body { + font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; + margin: 0 auto; +} +table { + height: 100%; + width: 100%; +} +#sidebar { + background-image: url(/images/backgrounds/backgroundclouds.gif); + background-repeat: repeat; + vertical-align: top; + height: 100%; + width: 200px; + padding: 15px 10px; +} +#sidebar > ul { + margin-top: 0; + padding-left: 10px; +} +#sidebar li { + list-style-type: none; + padding: 2px; +} +#sidebar p { + margin-bottom: 5px; +} +#sidebar a { + color: inherit; +} +#body { + vertical-align: top; + padding: 0 20px; +} \ No newline at end of file
-
-

welcome to bochard's net home!'

-

i don't really have much to say. but try to explore the site. it is not big but, i like it. it is my corner of the internet. here you can see what i do, some fun things, and my thoughts to certain topics. hope you'll have fun! :)

+
+

welcome to bochard's net home!

+

i don't really have much to say. but try to explore the site. it is not big but, i like it. it is my corner of the internet. here you can see what i usually do, some fun things, and my thoughts to certain topics. hope you'll have some fun! :)

+
+

If you want to continue viewing my site. Please consider disabling your adblocker. some cool stuffs cannot be seen if you enable that thing. tnx. and...if you got lost for some reason. just go the homepage!

+ +
+ + Search my site here... +