diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-26 00:56:07 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-26 00:56:07 +0200 |
commit | 1c64c4b0b32b1fae3e5f5ed226482c8804196071 (patch) | |
tree | 5601292a99c6f9a90b1b83f25ee1f902926c22be /links.php | |
parent | Step-up (diff) | |
download | joe-www-1c64c4b0b32b1fae3e5f5ed226482c8804196071.tar.gz joe-www-1c64c4b0b32b1fae3e5f5ed226482c8804196071.tar.bz2 joe-www-1c64c4b0b32b1fae3e5f5ed226482c8804196071.tar.xz joe-www-1c64c4b0b32b1fae3e5f5ed226482c8804196071.tar.zst joe-www-1c64c4b0b32b1fae3e5f5ed226482c8804196071.zip |
Upgraded links list
Diffstat (limited to 'links.php')
-rw-r--r-- | links.php | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -6,64 +6,74 @@ <p> Here Are the links you can use to follow me around: </p> - <ul> + <ul style="list-style: none;"> <li> + <span class="fas fa-github"></span> - My GitHub page - <a href="https://github.com/JozanLeClerc" target="_blank"> github.com/JozanLeClerc </a> </li> <li> + <span class="fas fa-twitch"></span> - My Twitch channel (streaming code exclusively) - <a href="https://www.twitch.tv/jozanleclerc" target="_blank"> twitch.tv/jozanleclerc </a> </li> <li> + <span class="fas fa-bandcamp"></span> - My Rock N' Roll band's Bandcamp - <a href="https://towerofsilence.bandcamp.com/" target="_blank"> towerofsilence.bandcamp.com </a> </li> <li> + <span class="fas fa-envelope"></span> - My email - rbousset@42lyon.fr </li> </ul> <h2>My pals' links</h2> <p> Also check out my pals links: - <ul> + <ul style="list-style: none;"> <li> + <span class="fas fa-globe"></span> - <b>Salad</b>'s lab: <a href="http://saladslab.karabo.ga/" target="_blank"> saladslab.karabo.ga </a> </li> <li> + <span class="fas fa-github"></span> - His GitHub page: <a href="https://github.com/salaaad2" target="_blank"> github.com/salaaad2 </a> </li> <li> + <span class="fas fa-twitter"></span> - And his fun Twitter account: <a href="https://twitter.com/fellowNwords" target="_blank"> twitter.com/fellowNwords </a> </li> <li> + <span class="fas fa-globe"></span> - <b>Akira</b>'s WebGL experiments: <a href="https://inner-fab.com/" target="_blank"> inner-fab.com </a> </li> <li> + <span class="fas fa-gitlab"></span> - His GitLab page: <a href="https://gitlab.com/AkiraMass" target="_blank"> gitlab.com/AkiraMass </a> </li> <li> + <span class="fas fa-globe"></span> - And his daughter's art site: <a href="https://dveloppez.com/" target="_blank"> dveloppez.com |