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:
@ -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 };
|
||||
|
Reference in New Issue
Block a user