|
40 | 40 | 'My custom screenshot utility for my Hyperland setup with Arch. Utilizing Grimblast, swappy, slurp & hyprshade.', |
41 | 41 | technologies: ['Shell'], |
42 | 42 | 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' |
43 | 57 | } |
44 | 58 | ]; |
45 | 59 |
|
|
92 | 106 | <div class="mx-auto mt-6 w-full max-w-6xl"> |
93 | 107 | <div class="space-y-2 md:w-2/3"> |
94 | 108 | <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. |
96 | 110 | </h1> |
97 | 111 | <p class="max-w-xl text-sm leading-relaxed text-gray-400"> |
98 | 112 | I'm sin, a developer and system administrator based in the United Kingdom. I make sure all of |
|
110 | 124 | <div class="space-y-6"> |
111 | 125 | <div> |
112 | 126 | <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. |
114 | 128 | </h3> |
115 | 129 | <div class="flex flex-wrap gap-3"> |
116 | 130 | {#each skills.development as skill} |
|
0 commit comments