aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--img/home_gifs/emacs2.gifbin0 -> 2121 bytes
-rw-r--r--img/home_gifs/lynx.gifbin0 -> 1389 bytes
-rw-r--r--img/home_gifs/mars_icon.gifbin0 -> 6048 bytes
-rw-r--r--img/home_gifs/power-button.gifbin0 -> 999 bytes
-rw-r--r--img/projects/lowbat-01.jpg (renamed from img/lowbat-01.jpg)bin20035 -> 20035 bytes
-rw-r--r--inc/classic-contents.inc.php1
-rw-r--r--index.php6
-rw-r--r--links.php7
-rw-r--r--projects/index.php3
-rw-r--r--projects/lowbat.php28
-rw-r--r--school/index.php25
11 files changed, 32 insertions, 38 deletions
diff --git a/img/home_gifs/emacs2.gif b/img/home_gifs/emacs2.gif
new file mode 100644
index 0000000..2474856
--- /dev/null
+++ b/img/home_gifs/emacs2.gif
Binary files differ
diff --git a/img/home_gifs/lynx.gif b/img/home_gifs/lynx.gif
new file mode 100644
index 0000000..e366bbe
--- /dev/null
+++ b/img/home_gifs/lynx.gif
Binary files differ
diff --git a/img/home_gifs/mars_icon.gif b/img/home_gifs/mars_icon.gif
new file mode 100644
index 0000000..f7e3901
--- /dev/null
+++ b/img/home_gifs/mars_icon.gif
Binary files differ
diff --git a/img/home_gifs/power-button.gif b/img/home_gifs/power-button.gif
new file mode 100644
index 0000000..cd41141
--- /dev/null
+++ b/img/home_gifs/power-button.gif
Binary files differ
diff --git a/img/lowbat-01.jpg b/img/projects/lowbat-01.jpg
index 46c4e83..46c4e83 100644
--- a/img/lowbat-01.jpg
+++ b/img/projects/lowbat-01.jpg
Binary files differ
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>
diff --git a/index.php b/index.php
index fb6b0bf..f169dee 100644
--- a/index.php
+++ b/index.php
@@ -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(); ?>
diff --git a/links.php b/links.php
index ac11351..7104533 100644
--- a/links.php
+++ b/links.php
@@ -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(); ?>