aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--about.html6
-rw-r--r--css/cgit.css5
-rw-r--r--img/gitjoe.pngbin20708 -> 11298 bytes
3 files changed, 6 insertions, 5 deletions
diff --git a/about.html b/about.html
index 332cf65..aaf87e3 100644
--- a/about.html
+++ b/about.html
@@ -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
index 7768159..4c4a0f8 100644
--- a/img/gitjoe.png
+++ b/img/gitjoe.png
Binary files differ