aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/projects.astro
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-10-23 16:14:38 -0700
committerPinapelz <yukais@pinapelz.com>2023-10-23 16:14:38 -0700
commitba0a00ef17d3a75f0a9079a378fcd040bf69e0d9 (patch)
tree9a6092d9a5ded7cbd43f84ddc41a75875e26a09b /src/pages/projects.astro
parent2e8c3d8d844f169c0f01eae90ed613881aa744b8 (diff)
update osc
Diffstat (limited to 'src/pages/projects.astro')
-rw-r--r--src/pages/projects.astro11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/pages/projects.astro b/src/pages/projects.astro
index 0da5cc1..554a3df 100644
--- a/src/pages/projects.astro
+++ b/src/pages/projects.astro
@@ -86,14 +86,8 @@ import Card from "../components/Card.astro";
language="Javascript"
languageColor="#f1e05a"
/>
- <Card
- href="https://github.com/pinapelz/Sapphire"
- title="Sapphire (Contributed)"
- body="A Final Fantasy XIV Server Emulator written in C++"
- language="C++"
- languageColor="#f34b7d"
- />
</ul>
+ <a href="/contributions"><p>Open Source Contribtuions</p></a>
</main>
<SocialNavbar />
<style>
@@ -105,6 +99,9 @@ import Card from "../components/Card.astro";
font-size: 20px;
line-height: 1.6;
}
+ a{
+ color: white;
+ }
.link-card-grid {
display: grid;
grid-template-columns: repeat(3, minmax(24ch, 1fr));
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage