From db0cba588cdea9b8fb9ebb69f6c82690be77e5ca Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Wed, 19 Mar 2025 19:39:08 -0700 Subject: [PATCH] update git info --- assets/img/icons/social/forgejo.svg | 117 ++++++++++++++++++++++++++++ assets/views/footer.html | 2 +- index.html | 2 +- style/css/style-large.css | 2 +- 4 files changed, 120 insertions(+), 3 deletions(-) create mode 100644 assets/img/icons/social/forgejo.svg diff --git a/assets/img/icons/social/forgejo.svg b/assets/img/icons/social/forgejo.svg new file mode 100644 index 0000000..a66e9a3 --- /dev/null +++ b/assets/img/icons/social/forgejo.svg @@ -0,0 +1,117 @@ + + + + + + + + Forgejo logo + + Caesar Schinas + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/views/footer.html b/assets/views/footer.html index f1db81c..2c594f3 100644 --- a/assets/views/footer.html +++ b/assets/views/footer.html @@ -29,7 +29,7 @@
diff --git a/index.html b/index.html index c9764dd..b030efc 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,7 @@

Software

My current software development projects are oriented around my own Linux server and desktop usage. In the past, I have developed software for Pebble smartwatches and Apple devices, both jailbroken and stock.

-

Most of my software can be found at my Gitea, or at its mirror on my Github.

+

Most of my software can be found at my Forgejo, or at its mirror on my Codeberg.

I also package software for the Debian operating system, which I distribute on my apt repository.

diff --git a/style/css/style-large.css b/style/css/style-large.css index d68e26d..a7dca35 100644 --- a/style/css/style-large.css +++ b/style/css/style-large.css @@ -114,7 +114,7 @@ p { border-radius: 8px; } .bubble:first-child { - margin-top: 0; + margin-top: 0; } .bubble { background-color: #da75ed22;