diff options
-rw-r--r-- | about.html | 6 | ||||
-rw-r--r-- | css/cgit.css | 5 | ||||
-rw-r--r-- | img/gitjoe.png | bin | 20708 -> 11298 bytes |
3 files changed, 6 insertions, 5 deletions
@@ -1,7 +1,4 @@ <div class="body-contents"> - <div class="figure"> - <p><img src="img/gitjoe.png" alt="gitjoe.png" width="600"></p> - </div> <h2>About GitJoe</h2> <p> This website is a public front-end for me and my @@ -19,4 +16,7 @@ <a href="https://jozanofastora.xyz/links.html">links</a> or my email directly: <b>bousset.rudy@gmail.com</b> </p> + <div class="figure"> + <p><img src="img/gitjoe.png" alt="gitjoe.png" width="300"></p> + </div> </div> diff --git a/css/cgit.css b/css/cgit.css index 01209d6..2fe54a5 100644 --- a/css/cgit.css +++ b/css/cgit.css @@ -53,14 +53,15 @@ div#cgit table#header td.logo { } div#cgit table#header td.main { - color: #292929; + color: #5d0003; + font-weight: bolder; font-size: 250%; padding-left: 10px; white-space: nowrap; } div#cgit table#header td.main a { - color: #292929; + color: #5d0003; } div#cgit table#header td.form { diff --git a/img/gitjoe.png b/img/gitjoe.png Binary files differindex 7768159..4c4a0f8 100644 --- a/img/gitjoe.png +++ b/img/gitjoe.png |