diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-01 04:48:09 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-01 04:48:09 +0200 |
commit | 8e0d9e5349168b89592cfb3f6ebd67632a4ba739 (patch) | |
tree | 2a9196c45eb1520c962c0fd53f46ba80f8eb63fc | |
parent | home update (diff) | |
download | gitjoe-cgit-8e0d9e5349168b89592cfb3f6ebd67632a4ba739.tar.gz gitjoe-cgit-8e0d9e5349168b89592cfb3f6ebd67632a4ba739.tar.bz2 gitjoe-cgit-8e0d9e5349168b89592cfb3f6ebd67632a4ba739.tar.xz gitjoe-cgit-8e0d9e5349168b89592cfb3f6ebd67632a4ba739.tar.zst gitjoe-cgit-8e0d9e5349168b89592cfb3f6ebd67632a4ba739.zip |
Lots of updates
-rw-r--r-- | about.html | 23 | ||||
-rw-r--r-- | css/cgit.css | 31 |
2 files changed, 29 insertions, 25 deletions
@@ -7,14 +7,25 @@ <p> Check out insane code from GitJoe users in the index tab right now! </p> + <h2>Why being on GitJoe?</h2> + <p> + Is what you're looking for is free, BSD-powered, BSD-licensed, + uncensored, ad-free, untracked, analytics-free, telemetry-free, + unbloated, JavaScript-free and fancy-framework-free git repo + hosting, then GitJoe is just the right thing for you! + </p> + <p> + I've been running this git server for a full year now and it has + been very stable, it'll keep serving as long as I pay for + this VPS and it's pretty cheap so no worries. If you value your + code and your privacy, you're in the right place. + </p> <h2>How to be on GitJoe?</h2> <p> - If you too want your free, BSD-powered, BSD-licensed, uncensored, - ad-free, untracked, analytics-free, telemetry-free, - unbloated, JavaScript-free and fancy-framework-free - git repo hosting, get in touch with me with one of these - <a href="https://jozanofastora.xyz/links.html">links</a> - or my email directly: <b>bousset.rudy@gmail.com</b> + You can become a GitJoe user right now by getting in touch with + me with one of these via email directly: <b>bousset.rudy@gmail.com</b> + or through one of these + <a href="https://jozanofastora.xyz/links.html">links</a>. </p> <div class="figure"> <p><img src="img/gitjoe.png" alt="gitjoe.png" width="300"></p> diff --git a/css/cgit.css b/css/cgit.css index 2fe54a5..ad143d2 100644 --- a/css/cgit.css +++ b/css/cgit.css @@ -162,7 +162,10 @@ div#cgit div.content { padding: 5pt 0 5pt 0; padding-bottom: 2.5rem; margin-left: 10%; - margin-right: 20%; + margin-right: 10%; +} + +div#cgit div.content div#summary { line-height: 1.5em; } @@ -277,22 +280,10 @@ div#cgit table.list { border-collapse: collapse; } -div#cgit table.list tr { -} - -div#cgit table.list tr.logheader { -} - div#cgit table.list tr:hover { background: #eee4e4; } -div#cgit table.list tr.nohover { -} - -div#cgit table.list tr.nohover:hover { -} - div#cgit table.list th { font-weight: bold; /* color: #888; @@ -354,11 +345,11 @@ div#cgit table.list td a { div#cgit table.list td a.ls-dir { font-weight: bold; - color: #00f; + color: #22e; } div#cgit table.list td a:hover { - color: #00f; + color: #9d0006; } div#cgit img { @@ -406,7 +397,7 @@ div#cgit div#blob { } div#cgit div.error { - color: red; + color: #bf0009; font-weight: bold; margin: 1em 2em; } @@ -706,8 +697,10 @@ div#cgit .right { } div#cgit table.list td.reposection { - font-style: italic; - color: #888; + font-weight: bold; + font-size: 150%; + color: #977; + padding: 1.5em 0em 0.5em 0em; } div#cgit a.button { @@ -744,7 +737,7 @@ div#cgit ul.pager li { } div#cgit ul.pager a { - color: #777; + color: #7 } div#cgit ul.pager .current { |