diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2026-04-07 12:57:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-07 12:57:16 -0700 |
| commit | a2f1d957af294bc7699fc7579f6b9192ea3cfcc8 (patch) | |
| tree | d199048a44bf0eb7325c0747c2a9a3e5709ee8dc /src/pages/projects.astro | |
| parent | 11c787aa8ef115f244a2a7b412084a85a6b5bc0e (diff) | |
Update link for Open Source Contributions section
Diffstat (limited to 'src/pages/projects.astro')
| -rw-r--r-- | src/pages/projects.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 1f0a167..d659a6a 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -11,7 +11,7 @@ import Card from "../components/Card.astro"; <p class="text-center mb-8"> Here are some of my projects. I love tinkering with stuff so for a more complete list, visit my <a class="font-bold hover:underline hover:text-blue-300 transition-colors" href="https://github.com/pinapelz">Github</a> <br /> - <a href="https://github.com/pulls?q=is%3Apr+is%3Amerged+author%3Apinapelz+-repo%3Apinapelz%2Fupptime+-repo%3Apinapelz%2Fpinapelz+-user%3Apinapelz" class="mt-6 inline-block hover:underline text-center font-bold text-2xl animate-pulse hover:text-blue-300 transition-colors">Open Source Contributions</a> + <a href="https://github.com/pulls/search?q=is%3Apr+is%3Amerged+author%3Apinapelz+-repo%3Apinapelz%2Fupptime+-repo%3Apinapelz%2Fpinapelz+-user%3Apinapelz+-org%3AAntAvionics" class="mt-6 inline-block hover:underline text-center font-bold text-2xl animate-pulse hover:text-blue-300 transition-colors">Open Source Contributions</a> </p> </div> <ul role="list" class="project-grid"> |
