blog.achulslander.comMake a Shimmer Load Effect - HTML, SCSSWant to spice up your loading screen? Follow along and we'll make a nice, shimmery loading effect like this one: We're going to be making a product card with an image, heading, sub-heading and description elements. Below you'll find the starter HTML...May 22, 2023·5 min read
blog.achulslander.comConfigure External DNS for NetlifyToday we're going to learn how to use a custom domain name for a site hosted on Netlify.com. When using Netlify, there are several options for a domain. Sites are generated with a free sub-domain, no purchase necessary Purchase one through Netlify ...Mar 2, 2023·4 min read
blog.achulslander.comHow to Make an Accordion FAQ with JS - part 3In the final step of building our accordion FAQ, we'll add styling to our FAQ project and make it a little easier on the eyes. We'll also have the double chevron to rotate to indicate the direction of movement. Currently, our SCSS looks like this: .a...May 4, 2022·5 min read
blog.achulslander.comHow to Make an Accordion FAQ with JS - part 2This is part two of my three-part accordion FAQ tutorial. Part two is on accessibility, part three is on making the project look pretty. Why? Because I believe accessibility (a11y) is more important, making sure everyone can use something is more imp...Apr 27, 2022·4 min read
blog.achulslander.comHow to Make an Accordion FAQ with HTML, SCSS and JSToday I'm going to show how to make a fun little FAQ page that looks a lot fancier than it is difficult. This project will come in three parts: the basic structure, improving accessibility, and the styling. Finished project code HTML First, we need ...Apr 19, 2022·4 min read