diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-07 18:45:37 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-07 18:45:37 +0200 |
commit | 2a5ee96d947bcb4747cb4cc8e4089db3b3234878 (patch) | |
tree | f608f33814c57d9ae187624c22b7c1b4deab5a4f /index.php | |
parent | added .gitignore (diff) | |
download | gitjoe-www-2a5ee96d947bcb4747cb4cc8e4089db3b3234878.tar.gz gitjoe-www-2a5ee96d947bcb4747cb4cc8e4089db3b3234878.tar.bz2 gitjoe-www-2a5ee96d947bcb4747cb4cc8e4089db3b3234878.tar.xz gitjoe-www-2a5ee96d947bcb4747cb4cc8e4089db3b3234878.tar.zst gitjoe-www-2a5ee96d947bcb4747cb4cc8e4089db3b3234878.zip |
Work in progress
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 19 |
1 files changed, 9 insertions, 10 deletions
@@ -21,19 +21,18 @@ if ($curr_dir != "git-jozan" && $curr_dir != "gitjoe") { <?php jo_head("Home"); ?> <?php jo_sidebar(); ?> <div class="body-contents"> - <h2>About this site</h2> + <h2>About GitJoe</h2> <p> - Welcome to my personnal blog. Here you can find my tips and articles - on various tech and programming subjects. - <br><br> - The site is still in active developpement, stay tuned. + This website is my public front-end for me and my + pals most sweet repositories, hosted here on this server! + <br> + <br> + Check out <a href="index.php#users">GitJoe users repos</a> right now! </p> - <h2>About me</h2> + <h2>How to be on GitJoe</h2> <p> - I am a student for - <a href="https://www.42lyon.fr/" target="_blank">42Lyon</a> - IT school based in Lyon, France. - I work on various personnal project beside that. + If you too want your free, BSD-powered, </p> + <h2 class="users">GitJoe users</h2> </div> <?php jo_footer(); ?> |