Compare commits

..

4 Commits

Author SHA1 Message Date
09041641a3 add lockb
All checks were successful
Bump Dependencies / update-dependencies (push) Successful in 38s
2025-02-18 01:25:45 -05:00
3274b83d5d Merge branch 'main' of https://git.pontusmail.org/aidan/aidxnCC 2025-02-18 01:25:11 -05:00
e9791ab2f3 fix typo 2025-02-18 01:24:16 -05:00
bd3cf23fb9 fix spacing, change featured project 2025-02-18 01:22:16 -05:00
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -41,6 +41,7 @@ yarn-error.log*
next-env.d.ts next-env.d.ts
# bun # bun
bun.lock
bun.lockb bun.lockb
# misc # misc

View File

@ -38,7 +38,7 @@ export default function About() {
<p className="text-gray-300 mb-4"> <p className="text-gray-300 mb-4">
I consider maintaining my technology as a hobby as well, as I devote a lot of time to it. I currently run Gentoo Linux on my Thinkpad T470s, which does not use a single bin package. I am very proud of this laptop, despite it&apos;s constant need for compiling updates. I consider maintaining my technology as a hobby as well, as I devote a lot of time to it. I currently run Gentoo Linux on my Thinkpad T470s, which does not use a single bin package. I am very proud of this laptop, despite it&apos;s constant need for compiling updates.
</p> </p>
<p className="text-gray-300"> <p className="text-gray-300 mb-4">
I am almost always active on <Link href="https://git.pontusmail.org/" className="text-blue-400 hover:underline">my Gitea instance</Link> and GitHub and make daily contributions to several of my repositories. I am a big fan of open source software and public domain software (which most of my repos are licensed under). In fact, the website you&apos;re currently on is free and open source. It&apos;s even under the public domain! I am almost always active on <Link href="https://git.pontusmail.org/" className="text-blue-400 hover:underline">my Gitea instance</Link> and GitHub and make daily contributions to several of my repositories. I am a big fan of open source software and public domain software (which most of my repos are licensed under). In fact, the website you&apos;re currently on is free and open source. It&apos;s even under the public domain!
</p> </p>
<p className="text-gray-300 mb-4"> <p className="text-gray-300 mb-4">

View File

@ -10,11 +10,11 @@
}, },
{ {
"id": 2, "id": 2,
"name": "pontus-mail", "name": "librecloud/web",
"description": "Landing page for p0ntus mail", "description": "Landing page for p0ntus mail",
"github": false, "github": false,
"url": "https://git.pontusmail.org/aidan/pontus-mail", "url": "https://git.pontusmail.org/librecloud/web",
"stars": 8, "stars": 0,
"forks": 0 "forks": 0
}, },
{ {