aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/projects.astro
diff options
context:
space:
mode:
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