diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2021-12-10 19:38:34 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2021-12-10 19:38:34 +0100 |
commit | b556ec2a01557a4cbe9bb03bbb53e45183663578 (patch) | |
tree | 83e5018cb889c616257550bc315017fff9fd09b6 | |
parent | Fix (diff) | |
download | joe-www-b556ec2a01557a4cbe9bb03bbb53e45183663578.tar.gz joe-www-b556ec2a01557a4cbe9bb03bbb53e45183663578.tar.bz2 joe-www-b556ec2a01557a4cbe9bb03bbb53e45183663578.tar.xz joe-www-b556ec2a01557a4cbe9bb03bbb53e45183663578.tar.zst joe-www-b556ec2a01557a4cbe9bb03bbb53e45183663578.zip |
new address pog
-rw-r--r-- | inc/classic-contents.inc.php | 34 | ||||
-rw-r--r-- | index.php | 30 | ||||
-rw-r--r-- | links.php | 40 |
3 files changed, 64 insertions, 40 deletions
diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php index 6bd04b5..4f3375c 100644 --- a/inc/classic-contents.inc.php +++ b/inc/classic-contents.inc.php @@ -1,14 +1,22 @@ -<!-- ----------------------------------------------------------------------- --> -<!-- --> -<!-- File : classic-contents.inc.php /_________/ --> -<!-- Authors : Joe | --> -<!-- Date : 06/2020 | --> -<!-- Info : Functions for contents on every page | --> -<!-- / | --> -<!-- \ / --> -<!-- \_____/ --> -<!-- --> -<!-- ----------------------------------------------------------------------- --> +<!-- + * ======================== + * ===== =============== + * ====== ================ + * ====== ================ + * ====== ==== ==== == + * ====== === == = = + * ====== === = == = + * = === === = == ==== + * = === === = == = = + * == ===== ==== == + * ======================== + * + * jozanofastora.xyz: inc/classic-contents.php + * Fri Dec 10 19:33:14 CET 2021 + * Joe + * + * Functions for contents on every page +--> <?php include "org.inc.php"; @@ -71,7 +79,7 @@ jo_sidebar() { <li><a href="<?php echo $prefix; ?>">My C/C++ style</a></li> <li><a href="<?php echo $prefix; ?>links.php">Links</a></li> <hr> - <li><a href="https://git.jozanleclerc.xyz/">GitJoe</a></li> + <li><a href="https://git.jozanofastora.xyz/">GitJoe</a></li> </ul> </div> <?php @@ -83,7 +91,7 @@ jo_footer() { ?> <footer> <p> - Copyright © 2020, Joe - + Copyright © 2020-2021, Joe - see <a href="<?php echo $prefix; ?>license.php">LICENSE</a> - this website does not use cookies </p> @@ -1,14 +1,22 @@ -<!-- ----------------------------------------------------------------------- --> -<!-- --> -<!-- File : index.php /_________/ --> -<!-- Authors : Joe | --> -<!-- Date : 06/2020 | --> -<!-- Info : The home page | --> -<!-- / | --> -<!-- \ / --> -<!-- \_____/ --> -<!-- --> -<!-- ----------------------------------------------------------------------- --> +<!-- + * ======================== + * ===== =============== + * ====== ================ + * ====== ================ + * ====== ==== ==== == + * ====== === == = = + * ====== === = == = + * = === === = == ==== + * = === === = == = = + * == ===== ==== == + * ======================== + * + * jozanofastora.xyz: index.php + * Fri Dec 10 19:35:01 CET 2021 + * Joe + * + * The home page +--> <?php $prefix = "./"; @@ -1,14 +1,22 @@ -<!-- ----------------------------------------------------------------------- --> -<!-- --> -<!-- File : links.php /_________/ --> -<!-- Authors : Joe | --> -<!-- Date : 06/2020 | --> -<!-- Info : The links page | --> -<!-- / | --> -<!-- \ / --> -<!-- \_____/ --> -<!-- --> -<!-- ----------------------------------------------------------------------- --> +<!-- + * ======================== + * ===== =============== + * ====== ================ + * ====== ================ + * ====== ==== ==== == + * ====== === == = = + * ====== === = == = + * = === === = == ==== + * = === === = == = = + * == ===== ==== == + * ======================== + * + * jozanofastora.xyz: links.php + * Fri Dec 10 19:36:01 CET 2021 + * Joe + * + * The links page +--> <?php $prefix = "./"; @@ -43,8 +51,8 @@ if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") { <li> <span class="fa fa-git"></span> - My GitJoe page - - <a href="https://git.jozanleclerc.xyz/jozan"> - git.jozanleclerc.xyz/jozan + <a href="https://git.jozanofastora.xyz/jozan"> + git.jozanofastora.xyz/jozan </a> </li> <li> @@ -56,7 +64,7 @@ if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") { </li> <li> <span class="fa fa-bandcamp"></span> - - My Rockabilly band's Bandcamp - + My Smooth Jazz band's Bandcamp - <a href="https://towerofsilence.bandcamp.com/"> towerofsilence.bandcamp.com </a> @@ -87,8 +95,8 @@ if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") { <li> <span class="fa fa-git"></span> - His GitJoe page - - <a href="https://git.jozanleclerc.xyz/salad"> - git.jozanleclerc.xyz/salad + <a href="https://git.jozanofastora.xyz/salad"> + git.jozanofastora.xyz/salad </a> </li> <li> |