aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-06-25 23:44:40 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-06-25 23:44:40 +0200
commited60b0b46b37df07af5d139f6cbd16f8f06492e6 (patch)
tree963cc23c285184bdf67db21b3db3a4c7f4c4655f
parentNice links page (diff)
downloadjoe-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
-rw-r--r--links.php35
1 files changed, 30 insertions, 5 deletions
diff --git a/links.php b/links.php
index 89499d2..4573108 100644
--- a/links.php
+++ b/links.php
@@ -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(); ?>