diff options
-rw-r--r-- | index.php | 4 | ||||
-rw-r--r-- | projects/index.php | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -31,7 +31,7 @@ if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") { <div class="body-contents"> <h2>About this site</h2> <p> - Welcome to my personnal blog. Here you can find my tips and articles + Welcome to my own 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. @@ -41,7 +41,7 @@ if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") { I once was a student for <a href="https://www.42lyon.fr/">42Lyon</a> IT school based in Lyon, France, but not anymore. - I work on various personnal project beside that. Also I like rocket + I work on various personal project beside that. Also I like rocket science and astrophysics. </p> <br> diff --git a/projects/index.php b/projects/index.php index c0e8110..8374359 100644 --- a/projects/index.php +++ b/projects/index.php @@ -21,9 +21,9 @@ if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") { <?php jo_head("Projects"); ?> <?php jo_sidebar(); ?> <div class="body-contents"> - <h1>My personnal projects</h1> + <h1>My personal projects</h1> <p> - These are some of the personnal projects I have worked on or + These are some of the personal projects I have worked on or that are still being developped: </p> <ul> |