From: bochard Date: Fri, 25 Apr 2025 12:26:10 +0000 (+0800) Subject: added a navigation link X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=35146a82abdedcf923852914d88fe42eb85c7e38;p=mysite.git added a navigation link --- diff --git a/filesystem.php b/filesystem.php deleted file mode 100644 index 923e532..0000000 --- a/filesystem.php +++ /dev/null @@ -1,30 +0,0 @@ -$entry"; - - // If the entry is a directory, recursively call this function - if (is_dir($dir . '/' . $entry)) { - echo ""; - } - } - } - closedir($handle); - } -} - -// Start displaying from the current directory -echo "

Filesystem Structure

"; -echo ""; -?> diff --git a/images/gifs/titles/projectspageburning.gif b/images/gifs/titles/projectspageburning.gif new file mode 100644 index 0000000..fb0f9d1 Binary files /dev/null and b/images/gifs/titles/projectspageburning.gif differ diff --git a/images/navigation/projects.png b/images/navigation/projects.png new file mode 100644 index 0000000..302c696 Binary files /dev/null and b/images/navigation/projects.png differ diff --git a/includes/footer.php b/includes/footer.php index 1c50cd0..bb02fe7 100755 --- a/includes/footer.php +++ b/includes/footer.php @@ -3,7 +3,7 @@

# of visitors:

- Viewable With Any Browser + Viewable With Any Browser
diff --git a/includes/nav.php b/includes/nav.php index 922481e..dd4c665 100644 --- a/includes/nav.php +++ b/includes/nav.php @@ -5,6 +5,9 @@ + + + diff --git a/index.php b/index.php index 6a0a62c..6ca785a 100755 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ - + diff --git a/info.php b/info.php index a7b06d9..e493009 100644 --- a/info.php +++ b/info.php @@ -3,9 +3,9 @@ - + - useful resources + more about me! diff --git a/links.php b/links.php index 5bf46a7..45ddc33 100755 --- a/links.php +++ b/links.php @@ -5,7 +5,7 @@ - useful resources + some useful resources diff --git a/projects/index.php b/projects/index.php index e69de29..3139ac1 100755 --- a/projects/index.php +++ b/projects/index.php @@ -0,0 +1,51 @@ + + + + + + + + bochard's projects list + + + + + + + +
+ + +
+

My projects' list

+

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

+
+
+
    +
  • + 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 +

    you know what's a cash register, right? riGhHT?! RIGHTTT!!?

    +
  • +
  • + drum ka dum! +

    not that much, just a basic drum that uses a keyboard.

    +
  • +
+
+
+ + + + \ No newline at end of file diff --git a/sitemap.php b/sitemap.php index 128a04c..069c9e3 100755 --- a/sitemap.php +++ b/sitemap.php @@ -5,7 +5,7 @@ - sitemap + bochard's net sitemap