diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-24 02:52:31 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-24 02:52:31 +0200 |
commit | eef3c952adb2d30ac06126bcd3679b1a5d32bfd4 (patch) | |
tree | afaf9cd66ab8638852e1538f7deb027afa63495d | |
parent | New page (diff) | |
download | joe-www-eef3c952adb2d30ac06126bcd3679b1a5d32bfd4.tar.gz joe-www-eef3c952adb2d30ac06126bcd3679b1a5d32bfd4.tar.bz2 joe-www-eef3c952adb2d30ac06126bcd3679b1a5d32bfd4.tar.xz joe-www-eef3c952adb2d30ac06126bcd3679b1a5d32bfd4.tar.zst joe-www-eef3c952adb2d30ac06126bcd3679b1a5d32bfd4.zip |
Thought: Sun Apr 24 02:52:31 CEST 2022
-rw-r--r-- | README.org | 12 | ||||
-rw-r--r-- | css/site.css | 18 | ||||
-rw-r--r-- | thoughts.html | 17 |
3 files changed, 43 insertions, 4 deletions
@@ -1,2 +1,10 @@ -* jozanleclerc.xyz website sources -*README in progress* +#+TITLE: jozanleclerc.xyz website sources + +There's nothing much to say, it's just the html files for my website. + +Here is the link: [[https://jozanofastora.xyz][jozanofastora.xyz]] + +Check out my other websites: + +- GitJoe: [[https://gitjoe.xyz/][gitjoe.xyz]] +- FossilJoe: [[https://fossil.jozanofastora.xyz/][fossil.jozanofastora.xyz]] diff --git a/css/site.css b/css/site.css index 82b391d..61798fb 100644 --- a/css/site.css +++ b/css/site.css @@ -136,6 +136,10 @@ div.sidebar ul { list-style: square; } +div.sidebar hr { + border-top: none; +} + div.sidebar { float: right; background-color: #eee4e4; @@ -172,7 +176,7 @@ div.body-contents h2 { text-align: left; padding: 0em 0em 0.25rem 0em; margin: 0pt; - margin-top: 1em; + margin-top: 2em; color: #9d0006; border-bottom: 1px solid #9d0006; } @@ -183,7 +187,7 @@ div.body-contents h3 { text-align: left; padding: 0em 0em 0.25rem 0em; margin: 0pt; - margin-top: 1em; + margin-top: 2em; color: #9d0006; } @@ -196,6 +200,10 @@ div.body-contents h4 { margin-top: 1em; } +div.body-contents p { + margin: 1em 1ex 1em 1ex !important; +} + div.body-contents b { font-weight: bold; color: #9d0006; @@ -244,6 +252,12 @@ div.body-contents pre { border: 1px solid #9d0006; } +div.body-contents hr { + border-top: none; + border-bottom: 1px solid #9d0006; + width: 80%; +} + div.figure { padding: 1em; diff --git a/thoughts.html b/thoughts.html index b49ae6d..d09f46a 100644 --- a/thoughts.html +++ b/thoughts.html @@ -44,6 +44,23 @@ </div> <div class="body-contents"> <h1>Random thoughts</h1> + <p> + Here are my thoughts and ideas. All of these are pretty + random. + </p> + <!-- thoughts here --> + <h3>Sun Apr 24 02:52:31 CEST 2022</h3> + <p> + I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts I have no thoughts + </p> + <h3>Mon Jan 10 15:31:07 CET 2022</h3> + <p> + I have no thoughts + </p> + <h3>Mon Jan 10 15:30:16 CET 2022</h3> + <p> + Hello + </p> </div> <footer> <p> |