diff options
-rw-r--r-- | about.html | 22 | ||||
-rw-r--r-- | css/cgit.css | 10 | ||||
-rw-r--r-- | img/gitjoe.png | bin | 1112557 -> 20708 bytes |
3 files changed, 17 insertions, 15 deletions
@@ -1,14 +1,14 @@ <div class="body-contents"> <div class="figure"> - <p><img src="img/gitjoe.png" alt="gitjoe.png"></p> + <p><img src="img/gitjoe.png" alt="gitjoe.png" width="600"></p> </div> - <h1>About GitJoe</h1> + <h2>About GitJoe</h2> <p> - This website is my public front-end for me and my - pals most sweet repositories, hosted here on this server! - <br> - <br> - Check out insane code from GitJoe users bellow right now! + This website is a public front-end for me and my + pals' sweetest repositories, hosted here on this server! + </p> + <p> + Check out insane code from GitJoe users in the index tab right now! </p> <h2>How to be on GitJoe?</h2> <p> @@ -19,12 +19,4 @@ <a href="https://jozanofastora.xyz/links.html">links</a> or my email directly: <b>bousset.rudy@gmail.com</b> </p> - <h2 class="users">GitJoe users repositories</h2> - <p> - <ul> - <li><a href="users/jozan/">jozan</a></li> - <li><a href="users/salad/">salad</a></li> - <li><a href="users/salad-joe/">salad-joe</a></li> - </ul> - </p> </div> diff --git a/css/cgit.css b/css/cgit.css index 0c1bc44..a9cfe86 100644 --- a/css/cgit.css +++ b/css/cgit.css @@ -138,6 +138,16 @@ div#cgit div.content { border-bottom: solid 3px #ccc; } +div.figure +{ + padding: 1em; +} + +div.figure p +{ + font-size: 90%; + text-align: center; +} div#cgit table.list { width: 100%; diff --git a/img/gitjoe.png b/img/gitjoe.png Binary files differindex 9923194..7768159 100644 --- a/img/gitjoe.png +++ b/img/gitjoe.png |