diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-25 23:44:40 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-25 23:44:40 +0200 |
commit | ed60b0b46b37df07af5d139f6cbd16f8f06492e6 (patch) | |
tree | 963cc23c285184bdf67db21b3db3a4c7f4c4655f /links.php | |
parent | Nice links page (diff) | |
download | joe-www-ed60b0b46b37df07af5d139f6cbd16f8f06492e6.tar.gz joe-www-ed60b0b46b37df07af5d139f6cbd16f8f06492e6.tar.bz2 joe-www-ed60b0b46b37df07af5d139f6cbd16f8f06492e6.tar.xz joe-www-ed60b0b46b37df07af5d139f6cbd16f8f06492e6.tar.zst joe-www-ed60b0b46b37df07af5d139f6cbd16f8f06492e6.zip |
Added some links to the links page
Diffstat (limited to 'links.php')
-rw-r--r-- | links.php | 35 |
1 files changed, 30 insertions, 5 deletions
@@ -8,13 +8,38 @@ </p> <ul> <li> - <a href="https://github.com/JozanLeClerc/" target="_blank"> - My GitHub page + My GitHub page - + <a href="https://github.com/JozanLeClerc" target="_blank"> + github.com/JozanLeClerc </a> </li> - <li>My Twitch channel</li> - <li>My Rock N' Roll band's Bandcamp</li> - <li>My Rock N' Roll band's Bandcamp</li> + <li> + My Twitch channel (streaming code exclusively) - + <a href="https://www.twitch.tv/jozanleclerc" target="_blank"> + twitch.tv/jozanleclerc + </a> + </li> + <li> + My Rock N' Roll band's Bandcamp - + <a href="https://towerofsilence.bandcamp.com/" target="_blank"> + towerofsilence.bandcamp.com + </a> + </li> + <li> + My email - rbousset@42lyon.fr + </li> </ul> + <h2>My pals' links</h2> + <p> + Also check out my pals links: + <ul> + <li> + Salad's lab: + <a href="http://saladslab.karabo.ga/" target="_blank"> + saladslab.karabo.ga + </a> + </li> + </ul> + </p> </div> <?php jo_footer(); ?> |