chore: basic info update

This commit is contained in:
Alejandro Laguna
2025-06-18 12:50:04 +02:00
parent 7c2528558b
commit 3b0278b7fc
3 changed files with 12 additions and 4 deletions

Binary file not shown.

View File

@@ -18,6 +18,7 @@ const education = [
highlights: [ highlights: [
"First of the class", "First of the class",
"ERASMUS+ Scholarship", "ERASMUS+ Scholarship",
"Student of the year"
] ]
} }
]; ];

View File

@@ -2,11 +2,18 @@ import ProjectCard from './ProjectCard';
const projects = [ const projects = [
{ {
title: "Codertype", title: "Morph",
description: "A monkeytype-like application designed specifically for developers", description: "Lightweight URL shortening API built in Go with minimal dependencies. First ever project with this language, and I tried to focus on the stdlib and build any needed tools",
tech: ["Laravel", "Livewire", "AlpineJS", "TailwindCSS", "PostgreSQL"], tech: ["Go"],
year: "2025", year: "2025",
link: "https://github.com/alejandrolaguna20/codertype" link: "https://github.com/alejandrolaguna20/morph"
},
{
title: "Runes",
description: "A small, simple, smooth and beautiful flashcard TUI program featuring keyboard navigation and custom study sessions. Built with Go and the Bubbletea framework.",
tech: ["Go", "Bubbletea"],
year: "2025",
link: "https://github.com/alejandrolaguna20/nook.nvim"
}, },
{ {
title: "Nook.nvim", title: "Nook.nvim",