Skip to content

Commit 1edbd8c

Browse files
committed
chore: update portfolio
1 parent 8fb8e60 commit 1edbd8c

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

src/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta property="og:title" content="sin">
1111
<meta property="og:description" content="Don’t try to fit in. You were born to stand out.">
1212
<meta property="og:type" content="website">
13-
<meta property="og:image" content="https://sinister.codes/bg.png"/>
13+
<meta property="og:image" content="https://sinister.codes/bg.gif"/>
1414
<meta name="theme-color" data-react-helmet="true" content="#6a7282">
1515
<link rel="icon" href="%sveltekit.assets%/icon.gif" />
1616
<meta name="twitter:card" content="summary_large_image">

src/lib/Portfolio.svelte

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,20 @@
4040
'My custom screenshot utility for my Hyperland setup with Arch. Utilizing Grimblast, swappy, slurp & hyprshade.',
4141
technologies: ['Shell'],
4242
link: 'https://github.com/sinnayuh/hypr-screenshot'
43+
},
44+
{
45+
title: 'Luxeria',
46+
description:
47+
'A feature-rich Minecraft plugin that enhances SMP experience with custom home management, spawner control, and dynamic scoreboard statistics. ',
48+
technologies: ['Java', 'Spigot', 'Gradle'],
49+
link: 'https://github.com/sinnayuh/Luxeria'
50+
},
51+
{
52+
title: 'MCTier',
53+
description:
54+
'A feature-rich Minecraft plugin that uses the mctiers.com API to provide player statistics and leaderboards in-game.',
55+
technologies: ['Java', 'Spigot', 'Gradle'],
56+
link: 'https://github.com/sinnayuh/MCTier'
4357
}
4458
];
4559
@@ -92,7 +106,7 @@
92106
<div class="mx-auto mt-6 w-full max-w-6xl">
93107
<div class="space-y-2 md:w-2/3">
94108
<h1 class="max-w-3xl text-4xl font-bold text-white">
95-
Developer, Linux nerd (i use arch btw), Docker activist, Scripter and gamer.
109+
Developer, Linux Nerd, Docker Activist, Scripter, Gamer & Anime Enjoyer.
96110
</h1>
97111
<p class="max-w-xl text-sm leading-relaxed text-gray-400">
98112
I'm sin, a developer and system administrator based in the United Kingdom. I make sure all of
@@ -110,7 +124,7 @@
110124
<div class="space-y-6">
111125
<div>
112126
<h3 class="mb-3 text-sm text-gray-400">
113-
My Tech-stack, all the tools & languages I am capable of using.
127+
My Tech-Stack.
114128
</h3>
115129
<div class="flex flex-wrap gap-3">
116130
{#each skills.development as skill}

static/bg.gif

357 KB
Loading

0 commit comments

Comments
 (0)