diff options
Diffstat (limited to '')
-rw-r--r-- | img/home_gifs/emacs2.gif | bin | 0 -> 2121 bytes | |||
-rw-r--r-- | img/home_gifs/lynx.gif | bin | 0 -> 1389 bytes | |||
-rw-r--r-- | img/home_gifs/mars_icon.gif | bin | 0 -> 6048 bytes | |||
-rw-r--r-- | img/home_gifs/power-button.gif | bin | 0 -> 999 bytes | |||
-rw-r--r-- | img/projects/lowbat-01.jpg (renamed from img/lowbat-01.jpg) | bin | 20035 -> 20035 bytes | |||
-rw-r--r-- | inc/classic-contents.inc.php | 1 | ||||
-rw-r--r-- | index.php | 6 | ||||
-rw-r--r-- | links.php | 7 | ||||
-rw-r--r-- | projects/index.php | 3 | ||||
-rw-r--r-- | projects/lowbat.php | 28 | ||||
-rw-r--r-- | school/index.php | 25 |
11 files changed, 32 insertions, 38 deletions
diff --git a/img/home_gifs/emacs2.gif b/img/home_gifs/emacs2.gif Binary files differnew file mode 100644 index 0000000..2474856 --- /dev/null +++ b/img/home_gifs/emacs2.gif diff --git a/img/home_gifs/lynx.gif b/img/home_gifs/lynx.gif Binary files differnew file mode 100644 index 0000000..e366bbe --- /dev/null +++ b/img/home_gifs/lynx.gif diff --git a/img/home_gifs/mars_icon.gif b/img/home_gifs/mars_icon.gif Binary files differnew file mode 100644 index 0000000..f7e3901 --- /dev/null +++ b/img/home_gifs/mars_icon.gif diff --git a/img/home_gifs/power-button.gif b/img/home_gifs/power-button.gif Binary files differnew file mode 100644 index 0000000..cd41141 --- /dev/null +++ b/img/home_gifs/power-button.gif diff --git a/img/lowbat-01.jpg b/img/projects/lowbat-01.jpg Binary files differindex 46c4e83..46c4e83 100644 --- a/img/lowbat-01.jpg +++ b/img/projects/lowbat-01.jpg diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php index 4f3375c..0c4b153 100644 --- a/inc/classic-contents.inc.php +++ b/inc/classic-contents.inc.php @@ -74,7 +74,6 @@ jo_sidebar() { <li><a href="<?php echo $prefix; ?>">Assembly</a></li> <li><a href="<?php echo $prefix; ?>">UNIX</a></li> <li><a href="<?php echo $prefix; ?>">GNU Emacs</a></li> - <li><a href="<?php echo $prefix; ?>">My school projects</a></li> <li><a href="<?php echo $prefix; ?>projects/">My projects</a></li> <li><a href="<?php echo $prefix; ?>">My C/C++ style</a></li> <li><a href="<?php echo $prefix; ?>links.php">Links</a></li> @@ -44,5 +44,11 @@ if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") { I work on various personnal project beside that. Also I like rocket science and astrophysics. </p> + <br> + <img src="img/home_gifs/emacs2.gif" alt="emacs2.gif" /> + <img src="img/home_gifs/power-button.gif" alt="power-button.gif" /> + <br> + <img src="img/home_gifs/lynx.gif" alt="lynx.gif" /> + <img src="img/home_gifs/mars_icon.gif" alt="mars_icon.gif" /> </div> <?php jo_footer(); ?> @@ -70,6 +70,13 @@ if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") { </a> </li> <li> + <span class="fa fa-rocket"></span> - + My Gemini capsule + <a href="gemini://jozanofastora.xyz/"> + gemini://jozanofastora.xyz/ + </a> + </li> + <li> <span class="fa fa-envelope"></span> - My email - bousset.rudy@gmail.com </li> diff --git a/projects/index.php b/projects/index.php index e897442..01635d0 100644 --- a/projects/index.php +++ b/projects/index.php @@ -23,7 +23,8 @@ if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") { <div class="body-contents"> <h1>My personnal projects</h1> <p> - These are the personnal projects I have worked on or that are still being developped: + These are some of the personnal projects I have worked on or + that are still being developped: </p> <ul> <li> diff --git a/projects/lowbat.php b/projects/lowbat.php index b1e9279..a114bbc 100644 --- a/projects/lowbat.php +++ b/projects/lowbat.php @@ -1,14 +1,20 @@ -<!-- ----------------------------------------------------------------------- --> -<!-- --> -<!-- File : lowbat.php /_________/ --> -<!-- Authors : Joe | --> -<!-- Date : 06/2020 | --> -<!-- Info : lowbat page | --> -<!-- / | --> -<!-- \ / --> -<!-- \_____/ --> -<!-- --> -<!-- ----------------------------------------------------------------------- --> +<!-- + * ======================== + * ===== =============== + * ====== ================ + * ====== ================ + * ====== ==== ==== == + * ====== === == = = + * ====== === = == = + * = === === = == ==== + * = === === = == = = + * == ===== ==== == + * ======================== + * + * jozanofastora.xyz: projects/lowbat.php + * Sat Jan 8 23:41:42 CET 2022 + * Joe +--> <?php $prefix = "./"; diff --git a/school/index.php b/school/index.php deleted file mode 100644 index 3c8c35d..0000000 --- a/school/index.php +++ /dev/null @@ -1,25 +0,0 @@ -<!-- ----------------------------------------------------------------------- --> -<!-- --> -<!-- File : index.php /_________/ --> -<!-- Authors : Joe | --> -<!-- Date : 06/2020 | --> -<!-- Info : The C welcome page | --> -<!-- / | --> -<!-- \ / --> -<!-- \_____/ --> -<!-- --> -<!-- ----------------------------------------------------------------------- --> - -<?php -$prefix = "./"; -$curr_dir = basename(getcwd()); -if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") { - $prefix = "../"; -} -?> -<?php include $prefix."inc/classic-contents.inc.php"; ?> -<?php jo_head("C"); ?> -<?php jo_sidebar(); ?> -<div class="body-contents"> -</div> -<?php jo_footer(); ?> |