<!-- * ======================== * ===== =============== * ====== ================ * ====== ================ * ====== ==== ==== == * ====== === == = = * ====== === = == = * = === === = == ==== * = === === = == = = * == ===== ==== == * ======================== * * jozanofastora.xyz: links.html * Sun Apr 17 02:52:31 CEST 2022 * Joe * * The links page --> <html> <head> <title>Joe's own website - links</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <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 - links</a></h1> </header> <div class="sidebar"> <ul> <li><a href="index.html">home</a></li> <li><a href="projects.html">my projects</a></li> <li><a href="files.html">files</a></li> <li><a href="using.html">my computing</a></li> <li><a href="thoughts.html">my thoughts</a></li> <li><a href="links.html">links</a></li> <hr> <li><a href="https://gitjoe.xyz/">GitJoe</a></li> <li><a href="https://fossil.jozanofastora.xyz/">FossilJoe</a></li> </ul> </div> <div class="body-contents"> <h1>My links</h1> <p> Here are the links you can use to follow me around: </p> <ul style="list-style: none;"> <li> <span class="fa fa-globe"></span> - my Chisel page - <a href="https://chiselapp.com/user/JozanLeClerc/"> chiselapp.com/user/JozanLeClerc </a> </li> <li> <span class="fa fa-github"></span> - my GitHub page - <a href="https://github.com/JozanLeClerc"> github.com/JozanLeClerc </a> </li> <li> <span class="fa fa-git"></span> - my GitJoe page - <a href="https://gitjoe.xyz/jozan"> gitjoe.xyz/jozan </a> </li> <li> <span class="fa fa-bandcamp"></span> - my Smooth Jazz band's Bandcamp - <a href="https://towerofsilence.bandcamp.com/"> towerofsilence.bandcamp.com </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> </ul> <h1>My pals links</h1> <p> Also check out my pals links: <ul style="list-style: none;"> <li> <span class="fa fa-globe"></span> - <b>Waterman</b>'s website: <a href="https://born2die.tk/"> born2die.tk </a> </li> <li> <span class="fa fa-github"></span> - his GitHub page: <a href="https://github.com/salaaad2"> github.com/salaaad2 </a> </li> <li> <span class="fa fa-git"></span> - his GitJoe page - <a href="https://gitjoe.xyz/salad"> gitjoe.xyz/salad </a> </li> <li> <span class="fa fa-twitter"></span> - and his fun Twitter account: <a href="https://twitter.com/fellowNwords"> twitter.com/fellowNwords </a> </li> </ul> </p> <h1>Other cool links</h1> <p> Consider checking these other links I love: <ul style="list-style: none;"> <li> <span class="fa fa-globe"></span> - <b>unixsheikh</b>'s dev/sysadmin blog: <a href="https://unixsheikh.com/"> unixsheikh.com </a> </li> <li> <span class="fa fa-globe"></span> - <b>vermaden</b>'s sysadmin blog: <a href="https://vermaden.wordpress.com/"> vermaden.wordpress.com </a> </li> <li> <span class="fa fa-globe"></span> - <a href="https://www.unix.com/"> unix.com </a> </li> <li> <span class="fa fa-globe"></span> - <a href="https://www.freebsd.org/"> freebsd.org </a> </li> </ul> </p> </div> <footer> <p> Copyright © 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>