Skip to content

royeradames/sunnyside-agency-landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sunnyside agency landing page

Table of contents

Overview

The challenge

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

Screenshot

mobile-view mobile-view Desktop-view

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • TypeScript
  • React - JS library
  • Sass - For styles

What I learned

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;
    }

Continued development

  • Adding links to social media
  • Adding menu pages

Useful resources

Author