diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-26 00:04:52 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-26 00:04:52 +0200 |
commit | fe3e14491cda23caae46922675885c21e3d403eb (patch) | |
tree | 939370294555f7bfb13cd41d6f646ce68b25210f | |
parent | Added some links to the links page (diff) | |
download | joe-www-fe3e14491cda23caae46922675885c21e3d403eb.tar.gz joe-www-fe3e14491cda23caae46922675885c21e3d403eb.tar.bz2 joe-www-fe3e14491cda23caae46922675885c21e3d403eb.tar.xz joe-www-fe3e14491cda23caae46922675885c21e3d403eb.tar.zst joe-www-fe3e14491cda23caae46922675885c21e3d403eb.zip |
Added some more links
-rw-r--r-- | css/site.css | 22 | ||||
-rw-r--r-- | links.php | 32 |
2 files changed, 52 insertions, 2 deletions
diff --git a/css/site.css b/css/site.css index fbf6fa5..d1e0faf 100644 --- a/css/site.css +++ b/css/site.css @@ -113,7 +113,7 @@ li { ul { padding: 0pt 0pt 0pt 1em; - margin: 0 0 1em; + margin: 0; } div.sidebar { @@ -156,6 +156,26 @@ div.body-contents h2 { border-bottom: 1px solid #24c; } +div.body-contents h3 { + font-size: 115%; + font-weight: bold; + text-align: left; + padding: 0em 0em 0.25rem 0em; + margin: 0pt; + margin-top: 1em; + color: #24c; + border-bottom: 1px solid #24c; +} + +div.body-contents b { + color: #24c; +} + +div.body-contents ul { + padding: 0pt 0pt 0pt 1.5rem; + margin: 0; +} + div.body-contents code { background-color: #e4e4e4; border-radius: 5px; @@ -34,11 +34,41 @@ Also check out my pals links: <ul> <li> - Salad's lab: + <b>Salad</b>'s lab: <a href="http://saladslab.karabo.ga/" target="_blank"> saladslab.karabo.ga </a> </li> + <li> + His GitHub page: + <a href="https://github.com/salaaad2" target="_blank"> + github.com/salaaad2 + </a> + </li> + <li> + And his fun Twitter account: + <a href="https://twitter.com/fellowNwords" target="_blank"> + twitter.com/fellowNwords + </a> + </li> + <li> + <b>Akira</b>'s WebGL experiments: + <a href="https://inner-fab.com/" target="_blank"> + inner-fab.com + </a> + </li> + <li> + His GitLab page: + <a href="https://gitlab.com/AkiraMass" target="_blank"> + gitlab.com/AkiraMass + </a> + </li> + <li> + And his daughter's art site: + <a href="https://dveloppez.com/" target="_blank"> + dveloppez.com + </a> + </li> </ul> </p> </div> |