including styles

Hello fellas,

<?php echo get_template_directory_uri().'/css/timeline.css'; ?>

this one is incorrect way to include css files??

Definitely no, the right way is explained here: https://developer.wordpress.org/themes/basics/including-css-javascript/