# Creative Agency Single Page - Demo site URL: [Creative-Single-Page](https://robhowe-a.github.io/Creative-Single-Page/index.html) This is my solution to a [Frontend Mentor Challenge](https://www.frontendmentor.io/challenges). Frontend Mentor challenges help you improve your coding skills by building realistic projects. ## Built with - Semantic HTML5 markup - CSS custom properties - Flexbox - CSS Grid - Mobile-first workflow **Screenshot (Desktop)** ![Web capture at resolution 1440 pixels.](Web_capture_1440-resolution.jpeg) ---- **Screenshot (Tablet)** ![Web capture at resolution 768 pixels.](Web_capture_768-resolution.jpeg) ---- **Screenshot (Mobile)** ![Web capture at resolution 375 pixels.](Web_capture_375-resolution.jpeg) ---- ## 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 - Navigate the slider using either their mouse/trackpad or keyboard ## What I learned This challenge came together from a mobile-first and semantic HTML driven design. One of the best things I learned about this project is attention to detail. I've configured the site well to suit the design needs. With more time dedicated to CSS practices, I can refine the design to exact perfection. For now, the design is well and looks good on devices of all sizes. I worked with the design and filled in missing details like any developer may, where decisions had to be made. I enjoyed the assets' consistency in this project. It challenged my markup skills to have all the pictures be at the right sizes in responsive design. **An example challenge picture** ```html Brand section photo: A design pamphlet being read. ``` ```css main @media screen and (min-width: 501px) { & img { object-fit: contain; object-position: top; height: auto; } } ``` **A JS function I'm proud of** ```js main: () => { const navigation = new NavigationAction(); navigation.init(); const slideshow = new BrandSpotSlideShow(); slideshow.init(); }; ``` ---- ## Try it yourself - This is a static website repository. Because there's no webserver configuration in the project files, it can be used anywhere! Try Brackets IDE with these instructions: 1. Open Brackets web IDE: [https://phcode.dev/](https://phcode.dev/) 2. Click add a GitHub project 3. Enter the url: https://github.com/robhowe-A/Creative-Single-Page.git 4. Click 'index.html' in the docs folder for brackets to show the code editor/web server 5. In Brackets, ensure the live preview is enabled (it starts by default the first attempt) > Brackets is special with markup styling. It highlights the selected element in the view page while you're writing the HTML or CSS. **Author: Robert Howell** - LinkedIn - [Robert Howell](https://www.linkedin.com/in/rhowell-5464/) - GitHub - [Robert Howell](https://github.com/robhowe-A)