diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-23 18:40:18 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-23 18:40:18 +0200 |
commit | 6402c1bda311cd627555df363107312d3599138f (patch) | |
tree | 7729e06715f980bd294f3692b0a1ca19c3f89a24 /index.html | |
parent | Removed test (diff) | |
download | joe-www-6402c1bda311cd627555df363107312d3599138f.tar.gz joe-www-6402c1bda311cd627555df363107312d3599138f.tar.bz2 joe-www-6402c1bda311cd627555df363107312d3599138f.tar.xz joe-www-6402c1bda311cd627555df363107312d3599138f.tar.zst joe-www-6402c1bda311cd627555df363107312d3599138f.zip |
Good footer
Diffstat (limited to '')
-rw-r--r-- | index.html | 107 |
1 files changed, 57 insertions, 50 deletions
@@ -5,56 +5,63 @@ <meta charset="UTF-8"> </head> <body> - <header> - <h1>Joe's dev blog</h1> - </header> - <div class="sidebar"> - <ul> - <li> - <a href="index.html">Home</a> - </li> - <li> - <a href="">C</a> - </li> - <li> - <a href="">C++</a> - </li> - <li> - <a href="">Lisp</a> - </li> - <li> - <a href="">Assembly</a> - </li> - <li> - <a href="">UNIX</a> - </li> - <li> - <a href="">GNU Emacs</a> - </li> - <li> - <a href="">My projects</a> - </li> - <li> - <a href="">My C/C++ style</a> - </li> - <li> - <a href="">Links</a> - </li> - </ul> - </div> - <div class="body-contents"> - <h1>About the site</h1> - <p> - Welcome to my personnal blog. There you can find my tips and articles on - various tech and programming subjects. - <br><br> - The site is still in active developpement, come back sometimes. - </p> - <h1>About me</h1> - <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. - </p> + <div class="fullpage"> + <header> + <h1>Joe's dev blog</h1> + </header> + <div class="sidebar"> + <ul> + <li> + <a href="index.html">Home</a> + </li> + <li> + <a href="">C</a> + </li> + <li> + <a href="">C++</a> + </li> + <li> + <a href="">Lisp</a> + </li> + <li> + <a href="">Assembly</a> + </li> + <li> + <a href="">UNIX</a> + </li> + <li> + <a href="">GNU Emacs</a> + </li> + <li> + <a href="">My projects</a> + </li> + <li> + <a href="">My C/C++ style</a> + </li> + <li> + <a href="">Links</a> + </li> + </ul> + </div> + <div class="body-contents"> + <h1>About the site</h1> + <p> + Welcome to my personnal blog. There you can find my tips and articles on + various tech and programming subjects. + <br><br> + The site is still in active developpement, come back sometimes. + </p> + <h1>About me</h1> + <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. + </p> + </div> + <footer> + <p> + Copyright Joe 2020 - see <a href="LICENSE">LICENSE</a> - we do not use cookies + </p> + </footer> </div> </body> </html> |