diff --git a/Changelog.md b/Changelog.md index 80cd1bd..72c159f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ This document attempts to describe the history of changes to the Seekia Website codebase. Small and insignificant changes may not be included in this log. +* Changed pub.solar git repository to TechSaviours repository. - *Simon Sarasova* * Improved the sizes of the index page app screenshots. - *Simon Sarasova* * Implemented various improvements to the About, Download, and Index pages. - *Simon Sarasova* * Upgraded Seekia to Version 0.60. Upgraded the whitepaper to Version 7. - *Simon Sarasova* diff --git a/Contributors.md b/Contributors.md index 12275e2..1f48a5a 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,4 +4,4 @@ This document describes the contributors to the Seekia Website codebase. Name | Date Of First Commit | Number Of Commits --- | --- | --- -Simon Sarasova | April 10, 2024 | 15 \ No newline at end of file +Simon Sarasova | April 10, 2024 | 16 \ No newline at end of file diff --git a/resources/images/forgejoLogo.svg b/resources/images/forgejoLogo.svg new file mode 100644 index 0000000..6b46a4a --- /dev/null +++ b/resources/images/forgejoLogo.svg @@ -0,0 +1,40 @@ + + + + + Forgejo logo + Caesar Schinas + + + + + + + + + + + + + diff --git a/resources/images/pubSolarLogo.svg b/resources/images/pubSolarLogo.svg deleted file mode 100644 index 8faed05..0000000 --- a/resources/images/pubSolarLogo.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - PubSolar logo - - - - - - - - - - - - - - - - - PubSolar logo - - - - \ No newline at end of file diff --git a/resources/pages/contribute.html b/resources/pages/contribute.html index 7caaef7..5168e4d 100644 --- a/resources/pages/contribute.html +++ b/resources/pages/contribute.html @@ -31,11 +31,11 @@

Git Repository

- +

Visit the Git repository to contribute to the source code of Seekia.

-git.pub.solar/sarasova/seekia +git.techsaviours.org/sarasova/seekia
diff --git a/resources/style.css b/resources/style.css index f5c156a..adf26bd 100644 --- a/resources/style.css +++ b/resources/style.css @@ -483,10 +483,11 @@ a:hover{ width:80%; } -.pubSolarLogo{ +.forgejoLogo{ - width:5em; + width:4em; + margin-top:0.5em; margin-bottom:1em; } .contactIcon{