CHORE: Updated Gallery to use grid. Made card component mode modular. Added colour to the skills section of the page.

This commit is contained in:
2025-05-24 11:46:33 +01:00
parent 25f3db52ec
commit 67f9844534
8 changed files with 73 additions and 60 deletions

View File

@ -1,9 +1,9 @@
// place files you want to import through the `$lib` alias in this folder.
import Card from '$lib/components/Cards/Card.svelte';
import FlexGallery from './components/FlexGallery.svelte';
import GridGallery from './components/GridGallery.svelte';
import Loading from './components/Loading.svelte';
import Section from './components/Section.svelte';
import SkillProgress from './components/SkillProgress.svelte';
import Timeline from './components/Timeline.svelte';
export { Card, FlexGallery, Loading, Section, SkillProgress, Timeline };
export { Card, GridGallery, Loading, Section, SkillProgress, Timeline };