aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-18 01:37:15 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-18 01:37:15 +0200
commitd220f3112a33f2d22e162f52f60de64bbf899b7c (patch)
treeaec3baac9b6c9918c49f67f0d557a99048e65096
parentupdates (diff)
downloadjoe-www-d220f3112a33f2d22e162f52f60de64bbf899b7c.tar.gz
joe-www-d220f3112a33f2d22e162f52f60de64bbf899b7c.tar.bz2
joe-www-d220f3112a33f2d22e162f52f60de64bbf899b7c.tar.xz
joe-www-d220f3112a33f2d22e162f52f60de64bbf899b7c.tar.zst
joe-www-d220f3112a33f2d22e162f52f60de64bbf899b7c.zip
New cool error pages, some changes
-rw-r--r--css/site.css30
-rw-r--r--err/403.html64
-rw-r--r--err/404.html65
-rw-r--r--files.html4
-rw-r--r--index.html25
-rw-r--r--links.html4
-rw-r--r--projects/index.html2
7 files changed, 168 insertions, 26 deletions
diff --git a/css/site.css b/css/site.css
index f8aa4f2..8b04089 100644
--- a/css/site.css
+++ b/css/site.css
@@ -1,14 +1,22 @@
-/* ************************************************************************** */
-/* */
-/* File : site.css /_________/ */
-/* Authors : Joe | */
-/* Date : 06/2020 | */
-/* Info : Style | */
-/* / | */
-/* \ / */
-/* \_____/ */
-/* */
-/* ************************************************************************** */
+/*
+ * ========================
+ * ===== ===============
+ * ====== ================
+ * ====== ================
+ * ====== ==== ==== ==
+ * ====== === == = =
+ * ====== === = == =
+ * = === === = == ====
+ * = === === = == = =
+ * == ===== ==== ==
+ * ========================
+ *
+ * jozanofastora.xyz: css/site.css
+ * Mon Apr 18 01:03:03 CEST 2022
+ * Joe
+ *
+ * The style
+ */
body {
margin: 0 auto;
diff --git a/err/403.html b/err/403.html
new file mode 100644
index 0000000..4f9f6b7
--- /dev/null
+++ b/err/403.html
@@ -0,0 +1,64 @@
+<!--
+ * ========================
+ * ===== ===============
+ * ====== ================
+ * ====== ================
+ * ====== ==== ==== ==
+ * ====== === == = =
+ * ====== === = == =
+ * = === === = == ====
+ * = === === = == = =
+ * == ===== ==== ==
+ * ========================
+ *
+ * jozanofastora.xyz: err/403.html
+ * Mon Apr 18 01:31:13 CEST 2022
+ * Joe
+ *
+ * The 403 error page
+-->
+
+<html>
+ <head>
+ <title>Joe's own website - 403</title>
+ <link rel="stylesheet" type="text/css" href="../css/site.css">
+ <meta charset="UTF-8">
+ </head>
+ <body>
+ <div class="fullpage">
+ <header>
+ <h1><a href="../index.html">Joe's dev blog - 403</a></h1>
+ </header>
+ <div class="sidebar">
+ <ul>
+ <li><a href="../index.html">home</a></li>
+ <li><a href="../projects/">my projects</a></li>
+ <li><a href="../files.html">files</a></li>
+ <li><a href="../links.html">links</a></li>
+ <hr>
+ <li><a href="https://git.jozanofastora.xyz/">GitJoe</a></li>
+ <li><a href="https://fossil.jozanofastora.xyz/">FossilJoe</a></li>
+ </ul>
+ </div>
+ <div class="body-contents">
+ <h1>403</h1>
+ <p>
+ This is a <b>403 error</b>. This means you're not allowed
+ to see this page.
+ </p>
+ <p>
+ <a href="https://jozanofastora.xyz/">
+ &lt;&lt; back to the site
+ </a>
+ </p>
+ </div>
+ <footer>
+ <p>
+ Copyright &copy; 2020-2022, Joe -
+ see <a href="../license.html">LICENSE</a> -
+ this website does not use cookies or php or js
+ </p>
+ </footer>
+ </div>
+ </body>
+</html>
diff --git a/err/404.html b/err/404.html
index f6efa25..5e6bb56 100644
--- a/err/404.html
+++ b/err/404.html
@@ -1 +1,64 @@
-No no
+<!--
+ * ========================
+ * ===== ===============
+ * ====== ================
+ * ====== ================
+ * ====== ==== ==== ==
+ * ====== === == = =
+ * ====== === = == =
+ * = === === = == ====
+ * = === === = == = =
+ * == ===== ==== ==
+ * ========================
+ *
+ * jozanofastora.xyz: err/404.html
+ * Mon Apr 18 01:31:13 CEST 2022
+ * Joe
+ *
+ * The 404 error page
+-->
+
+<html>
+ <head>
+ <title>Joe's own website - 404</title>
+ <link rel="stylesheet" type="text/css" href="../css/site.css">
+ <meta charset="UTF-8">
+ </head>
+ <body>
+ <div class="fullpage">
+ <header>
+ <h1><a href="../index.html">Joe's dev blog - 404</a></h1>
+ </header>
+ <div class="sidebar">
+ <ul>
+ <li><a href="../index.html">home</a></li>
+ <li><a href="../projects/">my projects</a></li>
+ <li><a href="../files.html">files</a></li>
+ <li><a href="../links.html">links</a></li>
+ <hr>
+ <li><a href="https://git.jozanofastora.xyz/">GitJoe</a></li>
+ <li><a href="https://fossil.jozanofastora.xyz/">FossilJoe</a></li>
+ </ul>
+ </div>
+ <div class="body-contents">
+ <h1>404</h1>
+ <p>
+ This is a <b>404 error</b>. This means that page you're
+ looking for does not exist.
+ </p>
+ <p>
+ <a href="https://jozanofastora.xyz/">
+ &lt;&lt; back to the site
+ </a>
+ </p>
+ </div>
+ <footer>
+ <p>
+ Copyright &copy; 2020-2022, Joe -
+ see <a href="../license.html">LICENSE</a> -
+ this website does not use cookies or php or js
+ </p>
+ </footer>
+ </div>
+ </body>
+</html>
diff --git a/files.html b/files.html
index 4766ebd..4d3413d 100644
--- a/files.html
+++ b/files.html
@@ -41,7 +41,7 @@
</ul>
</div>
<div class="body-contents">
- <h2>Some files</h2>
+ <h1>Some files</h1>
<p>
These are some files I give to you for free:
</p>
@@ -50,7 +50,7 @@
<a href="files/wp.tar.xz">
wp.tar.xz
</a>
- - my wallpapers
+ - my wallpapers, most are from /wg
</li>
</ul>
<footer>
diff --git a/index.html b/index.html
index 2d2c281..4880a98 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,7 @@
* ========================
*
* jozanofastora.xyz: index.html
- * Sat Apr 16 16:02:04 CEST 2022
+ * Mon Apr 18 00:43:11 CEST 2022
* Joe
*
* The home page
@@ -41,25 +41,32 @@
</ul>
</div>
<div class="body-contents">
+ <h1>Welcome to my website!</h1>
<h2>About this site</h2>
<p>
- Welcome to my own blog. Here you can find my tips and articles
- on various tech and programming subjects.
+ Welcome to my own blog. Here you can find my tips and
+ articles on various tech and programming subjects.
<br><br>
- This website is still in <i>not so</i> active developpement, stay tuned.
+ This website is still in <i>not so</i> active developpement,
+ stay tuned.
</p>
<h2>About me</h2>
<p>
I once was a student for
<a href="https://www.42lyon.fr/">42Lyon</a>
- IT school based in Lyon, France, but not anymore.
- I work on various personal project beside that. Also I like rocket
- science and astrophysics.
+ IT school based in Lyon, France, but not anymore. Now I am
+ sys admin for
+ <a href="https://secuserve.com/">SecuServe</a>.
+ I work on various personal projects beside that. Also I like
+ rocket science and astrophysics.
</p>
- <br>
+ <h3>Visitors count:</h3>
+ <p>
+ Unique visitors: wait for the next refresh
+ </p>
+ <hr style="height: 1px; border-width: 0; color: gray; background-color: gray;">
<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>
diff --git a/links.html b/links.html
index 8e9c23c..e53223b 100644
--- a/links.html
+++ b/links.html
@@ -42,7 +42,7 @@
</ul>
</div>
<div class="body-contents">
- <h2>My links</h2>
+ <h1>My links</h1>
<p>
Here are the links you can use to follow me around:
</p>
@@ -87,7 +87,7 @@
my email - bousset.rudy@gmail.com
</li>
</ul>
- <h2>My pals links</h2>
+ <h1>My pals links</h1>
<p>
Also check out my pals links:
<ul style="list-style: none;">
diff --git a/projects/index.html b/projects/index.html
index 83e7aa4..f14d564 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -31,7 +31,7 @@
<ul>
<li><a href="../index.html">home</a></li>
<li><a href="../projects/">my projects</a></li>
- <li><a href="../files/">files</a></li>
+ <li><a href="../files.html">files</a></li>
<li><a href="../links.html">links</a></li>
<hr>
<li><a href="https://git.jozanofastora.xyz/">GitJoe</a></li>