daedalus-developers / daedalus.codes

Home Page
https://daedalus.codes
9 stars 18 forks source link

CourseProject Section Component #33

Closed os-hi closed 11 months ago

os-hi commented 11 months ago

Please visit frontendmentor.io for reference. You may also decide for the design yourself. Use CourseProject.svelte as the name of the component

Image

DDuran19 commented 11 months ago

Done doing the sidebar component with hover effects.

image image

DDuran19 commented 11 months ago

done with the course content container including the cards with some hover effects consistent to the card on the landing page. The data expected is courses[]:

interface courses{
    title: string;
    shortDescription: string;
    backgroundImage: string;
}

image