summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-07 18:45:37 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-07 18:45:37 +0200
commit2a5ee96d947bcb4747cb4cc8e4089db3b3234878 (patch)
treef608f33814c57d9ae187624c22b7c1b4deab5a4f /index.php
parentadded .gitignore (diff)
downloadgitjoe-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 '')
-rw-r--r--index.php19
1 files changed, 9 insertions, 10 deletions
diff --git a/index.php b/index.php
index 0b3d0df..8363367 100644
--- a/index.php
+++ b/index.php
@@ -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(); ?>