Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- Live Site URL: Synnyside agency landing page
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- TypeScript
- React - JS library
- Sass - For styles
Import SVG through React
import { ReactComponent as LogoSvg } from "./images/logo.svg";
};
<LogoSvg className="footer__logo" />
&__logo{
fill: var(--desaturated-cyan-700);
justify-self: center;
}
- Adding links to social media
- Adding menu pages
- React srcSet for responsive images - Reminder on how to do responsive images with React.
- HTMLImageElement.srcset - An explanation on how the srcSet works.
- LinkedIn - royeradames