aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-04-30 19:25:00 +0200
committerJoe <bousset.rudy@gmail.com>2022-04-30 19:25:00 +0200
commit04aac76afec346313e5e49d5700180222a89cd0d (patch)
treecd6afa9217446df5be999a72b72bb582cb48233c
parentupdate (diff)
downloadgitjoe-cgit-04aac76afec346313e5e49d5700180222a89cd0d.tar.gz
gitjoe-cgit-04aac76afec346313e5e49d5700180222a89cd0d.tar.bz2
gitjoe-cgit-04aac76afec346313e5e49d5700180222a89cd0d.tar.xz
gitjoe-cgit-04aac76afec346313e5e49d5700180222a89cd0d.tar.zst
gitjoe-cgit-04aac76afec346313e5e49d5700180222a89cd0d.zip
update
-rw-r--r--about.html22
-rw-r--r--css/cgit.css10
-rw-r--r--img/gitjoe.pngbin1112557 -> 20708 bytes
3 files changed, 17 insertions, 15 deletions
diff --git a/about.html b/about.html
index f065cd9..332cf65 100644
--- a/about.html
+++ b/about.html
@@ -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
index 9923194..7768159 100644
--- a/img/gitjoe.png
+++ b/img/gitjoe.png
Binary files differ