feat: Initialize backend with Express and MySQL, and restructure frontend with new routing and language support.

This commit is contained in:
Van Leemput Dayron
2025-12-15 17:03:03 +01:00
parent 56897a0c2d
commit 6c11cf5213
54 changed files with 2000 additions and 174 deletions

View File

@@ -0,0 +1,15 @@
// ========================
// MAIN SCSS FILE
// ========================
// Base styles
@use 'global';
// Components
@use 'components/header';
@use 'components/hero';
@use 'components/about';
@use 'components/skills';
@use 'components/projects';
@use 'components/education';
@use 'components/contact';