By static I mean without any php,node, etc just based on front end technologies.
I feel that I've found a lot of tutorials which explain really well what a selector is, or how to use jquery but I haven't found anithing to guide you all the way, from a simple concept and blank slate to a site you can host online (on githugb pages for example)
A well paced tutorial to give you a method to create a site and lot lose yourself in the miriad of html,css tricks you allready know.
Well without at least a simple backend language you will hardly find any useful tutorial. Although you can try to use WordPress and do Templates for them. There you do not have to care about a lot of php, but you still will need some php to supply data to your view (html) so you can work with something using JavaScript. OR you can use NodeJS using JavaScript for backend too. You can also learn and use some framework like AngularJS and its competitors.
Good luck