The KingHost landing page’s purpose was mainly to practice SASS implementation. By using Scout-App as a translation engine to process SASS I could implement new features and speed up the development process.
We have SASS and LESS as the most popular CSS pre-processors, it is really useful to separate and organize the code in different files, so troubleshooting and code management are easier, also allows a lot of nesting which speeds up the development process and avoids code repetition.
Check the new features used in this landing page redesign.
Sometimes developing as mobile first is really useful when you do not have the design for desktop or tablet. Have a look below at the Figma design for mobile versions:
The main goal of this landing page was to learn how to use CSS pre-processor SASS. Considered to be one of the most mature, stable, and powerful professional-grade CSS extension languages in the world.
@keyframes leftRight {
0% {
opacity: 0;
transform: translateX(-50px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
animation: leftRight 0.8s ease 0s 1 normal forwards;
🌍 Check the Project online: https://ruivergani.github.io/hostinger-project/
🌍 SASS Library: https://sass-lang.com/
🌍 SEO Metatags: https://metatags.io/