Jonathan Lahijani Posted February 15, 2023 Share Posted February 15, 2023 I originally developed and launched Real SF Properties in 2015 and did a complete design and programming refresh in 2022:https://realsfproperties.com/ The site was designed by BuzzCandy.Design:http://buzzcandy.design/ This was my first time using Tailwind CSS and it was a great fit for this project. I wish it existed back in 2015 because while UIkit has been my go-to CSS framework for several years now, there are some site designs (and designers) that I work with that simply need a higher level of precision to slice correctly and be maintainable. Sure, I could have used vanilla CSS and done it the classic way (separation of concerns), but Tailwind CSS and doing everything with utility classes (locality of behavior) does come with major benefits, even if the markup is not so easy on the eyes. This site does not use a matrix page builder or anything fancy. The sections are hardcoded but with the ability to add data using the various page data structures that feed in accordingly. It has also has an accessibility score that is extremely high. It's a quick loading site even though ProCache or CDN is not yet enabled. Other frontend libraries include Flickity and Headroom.js. More details on my personal website:https://jonathanlahijani.com/projects/real-sf-properties/ 6 Link to comment Share on other sites More sharing options...
wbmnfktr Posted February 16, 2023 Share Posted February 16, 2023 I really enjoy those hardcoded/static structures in projects. In this case (real estate) it's super workable and I love it. ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now